diff options
684 files changed, 26168 insertions, 13940 deletions
@@ -1,7 +1,7 @@ Options -Indexes AddType application/x-java-archive .jar AddType audio/ogg .oga -#SSLCipherSuite ECDHE-RSA-AES128-SHA256:AES128-GCM-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH +#SSLCipherSuite HIGH:AES256-SHA:AES128-SHA:RC4:!aNULL:!eNULL:!EDH # don't allow any web access to logfiles, even after rotation/compression <FilesMatch "\.(out|log|gz)$"> diff --git a/assets/home.html b/assets/home.html index fa0d8b3bc..42059c398 100644 --- a/assets/home.html +++ b/assets/home.html @@ -164,7 +164,7 @@ $(document).ready(function() { <img style="width: 450px; margin-bottom: 30px;" src="assets/logo_simplifiedap.png" > <div style="color:#808080;font-weight:bold;font-size:3.0em; margin-bottom:30px;">Dream it. Do it.</div> <div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;"> -The RedMatrix (aka "red") is a highly advanced social networking platform which was created by a <a style="color: #555;" href="#" class="cb">farmer in Australia</a> - that grew disgusted by the lack of privacy and the increasing tendency of foreign corporations and governments to monitor and control the internet. This has strangled and subverted all that was once good about the web - and turned it into a "steaming pile of crap". (Aussies typically don't mince words.) +The RedMatrix (aka "red") is an advanced social networking platform which was created by a <a style="color: #555;" href="#" class="cb">farmer in Australia</a> - who grew disgusted by the lack of privacy and the increasing tendency of foreign corporations and governments to monitor and control the internet. This has strangled and subverted all that was once good about the web - and turned it into a "steaming pile of crap". (Aussies typically don't mince words.) </div> <br /> <div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;"> @@ -172,7 +172,7 @@ Working with a team of volunteers from six continents and over a period of sever </div> <br /> <div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;"> -Taking cues from life in the Aussie outback, the Red Matrix has no central authority. Each channel (or social profile) is independent and autonomous - controlling its own publishing privacy as desired. Some will want more privacy, some less. Unlike your typical social network - the matrix has no say in this decision and cannot subvert it. Server hubs are self-sufficient and the network will continue to function if any single node in the matrix goes offline. It also provides channel resilience. You can "clone" your channel (or social profile) to any hub in the network and carry on without interruption if your primary server "chucks a wobbly" for an hour - or a week. (No fail whale needed here.) +Taking cues from life in the Aussie outback, the Red Matrix has no central authority. Each channel (or social profile) is independent and autonomous - controlling its own publishing privacy as desired. Some will want more privacy, some less. Unlike your typical social network - the matrix has no say in this decision and cannot subvert it. The NSA and all the other creepy voyeurs trying to find out what you and your friends are discussing can just bugger off. Server hubs are self-sufficient and the network will continue to function if any single node in the matrix goes offline. It also provides channel resilience. You can "clone" your channel (or social profile) to any hub in the network and carry on without interruption if your primary server chucks a wobbly for an hour - or a week. (No fail whale needed here.) </div> <br /> <div class="tr" style="font-size: 1.6em; color: #666; margin-left: 75px; margin-right: 75px;"> @@ -4,24 +4,24 @@ /** * Red Matrix. - * - * The Red Matrix (aka "Red") is an open source decentralised communications - * platform combined with a decentralised identity/authentication framework + * + * The Red Matrix (aka "Red") is an open source decentralised communications + * platform combined with a decentralised identity/authentication framework * wrapped in an extensible content management system, providing website designers - * the ability to embed fully decentralised communications and social tools - * into many traditional website designs (blogs, forums, small business - * websites, charitable organisations, etc.). Red also provides DNS mobility + * the ability to embed fully decentralised communications and social tools + * into many traditional website designs (blogs, forums, small business + * websites, charitable organisations, etc.). Red also provides DNS mobility * and internet scale privacy/access control. - * + * * This allows any individual website to participate in a matrix of linked - * sites and people and media sharing which is far greater than the reach + * sites and people and media sharing which is far greater than the reach * of an individual site. - * - * If you are reading the source code and come across a function - * or code block which is not documented, but you have a good idea what it + * + * If you are reading the source code and come across a function + * or code block which is not documented, but you have a good idea what it * does, please add some descriptive comments and push it to the main project. * Even if your description isn't perfect, it gives us a base which we - * can build on and correct - so that eventually everything is fully + * can build on and correct - so that eventually everything is fully * documented. */ @@ -45,9 +45,9 @@ require_once('include/Contact.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); -define ( 'ZOT_REVISION', 1 ); +define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1103 ); +define ( 'DB_UPDATE_VERSION', 1107 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); @@ -57,7 +57,7 @@ define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // This is technically DIRECTORY_MODE_TERTIARY, but it's the default, hence 0x0000 define ( 'DIRECTORY_MODE_PRIMARY', 0x0001); define ( 'DIRECTORY_MODE_SECONDARY', 0x0002); -define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); +define ( 'DIRECTORY_MODE_STANDALONE', 0x0100); // We will look for upstream directories whenever me make contact // with other sites, but if this is a new installation and isn't @@ -103,7 +103,7 @@ define ( 'LANGUAGE_DETECT_MIN_CONFIDENCE', 0.01 ); * Over-ride this in your .htconfig.php if you need something * either more or less restrictive. */ - + define ( 'STORAGE_DEFAULT_PERMISSIONS', 0770 ); @@ -205,6 +205,7 @@ define ( 'PAGE_APPLICATION', 0x0004 ); define ( 'PAGE_DIRECTORY_CHANNEL', 0x0008 ); // system channel used for directory synchronisation define ( 'PAGE_PREMIUM', 0x0010 ); define ( 'PAGE_ADULT', 0x0020 ); +define ( 'PAGE_CENSORED', 0x0040 ); // Site admin has blocked this channel from appearing in casual search results and site feeds define ( 'PAGE_SYSTEM', 0x1000 ); define ( 'PAGE_REMOVED', 0x8000 ); @@ -221,7 +222,7 @@ define ( 'PHOTO_THING', 0x0004 ); /** * Menu types - */ + */ define ( 'MENU_SYSTEM', 0x0001 ); define ( 'MENU_BOOKMARK', 0x0002 ); @@ -247,23 +248,23 @@ define ( 'NETWORK_PHANTOM', 'unkn'); // Place holder /** - * Permissions + * Permissions */ -define ( 'PERMS_R_STREAM', 0x00001); +define ( 'PERMS_R_STREAM', 0x00001); define ( 'PERMS_R_PROFILE', 0x00002); -define ( 'PERMS_R_PHOTOS', 0x00004); -define ( 'PERMS_R_ABOOK', 0x00008); +define ( 'PERMS_R_PHOTOS', 0x00004); +define ( 'PERMS_R_ABOOK', 0x00008); -define ( 'PERMS_W_STREAM', 0x00010); +define ( 'PERMS_W_STREAM', 0x00010); define ( 'PERMS_W_WALL', 0x00020); -define ( 'PERMS_W_TAGWALL', 0x00040); -define ( 'PERMS_W_COMMENT', 0x00080); -define ( 'PERMS_W_MAIL', 0x00100); +define ( 'PERMS_W_TAGWALL', 0x00040); +define ( 'PERMS_W_COMMENT', 0x00080); +define ( 'PERMS_W_MAIL', 0x00100); define ( 'PERMS_W_PHOTOS', 0x00200); -define ( 'PERMS_W_CHAT', 0x00400); +define ( 'PERMS_W_CHAT', 0x00400); define ( 'PERMS_A_DELEGATE', 0x00800); define ( 'PERMS_R_STORAGE', 0x01000); @@ -328,6 +329,12 @@ define ( 'UPDATE_FLAGS_FORCED', 0x0002); define ( 'UPDATE_FLAGS_DELETED', 0x1000); + +define ( 'DROPITEM_NORMAL', 0); +define ( 'DROPITEM_PHASE1', 1); +define ( 'DROPITEM_PHASE2', 2); + + /** * Maximum number of "people who like (or don't like) this" that we will list by name */ @@ -359,7 +366,7 @@ define ( 'NOTIFY_POKE', 0x0200 ); define ( 'NOTIFY_SYSTEM', 0x8000 ); -// We need a flag to designate that a site is a +// We need a flag to designate that a site is a // global directory mirror, but probably doesn't // belong in hubloc. // This indicates a need for an 'xsite' table @@ -395,7 +402,7 @@ define ('HUBLOC_OFFLINE', 0x0008); define ( 'TERM_UNKNOWN', 0 ); define ( 'TERM_HASHTAG', 1 ); -define ( 'TERM_MENTION', 2 ); +define ( 'TERM_MENTION', 2 ); define ( 'TERM_CATEGORY', 3 ); define ( 'TERM_PCATEGORY', 4 ); define ( 'TERM_FILE', 5 ); @@ -489,7 +496,7 @@ define ( 'ACCOUNT_PENDING', 0x0010 ); * Account roles */ -define ( 'ACCOUNT_ROLE_ALLOWCODE', 0x0001 ); +define ( 'ACCOUNT_ROLE_ALLOWCODE', 0x0001 ); define ( 'ACCOUNT_ROLE_SYSTEM', 0x0002 ); define ( 'ACCOUNT_ROLE_DEVELOPER', 0x0004 ); define ( 'ACCOUNT_ROLE_ADMIN', 0x1000 ); @@ -506,10 +513,12 @@ define ( 'ITEM_SPAM', 0x0008); define ( 'ITEM_DELETED', 0x0010); define ( 'ITEM_UNPUBLISHED', 0x0020); define ( 'ITEM_WEBPAGE', 0x0040); // is a static web page, not a conversational item -define ( 'ITEM_DELAYED_PUBLISH', 0x0080); +define ( 'ITEM_DELAYED_PUBLISH', 0x0080); define ( 'ITEM_BUILDBLOCK', 0x0100); // Named thusly to make sure nobody confuses this with ITEM_BLOCKED define ( 'ITEM_PDL', 0x0200); // Page Description Language - e.g. Comanche define ( 'ITEM_BUG', 0x0400); // Is a bug, can be used by the internal bug tracker +define ( 'ITEM_PENDING_REMOVE', 0x0800); // deleted, notification period has lapsed + /** * Item Flags */ @@ -528,8 +537,8 @@ define ( 'ITEM_MENTIONSME', 0x0400); define ( 'ITEM_NOCOMMENT', 0x0800); // commenting/followups are disabled define ( 'ITEM_OBSCURED', 0x1000); // bit-mangled to protect from casual browsing by site admin define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was successful -define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to. - // Don't make us evaluate this same item again. +define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to. + // Don't make us evaluate this same item again. /** * * Reverse the effect of magic_quotes_gpc if it is enabled. @@ -583,7 +592,7 @@ function startup() { class App { public $install = false; // true if we are installing the software - + public $account = null; // account record of the logged-in account public $channel = null; // channel record of the current channel of the logged-in account public $observer = null; // xchan record of the page observer @@ -625,7 +634,7 @@ class App { public $css_sources = array(); public $js_sources = array(); public $theme_info = array(); - + public $nav_sel; public $category; @@ -657,7 +666,7 @@ class App { public $template_engines = array(); // array of instanced template engines ('name'=>'instance') public $template_engine_instance = array(); - + private $ldelim = array( 'internal' => '', 'smarty3' => '{{' @@ -680,7 +689,7 @@ class App { private $cached_profile_picdate; - + function __construct() { global $default_timezone; @@ -794,7 +803,7 @@ class App { $this->head_set_icon('/images/rm-32.png'); BaseObject::set_app($this); - + /** * register template engines */ @@ -803,16 +812,16 @@ class App { if (in_array("ITemplateEngine", class_implements($k))){ $this->register_template_engine($k); } - } + } } function get_baseurl($ssl = false) { - if(is_array($this->config) - && array_key_exists('system',$this->config) - && is_array($this->config['system']) - && array_key_exists('baseurl',$this->config['system']) + if(is_array($this->config) + && array_key_exists('system',$this->config) + && is_array($this->config['system']) + && array_key_exists('baseurl',$this->config['system']) && strlen($this->config['system']['baseurl'])) { $url = $this->config['system']['baseurl']; return $url; @@ -827,10 +836,10 @@ class App { function set_baseurl($url) { - if(is_array($this->config) - && array_key_exists('system',$this->config) - && is_array($this->config['system']) - && array_key_exists('baseurl',$this->config['system']) + if(is_array($this->config) + && array_key_exists('system',$this->config) + && is_array($this->config['system']) + && array_key_exists('baseurl',$this->config['system']) && strlen($this->config['system']['baseurl'])) { $url = $this->config['system']['baseurl']; } @@ -929,11 +938,11 @@ class App { $arr = array('location' => $location, 'widgets' => $ret); call_hooks('get_widgets', $arr); return $arr['widgets']; - } + } $arr = array('location' => $location, 'widgets' => $this->widgets); call_hooks('get_widgets', $arr); return $arr['widgets']; - } + } function set_pager_total($n) { $this->pager['total'] = intval($n); @@ -967,7 +976,7 @@ class App { '$head_css' => head_get_css(), '$head_js' => head_get_js(), '$js_strings' => js_strings(), - '$zid' => get_my_address(), + '$zid' => get_my_address(), )) . $this->page['htmlhead']; } @@ -978,48 +987,48 @@ class App { * @param string $name */ function register_template_engine($class, $name = '') { - if ($name===""){ - $v = get_class_vars( $class ); - if(x($v,"name")) $name = $v['name']; - } - if ($name===""){ - echo "template engine <tt>$class</tt> cannot be registered without a name.\n"; - killme(); - } - $this->template_engines[$name] = $class; + if ($name===""){ + $v = get_class_vars( $class ); + if(x($v,"name")) $name = $v['name']; + } + if ($name===""){ + echo "template engine <tt>$class</tt> cannot be registered without a name.\n"; + killme(); + } + $this->template_engines[$name] = $class; } /** * return template engine instance. If $name is not defined, * return engine defined by theme, or default - * + * * @param strin $name Template engine name * @return object Template Engine instance */ function template_engine($name = ''){ - if ($name!=="") { - $template_engine = $name; - } else { - $template_engine = 'smarty3'; - if (x($this->theme, 'template_engine')) { - $template_engine = $this->theme['template_engine']; - } - } - - if (isset($this->template_engines[$template_engine])){ - if(isset($this->template_engine_instance[$template_engine])){ - return $this->template_engine_instance[$template_engine]; - } else { - $class = $this->template_engines[$template_engine]; - $obj = new $class; - $this->template_engine_instance[$template_engine] = $obj; - return $obj; - } - } - - echo "template engine <tt>$template_engine</tt> is not registered!\n"; killme(); - } - + if ($name!=="") { + $template_engine = $name; + } else { + $template_engine = 'smarty3'; + if (x($this->theme, 'template_engine')) { + $template_engine = $this->theme['template_engine']; + } + } + + if (isset($this->template_engines[$template_engine])){ + if(isset($this->template_engine_instance[$template_engine])){ + return $this->template_engine_instance[$template_engine]; + } else { + $class = $this->template_engines[$template_engine]; + $obj = new $class; + $this->template_engine_instance[$template_engine] = $obj; + return $obj; + } + } + + echo "template engine <tt>$template_engine</tt> is not registered!\n"; killme(); + } + function get_template_engine() { return $this->theme['template_engine']; } @@ -1032,7 +1041,7 @@ class App { case 'smarty3': if(!is_writable('view/tpl/smarty3/')) echo "<b>ERROR</b> folder <tt>view/tpl/smarty3/</tt> must be writable by webserver."; killme(); - + break; default: break; @@ -1159,7 +1168,7 @@ function check_config(&$a) { $oldurl = hex2bin($saved); logger('Baseurl changed!'); - + $oldhost = substr($oldurl,strpos($oldurl,'//')+2); $host = substr(z_root(),strpos(z_root(),'//')+2); @@ -1171,11 +1180,11 @@ function check_config(&$a) { set_config('system','urlverify',bin2hex(z_root())); } else - logger('Attempt to change baseurl from a DNS name to an IP address was refused.'); + logger('Attempt to change baseurl from a DNS name to an IP address was refused.'); } - // This will actually set the url to the one stored in .htconfig, and ignore what - // we're passing - unless we are installing and it has never been set. + // This will actually set the url to the one stored in .htconfig, and ignore what + // we're passing - unless we are installing and it has never been set. $a->set_baseurl($a->get_baseurl()); @@ -1244,7 +1253,7 @@ function check_config(&$a) { )); $subject = email_header_encode(sprintf(t('Update Error at %s'), $a->get_baseurl())); - + mail($a->config['system']['admin_email'], $subject, $email_msg, 'From: Administrator' . '@' . $_SERVER['SERVER_NAME'] . "\n" . 'Content-type: text/plain; charset=UTF-8' . "\n" @@ -1254,7 +1263,7 @@ function check_config(&$a) { } else set_config('database','update_r' . $x, 'success'); - + } } set_config('system','db_version', DB_UPDATE_VERSION); @@ -1383,7 +1392,7 @@ function fix_system_urls($oldurl,$newurl) { dbesc(str_replace($oldurl,$newurl,$rr['xchan_photo_m'])), intval($rr['channel_id']) ); - + proc_run('php', 'include/notifier.php', 'refresh_all', $rr['channel_id']); } @@ -1405,7 +1414,7 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) { $reglink = get_config('system','register_link'); if(! strlen($reglink)) $reglink = 'register'; - + $reg = array( 'title' => t('Create an account to access services and applications within the Red Matrix'), 'desc' => t('Register'), @@ -1434,13 +1443,13 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) { '$logout' => t('Logout'), '$login' => t('Login'), '$form_id' => $form_id, - '$lname' => array('username', t('Email') , '', ''), - '$lpassword' => array('password', t('Password'), '', ''), + '$lname' => array('username', t('Email') , '', ''), + '$lpassword' => array('password', t('Password'), '', ''), '$remember' => array('remember', t('Remember me'), '', ''), '$hiddens' => $hiddens, '$register' => $reg, - + '$lostpass' => t('Forgot your password?'), '$lostlink' => t('Password Reset'), )); @@ -1504,13 +1513,13 @@ function notice($s) { $a = get_app(); if(! x($_SESSION,'sysmsg')) $_SESSION['sysmsg'] = array(); if($a->interactive) { - // shameless plug, permission is denied and they have no identity. - // There's a fairly good chance that they've not got zot. + // shameless plug, permission is denied and they have no identity. + // There's a fairly good chance that they've not got zot. if((stristr($s,t('permission denied'))) && (! get_observer_hash())) { $s .= '<br /><a href="http://getzot.com">' . t('Got Zot?') . '</a>'; } $_SESSION['sysmsg'][] = $s; - } + } } @@ -1572,7 +1581,7 @@ function proc_run($cmd){ } $args = $newargs; - + $arr = array('args' => $args, 'run_cmd' => true); call_hooks("proc_run", $arr); @@ -1604,7 +1613,7 @@ function is_windows() { function current_theme(){ $app_base_themes = array('redbasic'); - + $a = get_app(); $page_theme = null; @@ -1622,33 +1631,33 @@ function current_theme(){ $page_theme = $a->layout['theme']; // Allow folks to over-rule channel themes and always use their own on their own site. - // The default is for channel themes to take precedence over your own on pages belonging - // to that channel. + // The default is for channel themes to take precedence over your own on pages belonging + // to that channel. if($page_theme && local_user() && local_user() != $a->profile_url) { if(get_pconfig(local_user(),'system','always_my_theme')) $page_theme = null; } - + $is_mobile = $a->is_mobile || $a->is_tablet; - - $standard_system_theme = ((isset($a->config['system']['theme'])) ? $a->config['system']['theme'] : ''); - $standard_theme_name = ((isset($_SESSION) && x($_SESSION,'theme')) ? $_SESSION['theme'] : $standard_system_theme); - + + $standard_system_theme = ((isset($a->config['system']['theme'])) ? $a->config['system']['theme'] : ''); + $standard_theme_name = ((isset($_SESSION) && x($_SESSION,'theme')) ? $_SESSION['theme'] : $standard_system_theme); + if($is_mobile) { if(isset($_SESSION['show_mobile']) && !$_SESSION['show_mobile']) { $system_theme = $standard_system_theme; $theme_name = $standard_theme_name; } - else { + else { $system_theme = ((isset($a->config['system']['mobile_theme'])) ? $a->config['system']['mobile_theme'] : ''); $theme_name = ((isset($_SESSION) && x($_SESSION,'mobile_theme')) ? $_SESSION['mobile_theme'] : $system_theme); if($theme_name === '' || $theme_name === '---' ) { // user has selected to have the mobile theme be the same as the normal one $system_theme = $standard_system_theme; - $theme_name = $standard_theme_name; + $theme_name = $standard_theme_name; } } } @@ -1660,22 +1669,22 @@ function current_theme(){ $theme_name = $page_theme; } - + if($theme_name && (file_exists('view/theme/' . $theme_name . '/css/style.css') || file_exists('view/theme/' . $theme_name . '/php/style.php'))) return($theme_name); - + foreach($app_base_themes as $t) { if(file_exists('view/theme/' . $t . '/css/style.css')|| file_exists('view/theme/' . $t . '/php/style.php')) return($t); } - + $fallback = array_merge(glob('view/theme/*/css/style.css'),glob('view/theme/*/php/style.php')); if(count($fallback)) return (str_replace('view/theme/','', substr($fallback[0],0,-10))); - + } @@ -1697,8 +1706,8 @@ function current_theme_url($installing = false) { function is_site_admin() { $a = get_app(); - if((intval($_SESSION['authenticated'])) - && (is_array($a->account)) + if((intval($_SESSION['authenticated'])) + && (is_array($a->account)) && ($a->account['account_roles'] & ACCOUNT_ROLE_ADMIN)) return true; return false; @@ -1706,8 +1715,8 @@ function is_site_admin() { function is_developer() { $a = get_app(); - if((intval($_SESSION['authenticated'])) - && (is_array($a->account)) + if((intval($_SESSION['authenticated'])) + && (is_array($a->account)) && ($a->account['account_roles'] & ACCOUNT_ROLE_DEVELOPER)) return true; return false; @@ -1745,29 +1754,29 @@ function load_contact_links($uid) { /** * returns querystring as string from a mapped array * - * @param params Array + * @param params Array * @return string */ -function build_querystring($params, $name=null) { - $ret = ""; - foreach($params as $key=>$val) { - if(is_array($val)) { - if($name==null) { - $ret .= build_querystring($val, $key); - } else { - $ret .= build_querystring($val, $name."[$key]"); - } - } else { - $val = urlencode($val); - if($name!=null) { - $ret.=$name."[$key]"."=$val&"; - } else { - $ret.= "$key=$val&"; - } - } - } - return $ret; +function build_querystring($params, $name=null) { + $ret = ""; + foreach($params as $key=>$val) { + if(is_array($val)) { + if($name==null) { + $ret .= build_querystring($val, $key); + } else { + $ret .= build_querystring($val, $name."[$key]"); + } + } else { + $val = urlencode($val); + if($name!=null) { + $ret .= $name . "[$key]" . "=$val&"; + } else { + $ret .= "$key=$val&"; + } + } + } + return $ret; } @@ -1816,7 +1825,7 @@ function get_custom_nav(&$a,$navname) { if(! $navname) return $a->page['nav']; // load custom nav menu by name here - + } function construct_page(&$a) { @@ -1838,10 +1847,10 @@ function construct_page(&$a) { } $comanche = ((count($a->layout)) ? true : false); - + /** - * Build the page - now that we have all the components - */ + * Build the page - now that we have all the components + */ require_once(theme_include('theme_init.php')); @@ -1851,7 +1860,7 @@ function construct_page(&$a) { $installing = true; else { nav($a); - } + } if($comanche) { if($a->layout['nav']) { @@ -1886,18 +1895,18 @@ function construct_page(&$a) { foreach($arr as $x) { if(! array_key_exists($x['location'],$a->page)) $a->page[$x['location']] = ''; - $a->page[$x['location']] .= $x['html']; + $a->page[$x['location']] .= $x['html']; } } // Let's say we have a comanche declaration '[region=nav][/region][region=content]$nav $content[/region]'. - // The text 'region=' identifies a section of the layout by that name. So what we want to do here is leave - // $a->page['nav'] empty and put the default content from $a->page['nav'] and $a->page['section'] + // The text 'region=' identifies a section of the layout by that name. So what we want to do here is leave + // $a->page['nav'] empty and put the default content from $a->page['nav'] and $a->page['section'] // into a new region called $a->data['content']. It is presumed that the chosen layout file for this comanche page - // has a '<content>' element instead of a '<section>'. - - // This way the Comanche layout can include any existing content, alter the layout by adding stuff around it or changing the - // layout completely with a new layout definition, or replace/remove existing content. + // has a '<content>' element instead of a '<section>'. + + // This way the Comanche layout can include any existing content, alter the layout by adding stuff around it or changing the + // layout completely with a new layout definition, or replace/remove existing content. if($comanche) { $arr = array('module' => $a->module, 'layout' => $a->layout); @@ -1924,7 +1933,7 @@ function construct_page(&$a) { } } - } + } if($a->is_mobile || $a->is_tablet) { if(isset($_SESSION['show_mobile']) && !$_SESSION['show_mobile']) { @@ -1933,8 +1942,8 @@ function construct_page(&$a) { else { $link = $a->get_baseurl() . '/toggle_mobile?f=&off=1&address=' . curPageURL(); } - if ((isset($_SESSION) && $_SESSION['mobile_theme'] !='' && $_SESSION['mobile_theme'] !='---' ) || - (isset($a->config['system']['mobile_theme']) && !isset($_SESSION['mobile_theme']))) { + if ((isset($_SESSION) && $_SESSION['mobile_theme'] !='' && $_SESSION['mobile_theme'] !='---' ) || + (isset($a->config['system']['mobile_theme']) && !isset($_SESSION['mobile_theme']))) { $a->page['footer'] .= replace_macros(get_markup_template("toggle_mobile_footer.tpl"), array( '$toggle_link' => $link, '$toggle_text' => t('toggle mobile') @@ -1948,11 +1957,11 @@ function construct_page(&$a) { header("Content-type: text/html; charset=utf-8"); require_once(theme_include( - ((x($a->page,'template')) - ? $a->page['template'] - : 'default' ) + ((x($a->page,'template')) + ? $a->page['template'] + : 'default' ) . '.php' ) - ); + ); return; } diff --git a/doc/Install.md b/doc/Install.md index 2df82b181..8adfe3ccd 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -6,7 +6,13 @@ Red should run on commodity hosting platforms - such as those used to host Wordp Also if you encounter installation issues, please let us know via the Github issue tracker (https://github.com/friendica/red/issues). Please be as clear as you can about your operating environment and provide as much detail as possible about any error messages you may see, so that we can prevent it from happening in the future. Due to the large variety of operating systems and PHP platforms in existence we may have only limited ability to debug your PHP installation or acquire any missing modules - but we will do our best to solve any general code issues. -Before you begin: Choose a domain name or subdomain name for your server. +Before you begin: Choose a domain name or subdomain name for your server. Put some thought into this - because changing it is currently not-supported. Things will break, and some of your friends may have difficulty communicating with you. We plan to address this limitation in a future release. + +Decide if you will use SSL and obtain an SSL certificate before software installation. You SHOULD use SSL. If you use SSL, you MUST use a "browser-valid" certificate. You MUST NOT use self-signed certificates! + +Please test your certificate prior to installation. A web tool for testing your certificate is available at "http://www.digicert.com/help/". When visiting your site for the first time, please use the SSL ("https://") URL if SSL is available. This will avoid problems later. The installation routine will not allow you to use a non browser-valid certificate. + +This restriction is incorporated because public posts from you may for example contain references to images on your own hub. If your certificate is not known by the internet browser of users they get a warning message complaining about some security issues. Although these complains are not the real truth - there are no security issues with your encryption! - the users may be confused, nerved or even worse may become scared about Red Matrix having security issues. Use one of the free certification instances! 1. Requirements - Apache with mod-rewrite enabled and "Options All" so you can use a diff --git a/doc/To-Do-Code.md b/doc/To-Do-Code.md index 58ecd18c6..fe5ec1842 100644 --- a/doc/To-Do-Code.md +++ b/doc/To-Do-Code.md @@ -23,6 +23,10 @@ We need much more than this, but here are areas where developers can help. Pleas * (Advanced) create a UI for building Comanche pages +* External post connectors - create standard interface + +* External post connectors, add popular services + * templatise and translate the Web interface to webDAV * Extend WebDAV to provide desktop access to photo albums diff --git a/doc/Widgets.md b/doc/Widgets.md index dc7093f8a..0f8d948ff 100644 --- a/doc/Widgets.md +++ b/doc/Widgets.md @@ -33,6 +33,9 @@ Some/many of these widgets have restrictions which may restrict the type of page * filer - select filed items from network/matrix stream - must be logged in * archive - date range selector for network and channel pages + * args: 'wall' - 1 or 0, limit to wall posts or network/matrix posts (default) + * 'style': 'list' or 'select' - presentation format, a select form element or a list, default 'select' + * * fullprofile - same as profile currently diff --git a/doc/bbcode.html b/doc/bbcode.html index cb8286ad7..1bcb9039c 100644 --- a/doc/bbcode.html +++ b/doc/bbcode.html @@ -61,6 +61,7 @@ <li>[observer.address] address (zot-id) of observer <br /> <li>[observer.photo] profile photo of observer <br /> <br /> +<li>[spoiler] for hiding spoilers<br /><br /> <li>[rpost=title]Text to post[/rpost] The observer will be returned to their home hub to enter a post with the specified title and body. Both are optional <br /> diff --git a/doc/Connecting-to-Channels.md b/doc/connecting_to_channels.md index 4fe2a0789..8a7b0bdde 100644 --- a/doc/Connecting-to-Channels.md +++ b/doc/connecting_to_channels.md @@ -1,5 +1,4 @@ -Connecting To Channels -====================== +# Connecting To Channels # Connections in the Red Matrix can take on a great many different meanings. But let's keep it simple, you want to be friends with somebody like you are familiar with from social networking. How do you do it? @@ -13,8 +12,22 @@ Visit their profile by clicking their photograph in the directory, matrix, or co You may also connect with any channel by visiting the "Connections" page of your site or the Directory and typing their "webbie" into the "Add New Connection" field. Use this method if somebody tells you their webbie and you wish to connect with them. A webbie looks like an email address; for example "bob@example.com". The process is the same as connecting via the "Connect" button - you will then be taken to the connection editor to set permissions. -**Premium Channels** +## Block/Ignore/Archive/Hide channels ## + +Channels in your address book can have statuses such as *blocked*, *ignored*, *archived* and *hidden*. From your connections page you can see tabs that display the channels with those statuses. From your edit connection pages you can change the statuses of a channel. + +Here's their meaning: + +**Blocked:** the channel can't read your items regardless of permissions, nor can it write to your channel. + +**Ignored:** the channel can read your items if it has permission, but can't write to your channel. + +**Hidden:** the channel does not show up in your profile's connections list, noone can see you're connected, but beware they may still show up to your other connections, for example in post replies. + +**Archived:** if a channel can't be reached for 30 days, it is automatically marked as archived. This keeps all the data but stops polling the channel for new information and removes it from autocomplete. If later you learn the channel has come back online, you may manually unarchive it. + + +## Premium Channels ## Some channels are designated "Premium Channels" and **may** require some action on your part before a connection can be established. The Connect button will for these channels will take you to a page which lists in detail what terms the channel owner has set. If the terms are accepted, the connection will then proceed normally. In some cases, such as with celebrities and world-reknowned publishers, this **may** involve payment. If you do not agree to the terms, the connection will not proceed, or it may proceed but with reduced permissions allowed on your interactions with that channel. -
\ No newline at end of file diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index f86e2a6e5..85ca614f4 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -14,6 +14,10 @@ Now you need to add any user you want to be able to mount dav to the davfs2 grou [code]usermod -aG davfs2 <DesktopUser>[/code]
+[b]Note:[/b] on some systems the user group may be different, i.e. - "network"
+on Arch Linux. If in doubt, check the davfs documentation for your
+particular OS.
+
Edit /etc/fstab
[code]nano /etc/fstab[/code]
@@ -60,4 +64,23 @@ Finally, mount the drive. You can now find your cloud at /home/bob/cloud and use it as though it were part of your local filesystem - even if the applications you are using have no dav support themselves.
-Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
\ No newline at end of file +[b]Troubleshooting[/b]
+
+With some webservers and certain configurations, you may find davfs2 creating files with 0 bytes file size where other clients work just fine. This is generally caused by cache and locks. If you are affected by this issue, you need to edit your davfs2 configuration.
+
+[code]nano /etc/davfs2/davfs2.conf[/code]
+
+Your distribution will provide a sample configuration, and this file should already exist, however, most of it will be commented out with a # at the beginning of the line.
+
+First step is to remove locks.
+
+Edit the use_locks line so it reads [code]use_locks 0[/code].
+
+Unmount your file system, remount your file system, and try copying over a file from the command line. Note you should copy a new file, and not overwrite an old one for this test. Leave it a minute or two then do [code]ls -l -h[/code] and check the file size of your new file is still greater than 0 bytes. If it is, stop there, and do nothing else.
+
+If that still doesn't work, disable the cache. Note that this has a performance impact so should only be done if disabling locks didn't solve your problem. Edit the cache_size and set it to [code]cache_size 0[/code] and also set file_refresh to [code]file_refresh 0[/code]. Unmount your filesystem, remount your file system, and test it again.
+
+If it [i]still[/i] doesn't work, there is one more thing you can try. (This one is caused by a bug in older versions of dav2fs itself, so updating to a new version may also help). Enable weak etag dropping by setting [code]drop_weak_etags 1[/code]. Unmount and remount your filesystem to apply the changes.
+
+
+Return to the [zrl=[baseurl]/help/main]Main documentation page[/zrl]
diff --git a/doc/html/Contact_8php.html b/doc/html/Contact_8php.html index d99d9e4f5..c088ee6d8 100644 --- a/doc/html/Contact_8php.html +++ b/doc/html/Contact_8php.html @@ -140,8 +140,8 @@ Functions</h2></td></tr> <tr class="separator:a28e062c884331dbb5dfa713228c25ad6"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a38daa1c210b78385307123450ca9a1fc"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="Contact_8php.html#a38daa1c210b78385307123450ca9a1fc">terminate_friendship</a> ($user, $self, $contact)</td></tr> <tr class="separator:a38daa1c210b78385307123450ca9a1fc"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a852fa476f0c70bde10a4f2533aec5f71"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('mark_for_death')) <br class="typebreak"/> -<a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('unmark_for_death')) </td><td class="memItemRight" valign="bottom"><a class="el" href="Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71">random_profile</a> ()</td></tr> +<tr class="memitem:a852fa476f0c70bde10a4f2533aec5f71"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('mark_for_death')) <br class="typebreak"/> +<a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('unmark_for_death')) </td><td class="memItemRight" valign="bottom"><a class="el" href="Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71">random_profile</a> ()</td></tr> <tr class="separator:a852fa476f0c70bde10a4f2533aec5f71"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> @@ -269,7 +269,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, and <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>.</p> +<p>Referenced by <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, and <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>.</p> </div> </div> @@ -358,7 +358,7 @@ Functions</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('mark_for_death')) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('unmark_for_death')) random_profile </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('mark_for_death')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('unmark_for_death')) random_profile </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> diff --git a/doc/html/admin_8php.html b/doc/html/admin_8php.html index ff835ad08..d1e165510 100644 --- a/doc/html/admin_8php.html +++ b/doc/html/admin_8php.html @@ -132,6 +132,10 @@ Functions</h2></td></tr> <tr class="separator:a5a696706a3869800e65fb365214241b7"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a62f10f90c47686c9c3c37c4c03a108d2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users</a> (&$a)</td></tr> <tr class="separator:a62f10f90c47686c9c3c37c4c03a108d2"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a42e628f367c168add8013352ac74d33f"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post</a> (&$a)</td></tr> +<tr class="separator:a42e628f367c168add8013352ac74d33f"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ad6f87a764fd35f522c7b4c351d7878ec"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels</a> (&$a)</td></tr> +<tr class="separator:ad6f87a764fd35f522c7b4c351d7878ec"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a54128076986ba80c4a103de3fc3e19a8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins</a> (&$a)</td></tr> <tr class="separator:a54128076986ba80c4a103de3fc3e19a8"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:af81f081851791cd15e49e8ff6722dc27"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="admin_8php.html#af81f081851791cd15e49e8ff6722dc27">toggle_theme</a> (&$themes, $th, &$result)</td></tr> @@ -173,6 +177,56 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="ad6f87a764fd35f522c7b4c351d7878ec"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">admin_page_channels </td> + <td>(</td> + <td class="paramtype">& </td> + <td class="paramname"><em>$a</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype"><a class="el" href="classApp.html">App</a></td><td class="paramname">$a</td><td></td></tr> + </table> + </dd> +</dl> +<dl class="section return"><dt>Returns</dt><dd>string </dd></dl> + +<p>Referenced by <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>.</p> + +</div> +</div> +<a class="anchor" id="a42e628f367c168add8013352ac74d33f"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">admin_page_channels_post </td> + <td>(</td> + <td class="paramtype">& </td> + <td class="paramname"><em>$a</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> +<p>Channels admin page</p> +<dl class="params"><dt>Parameters</dt><dd> + <table class="params"> + <tr><td class="paramtype"><a class="el" href="classApp.html">App</a></td><td class="paramname">$a</td><td></td></tr> + </table> + </dd> +</dl> + +<p>Referenced by <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>.</p> + +</div> +</div> <a class="anchor" id="aaa6addf2dbc3f3fcf99244a56b41eade"></a> <div class="memitem"> <div class="memproto"> diff --git a/doc/html/admin_8php.js b/doc/html/admin_8php.js index 973a7a9aa..15b1b3522 100644 --- a/doc/html/admin_8php.js +++ b/doc/html/admin_8php.js @@ -1,6 +1,8 @@ var admin_8php = [ [ "admin_content", "admin_8php.html#afef415e4011607fbb665610441595015", null ], + [ "admin_page_channels", "admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec", null ], + [ "admin_page_channels_post", "admin_8php.html#a42e628f367c168add8013352ac74d33f", null ], [ "admin_page_dbsync", "admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade", null ], [ "admin_page_hubloc", "admin_8php.html#a6943543f3138f6ee182cb701f415d1cc", null ], [ "admin_page_hubloc_post", "admin_8php.html#a60ba9783ad14545814919970bc3fb725", null ], diff --git a/doc/html/apw_2php_2style_8php.html b/doc/html/apw_2php_2style_8php.html index 586c2b9f0..2fdb64076 100644 --- a/doc/html/apw_2php_2style_8php.html +++ b/doc/html/apw_2php_2style_8php.html @@ -122,13 +122,13 @@ Variables</h2></td></tr> <tr class="separator:ab9e0f70d44ab67f4334f9883631777fc"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a404171b8f918c116e45a6421c92f0cc9"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="apw_2php_2style_8php.html#a404171b8f918c116e45a6421c92f0cc9">$fext</a> = $<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>[1]</td></tr> <tr class="separator:a404171b8f918c116e45a6421c92f0cc9"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:aa58104ba36588bbf082cecbb3910e2ea"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(file_exists('view/theme/apw/font/'.$fname. <br class="typebreak"/> -'i.'.$fext)) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(file_exists('view/theme/apw/font/'.$fname. <br class="typebreak"/> +<tr class="memitem:aa58104ba36588bbf082cecbb3910e2ea"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(file_exists('view/theme/apw/font/'.$fname. <br class="typebreak"/> +'i.'.$fext)) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(file_exists('view/theme/apw/font/'.$fname. <br class="typebreak"/> 'b.'.$fext)) </td><td class="memItemRight" valign="bottom"><a class="el" href="apw_2php_2style_8php.html#aa58104ba36588bbf082cecbb3910e2ea">$strongmacro</a> = ''</td></tr> <tr class="separator:aa58104ba36588bbf082cecbb3910e2ea"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a2cad82a3ecadbe58dbc4197de1c63da0"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="apw_2php_2style_8php.html#a2cad82a3ecadbe58dbc4197de1c63da0">$obliquemacro</a> = ''</td></tr> <tr class="separator:a2cad82a3ecadbe58dbc4197de1c63da0"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:acb0dedc3212a7c60ab2474768becd79a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>($<a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav</a>) </td><td class="memItemRight" valign="bottom"><a class="el" href="apw_2php_2style_8php.html#acb0dedc3212a7c60ab2474768becd79a">$sectiontop</a> = "28px"</td></tr> +<tr class="memitem:acb0dedc3212a7c60ab2474768becd79a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>($<a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav</a>) </td><td class="memItemRight" valign="bottom"><a class="el" href="apw_2php_2style_8php.html#acb0dedc3212a7c60ab2474768becd79a">$sectiontop</a> = "28px"</td></tr> <tr class="separator:acb0dedc3212a7c60ab2474768becd79a"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a07adb491994deb72a00a975b431d3e30"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="apw_2php_2style_8php.html#a07adb491994deb72a00a975b431d3e30">$iconsize</a> = "16px"</td></tr> <tr class="separator:a07adb491994deb72a00a975b431d3e30"><td class="memSeparator" colspan="2"> </td></tr> @@ -205,7 +205,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ($<a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav</a>) $sectiontop = "28px"</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ($<a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav</a>) $sectiontop = "28px"</td> </tr> </table> </div><div class="memdoc"> @@ -229,7 +229,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (file_exists('view/theme/apw/font/'.$fname. 'i.'.$fext)) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (file_exists('view/theme/apw/font/'.$fname. 'b.'.$fext)) $strongmacro = ''</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (file_exists('view/theme/apw/font/'.$fname. 'i.'.$fext)) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (file_exists('view/theme/apw/font/'.$fname. 'b.'.$fext)) $strongmacro = ''</td> </tr> </table> </div><div class="memdoc"> @@ -246,7 +246,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586">all_friends()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9">common_friends_zcid()</a>, <a class="el" href="socgraph_8php.html#af29d056beec10b4e38e5209c92452894">count_all_friends()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="socgraph_8php.html#af175807406d94407a5e11742a3287746">count_common_friends_zcid()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad">get_pconfig()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6">get_words()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a">menu_del_item()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="classConversation.html#a8898bddc1e8990e81dab9a13a532cc93">Conversation\set_profile_owner()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2">tagblock()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586">all_friends()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9">common_friends_zcid()</a>, <a class="el" href="socgraph_8php.html#af29d056beec10b4e38e5209c92452894">count_all_friends()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="socgraph_8php.html#af175807406d94407a5e11742a3287746">count_common_friends_zcid()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad">get_pconfig()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6">get_words()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a">menu_del_item()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="classConversation.html#a8898bddc1e8990e81dab9a13a532cc93">Conversation\set_profile_owner()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2">tagblock()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> @@ -260,7 +260,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca">autoname()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c">photo_gd\cropImage()</a>, <a class="el" href="classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4">photo_imagick\cropImage()</a>, <a class="el" href="datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8">datesel()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="items_8php.html#a56b2a4abcadfac71175cd50555528cc3">decode_tags()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">email_header_encode()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classphoto__gd.html#a44cedef376044018702d9355ddc813ce">photo_gd\flip()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a76d1b3435c067978d7b484c45f56472b">get_mentions()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4">theme_status()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1">timesel()</a>, <a class="el" href="admin_8php.html#af81f081851791cd15e49e8ff6722dc27">toggle_theme()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="plugin_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="text_8php.html#aaed4413ed8918838b517e3b2fafaea0d">xmlify()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="classTemplate.html#abf71098c80fd1f218a59452b3408309e">Template\_replcb_for()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca">autoname()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c">photo_gd\cropImage()</a>, <a class="el" href="classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4">photo_imagick\cropImage()</a>, <a class="el" href="datetime_8php.html#ac265b86f384ee094ed5479aae02aa5c8">datesel()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="items_8php.html#a56b2a4abcadfac71175cd50555528cc3">decode_tags()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b">email_header_encode()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classphoto__gd.html#a44cedef376044018702d9355ddc813ce">photo_gd\flip()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a76d1b3435c067978d7b484c45f56472b">get_mentions()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4">theme_status()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1">timesel()</a>, <a class="el" href="admin_8php.html#af81f081851791cd15e49e8ff6722dc27">toggle_theme()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="plugin_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="text_8php.html#aaed4413ed8918838b517e3b2fafaea0d">xmlify()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> diff --git a/doc/html/auth_8php.html b/doc/html/auth_8php.html index ef3142e60..eefab2c61 100644 --- a/doc/html/auth_8php.html +++ b/doc/html/auth_8php.html @@ -117,13 +117,13 @@ Functions</h2></td></tr> <tr class="separator:a2add3a1129ffa4d5515442a9d52a9b1a"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a07bae0e623e2daa9ee2cd5a8aa294dee"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password</a> ($email, $pass)</td></tr> <tr class="separator:a07bae0e623e2daa9ee2cd5a8aa294dee"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:ab7be44ee051c0aa29847807cf2c5dd38"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params'))&&$_POST['auth-params']=== <br class="typebreak"/> +<tr class="memitem:ab7be44ee051c0aa29847807cf2c5dd38"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params'))&&$_POST['auth-params']=== <br class="typebreak"/> '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>') </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid</a> ($authid)</td></tr> <tr class="separator:ab7be44ee051c0aa29847807cf2c5dd38"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> -<tr class="memitem:a0950af7c2888ca1d4743fe5d0bff9ae5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION,'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params')))||($_POST['auth-params']!== <br class="typebreak"/> +<tr class="memitem:a0950af7c2888ca1d4743fe5d0bff9ae5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION,'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params')))||($_POST['auth-params']!== <br class="typebreak"/> '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>'))) </td><td class="memItemRight" valign="bottom"><a class="el" href="auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5">else</a></td></tr> <tr class="separator:a0950af7c2888ca1d4743fe5d0bff9ae5"><td class="memSeparator" colspan="2"> </td></tr> </table> @@ -164,7 +164,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params'))&&$_POST['auth-params']=== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>') match_openid </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ((<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params'))&&$_POST['auth-params']=== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>') match_openid </td> <td>(</td> <td class="paramtype"> </td> <td class="paramname"><em>$authid</em></td><td>)</td> @@ -200,7 +200,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION,'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params')))||($_POST['auth-params']!== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>'))) else</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ((isset($_SESSION))&&(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SESSION,'authenticated'))&&((!(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_POST,'auth-params')))||($_POST['auth-params']!== '<a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login</a>'))) else</td> </tr> </table> </div><div class="memdoc"> diff --git a/doc/html/bbcode_8php.html b/doc/html/bbcode_8php.html index ad9c8d928..cc3dfe354 100644 --- a/doc/html/bbcode_8php.html +++ b/doc/html/bbcode_8php.html @@ -122,8 +122,8 @@ Functions</h2></td></tr> <tr class="separator:a8911e027907820df3db03b4f76724b50"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a064dcfd9767df6f53be1a0e11ceeb15d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#a064dcfd9767df6f53be1a0e11ceeb15d">bb_unspacefy_and_trim</a> ($st)</td></tr> <tr class="separator:a064dcfd9767df6f53be1a0e11ceeb15d"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a851f5aafefe52474201b83f9fd65931f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('bb_extract_images')) <br class="typebreak"/> -<a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('bb_replace_images')) </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt</a> ($match)</td></tr> +<tr class="memitem:a851f5aafefe52474201b83f9fd65931f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('bb_extract_images')) <br class="typebreak"/> +<a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('bb_replace_images')) </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt</a> ($match)</td></tr> <tr class="separator:a851f5aafefe52474201b83f9fd65931f"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a98d0eecc620c19561639f06cfbe8e74c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="bbcode_8php.html#a98d0eecc620c19561639f06cfbe8e74c">bb_qr</a> ($match)</td></tr> <tr class="separator:a98d0eecc620c19561639f06cfbe8e74c"><td class="memSeparator" colspan="2"> </td></tr> @@ -164,7 +164,7 @@ Functions</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('bb_extract_images')) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('bb_replace_images')) bb_parse_crypt </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('bb_extract_images')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('bb_replace_images')) bb_parse_crypt </td> <td>(</td> <td class="paramtype"> </td> <td class="paramname"><em>$match</em></td><td>)</td> @@ -301,7 +301,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee">construct_activity_object()</a>, <a class="el" href="items_8php.html#aa579bc4445d60098b1410961ca8e96b7">construct_activity_target()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3">format_notification()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, and <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>.</p> +<p>Referenced by <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee">construct_activity_object()</a>, <a class="el" href="items_8php.html#aa579bc4445d60098b1410961ca8e96b7">construct_activity_target()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3">format_notification()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, and <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>.</p> </div> </div> diff --git a/doc/html/boot_8php.html b/doc/html/boot_8php.html index e9d8f6d7b..db17cfda2 100644 --- a/doc/html/boot_8php.html +++ b/doc/html/boot_8php.html @@ -169,6 +169,8 @@ Functions</h2></td></tr> <tr class="separator:a926cad0b3d8b9d9ee5da1898fc063ba3"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:aa1e828bbbcba170265eb2668d8daf42e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin</a> ()</td></tr> <tr class="separator:aa1e828bbbcba170265eb2668d8daf42e"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a6252d8eca67c689d9035ec6da544cf46"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer</a> ()</td></tr> +<tr class="separator:a6252d8eca67c689d9035ec6da544cf46"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a719c7f3972d5f9268f37a41c76cd4ef6"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links</a> ($uid)</td></tr> <tr class="separator:a719c7f3972d5f9268f37a41c76cd4ef6"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a9cbab4ee728e9a8b4ce952bae643044e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e">build_querystring</a> ($params, $name=null)</td></tr> @@ -202,7 +204,7 @@ Variables</h2></td></tr> <tr class="separator:a21cc29e0025943e7c28ff58cb4856ac3"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a36b31575f992a10b5927b76efba9362e"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a36b31575f992a10b5927b76efba9362e">ZOT_REVISION</a> 1</td></tr> <tr class="separator:a36b31575f992a10b5927b76efba9362e"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:ac59a18a4838710d6c2de37aed6b21f03"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03">DB_UPDATE_VERSION</a> 1103</td></tr> +<tr class="memitem:ac59a18a4838710d6c2de37aed6b21f03"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03">DB_UPDATE_VERSION</a> 1107</td></tr> <tr class="separator:ac59a18a4838710d6c2de37aed6b21f03"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a0603d6ece8c5d37b4b7db697db053a4b"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b">EOL</a> '<br />' . "\r\n"</td></tr> <tr class="separator:a0603d6ece8c5d37b4b7db697db053a4b"><td class="memSeparator" colspan="2"> </td></tr> @@ -294,6 +296,8 @@ Variables</h2></td></tr> <tr class="separator:ab3920c2f3cd64802c0b7ff625c3b2ea8"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ace83842dbeb84f7ed9ac59a9f57a7c32"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32">PAGE_ADULT</a> 0x0020</td></tr> <tr class="separator:ace83842dbeb84f7ed9ac59a9f57a7c32"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a36003bebe4ce860c6652bcc3e09b2214"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214">PAGE_CENSORED</a> 0x0040</td></tr> +<tr class="separator:a36003bebe4ce860c6652bcc3e09b2214"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a6ee7a72d558d1851bbb9e3cdde377932"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932">PAGE_SYSTEM</a> 0x1000</td></tr> <tr class="separator:a6ee7a72d558d1851bbb9e3cdde377932"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a4edce16cb7f21cdafa1e85bf63d713e6"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6">PAGE_REMOVED</a> 0x8000</td></tr> @@ -434,6 +438,12 @@ Variables</h2></td></tr> <tr class="separator:ab9dca53455cd157d3c6ba2bdecdbd22d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:aea392cb26ed617f3a8cde648385b5df0"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#aea392cb26ed617f3a8cde648385b5df0">UPDATE_FLAGS_DELETED</a> 0x1000</td></tr> <tr class="separator:aea392cb26ed617f3a8cde648385b5df0"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a7037bcbca223395c06bc67f65024de7a"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a7037bcbca223395c06bc67f65024de7a">DROPITEM_NORMAL</a> 0</td></tr> +<tr class="separator:a7037bcbca223395c06bc67f65024de7a"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ae0da3ca0f54d75d22c71e007331f8d06"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06">DROPITEM_PHASE1</a> 1</td></tr> +<tr class="separator:ae0da3ca0f54d75d22c71e007331f8d06"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a639f079bf28f7bbb2769fee651d76dd8"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8">DROPITEM_PHASE2</a> 2</td></tr> +<tr class="separator:a639f079bf28f7bbb2769fee651d76dd8"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a35625dacd2158b9f1f1a8e77f9f081fd"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd">MAX_LIKERS</a> 75</td></tr> <tr class="separator:a35625dacd2158b9f1f1a8e77f9f081fd"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a3cd42a70c6b3999590e4fd7a1a9096af"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af">ZCURL_TIMEOUT</a> (-1)</td></tr> @@ -624,6 +634,8 @@ Variables</h2></td></tr> <tr class="separator:a84f48897059bbd4a8738d7ee4cec6688"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a7c2eb822d50e1554bf5c32861f36342b"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b">ACCOUNT_ROLE_SYSTEM</a> 0x0002</td></tr> <tr class="separator:a7c2eb822d50e1554bf5c32861f36342b"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a4f507a5996dbb3da148add0339a40d5a"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a4f507a5996dbb3da148add0339a40d5a">ACCOUNT_ROLE_DEVELOPER</a> 0x0004</td></tr> +<tr class="separator:a4f507a5996dbb3da148add0339a40d5a"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ac8400313df2c831653f9036f71ebd86d"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#ac8400313df2c831653f9036f71ebd86d">ACCOUNT_ROLE_ADMIN</a> 0x1000</td></tr> <tr class="separator:ac8400313df2c831653f9036f71ebd86d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ab55b16ae7fc19fafe5afaedd49163bbf"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf">ITEM_VISIBLE</a> 0x0000</td></tr> @@ -650,6 +662,8 @@ Variables</h2></td></tr> <tr class="separator:a6e57d913634d033b4d5ad72d99fd3e9d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a87b0f279f8413c7e4d805c5d85f20d34"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34">ITEM_BUG</a> 0x0400</td></tr> <tr class="separator:a87b0f279f8413c7e4d805c5d85f20d34"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a028380b2902a86ba32198f6d3b5d10bb"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb">ITEM_PENDING_REMOVE</a> 0x0800</td></tr> +<tr class="separator:a028380b2902a86ba32198f6d3b5d10bb"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a8c9dce0ef27b35397e29298eb966f7f7"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7">ITEM_ORIGIN</a> 0x0001</td></tr> <tr class="separator:a8c9dce0ef27b35397e29298eb966f7f7"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a009e6a0637cb65804ea8094ecc4450b0"><td class="memItemLeft" align="right" valign="top">const </td><td class="memItemRight" valign="bottom"><a class="el" href="boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0">ITEM_UNSEEN</a> 0x0002</td></tr> @@ -728,7 +742,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -746,7 +760,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164">new_channel_init()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7">online_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="register_8php.html#ae20c0cd40f738d6295de58b9202c83d5">register_init()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -951,7 +965,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -968,7 +982,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="items_8php.html#a1e75047cf175aaee8dd16aa761913ff9">can_comment_on_post()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="boot_8php.html#afe88b920aa285982edb817a0dd44eb37">get_account_id()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="boot_8php.html#a623e49c79943f3e7bdb770d021683cf7">get_observer_hash()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="settings_8php.html#a39abc76ff5459c57e3b957664f273f18">get_theme_config_file()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a">head_add_css()</a>, <a class="el" href="plugin_8php.html#a516591850f4fd49fd1425cfa54089db8">head_add_js()</a>, <a class="el" href="plugin_8php.html#af92789f559b89a380e49d303218aeeca">head_get_css()</a>, <a class="el" href="plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1">head_get_js()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="items_8php.html#ac1fcf621dce7370515b420a7753f4726">map_scope()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7">rpost_callback()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="Contact_8php.html#a38daa1c210b78385307123450ca9a1fc">terminate_friendship()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013">widget_menu_preview()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="widgets_8php.html#abe03366fd22fd27d683518fa0765da50">widget_vcard()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, and <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc()</a>, <a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="items_8php.html#a1e75047cf175aaee8dd16aa761913ff9">can_comment_on_post()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="boot_8php.html#afe88b920aa285982edb817a0dd44eb37">get_account_id()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="boot_8php.html#a623e49c79943f3e7bdb770d021683cf7">get_observer_hash()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="settings_8php.html#a39abc76ff5459c57e3b957664f273f18">get_theme_config_file()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a">head_add_css()</a>, <a class="el" href="plugin_8php.html#a516591850f4fd49fd1425cfa54089db8">head_add_js()</a>, <a class="el" href="plugin_8php.html#af92789f559b89a380e49d303218aeeca">head_get_css()</a>, <a class="el" href="plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1">head_get_js()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="items_8php.html#ac1fcf621dce7370515b420a7753f4726">map_scope()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="bbcode_8php.html#a5165a5221a52cf1bc1d7812ebd2069c7">rpost_callback()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="Contact_8php.html#a38daa1c210b78385307123450ca9a1fc">terminate_friendship()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f">widget_collections()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013">widget_menu_preview()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="widgets_8php.html#abe03366fd22fd27d683518fa0765da50">widget_vcard()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, and <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>.</p> </div> </div> @@ -1030,7 +1044,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#ad5a44e42231759aba1dda49e0490501e">comanche_menu()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser\set_writeable()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, and <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>.</p> +<p>Referenced by <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#ad5a44e42231759aba1dda49e0490501e">comanche_menu()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser\set_writeable()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, and <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>.</p> </div> </div> @@ -1048,7 +1062,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254">toggle_mobile_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254">toggle_mobile_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, and <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>.</p> </div> </div> @@ -1099,7 +1113,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> </div> </div> @@ -1120,6 +1134,21 @@ Variables</h2></td></tr> </div> </div> +<a class="anchor" id="a6252d8eca67c689d9035ec6da544cf46"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">is_developer </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> <a class="anchor" id="aa1e828bbbcba170265eb2668d8daf42e"></a> <div class="memitem"> <div class="memproto"> @@ -1167,7 +1196,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74">api_friendica_version()</a>, <a class="el" href="include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0">api_oauth_access_token()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d">api_statusnet_version()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1">goaway()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6">php_init()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="pretheme_8php.html#af5660943ee99db5fd75182316522eafe">pretheme_init()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0">system_unavailable()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1">update_community_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a53b0680b682ae6078f2e1ed18cfb3f74">api_friendica_version()</a>, <a class="el" href="include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0">api_oauth_access_token()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#a8969e8d9c683f12ba17dcd4b059e020d">api_statusnet_version()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1">goaway()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="include_2network_8php.html#a4c5d50079e089168d9248427018fffd4">json_return_and_die()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014">oembed_init()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6">php_init()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="pretheme_8php.html#af5660943ee99db5fd75182316522eafe">pretheme_init()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0">system_unavailable()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e">view_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> @@ -1202,7 +1231,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="community_8php.html#a56c94ec978a38633c5628fa6f8e386d9">community_init()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592">follow_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">theme_post()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> +<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#aed39ecad69234f3ddf61f0dedb49a58e">comanche_get_channel_id()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592">follow_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">theme_post()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> </div> </div> @@ -1254,7 +1283,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, and <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>.</p> +<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, and <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>.</p> </div> </div> @@ -1276,7 +1305,7 @@ Variables</h2></td></tr> <p>e.g.: proc_run("ls","-la","/tmp");</p> <p>$cmd and string args are surrounded with "" </p> -<p>Referenced by <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> @@ -1293,7 +1322,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -1354,7 +1383,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ae82608c317421f27446465aa6724733d">api_format_messages()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#aa723c0571e314a1853a24c5854b4f54f">encode_rel_links()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e">get_browser_language()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2">get_my_address()</a>, <a class="el" href="identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec">get_my_url()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44">local_user()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209">remote_user()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#a78788f6e9d8b713b138f81e457c5cd08">App\set_baseurl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04">t()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3">webfinger_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classApp.html#af6d39f63fb7116bbeb04e51696f99474">App\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ae82608c317421f27446465aa6724733d">api_format_messages()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#aa723c0571e314a1853a24c5854b4f54f">encode_rel_links()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e">get_browser_language()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2">get_my_address()</a>, <a class="el" href="identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec">get_my_url()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44">local_user()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="classApp.html#abf46a653d8499e7c253cc1be894a6d83">App\register_template_engine()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209">remote_user()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#a78788f6e9d8b713b138f81e457c5cd08">App\set_baseurl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a267555abd17290e659b4bf44b885e4e0">setup_init()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04">t()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="classApp.html#a94a1ed2dc493c58612d17035b74ae736">App\template_engine()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3">webfinger_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> </div> </div> @@ -1371,7 +1400,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="boot_8php.html#a081307d681d7d04f17b9ced2076e7c85">absurl()</a>, and <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>.</p> +<p>Referenced by <a class="el" href="boot_8php.html#a081307d681d7d04f17b9ced2076e7c85">absurl()</a>.</p> </div> </div> @@ -1388,7 +1417,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="text_8php.html#a85e3a4851c16674834010d8419a5d7ca">chanlink_cid()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3">RedBrowser\getAssetUrl()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166">App\head_get_icon()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6">magiclink_url()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a08035db02ff6a23260146b4c64153422">widget_dirtags()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, and <a class="el" href="zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7">zot_new_uid()</a>.</p> +<p>Referenced by <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="bbcode_8php.html#a851f5aafefe52474201b83f9fd65931f">bb_parse_crypt()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="text_8php.html#a85e3a4851c16674834010d8419a5d7ca">chanlink_cid()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="classRedBrowser.html#a87529b4988a7777b49616f5c0a1c55d3">RedBrowser\getAssetUrl()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166">App\head_get_icon()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6">magiclink_url()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3">script_path()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79">toggle_safesearch_init()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a08035db02ff6a23260146b4c64153422">widget_dirtags()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="xref_8php.html#a9bee399213b8de8226b0d60834307473">xref_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7">zot_new_uid()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> @@ -1431,7 +1460,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, and <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>.</p> +<p>Referenced by <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> </div> </div> @@ -1459,7 +1488,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70">collect_recipients()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70">collect_recipients()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> @@ -1473,7 +1502,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e">abook_connections()</a>, <a class="el" href="Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5">abook_self()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70">collect_recipients()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e">abook_connections()</a>, <a class="el" href="Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5">abook_self()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70">collect_recipients()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> @@ -1646,6 +1675,20 @@ Variables</h2></td></tr> </div> </div> +<a class="anchor" id="a4f507a5996dbb3da148add0339a40d5a"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">const ACCOUNT_ROLE_DEVELOPER 0x0004</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer()</a>.</p> + +</div> +</div> <a class="anchor" id="a7c2eb822d50e1554bf5c32861f36342b"></a> <div class="memitem"> <div class="memproto"> @@ -1801,7 +1844,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, and <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, and <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>.</p> </div> </div> @@ -2151,7 +2194,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname">const DB_UPDATE_VERSION 1103</td> + <td class="memname">const DB_UPDATE_VERSION 1107</td> </tr> </table> </div><div class="memdoc"> @@ -2239,7 +2282,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> +<p>Referenced by <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> </div> </div> @@ -2255,6 +2298,48 @@ Variables</h2></td></tr> </div> </div> +<a class="anchor" id="a7037bcbca223395c06bc67f65024de7a"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">const DROPITEM_NORMAL 0</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, and <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>.</p> + +</div> +</div> +<a class="anchor" id="ae0da3ca0f54d75d22c71e007331f8d06"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">const DROPITEM_PHASE1 1</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, and <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>.</p> + +</div> +</div> +<a class="anchor" id="a639f079bf28f7bbb2769fee651d76dd8"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">const DROPITEM_PHASE2 2</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, and <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>.</p> + +</div> +</div> <a class="anchor" id="a0603d6ece8c5d37b4b7db697db053a4b"></a> <div class="memitem"> <div class="memproto"> @@ -2265,7 +2350,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="security_8php.html#a20f8b9851f23ee8894b8925584ef6821">check_form_security_std_err_msg()</a>, <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, and <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>.</p> +<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="security_8php.html#a20f8b9851f23ee8894b8925584ef6821">check_form_security_std_err_msg()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, and <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>.</p> </div> </div> @@ -2476,7 +2561,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">delete_item_lowlevel()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="items_8php.html#a5f690fc2484abec07840b4f9dd525bd9">encode_item_flags()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> </div> </div> @@ -2589,7 +2674,7 @@ Variables</h2></td></tr> </div><div class="memdoc"> <p><a class="el" href="classItem.html">Item</a> Flags </p> -<p>Referenced by <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, and <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>.</p> +<p>Referenced by <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, and <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>.</p> </div> </div> @@ -2607,6 +2692,20 @@ Variables</h2></td></tr> </div> </div> +<a class="anchor" id="a028380b2902a86ba32198f6d3b5d10bb"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">const ITEM_PENDING_REMOVE 0x0800</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, and <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>.</p> + +</div> +</div> <a class="anchor" id="a2958a2bd5422b85329d7c36c06dbc221"></a> <div class="memitem"> <div class="memproto"> @@ -2629,7 +2728,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, and <a class="el" href="items_8php.html#af6237605c60d69abdd959ddbbee3420c">retain_item()</a>.</p> +<p>Referenced by <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, and <a class="el" href="items_8php.html#af6237605c60d69abdd959ddbbee3420c">retain_item()</a>.</p> </div> </div> @@ -2683,6 +2782,8 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> +<p>Referenced by <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>.</p> + </div> </div> <a class="anchor" id="a009e6a0637cb65804ea8094ecc4450b0"></a> @@ -2709,7 +2810,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>.</p> +<p>Referenced by <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>.</p> </div> </div> @@ -2764,7 +2865,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> +<p>Referenced by <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> @@ -2850,7 +2951,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335">webfinger_dfrn()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335">webfinger_dfrn()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> </div> </div> @@ -2864,7 +2965,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -3494,7 +3595,7 @@ Variables</h2></td></tr> </div><div class="memdoc"> <p>email notification options </p> -<p>Referenced by <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>.</p> +<p>Referenced by <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> @@ -3646,6 +3747,20 @@ Variables</h2></td></tr> </div> </div> +<a class="anchor" id="a36003bebe4ce860c6652bcc3e09b2214"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">const PAGE_CENSORED 0x0040</td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, and <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>.</p> + +</div> +</div> <a class="anchor" id="a5b8484922918946d041e5e0515dbe718"></a> <div class="memitem"> <div class="memproto"> @@ -3711,7 +3826,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -3725,7 +3840,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51">get_sys_channel()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> +<p>Referenced by <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51">get_sys_channel()</a>, <a class="el" href="identity_8php.html#aa4bd4abfcba883f43919e89ec6419025">is_sys_channel()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> </div> </div> @@ -3823,7 +3938,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#ac1fcf621dce7370515b420a7753f4726">map_scope()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, and <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>.</p> +<p>Referenced by <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#ac1fcf621dce7370515b420a7753f4726">map_scope()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> @@ -4370,7 +4485,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="items_8php.html#a56b2a4abcadfac71175cd50555528cc3">decode_tags()</a>, <a class="el" href="items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a">encode_item_terms()</a>, <a class="el" href="taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1">format_term_for_display()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7">item_getfeedtags()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="items_8php.html#a56b2a4abcadfac71175cd50555528cc3">decode_tags()</a>, <a class="el" href="items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a">encode_item_terms()</a>, <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">format_hashtags()</a>, <a class="el" href="taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1">format_term_for_display()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7">item_getfeedtags()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>.</p> </div> </div> @@ -4434,7 +4549,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">delete_item_lowlevel()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, and <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, and <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>.</p> </div> </div> @@ -4616,7 +4731,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> +<p>Referenced by <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> </div> </div> @@ -4658,7 +4773,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> +<p>Referenced by <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> </div> </div> diff --git a/doc/html/boot_8php.js b/doc/html/boot_8php.js index 3a5a42c63..d9f7e2489 100644 --- a/doc/html/boot_8php.js +++ b/doc/html/boot_8php.js @@ -24,6 +24,7 @@ var boot_8php = [ "head_set_icon", "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84", null ], [ "info", "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498", null ], [ "is_ajax", "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c", null ], + [ "is_developer", "boot_8php.html#a6252d8eca67c689d9035ec6da544cf46", null ], [ "is_site_admin", "boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e", null ], [ "is_windows", "boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08", null ], [ "killme", "boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c", null ], @@ -56,6 +57,7 @@ var boot_8php = [ "ACCOUNT_REMOVED", "boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78", null ], [ "ACCOUNT_ROLE_ADMIN", "boot_8php.html#ac8400313df2c831653f9036f71ebd86d", null ], [ "ACCOUNT_ROLE_ALLOWCODE", "boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688", null ], + [ "ACCOUNT_ROLE_DEVELOPER", "boot_8php.html#a4f507a5996dbb3da148add0339a40d5a", null ], [ "ACCOUNT_ROLE_SYSTEM", "boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b", null ], [ "ACCOUNT_UNVERIFIED", "boot_8php.html#af3a4271630aabd8be592213f925d6a36", null ], [ "ACTIVITY_DISLIKE", "boot_8php.html#a0e57f846e6d47a308feced0f7274f178", null ], @@ -101,6 +103,9 @@ var boot_8php = [ "DIRECTORY_MODE_SECONDARY", "boot_8php.html#aedfb9501ed408278667995524e0d15cf", null ], [ "DIRECTORY_MODE_STANDALONE", "boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8", null ], [ "DIRECTORY_REALM", "boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd", null ], + [ "DROPITEM_NORMAL", "boot_8php.html#a7037bcbca223395c06bc67f65024de7a", null ], + [ "DROPITEM_PHASE1", "boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06", null ], + [ "DROPITEM_PHASE2", "boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8", null ], [ "EOL", "boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b", null ], [ "GRAVITY_COMMENT", "boot_8php.html#a4a12ce5de39789b0361e308d89925a20", null ], [ "GRAVITY_LIKE", "boot_8php.html#a1f5906598e90b5ea2b4245f682be4348", null ], @@ -127,6 +132,7 @@ var boot_8php = [ "ITEM_OBSCURED", "boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d", null ], [ "ITEM_ORIGIN", "boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7", null ], [ "ITEM_PDL", "boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d", null ], + [ "ITEM_PENDING_REMOVE", "boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb", null ], [ "ITEM_RELAY", "boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221", null ], [ "ITEM_RETAINED", "boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81", null ], [ "ITEM_SPAM", "boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb", null ], @@ -203,6 +209,7 @@ var boot_8php = [ "PAGE_ADULT", "boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32", null ], [ "PAGE_APPLICATION", "boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed", null ], [ "PAGE_AUTOCONNECT", "boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9", null ], + [ "PAGE_CENSORED", "boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214", null ], [ "PAGE_DIRECTORY_CHANNEL", "boot_8php.html#a5b8484922918946d041e5e0515dbe718", null ], [ "PAGE_HIDDEN", "boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640", null ], [ "PAGE_NORMAL", "boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3", null ], diff --git a/doc/html/cli__startup_8php.html b/doc/html/cli__startup_8php.html index 44e103312..73664c8dd 100644 --- a/doc/html/cli__startup_8php.html +++ b/doc/html/cli__startup_8php.html @@ -129,7 +129,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>.</p> +<p>Referenced by <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>.</p> </div> </div> diff --git a/doc/html/cloud_8php.html b/doc/html/cloud_8php.html index 4da7b06e5..22b4f35b9 100644 --- a/doc/html/cloud_8php.html +++ b/doc/html/cloud_8php.html @@ -112,8 +112,8 @@ $(document).ready(function(){initNavTree('cloud_8php.html','');}); <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> -<tr class="memitem:a1b79a6fe0454bc76673ad9aef55bf02d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'REDIRECT_REMOTE_USER')) <br class="typebreak"/> -<a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'HTTP_AUTHORIZATION')) </td><td class="memItemRight" valign="bottom"><a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init</a> (&$a)</td></tr> +<tr class="memitem:a1b79a6fe0454bc76673ad9aef55bf02d"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'REDIRECT_REMOTE_USER')) <br class="typebreak"/> +<a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'HTTP_AUTHORIZATION')) </td><td class="memItemRight" valign="bottom"><a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init</a> (&$a)</td></tr> <tr class="separator:a1b79a6fe0454bc76673ad9aef55bf02d"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> @@ -122,7 +122,7 @@ Functions</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'REDIRECT_REMOTE_USER')) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'HTTP_AUTHORIZATION')) cloud_init </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'REDIRECT_REMOTE_USER')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($_SERVER,'HTTP_AUTHORIZATION')) cloud_init </td> <td>(</td> <td class="paramtype">& </td> <td class="paramname"><em>$a</em></td><td>)</td> diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html index 84e585f7f..723c0f719 100644 --- a/doc/html/conversation_8php.html +++ b/doc/html/conversation_8php.html @@ -287,7 +287,7 @@ Functions</h2></td></tr> <li>conversation view The $mode parameter decides between the various renderings and also figures out how to determine page owner and other contextual items that are based on unique features of the calling module. </li> </ul> -<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classItem.html#aa452b5bcd8dea12119b09212c615cb41">Item\remove_parent()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, and <a class="el" href="classItem.html#aa8b1bbc4236890694635295e46d7fd72">Item\set_conversation()</a>.</p> +<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classItem.html#aa452b5bcd8dea12119b09212c615cb41">Item\remove_parent()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, and <a class="el" href="classItem.html#aa8b1bbc4236890694635295e46d7fd72">Item\set_conversation()</a>.</p> </div> </div> @@ -608,7 +608,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, and <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>.</p> +<p>Referenced by <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, and <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>.</p> </div> </div> diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html index 616305a3f..2e088b99d 100644 --- a/doc/html/crypto_8php.html +++ b/doc/html/crypto_8php.html @@ -318,7 +318,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> @@ -336,7 +336,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, and <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>.</p> +<p>Referenced by <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, and <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>.</p> </div> </div> diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html index 11395417b..d5cfc7ecb 100644 --- a/doc/html/datetime_8php.html +++ b/doc/html/datetime_8php.html @@ -334,7 +334,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df">age()</a>, <a class="el" href="include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5">api_account_rate_limit_status()</a>, <a class="el" href="include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25">api_date()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="datetime_8php.html#aba971b67f17fecf050813f1eba72367f">get_first_dim()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile\getLastModified()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f">z_birthday()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="datetime_8php.html#abc1652f96799cec6fce8797ba2ebc2df">age()</a>, <a class="el" href="include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5">api_account_rate_limit_status()</a>, <a class="el" href="include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25">api_date()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classRedBrowser.html#a1f7daf50bb9bfcde7345b3b1908dbd7e">RedBrowser\generateDirectoryIndex()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="datetime_8php.html#aba971b67f17fecf050813f1eba72367f">get_first_dim()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedFile.html#a41562a28007789bbe7fe06d6a20eef47">RedFile\getLastModified()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="datetime_8php.html#ab55e545b72ec8c097e052ea7d373491f">z_birthday()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html index 3f36ec014..8e0a039d8 100644 --- a/doc/html/dba__driver_8php.html +++ b/doc/html/dba__driver_8php.html @@ -202,7 +202,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930">dbesc_array_cb()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b">red_zrl_callback()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322">tryzrlaudio()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">add_source_route()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930">dbesc_array_cb()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b">red_zrl_callback()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322">tryzrlaudio()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -318,7 +318,7 @@ Functions</h2></td></tr> </div><div class="memdoc"> <p>This will happen occasionally trying to store the session data after abnormal program termination</p> -<p>Referenced by <a class="el" href="Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e">abook_connections()</a>, <a class="el" href="Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5">abook_self()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, <a class="el" href="account_8php.html#a43e3042b2723d76915a030bac3c668b6">account_total()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586">all_friends()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70">collect_recipients()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9">common_friends_zcid()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75">contact_profile_assign()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#af29d056beec10b4e38e5209c92452894">count_all_friends()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="socgraph_8php.html#af175807406d94407a5e11742a3287746">count_common_friends_zcid()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51">get_sys_channel()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6">get_words()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="identity_8php.html#a3570a4eb77332b292d394c4132cb8f03">identity_basic_export()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dirsearch_8php.html#a985d410a170549429857af6ff2673149">list_public_sites()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a">menu_del_item()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7">menu_fetch_id()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0">pagelist_widget()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71">random_profile()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b">red_zrl_callback()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="items_8php.html#af6237605c60d69abdd959ddbbee3420c">retain_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="identity_8php.html#a78151baf4407a8482d2681a91a9c486b">set_default_login_identity()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322">tryzrlaudio()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e">abook_connections()</a>, <a class="el" href="Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5">abook_self()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, <a class="el" href="account_8php.html#a43e3042b2723d76915a030bac3c668b6">account_total()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">add_source_route()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586">all_friends()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#a36344c80b8e9755da2f2dd3a0e28cce8">api_ff_ids()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221">attach_change_permissions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd">attach_delete()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total()</a>, <a class="el" href="Contact_8php.html#a483cda56f9e37c3a4a8773dcdfeb0258">channelx_by_hash()</a>, <a class="el" href="Contact_8php.html#a3a0844dac1e86d523de5d2f432cfeebc">channelx_by_n()</a>, <a class="el" href="Contact_8php.html#a87e699f74a1102b25e8aa0432d86a91e">channelx_by_nick()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="include_2chat_8php.html#a1ee1360f7d2549c7549ae07cb5190f0f">chatroom_leave()</a>, <a class="el" href="include_2chat_8php.html#aedcb532a0627b8644001a2fadab4e87a">chatroom_list()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="items_8php.html#a87ac9e359591721a824ecd23bbb56296">check_item_source()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="classCache.html#ab14d0f4bdf7116a94d545c574b38f568">Cache\clear()</a>, <a class="el" href="items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70">collect_recipients()</a>, <a class="el" href="comanche_8php.html#a5a7ab801717d38e91ac910b933973887">comanche_block()</a>, <a class="el" href="socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918">common_friends()</a>, <a class="el" href="socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9">common_friends_zcid()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75">contact_profile_assign()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3">contactgroup_content()</a>, <a class="el" href="socgraph_8php.html#af29d056beec10b4e38e5209c92452894">count_all_friends()</a>, <a class="el" href="socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84">count_common_friends()</a>, <a class="el" href="socgraph_8php.html#af175807406d94407a5e11742a3287746">count_common_friends_zcid()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332">dir_tagadelic()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classCache.html#a70392b109331897bf9fdd7f1960e21de">Cache\get()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74">get_config_from_storage()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51">get_sys_channel()</a>, <a class="el" href="taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de">get_things()</a>, <a class="el" href="spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6">get_words()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#a6c7e08199abc24e6eeb94a4037ef8bfc">RedDirectory\getLastModified()</a>, <a class="el" href="classRedDirectory.html#a2f7a574f2115f099d6dd103d5b252375">RedDirectory\getQuotaInfo()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b">group_add_member()</a>, <a class="el" href="include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb">group_byname()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09">group_get_members()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245">group_rec_byhash()</a>, <a class="el" href="include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5">group_rmv()</a>, <a class="el" href="include_2group_8php.html#a540e3ef36f47d47532646be4241f6518">group_rmv_member()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f">groups_containing()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="identity_8php.html#a3570a4eb77332b292d394c4132cb8f03">identity_basic_export()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a">import_directory_keywords()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="identity_8php.html#aa4bd4abfcba883f43919e89ec6419025">is_sys_channel()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e">item_message_id()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dirsearch_8php.html#a985d410a170549429857af6ff2673149">list_public_sites()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599">FKOAuthDataStore\lookup_nonce()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="auth_8php.html#ab7be44ee051c0aa29847807cf2c5dd38">match_openid()</a>, <a class="el" href="include_2group_8php.html#a048f6892bfd28852de1b76470df411de">member_of()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a">menu_del_item()</a>, <a class="el" href="include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8">menu_delete()</a>, <a class="el" href="include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804">menu_delete_id()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="include_2menu_8php.html#a68ebbf492470c930f652013656f9071d">menu_fetch()</a>, <a class="el" href="include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7">menu_fetch_id()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="session_8php.html#a4c0ead624f95483e386bc80abf570a8f">new_cookie()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117">oauth_get_client()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0">pagelist_widget()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="text_8php.html#aa5528f41533927e1bd2da3618a74a6d7">photo_new_resource()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35">photos_album_exists()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab">photos_album_rename()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1">private_messages_drop()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="Contact_8php.html#a852fa476f0c70bde10a4f2533aec5f71">random_profile()</a>, <a class="el" href="Contact_8php.html#a2f4f495d53f2a334ab75292af79d3c91">rconnect_url()</a>, <a class="el" href="items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b">red_zrl_callback()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052">ref_session_destroy()</a>, <a class="el" href="session_8php.html#ac95373f4966862a028033dd2f94d4da1">ref_session_gc()</a>, <a class="el" href="session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e">ref_session_read()</a>, <a class="el" href="session_8php.html#ac4461c1984543d3553e73dba2771568f">ref_session_write()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#a425472c5f3afc137268b2ad45652b209">register_hook()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="items_8php.html#af6237605c60d69abdd959ddbbee3420c">retain_item()</a>, <a class="el" href="rmagic_8php.html#a95455edd43f1bff39446a57388cdde16">rmagic_init()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classCache.html#ae622b82adc1c2fb1f3e2cc4fd9688fce">Cache\set()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="identity_8php.html#a78151baf4407a8482d2681a91a9c486b">set_default_login_identity()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1">sitelist_init()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="starred_8php.html#a63024fb418c678e49fd535e3752d349a">starred_init()</a>, <a class="el" href="classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b">photo_driver\store()</a>, <a class="el" href="taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd">store_item_tag()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c">suggest_init()</a>, <a class="el" href="socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329">suggestion_query()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">tagadelic()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322">tryzrlaudio()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a56f71fe5adf9586ce950523d8180443e">unregister_hook()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7">zot_get_hublocs()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> diff --git a/doc/html/dir_8543001e5d25368a6edede3e63efb554.html b/doc/html/dir_8543001e5d25368a6edede3e63efb554.html index c0ee68826..5c15c9f91 100644 --- a/doc/html/dir_8543001e5d25368a6edede3e63efb554.html +++ b/doc/html/dir_8543001e5d25368a6edede3e63efb554.html @@ -108,6 +108,8 @@ Directories</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:dir_922c77e958c99a98db92d38a3a349bf2"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_922c77e958c99a98db92d38a3a349bf2.html">blogga</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:dir_8e58ba5e98ac07e59ee15ca7486c9950"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_8e58ba5e98ac07e59ee15ca7486c9950.html">mytheme</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:dir_55dbaf9b7b53c4fc605c9011743a7353"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_55dbaf9b7b53c4fc605c9011743a7353.html">redbasic</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table> diff --git a/doc/html/dir_8543001e5d25368a6edede3e63efb554.js b/doc/html/dir_8543001e5d25368a6edede3e63efb554.js index 29cbaeeef..25e3e7cc0 100644 --- a/doc/html/dir_8543001e5d25368a6edede3e63efb554.js +++ b/doc/html/dir_8543001e5d25368a6edede3e63efb554.js @@ -2,5 +2,6 @@ var dir_8543001e5d25368a6edede3e63efb554 = [ [ "apw", "dir_d520c5cf583201d9437764f209363c22.html", "dir_d520c5cf583201d9437764f209363c22" ], [ "blogga", "dir_922c77e958c99a98db92d38a3a349bf2.html", "dir_922c77e958c99a98db92d38a3a349bf2" ], + [ "mytheme", "dir_8e58ba5e98ac07e59ee15ca7486c9950.html", "dir_8e58ba5e98ac07e59ee15ca7486c9950" ], [ "redbasic", "dir_55dbaf9b7b53c4fc605c9011743a7353.html", "dir_55dbaf9b7b53c4fc605c9011743a7353" ] ];
\ No newline at end of file diff --git a/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.html b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.html new file mode 100644 index 000000000..db109cbf9 --- /dev/null +++ b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.html @@ -0,0 +1,116 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: view/theme/mytheme/php Directory Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('dir_887fdc94312ba7b057b6bfe7fdd27ea5.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="headertitle"> +<div class="title">php Directory Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a> +Files</h2></td></tr> +<tr class="memitem:theme_2mytheme_2php_2default_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2mytheme_2php_2default_8php.html">default.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:mytheme_2php_2style_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="mytheme_2php_2style_8php.html">style.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:mytheme_2php_2theme_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="mytheme_2php_2theme_8php.html">theme.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +</table> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.js b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.js new file mode 100644 index 000000000..8e8b17a1a --- /dev/null +++ b/doc/html/dir_887fdc94312ba7b057b6bfe7fdd27ea5.js @@ -0,0 +1,6 @@ +var dir_887fdc94312ba7b057b6bfe7fdd27ea5 = +[ + [ "default.php", "theme_2mytheme_2php_2default_8php.html", "theme_2mytheme_2php_2default_8php" ], + [ "style.php", "mytheme_2php_2style_8php.html", null ], + [ "theme.php", "mytheme_2php_2theme_8php.html", "mytheme_2php_2theme_8php" ] +];
\ No newline at end of file diff --git a/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.html b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.html new file mode 100644 index 000000000..0951ac5a3 --- /dev/null +++ b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.html @@ -0,0 +1,112 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: view/theme/mytheme Directory Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('dir_8e58ba5e98ac07e59ee15ca7486c9950.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="headertitle"> +<div class="title">mytheme Directory Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a> +Directories</h2></td></tr> +<tr class="memitem:dir_887fdc94312ba7b057b6bfe7fdd27ea5"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_887fdc94312ba7b057b6bfe7fdd27ea5.html">php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +</table> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.js b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.js new file mode 100644 index 000000000..0e4436f16 --- /dev/null +++ b/doc/html/dir_8e58ba5e98ac07e59ee15ca7486c9950.js @@ -0,0 +1,4 @@ +var dir_8e58ba5e98ac07e59ee15ca7486c9950 = +[ + [ "php", "dir_887fdc94312ba7b057b6bfe7fdd27ea5.html", "dir_887fdc94312ba7b057b6bfe7fdd27ea5" ] +];
\ No newline at end of file diff --git a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html index c4fb93560..4aa042ef0 100644 --- a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html +++ b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.html @@ -104,8 +104,6 @@ $(document).ready(function(){initNavTree('dir_b2f003339c516cc00c8cadcafbe82f13.h <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a> Directories</h2></td></tr> -<tr class="memitem:dir_24b9ffacd044b9b20a6b863179c605d1"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_24b9ffacd044b9b20a6b863179c605d1.html">js</a></td></tr> -<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:dir_817f6d302394b98e59575acdb59998bc"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_817f6d302394b98e59575acdb59998bc.html">php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:dir_8543001e5d25368a6edede3e63efb554"><td class="memItemLeft" align="right" valign="top">directory  </td><td class="memItemRight" valign="bottom"><a class="el" href="dir_8543001e5d25368a6edede3e63efb554.html">theme</a></td></tr> diff --git a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js index 9ce51a6ef..991623ea4 100644 --- a/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js +++ b/doc/html/dir_b2f003339c516cc00c8cadcafbe82f13.js @@ -1,6 +1,5 @@ var dir_b2f003339c516cc00c8cadcafbe82f13 = [ - [ "js", "dir_24b9ffacd044b9b20a6b863179c605d1.html", "dir_24b9ffacd044b9b20a6b863179c605d1" ], [ "php", "dir_817f6d302394b98e59575acdb59998bc.html", "dir_817f6d302394b98e59575acdb59998bc" ], [ "theme", "dir_8543001e5d25368a6edede3e63efb554.html", "dir_8543001e5d25368a6edede3e63efb554" ] ];
\ No newline at end of file diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html index db4bd100d..30e47e773 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html @@ -138,8 +138,6 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:common_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="common_8php.html">common.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:community_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="community_8php.html">community.php</a></td></tr> -<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:connect_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="connect_8php.html">connect.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:connections_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="connections_8php.html">connections.php</a></td></tr> @@ -270,7 +268,7 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:pretheme_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="pretheme_8php.html">pretheme.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:probe_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="probe_8php.html">probe.php</a></td></tr> +<tr class="memitem:mod_2probe_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="mod_2probe_8php.html">probe.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:profile_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="profile_8php.html">profile.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> @@ -338,8 +336,6 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:update__channel_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="update__channel_8php.html">update_channel.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:update__community_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="update__community_8php.html">update_community.php</a></td></tr> -<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:update__display_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="update__display_8php.html">update_display.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:update__network_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="update__network_8php.html">update_network.php</a></td></tr> diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js index 849a93831..2b4fa247a 100644 --- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js +++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js @@ -17,7 +17,6 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "chatsvc.php", "chatsvc_8php.html", "chatsvc_8php" ], [ "cloud.php", "cloud_8php.html", "cloud_8php" ], [ "common.php", "common_8php.html", "common_8php" ], - [ "community.php", "community_8php.html", "community_8php" ], [ "connect.php", "connect_8php.html", "connect_8php" ], [ "connections.php", "connections_8php.html", "connections_8php" ], [ "connedit.php", "connedit_8php.html", "connedit_8php" ], @@ -83,7 +82,7 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "poke.php", "poke_8php.html", "poke_8php" ], [ "post.php", "post_8php.html", "post_8php" ], [ "pretheme.php", "pretheme_8php.html", "pretheme_8php" ], - [ "probe.php", "probe_8php.html", "probe_8php" ], + [ "probe.php", "mod_2probe_8php.html", "mod_2probe_8php" ], [ "profile.php", "profile_8php.html", "profile_8php" ], [ "profile_photo.php", "profile__photo_8php.html", "profile__photo_8php" ], [ "profiles.php", "profiles_8php.html", "profiles_8php" ], @@ -117,7 +116,6 @@ var dir_d41ce877eb409a4791b288730010abe2 = [ "toggle_safesearch.php", "toggle__safesearch_8php.html", "toggle__safesearch_8php" ], [ "uexport.php", "uexport_8php.html", "uexport_8php" ], [ "update_channel.php", "update__channel_8php.html", "update__channel_8php" ], - [ "update_community.php", "update__community_8php.html", "update__community_8php" ], [ "update_display.php", "update__display_8php.html", "update__display_8php" ], [ "update_network.php", "update__network_8php.html", "update__network_8php" ], [ "update_search.php", "update__search_8php.html", "update__search_8php" ], diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html index 9e31544c7..7ceabcdea 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.html @@ -174,6 +174,8 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:expire_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="expire_8php.html">expire.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:externals_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="externals_8php.html">externals.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:features_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="features_8php.html">features.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:include_2follow_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2follow_8php.html">follow.php</a></td></tr> @@ -188,6 +190,8 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:html2plain_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="html2plain_8php.html">html2plain.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:hubloc_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="hubloc_8php.html">hubloc.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:identity_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html">identity.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ItemObject_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="ItemObject_8php.html">ItemObject.php</a></td></tr> @@ -229,6 +233,8 @@ Files</h2></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:poller_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="poller_8php.html">poller.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:include_2probe_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html">probe.php</a></td></tr> +<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:profile__selectors_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="profile__selectors_8php.html">profile_selectors.php</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ProtoDriver_8php"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="ProtoDriver_8php.html">ProtoDriver.php</a></td></tr> diff --git a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js index 02d7747fe..7e7581319 100644 --- a/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js +++ b/doc/html/dir_d44c64559bbebec7f509842c48db8b23.js @@ -39,6 +39,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "enotify.php", "enotify_8php.html", "enotify_8php" ], [ "event.php", "event_8php.html", "event_8php" ], [ "expire.php", "expire_8php.html", "expire_8php" ], + [ "externals.php", "externals_8php.html", "externals_8php" ], [ "features.php", "features_8php.html", "features_8php" ], [ "follow.php", "include_2follow_8php.html", "include_2follow_8php" ], [ "friendica_smarty.php", "friendica__smarty_8php.html", [ @@ -49,6 +50,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "group.php", "include_2group_8php.html", "include_2group_8php" ], [ "html2bbcode.php", "html2bbcode_8php.html", "html2bbcode_8php" ], [ "html2plain.php", "html2plain_8php.html", "html2plain_8php" ], + [ "hubloc.php", "hubloc_8php.html", "hubloc_8php" ], [ "identity.php", "identity_8php.html", "identity_8php" ], [ "ItemObject.php", "ItemObject_8php.html", [ [ "Item", "classItem.html", "classItem" ] @@ -73,6 +75,7 @@ var dir_d44c64559bbebec7f509842c48db8b23 = [ "photos.php", "include_2photos_8php.html", "include_2photos_8php" ], [ "plugin.php", "plugin_8php.html", "plugin_8php" ], [ "poller.php", "poller_8php.html", "poller_8php" ], + [ "probe.php", "include_2probe_8php.html", "include_2probe_8php" ], [ "profile_selectors.php", "profile__selectors_8php.html", "profile__selectors_8php" ], [ "ProtoDriver.php", "ProtoDriver_8php.html", [ [ "ProtoDriver", "classProtoDriver.html", "classProtoDriver" ], diff --git a/doc/html/dirsearch_8php.html b/doc/html/dirsearch_8php.html index 806a32354..8727aa805 100644 --- a/doc/html/dirsearch_8php.html +++ b/doc/html/dirsearch_8php.html @@ -116,10 +116,66 @@ Functions</h2></td></tr> <tr class="separator:a3e51964ae3f5ff147403407b65324752"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:aa1fb04e1de4f25b63349ac78f94ceb4c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content</a> (&$a)</td></tr> <tr class="separator:aa1fb04e1de4f25b63349ac78f94ceb4c"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a52bcac49b0e35cc8c6b70066143c2ee2"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build</a> ($joiner, $field, $s)</td></tr> +<tr class="separator:a52bcac49b0e35cc8c6b70066143c2ee2"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a7d4cd9890d5ed23c3efc58e2a778a305"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query</a> ($s)</td></tr> +<tr class="separator:a7d4cd9890d5ed23c3efc58e2a778a305"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a985d410a170549429857af6ff2673149"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="dirsearch_8php.html#a985d410a170549429857af6ff2673149">list_public_sites</a> ()</td></tr> <tr class="separator:a985d410a170549429857af6ff2673149"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="a7d4cd9890d5ed23c3efc58e2a778a305"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">dir_parse_query </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$s</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>.</p> + +</div> +</div> +<a class="anchor" id="a52bcac49b0e35cc8c6b70066143c2ee2"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">dir_query_build </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$joiner</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$field</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$s</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>.</p> + +</div> +</div> <a class="anchor" id="aa1fb04e1de4f25b63349ac78f94ceb4c"></a> <div class="memitem"> <div class="memproto"> diff --git a/doc/html/dirsearch_8php.js b/doc/html/dirsearch_8php.js index 45753b123..325a941b9 100644 --- a/doc/html/dirsearch_8php.js +++ b/doc/html/dirsearch_8php.js @@ -1,5 +1,7 @@ var dirsearch_8php = [ + [ "dir_parse_query", "dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305", null ], + [ "dir_query_build", "dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2", null ], [ "dirsearch_content", "dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c", null ], [ "dirsearch_init", "dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752", null ], [ "list_public_sites", "dirsearch_8php.html#a985d410a170549429857af6ff2673149", null ] diff --git a/doc/html/docblox__errorchecker_8php.html b/doc/html/docblox__errorchecker_8php.html index b5f614367..1fe87c82c 100644 --- a/doc/html/docblox__errorchecker_8php.html +++ b/doc/html/docblox__errorchecker_8php.html @@ -134,7 +134,7 @@ Variables</h2></td></tr> <tr class="separator:ab66bc0493d25f39bf8b4dcbb429f04e6"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a648a570b0f9f6e0e51b7267647c4b09b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="docblox__errorchecker_8php.html#a648a570b0f9f6e0e51b7267647c4b09b">$filelist</a> =array()</td></tr> <tr class="separator:a648a570b0f9f6e0e51b7267647c4b09b"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a49a8a4009b02e49717caa88b128affc5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d">while</a>($dh=opendir($dir)) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(<a class="el" href="docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec">runs</a>($filelist)) </td><td class="memItemRight" valign="bottom"><a class="el" href="docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5">$res</a> =$filelist</td></tr> +<tr class="memitem:a49a8a4009b02e49717caa88b128affc5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d">while</a>($dh=opendir($dir)) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(<a class="el" href="docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec">runs</a>($filelist)) </td><td class="memItemRight" valign="bottom"><a class="el" href="docblox__errorchecker_8php.html#a49a8a4009b02e49717caa88b128affc5">$res</a> =$filelist</td></tr> <tr class="separator:a49a8a4009b02e49717caa88b128affc5"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a83018d9153d17d91fbcf3bc10158d34f"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="docblox__errorchecker_8php.html#a83018d9153d17d91fbcf3bc10158d34f">$i</a> =0</td></tr> <tr class="separator:a83018d9153d17d91fbcf3bc10158d34f"><td class="memSeparator" colspan="2"> </td></tr> @@ -253,7 +253,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8">jindent()</a>, <a class="el" href="setup_8php.html#a2b375ddc555140236fc500135de99371">load_database_rem()</a>, <a class="el" href="html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7">node2bbcodesub()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> +<p>Referenced by <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914">aes_unencapsulate()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="conversation_8php.html#adda79b75bf1ccf6ce9503aa310953533">item_redir_and_replace_images()</a>, <a class="el" href="text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8">jindent()</a>, <a class="el" href="setup_8php.html#a2b375ddc555140236fc500135de99371">load_database_rem()</a>, <a class="el" href="html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7">node2bbcodesub()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> </div> </div> @@ -279,7 +279,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, and <a class="el" href="webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3">webfinger_content()</a>.</p> +<p>Referenced by <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, and <a class="el" href="webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3">webfinger_content()</a>.</p> </div> </div> diff --git a/doc/html/enotify_8php.html b/doc/html/enotify_8php.html index 9c468a042..897ffa7f0 100644 --- a/doc/html/enotify_8php.html +++ b/doc/html/enotify_8php.html @@ -136,7 +136,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, and <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>.</p> +<p>Referenced by <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="items_8php.html#aab9e0c58247427126de0699c729c3b6c">send_status_notifications()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> diff --git a/doc/html/event_8php.html b/doc/html/event_8php.html index bef857f32..ad8021cfd 100644 --- a/doc/html/event_8php.html +++ b/doc/html/event_8php.html @@ -142,7 +142,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279">bbtovcal()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, and <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>.</p> +<p>Referenced by <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279">bbtovcal()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, and <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> </div> </div> @@ -202,7 +202,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, and <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>.</p> +<p>Referenced by <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, and <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> </div> </div> diff --git a/doc/html/externals_8php.html b/doc/html/externals_8php.html new file mode 100644 index 000000000..9623e4abe --- /dev/null +++ b/doc/html/externals_8php.html @@ -0,0 +1,147 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: include/externals.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('externals_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#func-members">Functions</a> </div> + <div class="headertitle"> +<div class="title">externals.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> +Functions</h2></td></tr> +<tr class="memitem:a4df44079e6f915286088b7a0d44db926"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run</a> ($<a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv</a>, $<a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc</a>)</td></tr> +<tr class="separator:a4df44079e6f915286088b7a0d44db926"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="a4df44079e6f915286088b7a0d44db926"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">externals_run </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$argv</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$argc</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/externals_8php.js b/doc/html/externals_8php.js new file mode 100644 index 000000000..396b1bf22 --- /dev/null +++ b/doc/html/externals_8php.js @@ -0,0 +1,4 @@ +var externals_8php = +[ + [ "externals_run", "externals_8php.html#a4df44079e6f915286088b7a0d44db926", null ] +];
\ No newline at end of file diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html index 72dc2e588..c1959d68b 100644 --- a/doc/html/extract_8php.html +++ b/doc/html/extract_8php.html @@ -132,7 +132,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="account_8php.html#a144b4891022567668375b58ea61cfff0">check_account_password()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4">dbesc_array()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App\get_widgets()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="items_8php.html#a09d425596b9f8663472cf7474ad36d96">item_getfeedattach()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#abea5a4f77dcd53c928dc4eed86616637">App\set_apps()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="event_8php.html#a018ea4484910a873a7c1eaa126de9b1a">sort_by_date()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a">widget_clock()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#a36e656667193c83aa2cc03a024fc131b">activity_sanitise()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="items_8php.html#abf7a1b73eb352d79acd36309b0dababd">array_sanitise()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="account_8php.html#a144b4891022567668375b58ea61cfff0">check_account_password()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3">check_webbie()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4">dbesc_array()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="text_8php.html#ace3c98538c63e09b70a363210b414112">find_xchan_in_array()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce">get_cloudpath()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="items_8php.html#a251343637ff40a50cca93452cd530c26">get_profile_elements()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1">get_terms_oftype()</a>, <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App\get_widgets()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">ids_to_querystr()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="items_8php.html#a09d425596b9f8663472cf7474ad36d96">item_getfeedattach()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98">menu_create()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe">photos_album_get_db_idstr()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="po2php_8php.html#a3b75e36f913198299e99559b175cd8b4">po2php_run()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac">photo_driver\save()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="classApp.html#abea5a4f77dcd53c928dc4eed86616637">App\set_apps()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="event_8php.html#a018ea4484910a873a7c1eaa126de9b1a">sort_by_date()</a>, <a class="el" href="text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13">stringify_array_elms()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a">widget_clock()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="text_8php.html#a543447c5ed766535221e2d9636b379ee">xchan_mail_query()</a>, <a class="el" href="text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f">xchan_query()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> </div> </div> @@ -160,7 +160,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4">Template\_build_nodes()</a>, <a class="el" href="classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee">Template\_replcb_node()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="text_8php.html#a070384ec000fd65043fce11d5392d241">base64url_encode()</a>, <a class="el" href="bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba">bb_tag_preg_replace()</a>, <a class="el" href="text_8php.html#a3d2793d66db3345fd290b71e2eadf98e">bb_translate_video()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279">bbtovcal()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a5718daeda40bf835345fe061e8808cdf">comanche_region()</a>, <a class="el" href="comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a">comanche_webpage()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="bb2diaspora_8php.html#a26c09c218413610e62e60754c579f6c6">diaspora2bb()</a>, <a class="el" href="bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4">diaspora_ol()</a>, <a class="el" href="bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc">diaspora_ul()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6">file_tag_decode()</a>, <a class="el" href="taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37">file_tag_encode()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28">fix_mce_lf()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1">format_term_for_display()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623">get_tags()</a>, <a class="el" href="text_8php.html#a138a3a611fa7f4f3630674145fc826bf">html2bb_video()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="identity_8php.html#ae2b140df652a55ca11bb6a99005fce35">is_foreigner()</a>, <a class="el" href="identity_8php.html#a9637c557e13d9671f3eeb124ab98212a">is_member()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="text_8php.html#a11255c8c4e5245b6c24f97684826aa54">linkify()</a>, <a class="el" href="text_8php.html#a1e510c53624933ce9b7d6715784894db">magic_link()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="text_8php.html#adba17ec946f4285285dc100f7860bf51">normalise_openid()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0">oembed_replacecb()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="text_8php.html#a4e7698aca48982512594b274543c3b9b">protect_sprintf()</a>, <a class="el" href="text_8php.html#a4841df5beabdd1bdd1ed56781a915d61">purify_html()</a>, <a class="el" href="text_8php.html#afc998d2796a6b2a08e96f7cc061e7221">qp()</a>, <a class="el" href="text_8php.html#a9d6a5ee1290de7a8b483fe78585daade">random_string()</a>, <a class="el" href="classTemplate.html#a285b5b2007dbbf733476273df3fed4ef">Template\replace()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2">FriendicaSmartyEngine\replace_macros()</a>, <a class="el" href="classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b">Template\replace_macros()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a2f2585385530cb935a6325c809d84a4d">strip_zids()</a>, <a class="el" href="bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93">stripdcode_br_cb()</a>, <a class="el" href="language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04">t()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5">template_escape()</a>, <a class="el" href="template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e">template_unescape()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7">unamp()</a>, <a class="el" href="text_8php.html#a740ad03e00459039a2c0992246c4e727">undo_post_tagging()</a>, <a class="el" href="text_8php.html#a1360fed7f918d859daaca1c9f384f9af">unxmlify()</a>, <a class="el" href="classTemplate.html#abbc484016ddf5d818f55b823cae6feb0">Template\var_replace()</a>, <a class="el" href="include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5">webfinger()</a>, <a class="el" href="include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335">webfinger_dfrn()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>.</p> +<p>Referenced by <a class="el" href="classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4">Template\_build_nodes()</a>, <a class="el" href="classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee">Template\_replcb_node()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="text_8php.html#a070384ec000fd65043fce11d5392d241">base64url_encode()</a>, <a class="el" href="bb2diaspora_8php.html#ad0abe1a7ee50aa0736a233df0a422eba">bb_tag_preg_replace()</a>, <a class="el" href="text_8php.html#a3d2793d66db3345fd290b71e2eadf98e">bb_translate_video()</a>, <a class="el" href="event_8php.html#a180cccd63c2a2f00ff432b03113531f3">bbtoevent()</a>, <a class="el" href="event_8php.html#a184d6b9690e5b6dee35a0aa9edd47279">bbtovcal()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0">chanlink_hash()</a>, <a class="el" href="text_8php.html#a2e8d6c402603be3a1256a16605e09c2a">chanlink_url()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a5718daeda40bf835345fe061e8808cdf">comanche_region()</a>, <a class="el" href="comanche_8php.html#ae9fe1ce574db3dd0931eada80234f82a">comanche_webpage()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="bb2diaspora_8php.html#a26c09c218413610e62e60754c579f6c6">diaspora2bb()</a>, <a class="el" href="bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4">diaspora_ol()</a>, <a class="el" href="bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc">diaspora_ul()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6">file_tag_decode()</a>, <a class="el" href="taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37">file_tag_encode()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28">fix_mce_lf()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">format_hashtags()</a>, <a class="el" href="taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1">format_term_for_display()</a>, <a class="el" href="bb2diaspora_8php.html#a4c2f8f11b29a06809d9b07782215b1b2">get_bb_tag_pos()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623">get_tags()</a>, <a class="el" href="text_8php.html#a138a3a611fa7f4f3630674145fc826bf">html2bb_video()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="text_8php.html#a1557112a774ec00fa06ed6b6f6495506">is_a_date_arg()</a>, <a class="el" href="identity_8php.html#ae2b140df652a55ca11bb6a99005fce35">is_foreigner()</a>, <a class="el" href="identity_8php.html#a9637c557e13d9671f3eeb124ab98212a">is_member()</a>, <a class="el" href="text_8php.html#a0271381208acfa2d4cff36da281e3e23">json_decode_plus()</a>, <a class="el" href="text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728">legal_webbie()</a>, <a class="el" href="text_8php.html#a11255c8c4e5245b6c24f97684826aa54">linkify()</a>, <a class="el" href="text_8php.html#a1e510c53624933ce9b7d6715784894db">magic_link()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="text_8php.html#adba17ec946f4285285dc100f7860bf51">normalise_openid()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0">oembed_replacecb()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3">print_template()</a>, <a class="el" href="dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249">printable()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="text_8php.html#a4e7698aca48982512594b274543c3b9b">protect_sprintf()</a>, <a class="el" href="text_8php.html#a4841df5beabdd1bdd1ed56781a915d61">purify_html()</a>, <a class="el" href="text_8php.html#afc998d2796a6b2a08e96f7cc061e7221">qp()</a>, <a class="el" href="text_8php.html#a9d6a5ee1290de7a8b483fe78585daade">random_string()</a>, <a class="el" href="classTemplate.html#a285b5b2007dbbf733476273df3fed4ef">Template\replace()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2">FriendicaSmartyEngine\replace_macros()</a>, <a class="el" href="classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b">Template\replace_macros()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9">sslify()</a>, <a class="el" href="spam_8php.html#a05861201147b9a538d006f0269255cf9">string_splitter()</a>, <a class="el" href="text_8php.html#a2f2585385530cb935a6325c809d84a4d">strip_zids()</a>, <a class="el" href="bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93">stripdcode_br_cb()</a>, <a class="el" href="language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04">t()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5">template_escape()</a>, <a class="el" href="template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e">template_unescape()</a>, <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7">unamp()</a>, <a class="el" href="text_8php.html#a740ad03e00459039a2c0992246c4e727">undo_post_tagging()</a>, <a class="el" href="text_8php.html#a1360fed7f918d859daaca1c9f384f9af">unxmlify()</a>, <a class="el" href="classTemplate.html#abbc484016ddf5d818f55b823cae6feb0">Template\var_replace()</a>, <a class="el" href="include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5">webfinger()</a>, <a class="el" href="include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335">webfinger_dfrn()</a>, <a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f">z_input_filter()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, and <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>.</p> </div> </div> diff --git a/doc/html/files.html b/doc/html/files.html index ab55b9b3f..6e1c62afa 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -149,48 +149,51 @@ $(document).ready(function(){initNavTree('files.html','');}); <tr id="row_0_30_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="enotify_8php.html" target="_self">enotify.php</a></td><td class="desc"></td></tr> <tr id="row_0_31_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="event_8php.html" target="_self">event.php</a></td><td class="desc"></td></tr> <tr id="row_0_32_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="expire_8php.html" target="_self">expire.php</a></td><td class="desc"></td></tr> -<tr id="row_0_33_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="features_8php.html" target="_self">features.php</a></td><td class="desc"></td></tr> -<tr id="row_0_34_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2follow_8php.html" target="_self">follow.php</a></td><td class="desc"></td></tr> -<tr id="row_0_35_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="friendica__smarty_8php.html" target="_self">friendica_smarty.php</a></td><td class="desc"></td></tr> -<tr id="row_0_36_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="gprobe_8php.html" target="_self">gprobe.php</a></td><td class="desc"></td></tr> -<tr id="row_0_37_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2group_8php.html" target="_self">group.php</a></td><td class="desc"></td></tr> -<tr id="row_0_38_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2bbcode_8php.html" target="_self">html2bbcode.php</a></td><td class="desc"></td></tr> -<tr id="row_0_39_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2plain_8php.html" target="_self">html2plain.php</a></td><td class="desc"></td></tr> -<tr id="row_0_40_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="identity_8php.html" target="_self">identity.php</a></td><td class="desc"></td></tr> -<tr id="row_0_41_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ItemObject_8php.html" target="_self">ItemObject.php</a></td><td class="desc"></td></tr> -<tr id="row_0_42_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ITemplateEngine_8php.html" target="_self">ITemplateEngine.php</a></td><td class="desc"></td></tr> -<tr id="row_0_43_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="items_8php.html" target="_self">items.php</a></td><td class="desc"></td></tr> -<tr id="row_0_44_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="language_8php.html" target="_self">language.php</a></td><td class="desc">Translation support</td></tr> -<tr id="row_0_45_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> -<tr id="row_0_46_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> -<tr id="row_0_47_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="nav_8php.html" target="_self">nav.php</a></td><td class="desc"></td></tr> -<tr id="row_0_48_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> -<tr id="row_0_49_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifier_8php.html" target="_self">notifier.php</a></td><td class="desc"></td></tr> -<tr id="row_0_50_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> -<tr id="row_0_51_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oauth_8php.html" target="_self">oauth.php</a></td><td class="desc"></td></tr> -<tr id="row_0_52_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> -<tr id="row_0_53_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onedirsync_8php.html" target="_self">onedirsync.php</a></td><td class="desc"></td></tr> -<tr id="row_0_54_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onepoll_8php.html" target="_self">onepoll.php</a></td><td class="desc"></td></tr> -<tr id="row_0_55_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page__widgets_8php.html" target="_self">page_widgets.php</a></td><td class="desc"></td></tr> -<tr id="row_0_56_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="permissions_8php.html" target="_self">permissions.php</a></td><td class="desc"></td></tr> -<tr id="row_0_57_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> -<tr id="row_0_58_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="plugin_8php.html" target="_self">plugin.php</a></td><td class="desc"></td></tr> -<tr id="row_0_59_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poller_8php.html" target="_self">poller.php</a></td><td class="desc"></td></tr> -<tr id="row_0_60_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__selectors_8php.html" target="_self">profile_selectors.php</a></td><td class="desc"></td></tr> -<tr id="row_0_61_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ProtoDriver_8php.html" target="_self">ProtoDriver.php</a></td><td class="desc"></td></tr> -<tr id="row_0_62_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue_8php.html" target="_self">queue.php</a></td><td class="desc"></td></tr> -<tr id="row_0_63_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue__fn_8php.html" target="_self">queue_fn.php</a></td><td class="desc"></td></tr> -<tr id="row_0_64_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="reddav_8php.html" target="_self">reddav.php</a></td><td class="desc"></td></tr> -<tr id="row_0_65_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="security_8php.html" target="_self">security.php</a></td><td class="desc"></td></tr> -<tr id="row_0_66_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="session_8php.html" target="_self">session.php</a></td><td class="desc"></td></tr> -<tr id="row_0_67_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="socgraph_8php.html" target="_self">socgraph.php</a></td><td class="desc"></td></tr> -<tr id="row_0_68_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="spam_8php.html" target="_self">spam.php</a></td><td class="desc"></td></tr> -<tr id="row_0_69_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="system__unavailable_8php.html" target="_self">system_unavailable.php</a></td><td class="desc"></td></tr> -<tr id="row_0_70_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="taxonomy_8php.html" target="_self">taxonomy.php</a></td><td class="desc"></td></tr> -<tr id="row_0_71_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="template__processor_8php.html" target="_self">template_processor.php</a></td><td class="desc"></td></tr> -<tr id="row_0_72_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="text_8php.html" target="_self">text.php</a></td><td class="desc"></td></tr> -<tr id="row_0_73_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="widgets_8php.html" target="_self">widgets.php</a></td><td class="desc"></td></tr> -<tr id="row_0_74_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zot_8php.html" target="_self">zot.php</a></td><td class="desc"></td></tr> +<tr id="row_0_33_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="externals_8php.html" target="_self">externals.php</a></td><td class="desc"></td></tr> +<tr id="row_0_34_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="features_8php.html" target="_self">features.php</a></td><td class="desc"></td></tr> +<tr id="row_0_35_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2follow_8php.html" target="_self">follow.php</a></td><td class="desc"></td></tr> +<tr id="row_0_36_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="friendica__smarty_8php.html" target="_self">friendica_smarty.php</a></td><td class="desc"></td></tr> +<tr id="row_0_37_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="gprobe_8php.html" target="_self">gprobe.php</a></td><td class="desc"></td></tr> +<tr id="row_0_38_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2group_8php.html" target="_self">group.php</a></td><td class="desc"></td></tr> +<tr id="row_0_39_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2bbcode_8php.html" target="_self">html2bbcode.php</a></td><td class="desc"></td></tr> +<tr id="row_0_40_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="html2plain_8php.html" target="_self">html2plain.php</a></td><td class="desc"></td></tr> +<tr id="row_0_41_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="hubloc_8php.html" target="_self">hubloc.php</a></td><td class="desc"></td></tr> +<tr id="row_0_42_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="identity_8php.html" target="_self">identity.php</a></td><td class="desc"></td></tr> +<tr id="row_0_43_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ItemObject_8php.html" target="_self">ItemObject.php</a></td><td class="desc"></td></tr> +<tr id="row_0_44_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ITemplateEngine_8php.html" target="_self">ITemplateEngine.php</a></td><td class="desc"></td></tr> +<tr id="row_0_45_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="items_8php.html" target="_self">items.php</a></td><td class="desc"></td></tr> +<tr id="row_0_46_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="language_8php.html" target="_self">language.php</a></td><td class="desc">Translation support</td></tr> +<tr id="row_0_47_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> +<tr id="row_0_48_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> +<tr id="row_0_49_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="nav_8php.html" target="_self">nav.php</a></td><td class="desc"></td></tr> +<tr id="row_0_50_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> +<tr id="row_0_51_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifier_8php.html" target="_self">notifier.php</a></td><td class="desc"></td></tr> +<tr id="row_0_52_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> +<tr id="row_0_53_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oauth_8php.html" target="_self">oauth.php</a></td><td class="desc"></td></tr> +<tr id="row_0_54_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> +<tr id="row_0_55_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onedirsync_8php.html" target="_self">onedirsync.php</a></td><td class="desc"></td></tr> +<tr id="row_0_56_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="onepoll_8php.html" target="_self">onepoll.php</a></td><td class="desc"></td></tr> +<tr id="row_0_57_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page__widgets_8php.html" target="_self">page_widgets.php</a></td><td class="desc"></td></tr> +<tr id="row_0_58_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="permissions_8php.html" target="_self">permissions.php</a></td><td class="desc"></td></tr> +<tr id="row_0_59_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> +<tr id="row_0_60_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="plugin_8php.html" target="_self">plugin.php</a></td><td class="desc"></td></tr> +<tr id="row_0_61_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poller_8php.html" target="_self">poller.php</a></td><td class="desc"></td></tr> +<tr id="row_0_62_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="include_2probe_8php.html" target="_self">probe.php</a></td><td class="desc"></td></tr> +<tr id="row_0_63_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__selectors_8php.html" target="_self">profile_selectors.php</a></td><td class="desc"></td></tr> +<tr id="row_0_64_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ProtoDriver_8php.html" target="_self">ProtoDriver.php</a></td><td class="desc"></td></tr> +<tr id="row_0_65_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue_8php.html" target="_self">queue.php</a></td><td class="desc"></td></tr> +<tr id="row_0_66_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="queue__fn_8php.html" target="_self">queue_fn.php</a></td><td class="desc"></td></tr> +<tr id="row_0_67_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="reddav_8php.html" target="_self">reddav.php</a></td><td class="desc"></td></tr> +<tr id="row_0_68_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="security_8php.html" target="_self">security.php</a></td><td class="desc"></td></tr> +<tr id="row_0_69_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="session_8php.html" target="_self">session.php</a></td><td class="desc"></td></tr> +<tr id="row_0_70_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="socgraph_8php.html" target="_self">socgraph.php</a></td><td class="desc"></td></tr> +<tr id="row_0_71_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="spam_8php.html" target="_self">spam.php</a></td><td class="desc"></td></tr> +<tr id="row_0_72_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="system__unavailable_8php.html" target="_self">system_unavailable.php</a></td><td class="desc"></td></tr> +<tr id="row_0_73_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="taxonomy_8php.html" target="_self">taxonomy.php</a></td><td class="desc"></td></tr> +<tr id="row_0_74_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="template__processor_8php.html" target="_self">template_processor.php</a></td><td class="desc"></td></tr> +<tr id="row_0_75_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="text_8php.html" target="_self">text.php</a></td><td class="desc"></td></tr> +<tr id="row_0_76_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="widgets_8php.html" target="_self">widgets.php</a></td><td class="desc"></td></tr> +<tr id="row_0_77_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zot_8php.html" target="_self">zot.php</a></td><td class="desc"></td></tr> <tr id="row_1_"><td class="entry"><img id="arr_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('1_')"/><img id="img_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('1_')"/><a class="el" href="dir_d41ce877eb409a4791b288730010abe2.html" target="_self">mod</a></td><td class="desc"></td></tr> <tr id="row_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="__well__known_8php.html" target="_self">_well_known.php</a></td><td class="desc"></td></tr> <tr id="row_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="achievements_8php.html" target="_self">achievements.php</a></td><td class="desc"></td></tr> @@ -209,125 +212,123 @@ $(document).ready(function(){initNavTree('files.html','');}); <tr id="row_1_14_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="chatsvc_8php.html" target="_self">chatsvc.php</a></td><td class="desc"></td></tr> <tr id="row_1_15_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="cloud_8php.html" target="_self">cloud.php</a></td><td class="desc"></td></tr> <tr id="row_1_16_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="common_8php.html" target="_self">common.php</a></td><td class="desc"></td></tr> -<tr id="row_1_17_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="community_8php.html" target="_self">community.php</a></td><td class="desc"></td></tr> -<tr id="row_1_18_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connect_8php.html" target="_self">connect.php</a></td><td class="desc"></td></tr> -<tr id="row_1_19_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connections_8php.html" target="_self">connections.php</a></td><td class="desc"></td></tr> -<tr id="row_1_20_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connedit_8php.html" target="_self">connedit.php</a></td><td class="desc"></td></tr> -<tr id="row_1_21_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="contactgroup_8php.html" target="_self">contactgroup.php</a></td><td class="desc"></td></tr> -<tr id="row_1_22_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="delegate_8php.html" target="_self">delegate.php</a></td><td class="desc"></td></tr> -<tr id="row_1_23_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2directory_8php.html" target="_self">directory.php</a></td><td class="desc"></td></tr> -<tr id="row_1_24_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dirprofile_8php.html" target="_self">dirprofile.php</a></td><td class="desc"></td></tr> -<tr id="row_1_25_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dirsearch_8php.html" target="_self">dirsearch.php</a></td><td class="desc"></td></tr> -<tr id="row_1_26_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="display_8php.html" target="_self">display.php</a></td><td class="desc"></td></tr> -<tr id="row_1_27_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editblock_8php.html" target="_self">editblock.php</a></td><td class="desc"></td></tr> -<tr id="row_1_28_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editlayout_8php.html" target="_self">editlayout.php</a></td><td class="desc"></td></tr> -<tr id="row_1_29_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editpost_8php.html" target="_self">editpost.php</a></td><td class="desc"></td></tr> -<tr id="row_1_30_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editwebpage_8php.html" target="_self">editwebpage.php</a></td><td class="desc"></td></tr> -<tr id="row_1_31_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="events_8php.html" target="_self">events.php</a></td><td class="desc"></td></tr> -<tr id="row_1_32_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="fbrowser_8php.html" target="_self">fbrowser.php</a></td><td class="desc"></td></tr> -<tr id="row_1_33_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="feed_8php.html" target="_self">feed.php</a></td><td class="desc"></td></tr> -<tr id="row_1_34_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="filer_8php.html" target="_self">filer.php</a></td><td class="desc"></td></tr> -<tr id="row_1_35_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="filerm_8php.html" target="_self">filerm.php</a></td><td class="desc"></td></tr> -<tr id="row_1_36_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="filestorage_8php.html" target="_self">filestorage.php</a></td><td class="desc"></td></tr> -<tr id="row_1_37_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2follow_8php.html" target="_self">follow.php</a></td><td class="desc"></td></tr> -<tr id="row_1_38_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="fsuggest_8php.html" target="_self">fsuggest.php</a></td><td class="desc"></td></tr> -<tr id="row_1_39_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2group_8php.html" target="_self">group.php</a></td><td class="desc"></td></tr> -<tr id="row_1_40_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="help_8php.html" target="_self">help.php</a></td><td class="desc"></td></tr> -<tr id="row_1_41_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="home_8php.html" target="_self">home.php</a></td><td class="desc"></td></tr> -<tr id="row_1_42_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="hostxrd_8php.html" target="_self">hostxrd.php</a></td><td class="desc"></td></tr> -<tr id="row_1_43_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="import_8php.html" target="_self">import.php</a></td><td class="desc"></td></tr> -<tr id="row_1_44_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="importelm_8php.html" target="_self">importelm.php</a></td><td class="desc"></td></tr> -<tr id="row_1_45_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="invite_8php.html" target="_self">invite.php</a></td><td class="desc"></td></tr> -<tr id="row_1_46_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="item_8php.html" target="_self">item.php</a></td><td class="desc"></td></tr> -<tr id="row_1_47_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lang_8php.html" target="_self">lang.php</a></td><td class="desc"></td></tr> -<tr id="row_1_48_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="layouts_8php.html" target="_self">layouts.php</a></td><td class="desc"></td></tr> -<tr id="row_1_49_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="like_8php.html" target="_self">like.php</a></td><td class="desc"></td></tr> -<tr id="row_1_50_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lockview_8php.html" target="_self">lockview.php</a></td><td class="desc"></td></tr> -<tr id="row_1_51_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="login_8php.html" target="_self">login.php</a></td><td class="desc"></td></tr> -<tr id="row_1_52_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lostpass_8php.html" target="_self">lostpass.php</a></td><td class="desc"></td></tr> -<tr id="row_1_53_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="magic_8php.html" target="_self">magic.php</a></td><td class="desc"></td></tr> -<tr id="row_1_54_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mail_8php.html" target="_self">mail.php</a></td><td class="desc"></td></tr> -<tr id="row_1_55_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="manage_8php.html" target="_self">manage.php</a></td><td class="desc"></td></tr> -<tr id="row_1_56_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="match_8php.html" target="_self">match.php</a></td><td class="desc"></td></tr> -<tr id="row_1_57_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> -<tr id="row_1_58_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> -<tr id="row_1_59_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mitem_8php.html" target="_self">mitem.php</a></td><td class="desc"></td></tr> -<tr id="row_1_60_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mood_8php.html" target="_self">mood.php</a></td><td class="desc"></td></tr> -<tr id="row_1_61_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="msearch_8php.html" target="_self">msearch.php</a></td><td class="desc"></td></tr> -<tr id="row_1_62_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> -<tr id="row_1_63_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="new__channel_8php.html" target="_self">new_channel.php</a></td><td class="desc"></td></tr> -<tr id="row_1_64_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notes_8php.html" target="_self">notes.php</a></td><td class="desc"></td></tr> -<tr id="row_1_65_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifications_8php.html" target="_self">notifications.php</a></td><td class="desc"></td></tr> -<tr id="row_1_66_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> -<tr id="row_1_67_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> -<tr id="row_1_68_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oexchange_8php.html" target="_self">oexchange.php</a></td><td class="desc"></td></tr> -<tr id="row_1_69_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="online_8php.html" target="_self">online.php</a></td><td class="desc"></td></tr> -<tr id="row_1_70_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="openid_8php.html" target="_self">openid.php</a></td><td class="desc"></td></tr> -<tr id="row_1_71_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="opensearch_8php.html" target="_self">opensearch.php</a></td><td class="desc"></td></tr> -<tr id="row_1_72_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page_8php.html" target="_self">page.php</a></td><td class="desc"></td></tr> -<tr id="row_1_73_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="parse__url_8php.html" target="_self">parse_url.php</a></td><td class="desc"></td></tr> -<tr id="row_1_74_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pdledit_8php.html" target="_self">pdledit.php</a></td><td class="desc"></td></tr> -<tr id="row_1_75_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="photo_8php.html" target="_self">photo.php</a></td><td class="desc"></td></tr> -<tr id="row_1_76_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> -<tr id="row_1_77_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_8php.html" target="_self">php.php</a></td><td class="desc"></td></tr> -<tr id="row_1_78_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ping_8php.html" target="_self">ping.php</a></td><td class="desc"></td></tr> -<tr id="row_1_79_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poco_8php.html" target="_self">poco.php</a></td><td class="desc"></td></tr> -<tr id="row_1_80_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poke_8php.html" target="_self">poke.php</a></td><td class="desc"></td></tr> -<tr id="row_1_81_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="post_8php.html" target="_self">post.php</a></td><td class="desc"></td></tr> -<tr id="row_1_82_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pretheme_8php.html" target="_self">pretheme.php</a></td><td class="desc"></td></tr> -<tr id="row_1_83_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="probe_8php.html" target="_self">probe.php</a></td><td class="desc"></td></tr> -<tr id="row_1_84_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile_8php.html" target="_self">profile.php</a></td><td class="desc"></td></tr> -<tr id="row_1_85_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__photo_8php.html" target="_self">profile_photo.php</a></td><td class="desc"></td></tr> -<tr id="row_1_86_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profiles_8php.html" target="_self">profiles.php</a></td><td class="desc"></td></tr> -<tr id="row_1_87_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profperm_8php.html" target="_self">profperm.php</a></td><td class="desc"></td></tr> -<tr id="row_1_88_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pubsites_8php.html" target="_self">pubsites.php</a></td><td class="desc"></td></tr> -<tr id="row_1_89_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="randprof_8php.html" target="_self">randprof.php</a></td><td class="desc"></td></tr> -<tr id="row_1_90_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rbmark_8php.html" target="_self">rbmark.php</a></td><td class="desc"></td></tr> -<tr id="row_1_91_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="register_8php.html" target="_self">register.php</a></td><td class="desc"></td></tr> -<tr id="row_1_92_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="regmod_8php.html" target="_self">regmod.php</a></td><td class="desc"></td></tr> -<tr id="row_1_93_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="removeme_8php.html" target="_self">removeme.php</a></td><td class="desc"></td></tr> -<tr id="row_1_94_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rmagic_8php.html" target="_self">rmagic.php</a></td><td class="desc"></td></tr> -<tr id="row_1_95_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rpost_8php.html" target="_self">rpost.php</a></td><td class="desc"></td></tr> -<tr id="row_1_96_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rsd__xml_8php.html" target="_self">rsd_xml.php</a></td><td class="desc"></td></tr> -<tr id="row_1_97_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search_8php.html" target="_self">search.php</a></td><td class="desc"></td></tr> -<tr id="row_1_98_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search__ac_8php.html" target="_self">search_ac.php</a></td><td class="desc"></td></tr> -<tr id="row_1_99_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="settings_8php.html" target="_self">settings.php</a></td><td class="desc"></td></tr> -<tr id="row_1_100_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="setup_8php.html" target="_self">setup.php</a></td><td class="desc"></td></tr> -<tr id="row_1_101_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="share_8php.html" target="_self">share.php</a></td><td class="desc"></td></tr> -<tr id="row_1_102_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="siteinfo_8php.html" target="_self">siteinfo.php</a></td><td class="desc"></td></tr> -<tr id="row_1_103_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sitelist_8php.html" target="_self">sitelist.php</a></td><td class="desc"></td></tr> -<tr id="row_1_104_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="smilies_8php.html" target="_self">smilies.php</a></td><td class="desc"></td></tr> -<tr id="row_1_105_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sources_8php.html" target="_self">sources.php</a></td><td class="desc"></td></tr> -<tr id="row_1_106_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sslify_8php.html" target="_self">sslify.php</a></td><td class="desc"></td></tr> -<tr id="row_1_107_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="starred_8php.html" target="_self">starred.php</a></td><td class="desc"></td></tr> -<tr id="row_1_108_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="subthread_8php.html" target="_self">subthread.php</a></td><td class="desc"></td></tr> -<tr id="row_1_109_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="suggest_8php.html" target="_self">suggest.php</a></td><td class="desc"></td></tr> -<tr id="row_1_110_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagger_8php.html" target="_self">tagger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_111_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagrm_8php.html" target="_self">tagrm.php</a></td><td class="desc"></td></tr> -<tr id="row_1_112_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="thing_8php.html" target="_self">thing.php</a></td><td class="desc"></td></tr> -<tr id="row_1_113_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__mobile_8php.html" target="_self">toggle_mobile.php</a></td><td class="desc"></td></tr> -<tr id="row_1_114_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__safesearch_8php.html" target="_self">toggle_safesearch.php</a></td><td class="desc"></td></tr> -<tr id="row_1_115_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="uexport_8php.html" target="_self">uexport.php</a></td><td class="desc"></td></tr> -<tr id="row_1_116_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__channel_8php.html" target="_self">update_channel.php</a></td><td class="desc"></td></tr> -<tr id="row_1_117_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__community_8php.html" target="_self">update_community.php</a></td><td class="desc"></td></tr> -<tr id="row_1_118_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__display_8php.html" target="_self">update_display.php</a></td><td class="desc"></td></tr> -<tr id="row_1_119_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__network_8php.html" target="_self">update_network.php</a></td><td class="desc"></td></tr> -<tr id="row_1_120_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__search_8php.html" target="_self">update_search.php</a></td><td class="desc"></td></tr> -<tr id="row_1_121_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_8php.html" target="_self">view.php</a></td><td class="desc"></td></tr> -<tr id="row_1_122_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewconnections_8php.html" target="_self">viewconnections.php</a></td><td class="desc"></td></tr> -<tr id="row_1_123_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewsrc_8php.html" target="_self">viewsrc.php</a></td><td class="desc"></td></tr> -<tr id="row_1_124_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="vote_8php.html" target="_self">vote.php</a></td><td class="desc"></td></tr> -<tr id="row_1_125_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__attach_8php.html" target="_self">wall_attach.php</a></td><td class="desc"></td></tr> -<tr id="row_1_126_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__upload_8php.html" target="_self">wall_upload.php</a></td><td class="desc"></td></tr> -<tr id="row_1_127_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webfinger_8php.html" target="_self">webfinger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_128_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webpages_8php.html" target="_self">webpages.php</a></td><td class="desc"></td></tr> -<tr id="row_1_129_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wfinger_8php.html" target="_self">wfinger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_130_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xchan_8php.html" target="_self">xchan.php</a></td><td class="desc"></td></tr> -<tr id="row_1_131_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xrd_8php.html" target="_self">xrd.php</a></td><td class="desc"></td></tr> -<tr id="row_1_132_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xref_8php.html" target="_self">xref.php</a></td><td class="desc"></td></tr> -<tr id="row_1_133_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zfinger_8php.html" target="_self">zfinger.php</a></td><td class="desc"></td></tr> -<tr id="row_1_134_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zotfeed_8php.html" target="_self">zotfeed.php</a></td><td class="desc"></td></tr> -<tr id="row_1_135_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zping_8php.html" target="_self">zping.php</a></td><td class="desc"></td></tr> +<tr id="row_1_17_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connect_8php.html" target="_self">connect.php</a></td><td class="desc"></td></tr> +<tr id="row_1_18_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connections_8php.html" target="_self">connections.php</a></td><td class="desc"></td></tr> +<tr id="row_1_19_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="connedit_8php.html" target="_self">connedit.php</a></td><td class="desc"></td></tr> +<tr id="row_1_20_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="contactgroup_8php.html" target="_self">contactgroup.php</a></td><td class="desc"></td></tr> +<tr id="row_1_21_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="delegate_8php.html" target="_self">delegate.php</a></td><td class="desc"></td></tr> +<tr id="row_1_22_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2directory_8php.html" target="_self">directory.php</a></td><td class="desc"></td></tr> +<tr id="row_1_23_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dirprofile_8php.html" target="_self">dirprofile.php</a></td><td class="desc"></td></tr> +<tr id="row_1_24_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dirsearch_8php.html" target="_self">dirsearch.php</a></td><td class="desc"></td></tr> +<tr id="row_1_25_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="display_8php.html" target="_self">display.php</a></td><td class="desc"></td></tr> +<tr id="row_1_26_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editblock_8php.html" target="_self">editblock.php</a></td><td class="desc"></td></tr> +<tr id="row_1_27_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editlayout_8php.html" target="_self">editlayout.php</a></td><td class="desc"></td></tr> +<tr id="row_1_28_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editpost_8php.html" target="_self">editpost.php</a></td><td class="desc"></td></tr> +<tr id="row_1_29_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="editwebpage_8php.html" target="_self">editwebpage.php</a></td><td class="desc"></td></tr> +<tr id="row_1_30_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="events_8php.html" target="_self">events.php</a></td><td class="desc"></td></tr> +<tr id="row_1_31_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="fbrowser_8php.html" target="_self">fbrowser.php</a></td><td class="desc"></td></tr> +<tr id="row_1_32_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="feed_8php.html" target="_self">feed.php</a></td><td class="desc"></td></tr> +<tr id="row_1_33_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="filer_8php.html" target="_self">filer.php</a></td><td class="desc"></td></tr> +<tr id="row_1_34_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="filerm_8php.html" target="_self">filerm.php</a></td><td class="desc"></td></tr> +<tr id="row_1_35_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="filestorage_8php.html" target="_self">filestorage.php</a></td><td class="desc"></td></tr> +<tr id="row_1_36_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2follow_8php.html" target="_self">follow.php</a></td><td class="desc"></td></tr> +<tr id="row_1_37_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="fsuggest_8php.html" target="_self">fsuggest.php</a></td><td class="desc"></td></tr> +<tr id="row_1_38_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2group_8php.html" target="_self">group.php</a></td><td class="desc"></td></tr> +<tr id="row_1_39_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="help_8php.html" target="_self">help.php</a></td><td class="desc"></td></tr> +<tr id="row_1_40_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="home_8php.html" target="_self">home.php</a></td><td class="desc"></td></tr> +<tr id="row_1_41_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="hostxrd_8php.html" target="_self">hostxrd.php</a></td><td class="desc"></td></tr> +<tr id="row_1_42_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="import_8php.html" target="_self">import.php</a></td><td class="desc"></td></tr> +<tr id="row_1_43_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="importelm_8php.html" target="_self">importelm.php</a></td><td class="desc"></td></tr> +<tr id="row_1_44_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="invite_8php.html" target="_self">invite.php</a></td><td class="desc"></td></tr> +<tr id="row_1_45_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="item_8php.html" target="_self">item.php</a></td><td class="desc"></td></tr> +<tr id="row_1_46_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lang_8php.html" target="_self">lang.php</a></td><td class="desc"></td></tr> +<tr id="row_1_47_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="layouts_8php.html" target="_self">layouts.php</a></td><td class="desc"></td></tr> +<tr id="row_1_48_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="like_8php.html" target="_self">like.php</a></td><td class="desc"></td></tr> +<tr id="row_1_49_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lockview_8php.html" target="_self">lockview.php</a></td><td class="desc"></td></tr> +<tr id="row_1_50_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="login_8php.html" target="_self">login.php</a></td><td class="desc"></td></tr> +<tr id="row_1_51_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="lostpass_8php.html" target="_self">lostpass.php</a></td><td class="desc"></td></tr> +<tr id="row_1_52_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="magic_8php.html" target="_self">magic.php</a></td><td class="desc"></td></tr> +<tr id="row_1_53_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mail_8php.html" target="_self">mail.php</a></td><td class="desc"></td></tr> +<tr id="row_1_54_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="manage_8php.html" target="_self">manage.php</a></td><td class="desc"></td></tr> +<tr id="row_1_55_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="match_8php.html" target="_self">match.php</a></td><td class="desc"></td></tr> +<tr id="row_1_56_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2menu_8php.html" target="_self">menu.php</a></td><td class="desc"></td></tr> +<tr id="row_1_57_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2message_8php.html" target="_self">message.php</a></td><td class="desc"></td></tr> +<tr id="row_1_58_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mitem_8php.html" target="_self">mitem.php</a></td><td class="desc"></td></tr> +<tr id="row_1_59_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mood_8php.html" target="_self">mood.php</a></td><td class="desc"></td></tr> +<tr id="row_1_60_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="msearch_8php.html" target="_self">msearch.php</a></td><td class="desc"></td></tr> +<tr id="row_1_61_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2network_8php.html" target="_self">network.php</a></td><td class="desc"></td></tr> +<tr id="row_1_62_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="new__channel_8php.html" target="_self">new_channel.php</a></td><td class="desc"></td></tr> +<tr id="row_1_63_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notes_8php.html" target="_self">notes.php</a></td><td class="desc"></td></tr> +<tr id="row_1_64_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notifications_8php.html" target="_self">notifications.php</a></td><td class="desc"></td></tr> +<tr id="row_1_65_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2notify_8php.html" target="_self">notify.php</a></td><td class="desc"></td></tr> +<tr id="row_1_66_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2oembed_8php.html" target="_self">oembed.php</a></td><td class="desc"></td></tr> +<tr id="row_1_67_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="oexchange_8php.html" target="_self">oexchange.php</a></td><td class="desc"></td></tr> +<tr id="row_1_68_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="online_8php.html" target="_self">online.php</a></td><td class="desc"></td></tr> +<tr id="row_1_69_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="openid_8php.html" target="_self">openid.php</a></td><td class="desc"></td></tr> +<tr id="row_1_70_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="opensearch_8php.html" target="_self">opensearch.php</a></td><td class="desc"></td></tr> +<tr id="row_1_71_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="page_8php.html" target="_self">page.php</a></td><td class="desc"></td></tr> +<tr id="row_1_72_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="parse__url_8php.html" target="_self">parse_url.php</a></td><td class="desc"></td></tr> +<tr id="row_1_73_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pdledit_8php.html" target="_self">pdledit.php</a></td><td class="desc"></td></tr> +<tr id="row_1_74_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="photo_8php.html" target="_self">photo.php</a></td><td class="desc"></td></tr> +<tr id="row_1_75_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2photos_8php.html" target="_self">photos.php</a></td><td class="desc"></td></tr> +<tr id="row_1_76_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_8php.html" target="_self">php.php</a></td><td class="desc"></td></tr> +<tr id="row_1_77_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="ping_8php.html" target="_self">ping.php</a></td><td class="desc"></td></tr> +<tr id="row_1_78_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poco_8php.html" target="_self">poco.php</a></td><td class="desc"></td></tr> +<tr id="row_1_79_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="poke_8php.html" target="_self">poke.php</a></td><td class="desc"></td></tr> +<tr id="row_1_80_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="post_8php.html" target="_self">post.php</a></td><td class="desc"></td></tr> +<tr id="row_1_81_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pretheme_8php.html" target="_self">pretheme.php</a></td><td class="desc"></td></tr> +<tr id="row_1_82_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod_2probe_8php.html" target="_self">probe.php</a></td><td class="desc"></td></tr> +<tr id="row_1_83_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile_8php.html" target="_self">profile.php</a></td><td class="desc"></td></tr> +<tr id="row_1_84_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profile__photo_8php.html" target="_self">profile_photo.php</a></td><td class="desc"></td></tr> +<tr id="row_1_85_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profiles_8php.html" target="_self">profiles.php</a></td><td class="desc"></td></tr> +<tr id="row_1_86_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="profperm_8php.html" target="_self">profperm.php</a></td><td class="desc"></td></tr> +<tr id="row_1_87_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pubsites_8php.html" target="_self">pubsites.php</a></td><td class="desc"></td></tr> +<tr id="row_1_88_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="randprof_8php.html" target="_self">randprof.php</a></td><td class="desc"></td></tr> +<tr id="row_1_89_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rbmark_8php.html" target="_self">rbmark.php</a></td><td class="desc"></td></tr> +<tr id="row_1_90_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="register_8php.html" target="_self">register.php</a></td><td class="desc"></td></tr> +<tr id="row_1_91_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="regmod_8php.html" target="_self">regmod.php</a></td><td class="desc"></td></tr> +<tr id="row_1_92_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="removeme_8php.html" target="_self">removeme.php</a></td><td class="desc"></td></tr> +<tr id="row_1_93_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rmagic_8php.html" target="_self">rmagic.php</a></td><td class="desc"></td></tr> +<tr id="row_1_94_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rpost_8php.html" target="_self">rpost.php</a></td><td class="desc"></td></tr> +<tr id="row_1_95_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="rsd__xml_8php.html" target="_self">rsd_xml.php</a></td><td class="desc"></td></tr> +<tr id="row_1_96_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search_8php.html" target="_self">search.php</a></td><td class="desc"></td></tr> +<tr id="row_1_97_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="search__ac_8php.html" target="_self">search_ac.php</a></td><td class="desc"></td></tr> +<tr id="row_1_98_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="settings_8php.html" target="_self">settings.php</a></td><td class="desc"></td></tr> +<tr id="row_1_99_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="setup_8php.html" target="_self">setup.php</a></td><td class="desc"></td></tr> +<tr id="row_1_100_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="share_8php.html" target="_self">share.php</a></td><td class="desc"></td></tr> +<tr id="row_1_101_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="siteinfo_8php.html" target="_self">siteinfo.php</a></td><td class="desc"></td></tr> +<tr id="row_1_102_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sitelist_8php.html" target="_self">sitelist.php</a></td><td class="desc"></td></tr> +<tr id="row_1_103_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="smilies_8php.html" target="_self">smilies.php</a></td><td class="desc"></td></tr> +<tr id="row_1_104_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sources_8php.html" target="_self">sources.php</a></td><td class="desc"></td></tr> +<tr id="row_1_105_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="sslify_8php.html" target="_self">sslify.php</a></td><td class="desc"></td></tr> +<tr id="row_1_106_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="starred_8php.html" target="_self">starred.php</a></td><td class="desc"></td></tr> +<tr id="row_1_107_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="subthread_8php.html" target="_self">subthread.php</a></td><td class="desc"></td></tr> +<tr id="row_1_108_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="suggest_8php.html" target="_self">suggest.php</a></td><td class="desc"></td></tr> +<tr id="row_1_109_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagger_8php.html" target="_self">tagger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_110_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="tagrm_8php.html" target="_self">tagrm.php</a></td><td class="desc"></td></tr> +<tr id="row_1_111_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="thing_8php.html" target="_self">thing.php</a></td><td class="desc"></td></tr> +<tr id="row_1_112_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__mobile_8php.html" target="_self">toggle_mobile.php</a></td><td class="desc"></td></tr> +<tr id="row_1_113_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="toggle__safesearch_8php.html" target="_self">toggle_safesearch.php</a></td><td class="desc"></td></tr> +<tr id="row_1_114_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="uexport_8php.html" target="_self">uexport.php</a></td><td class="desc"></td></tr> +<tr id="row_1_115_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__channel_8php.html" target="_self">update_channel.php</a></td><td class="desc"></td></tr> +<tr id="row_1_116_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__display_8php.html" target="_self">update_display.php</a></td><td class="desc"></td></tr> +<tr id="row_1_117_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__network_8php.html" target="_self">update_network.php</a></td><td class="desc"></td></tr> +<tr id="row_1_118_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="update__search_8php.html" target="_self">update_search.php</a></td><td class="desc"></td></tr> +<tr id="row_1_119_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_8php.html" target="_self">view.php</a></td><td class="desc"></td></tr> +<tr id="row_1_120_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewconnections_8php.html" target="_self">viewconnections.php</a></td><td class="desc"></td></tr> +<tr id="row_1_121_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="viewsrc_8php.html" target="_self">viewsrc.php</a></td><td class="desc"></td></tr> +<tr id="row_1_122_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="vote_8php.html" target="_self">vote.php</a></td><td class="desc"></td></tr> +<tr id="row_1_123_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__attach_8php.html" target="_self">wall_attach.php</a></td><td class="desc"></td></tr> +<tr id="row_1_124_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wall__upload_8php.html" target="_self">wall_upload.php</a></td><td class="desc"></td></tr> +<tr id="row_1_125_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webfinger_8php.html" target="_self">webfinger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_126_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="webpages_8php.html" target="_self">webpages.php</a></td><td class="desc"></td></tr> +<tr id="row_1_127_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="wfinger_8php.html" target="_self">wfinger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_128_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xchan_8php.html" target="_self">xchan.php</a></td><td class="desc"></td></tr> +<tr id="row_1_129_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xrd_8php.html" target="_self">xrd.php</a></td><td class="desc"></td></tr> +<tr id="row_1_130_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="xref_8php.html" target="_self">xref.php</a></td><td class="desc"></td></tr> +<tr id="row_1_131_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zfinger_8php.html" target="_self">zfinger.php</a></td><td class="desc"></td></tr> +<tr id="row_1_132_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zotfeed_8php.html" target="_self">zotfeed.php</a></td><td class="desc"></td></tr> +<tr id="row_1_133_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="zping_8php.html" target="_self">zping.php</a></td><td class="desc"></td></tr> <tr id="row_2_" class="even"><td class="entry"><img id="arr_2_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('2_')"/><img id="img_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('2_')"/><a class="el" href="dir_23ec12649285f9fabf3a6b7380226c28.html" target="_self">util</a></td><td class="desc"></td></tr> <tr id="row_2_0_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_2_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('2_0_')"/><img id="img_2_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('2_0_')"/><a class="el" href="dir_0eaa4a0adae8ba4811e133c6e594aeee.html" target="_self">fpostit</a></td><td class="desc"></td></tr> <tr id="row_2_0_0_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="fpostit_8php.html" target="_self">fpostit.php</a></td><td class="desc"></td></tr> @@ -345,60 +346,63 @@ $(document).ready(function(){initNavTree('files.html','');}); <tr id="row_2_10_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="typohelper_8php.html" target="_self">typohelper.php</a></td><td class="desc"></td></tr> <tr id="row_2_11_" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="updatetpl_8py.html" target="_self">updatetpl.py</a></td><td class="desc"></td></tr> <tr id="row_3_"><td class="entry"><img id="arr_3_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_')"/><img id="img_3_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_')"/><a class="el" href="dir_b2f003339c516cc00c8cadcafbe82f13.html" target="_self">view</a></td><td class="desc"></td></tr> -<tr id="row_3_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_0_')"/><img id="img_3_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_0_')"/><a class="el" href="dir_24b9ffacd044b9b20a6b863179c605d1.html" target="_self">js</a></td><td class="desc"></td></tr> -<tr id="row_3_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod__filestorage_8php.html" target="_self">mod_filestorage.php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_')"/><img id="img_3_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_')"/><a class="el" href="dir_817f6d302394b98e59575acdb59998bc.html" target="_self">php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="choklet_8php.html" target="_self">choklet.php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_2default_8php.html" target="_self">default.php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="full_8php.html" target="_self">full.php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="minimal_8php.html" target="_self">minimal.php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod__import_8php.html" target="_self">mod_import.php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_5_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="none_8php.html" target="_self">none.php</a></td><td class="desc"></td></tr> -<tr id="row_3_1_6_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_2_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_2_')"/><img id="img_3_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_')"/><a class="el" href="dir_8543001e5d25368a6edede3e63efb554.html" target="_self">theme</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_2_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_2_0_')"/><img id="img_3_2_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_0_')"/><a class="el" href="dir_d520c5cf583201d9437764f209363c22.html" target="_self">apw</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_2_0_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_2_0_0_')"/><img id="img_3_2_0_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_0_0_')"/><a class="el" href="dir_f19da925ee886ec38f19b0e8c19779bc.html" target="_self">css</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod__chanview_8php.html" target="_self">mod_chanview.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_2_0_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_2_0_1_')"/><img id="img_3_2_0_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_0_1_')"/><a class="el" href="dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html" target="_self">php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2apw_2php_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="functions_8php.html" target="_self">functions.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_1_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="apw_2php_2style_8php.html" target="_self">style.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_1_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="apw_2php_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_1_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2apw_2php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_2_0_2_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_2_0_2_')"/><img id="img_3_2_0_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_0_2_')"/><a class="el" href="dir_05f4fba29266e8fd7869afcd6cefb5cb.html" target="_self">schema</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="darkness_8php.html" target="_self">darkness.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="darknessleftaside_8php.html" target="_self">darknessleftaside.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="darknessrightaside_8php.html" target="_self">darknessrightaside.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="greenthumbnails_8php.html" target="_self">greenthumbnails.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="minimalisticdarkness_8php.html" target="_self">minimalisticdarkness.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_5_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="olddefault_8php.html" target="_self">olddefault.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_6_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="passion_8php.html" target="_self">passion.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_7_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="passionwide_8php.html" target="_self">passionwide.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_8_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pine_8php.html" target="_self">pine.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_9_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="redbasic_8php.html" target="_self">redbasic.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_0_2_10_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="widedarkness_8php.html" target="_self">widedarkness.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_2_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_2_1_')"/><img id="img_3_2_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_1_')"/><a class="el" href="dir_922c77e958c99a98db92d38a3a349bf2.html" target="_self">blogga</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_2_1_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_2_1_0_')"/><img id="img_3_2_1_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_1_0_')"/><a class="el" href="dir_c02447ad39a5307c81c64e880ec9e8d3.html" target="_self">php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2blogga_2php_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2blogga_2php_2default_8php.html" target="_self">default.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="blogga_2php_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_0_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2blogga_2php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_2_1_1_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_2_1_1_')"/><img id="img_3_2_1_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_1_1_')"/><a class="el" href="dir_92d6b429199666aa3765c8a934db5e14.html" target="_self">view</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_2_1_1_0_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_2_1_1_0_')"/><img id="img_3_2_1_1_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_1_1_0_')"/><a class="el" href="dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html" target="_self">theme</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_1_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_2_1_1_0_0_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_2_1_1_0_0_')"/><img id="img_3_2_1_1_0_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_1_1_0_0_')"/><a class="el" href="dir_a8a0005c2b8590c535262d232c22afab.html" target="_self">blog</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_1_0_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2blogga_2view_2theme_2blog_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_1_0_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2blogga_2view_2theme_2blog_2default_8php.html" target="_self">default.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_1_1_0_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_2_2_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_2_2_')"/><img id="img_3_2_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_2_')"/><a class="el" href="dir_55dbaf9b7b53c4fc605c9011743a7353.html" target="_self">redbasic</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_2_2_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_2_2_0_')"/><img id="img_3_2_2_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_2_0_')"/><a class="el" href="dir_032dd9e2cfe278a2cfa5eb9547448eb9.html" target="_self">php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2redbasic_2php_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="redbasic_2php_2style_8php.html" target="_self">style.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="redbasic_2php_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_0_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2redbasic_2php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_2_2_1_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_2_2_1_')"/><img id="img_3_2_2_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_2_2_1_')"/><a class="el" href="dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html" target="_self">schema</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="BS-Default_8php.html" target="_self">BS-Default.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dark_8php.html" target="_self">dark.php</a></td><td class="desc"></td></tr> -<tr id="row_3_2_2_1_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notred_8php.html" target="_self">notred.php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_0_')"/><img id="img_3_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_0_')"/><a class="el" href="dir_817f6d302394b98e59575acdb59998bc.html" target="_self">php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="choklet_8php.html" target="_self">choklet.php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_2default_8php.html" target="_self">default.php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="full_8php.html" target="_self">full.php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="minimal_8php.html" target="_self">minimal.php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod__import_8php.html" target="_self">mod_import.php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_5_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="none_8php.html" target="_self">none.php</a></td><td class="desc"></td></tr> +<tr id="row_3_0_6_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_')"/><img id="img_3_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_')"/><a class="el" href="dir_8543001e5d25368a6edede3e63efb554.html" target="_self">theme</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_0_')"/><img id="img_3_1_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_0_')"/><a class="el" href="dir_d520c5cf583201d9437764f209363c22.html" target="_self">apw</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_0_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_0_0_')"/><img id="img_3_1_0_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_0_0_')"/><a class="el" href="dir_f19da925ee886ec38f19b0e8c19779bc.html" target="_self">css</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mod__chanview_8php.html" target="_self">mod_chanview.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_0_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_0_1_')"/><img id="img_3_1_0_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_0_1_')"/><a class="el" href="dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html" target="_self">php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2apw_2php_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="functions_8php.html" target="_self">functions.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_1_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="apw_2php_2style_8php.html" target="_self">style.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_1_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="apw_2php_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_1_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2apw_2php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_0_2_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_0_2_')"/><img id="img_3_1_0_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_0_2_')"/><a class="el" href="dir_05f4fba29266e8fd7869afcd6cefb5cb.html" target="_self">schema</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="darkness_8php.html" target="_self">darkness.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="darknessleftaside_8php.html" target="_self">darknessleftaside.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="darknessrightaside_8php.html" target="_self">darknessrightaside.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="greenthumbnails_8php.html" target="_self">greenthumbnails.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="minimalisticdarkness_8php.html" target="_self">minimalisticdarkness.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_5_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="olddefault_8php.html" target="_self">olddefault.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_6_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="passion_8php.html" target="_self">passion.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_7_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="passionwide_8php.html" target="_self">passionwide.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_8_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="pine_8php.html" target="_self">pine.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_9_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="redbasic_8php.html" target="_self">redbasic.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_0_2_10_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="widedarkness_8php.html" target="_self">widedarkness.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_1_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_1_')"/><img id="img_3_1_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_1_')"/><a class="el" href="dir_922c77e958c99a98db92d38a3a349bf2.html" target="_self">blogga</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_1_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_1_0_')"/><img id="img_3_1_1_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_1_0_')"/><a class="el" href="dir_c02447ad39a5307c81c64e880ec9e8d3.html" target="_self">php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2blogga_2php_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2blogga_2php_2default_8php.html" target="_self">default.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="blogga_2php_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_0_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2blogga_2php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_1_1_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_1_1_')"/><img id="img_3_1_1_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_1_1_')"/><a class="el" href="dir_92d6b429199666aa3765c8a934db5e14.html" target="_self">view</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_1_1_0_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_1_1_0_')"/><img id="img_3_1_1_1_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_1_1_0_')"/><a class="el" href="dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html" target="_self">theme</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_1_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_1_1_0_0_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_1_1_0_0_')"/><img id="img_3_1_1_1_0_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_1_1_0_0_')"/><a class="el" href="dir_a8a0005c2b8590c535262d232c22afab.html" target="_self">blog</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_1_0_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2blogga_2view_2theme_2blog_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_1_0_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2blogga_2view_2theme_2blog_2default_8php.html" target="_self">default.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_1_1_0_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_2_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_2_')"/><img id="img_3_1_2_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_2_')"/><a class="el" href="dir_8e58ba5e98ac07e59ee15ca7486c9950.html" target="_self">mytheme</a></td><td class="desc"></td></tr> +<tr id="row_3_1_2_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img id="arr_3_1_2_0_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_2_0_')"/><img id="img_3_1_2_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_2_0_')"/><a class="el" href="dir_887fdc94312ba7b057b6bfe7fdd27ea5.html" target="_self">php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_2_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2mytheme_2php_2default_8php.html" target="_self">default.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_2_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mytheme_2php_2style_8php.html" target="_self">style.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_2_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="mytheme_2php_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_3_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_3_')"/><img id="img_3_1_3_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_3_')"/><a class="el" href="dir_55dbaf9b7b53c4fc605c9011743a7353.html" target="_self">redbasic</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_3_0_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_1_3_0_')"/><img id="img_3_1_3_0_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_3_0_')"/><a class="el" href="dir_032dd9e2cfe278a2cfa5eb9547448eb9.html" target="_self">php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_0_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="view_2theme_2redbasic_2php_2config_8php.html" target="_self">config.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_0_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="redbasic_2php_2style_8php.html" target="_self">style.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_0_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="redbasic_2php_2theme_8php.html" target="_self">theme.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_0_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="theme_2redbasic_2php_2theme__init_8php.html" target="_self">theme_init.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img id="arr_3_1_3_1_" src="ftv2plastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('3_1_3_1_')"/><img id="img_3_1_3_1_" src="ftv2folderclosed.png" alt="+" width="24" height="22" onclick="toggleFolder('3_1_3_1_')"/><a class="el" href="dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html" target="_self">schema</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_1_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="BS-Default_8php.html" target="_self">BS-Default.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_1_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="dark_8php.html" target="_self">dark.php</a></td><td class="desc"></td></tr> +<tr id="row_3_1_3_1_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2blank.png" alt=" " width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="notred_8php.html" target="_self">notred.php</a></td><td class="desc"></td></tr> <tr id="row_4_" class="even"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2doc.png" alt="*" width="24" height="22" /><a class="el" href="boot_8php.html" target="_self">boot.php</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> diff --git a/doc/html/fpostit_8php.html b/doc/html/fpostit_8php.html index d2f360ad4..d5320a73f 100644 --- a/doc/html/fpostit_8php.html +++ b/doc/html/fpostit_8php.html @@ -118,11 +118,11 @@ Functions</h2></td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> -<tr class="memitem:a501b5ca82f287509fc691c88524064c1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(($_POST["friendika_acct_name"]!= <br class="typebreak"/> +<tr class="memitem:a501b5ca82f287509fc691c88524064c1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(($_POST["friendika_acct_name"]!= <br class="typebreak"/> '')&&($_POST["friendika_password"]!= <br class="typebreak"/> '')) if(isset($_GET['title'])) <br class="typebreak"/> -<a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(isset($_GET['text'])) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(isset($_GET['url'])) <br class="typebreak"/> -<a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>((isset($title))&&(isset($text))&&(isset($url))) </td><td class="memItemRight" valign="bottom"><a class="el" href="fpostit_8php.html#a501b5ca82f287509fc691c88524064c1">else</a></td></tr> +<a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(isset($_GET['text'])) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(isset($_GET['url'])) <br class="typebreak"/> +<a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>((isset($title))&&(isset($text))&&(isset($url))) </td><td class="memItemRight" valign="bottom"><a class="el" href="fpostit_8php.html#a501b5ca82f287509fc691c88524064c1">else</a></td></tr> <tr class="separator:a501b5ca82f287509fc691c88524064c1"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> @@ -158,7 +158,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (isset($_POST['submit'])) else</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (isset($_POST['submit'])) else</td> </tr> </table> </div><div class="memdoc"> diff --git a/doc/html/globals_0x61.html b/doc/html/globals_0x61.html index 8ce3530a2..d1f166547 100644 --- a/doc/html/globals_0x61.html +++ b/doc/html/globals_0x61.html @@ -216,6 +216,9 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');}); <li>ACCOUNT_ROLE_ALLOWCODE : <a class="el" href="boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688">boot.php</a> </li> +<li>ACCOUNT_ROLE_DEVELOPER +: <a class="el" href="boot_8php.html#a4f507a5996dbb3da148add0339a40d5a">boot.php</a> +</li> <li>ACCOUNT_ROLE_SYSTEM : <a class="el" href="boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b">boot.php</a> </li> @@ -321,9 +324,18 @@ $(document).ready(function(){initNavTree('globals_0x61.html','');}); <li>add_children_to_list() : <a class="el" href="conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b">conversation.php</a> </li> +<li>add_source_route() +: <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">items.php</a> +</li> <li>admin_content() : <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin.php</a> </li> +<li>admin_page_channels() +: <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin.php</a> +</li> +<li>admin_page_channels_post() +: <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin.php</a> +</li> <li>admin_page_dbsync() : <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin.php</a> </li> diff --git a/doc/html/globals_0x63.html b/doc/html/globals_0x63.html index 51a7771d9..af2bc1e48 100644 --- a/doc/html/globals_0x63.html +++ b/doc/html/globals_0x63.html @@ -357,12 +357,6 @@ $(document).ready(function(){initNavTree('globals_0x63.html','');}); <li>common_init() : <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common.php</a> </li> -<li>community_content() -: <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community.php</a> -</li> -<li>community_init() -: <a class="el" href="community_8php.html#a56c94ec978a38633c5628fa6f8e386d9">community.php</a> -</li> <li>compare_permissions() : <a class="el" href="items_8php.html#a0790a4550b829e85504af548623002ca">items.php</a> </li> diff --git a/doc/html/globals_0x64.html b/doc/html/globals_0x64.html index 7b0080904..b97864766 100644 --- a/doc/html/globals_0x64.html +++ b/doc/html/globals_0x64.html @@ -202,7 +202,7 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');}); : <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">zot.php</a> </li> <li>delete_item_lowlevel() -: <a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">items.php</a> +: <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">items.php</a> </li> <li>deletenode() : <a class="el" href="html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2">html2bbcode.php</a> @@ -225,6 +225,12 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');}); <li>diaspora_ul() : <a class="el" href="bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc">bb2diaspora.php</a> </li> +<li>dir_parse_query() +: <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dirsearch.php</a> +</li> +<li>dir_query_build() +: <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dirsearch.php</a> +</li> <li>dir_safe_mode() : <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_fns.php</a> </li> @@ -289,11 +295,20 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');}); : <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">account.php</a> </li> <li>drop_item() -: <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">items.php</a> +: <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">items.php</a> </li> <li>drop_items() : <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">items.php</a> </li> +<li>DROPITEM_NORMAL +: <a class="el" href="boot_8php.html#a7037bcbca223395c06bc67f65024de7a">boot.php</a> +</li> +<li>DROPITEM_PHASE1 +: <a class="el" href="boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06">boot.php</a> +</li> +<li>DROPITEM_PHASE2 +: <a class="el" href="boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8">boot.php</a> +</li> </ul> </div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/globals_0x65.html b/doc/html/globals_0x65.html index 952cadff7..dfd1364de 100644 --- a/doc/html/globals_0x65.html +++ b/doc/html/globals_0x65.html @@ -219,6 +219,9 @@ $(document).ready(function(){initNavTree('globals_0x65.html','');}); <li>expire_run() : <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire.php</a> </li> +<li>externals_run() +: <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals.php</a> +</li> </ul> </div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/globals_0x66.html b/doc/html/globals_0x66.html index 4fac5f32f..dd4256053 100644 --- a/doc/html/globals_0x66.html +++ b/doc/html/globals_0x66.html @@ -252,6 +252,9 @@ $(document).ready(function(){initNavTree('globals_0x66.html','');}); <li>format_filer() : <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">text.php</a> </li> +<li>format_hashtags() +: <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">text.php</a> +</li> <li>format_js_if_exists() : <a class="el" href="plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f">plugin.php</a> </li> diff --git a/doc/html/globals_0x69.html b/doc/html/globals_0x69.html index 23e608658..6ef10583c 100644 --- a/doc/html/globals_0x69.html +++ b/doc/html/globals_0x69.html @@ -150,14 +150,18 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); <li>identity_check_service_class() : <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity.php</a> </li> +<li>identity_selector() +: <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity.php</a> +</li> <li>ids_to_querystr() : <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">text.php</a> </li> <li>if -: <a class="el" href="php2po_8php.html#a45b05625748f412ec97afcd61cf7980b">php2po.php</a> +: <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">style.php</a> +, <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">default.php</a> +, <a class="el" href="php2po_8php.html#a45b05625748f412ec97afcd61cf7980b">php2po.php</a> , <a class="el" href="php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">default.php</a> , <a class="el" href="full_8php.html#a3987f5547ceb7e36a210a66a06241a5a">full.php</a> -, <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">style.php</a> </li> <li>import_author_rss() : <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">items.php</a> @@ -219,6 +223,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); <li>is_ajax() : <a class="el" href="boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c">boot.php</a> </li> +<li>is_developer() +: <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">boot.php</a> +</li> <li>is_foreigner() : <a class="el" href="identity_8php.html#ae2b140df652a55ca11bb6a99005fce35">identity.php</a> </li> @@ -228,6 +235,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); <li>is_site_admin() : <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">boot.php</a> </li> +<li>is_sys_channel() +: <a class="el" href="identity_8php.html#aa4bd4abfcba883f43919e89ec6419025">identity.php</a> +</li> <li>is_windows() : <a class="el" href="boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08">boot.php</a> </li> @@ -294,6 +304,9 @@ $(document).ready(function(){initNavTree('globals_0x69.html','');}); <li>ITEM_PDL : <a class="el" href="boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d">boot.php</a> </li> +<li>ITEM_PENDING_REMOVE +: <a class="el" href="boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb">boot.php</a> +</li> <li>item_permissions_sql() : <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">security.php</a> </li> diff --git a/doc/html/globals_0x6d.html b/doc/html/globals_0x6d.html index c29a58934..3b76c6bc0 100644 --- a/doc/html/globals_0x6d.html +++ b/doc/html/globals_0x6d.html @@ -291,6 +291,9 @@ $(document).ready(function(){initNavTree('globals_0x6d.html','');}); <li>msearch_post() : <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch.php</a> </li> +<li>mytheme_init() +: <a class="el" href="mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8">theme.php</a> +</li> </ul> </div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/globals_0x6e.html b/doc/html/globals_0x6e.html index 8444dcae5..137a3aa81 100644 --- a/doc/html/globals_0x6e.html +++ b/doc/html/globals_0x6e.html @@ -204,6 +204,9 @@ $(document).ready(function(){initNavTree('globals_0x6e.html','');}); <li>navbar_complete() : <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">acl.php</a> </li> +<li>net_have_driver() +: <a class="el" href="include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8">probe.php</a> +</li> <li>network_content() : <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network.php</a> </li> diff --git a/doc/html/globals_0x70.html b/doc/html/globals_0x70.html index 71f8a4957..7a1561e32 100644 --- a/doc/html/globals_0x70.html +++ b/doc/html/globals_0x70.html @@ -156,6 +156,9 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); <li>PAGE_AUTOCONNECT : <a class="el" href="boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9">boot.php</a> </li> +<li>PAGE_CENSORED +: <a class="el" href="boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214">boot.php</a> +</li> <li>page_content() : <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page.php</a> </li> @@ -498,8 +501,32 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); <li>private_messages_list() : <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">message.php</a> </li> +<li>probe_activity_stream() +: <a class="el" href="include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c">probe.php</a> +</li> <li>probe_content() -: <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe.php</a> +: <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe.php</a> +</li> +<li>probe_dfrn() +: <a class="el" href="include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0">probe.php</a> +</li> +<li>probe_diaspora() +: <a class="el" href="include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a">probe.php</a> +</li> +<li>probe_legacy_feed() +: <a class="el" href="include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7">probe.php</a> +</li> +<li>probe_legacy_webfinger() +: <a class="el" href="include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481">probe.php</a> +</li> +<li>probe_webfinger() +: <a class="el" href="include_2probe_8php.html#a950a200372393f706851103cd3fffcba">probe.php</a> +</li> +<li>probe_well_known() +: <a class="el" href="include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d">probe.php</a> +</li> +<li>probe_zot() +: <a class="el" href="include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85">probe.php</a> </li> <li>proc_run() : <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">boot.php</a> @@ -508,7 +535,7 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); : <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">zot.php</a> </li> <li>process_delivery() -: <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">zot.php</a> +: <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">zot.php</a> </li> <li>process_mail_delivery() : <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">zot.php</a> @@ -564,6 +591,9 @@ $(document).ready(function(){initNavTree('globals_0x70.html','');}); <li>protect_sprintf() : <a class="el" href="text_8php.html#a4e7698aca48982512594b274543c3b9b">text.php</a> </li> +<li>prune_hub_reinstalls() +: <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">hubloc.php</a> +</li> <li>public_permissions_sql() : <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">security.php</a> </li> diff --git a/doc/html/globals_0x74.html b/doc/html/globals_0x74.html index 74333601e..3d09783ac 100644 --- a/doc/html/globals_0x74.html +++ b/doc/html/globals_0x74.html @@ -150,6 +150,9 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');}); <li>tag_deliver() : <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">items.php</a> </li> +<li>tag_sort_length() +: <a class="el" href="text_8php.html#ac2ff88e800f74b22e9cc091c10809c54">text.php</a> +</li> <li>tagadelic() : <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">taxonomy.php</a> </li> @@ -247,7 +250,7 @@ $(document).ready(function(){initNavTree('globals_0x74.html','');}); : <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">plugin.php</a> </li> <li>theme_post() -: <a class="el" href="view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">config.php</a> +: <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">config.php</a> </li> <li>theme_status() : <a class="el" href="admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4">admin.php</a> diff --git a/doc/html/globals_0x75.html b/doc/html/globals_0x75.html index 197c8ca85..623a91fd1 100644 --- a/doc/html/globals_0x75.html +++ b/doc/html/globals_0x75.html @@ -174,9 +174,6 @@ $(document).ready(function(){initNavTree('globals_0x75.html','');}); <li>update_channel_content() : <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel.php</a> </li> -<li>update_community_content() -: <a class="el" href="update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1">update_community.php</a> -</li> <li>update_directory_entry() : <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">dir_fns.php</a> </li> diff --git a/doc/html/globals_func_0x61.html b/doc/html/globals_func_0x61.html index 72288257f..dd973ea91 100644 --- a/doc/html/globals_func_0x61.html +++ b/doc/html/globals_func_0x61.html @@ -179,9 +179,18 @@ $(document).ready(function(){initNavTree('globals_func_0x61.html','');}); <li>add_children_to_list() : <a class="el" href="conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b">conversation.php</a> </li> +<li>add_source_route() +: <a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">items.php</a> +</li> <li>admin_content() : <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin.php</a> </li> +<li>admin_page_channels() +: <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin.php</a> +</li> +<li>admin_page_channels_post() +: <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin.php</a> +</li> <li>admin_page_dbsync() : <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin.php</a> </li> diff --git a/doc/html/globals_func_0x63.html b/doc/html/globals_func_0x63.html index 0664d447b..6868224dc 100644 --- a/doc/html/globals_func_0x63.html +++ b/doc/html/globals_func_0x63.html @@ -347,12 +347,6 @@ $(document).ready(function(){initNavTree('globals_func_0x63.html','');}); <li>common_init() : <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common.php</a> </li> -<li>community_content() -: <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community.php</a> -</li> -<li>community_init() -: <a class="el" href="community_8php.html#a56c94ec978a38633c5628fa6f8e386d9">community.php</a> -</li> <li>compare_permissions() : <a class="el" href="items_8php.html#a0790a4550b829e85504af548623002ca">items.php</a> </li> diff --git a/doc/html/globals_func_0x64.html b/doc/html/globals_func_0x64.html index 820a3b82f..02f6c9465 100644 --- a/doc/html/globals_func_0x64.html +++ b/doc/html/globals_func_0x64.html @@ -195,7 +195,7 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');}); : <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">zot.php</a> </li> <li>delete_item_lowlevel() -: <a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">items.php</a> +: <a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">items.php</a> </li> <li>deletenode() : <a class="el" href="html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2">html2bbcode.php</a> @@ -218,6 +218,12 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');}); <li>diaspora_ul() : <a class="el" href="bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc">bb2diaspora.php</a> </li> +<li>dir_parse_query() +: <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dirsearch.php</a> +</li> +<li>dir_query_build() +: <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dirsearch.php</a> +</li> <li>dir_safe_mode() : <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_fns.php</a> </li> @@ -261,7 +267,7 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');}); : <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">account.php</a> </li> <li>drop_item() -: <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">items.php</a> +: <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">items.php</a> </li> <li>drop_items() : <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">items.php</a> diff --git a/doc/html/globals_func_0x65.html b/doc/html/globals_func_0x65.html index 1ca8149c3..a37f274d2 100644 --- a/doc/html/globals_func_0x65.html +++ b/doc/html/globals_func_0x65.html @@ -206,6 +206,9 @@ $(document).ready(function(){initNavTree('globals_func_0x65.html','');}); <li>expire_run() : <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire.php</a> </li> +<li>externals_run() +: <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals.php</a> +</li> </ul> </div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/globals_func_0x66.html b/doc/html/globals_func_0x66.html index badffe4f9..e51b8e302 100644 --- a/doc/html/globals_func_0x66.html +++ b/doc/html/globals_func_0x66.html @@ -248,6 +248,9 @@ $(document).ready(function(){initNavTree('globals_func_0x66.html','');}); <li>format_filer() : <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">text.php</a> </li> +<li>format_hashtags() +: <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">text.php</a> +</li> <li>format_js_if_exists() : <a class="el" href="plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f">plugin.php</a> </li> diff --git a/doc/html/globals_func_0x69.html b/doc/html/globals_func_0x69.html index 15137ad75..8045c8b3b 100644 --- a/doc/html/globals_func_0x69.html +++ b/doc/html/globals_func_0x69.html @@ -149,6 +149,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');}); <li>identity_check_service_class() : <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity.php</a> </li> +<li>identity_selector() +: <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity.php</a> +</li> <li>ids_to_querystr() : <a class="el" href="text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a">text.php</a> </li> @@ -212,6 +215,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');}); <li>is_ajax() : <a class="el" href="boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c">boot.php</a> </li> +<li>is_developer() +: <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">boot.php</a> +</li> <li>is_foreigner() : <a class="el" href="identity_8php.html#ae2b140df652a55ca11bb6a99005fce35">identity.php</a> </li> @@ -221,6 +227,9 @@ $(document).ready(function(){initNavTree('globals_func_0x69.html','');}); <li>is_site_admin() : <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">boot.php</a> </li> +<li>is_sys_channel() +: <a class="el" href="identity_8php.html#aa4bd4abfcba883f43919e89ec6419025">identity.php</a> +</li> <li>is_windows() : <a class="el" href="boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08">boot.php</a> </li> diff --git a/doc/html/globals_func_0x6d.html b/doc/html/globals_func_0x6d.html index 50ebb053c..18c1be85d 100644 --- a/doc/html/globals_func_0x6d.html +++ b/doc/html/globals_func_0x6d.html @@ -251,6 +251,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6d.html','');}); <li>msearch_post() : <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch.php</a> </li> +<li>mytheme_init() +: <a class="el" href="mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8">theme.php</a> +</li> </ul> </div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/globals_func_0x6e.html b/doc/html/globals_func_0x6e.html index 8af69c3b4..8666de003 100644 --- a/doc/html/globals_func_0x6e.html +++ b/doc/html/globals_func_0x6e.html @@ -155,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6e.html','');}); <li>navbar_complete() : <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">acl.php</a> </li> +<li>net_have_driver() +: <a class="el" href="include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8">probe.php</a> +</li> <li>network_content() : <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network.php</a> </li> diff --git a/doc/html/globals_func_0x70.html b/doc/html/globals_func_0x70.html index 19b655742..9ae21ad6c 100644 --- a/doc/html/globals_func_0x70.html +++ b/doc/html/globals_func_0x70.html @@ -359,8 +359,32 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); <li>private_messages_list() : <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">message.php</a> </li> +<li>probe_activity_stream() +: <a class="el" href="include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c">probe.php</a> +</li> <li>probe_content() -: <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe.php</a> +: <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe.php</a> +</li> +<li>probe_dfrn() +: <a class="el" href="include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0">probe.php</a> +</li> +<li>probe_diaspora() +: <a class="el" href="include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a">probe.php</a> +</li> +<li>probe_legacy_feed() +: <a class="el" href="include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7">probe.php</a> +</li> +<li>probe_legacy_webfinger() +: <a class="el" href="include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481">probe.php</a> +</li> +<li>probe_webfinger() +: <a class="el" href="include_2probe_8php.html#a950a200372393f706851103cd3fffcba">probe.php</a> +</li> +<li>probe_well_known() +: <a class="el" href="include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d">probe.php</a> +</li> +<li>probe_zot() +: <a class="el" href="include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85">probe.php</a> </li> <li>proc_run() : <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">boot.php</a> @@ -369,7 +393,7 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); : <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">zot.php</a> </li> <li>process_delivery() -: <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">zot.php</a> +: <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">zot.php</a> </li> <li>process_mail_delivery() : <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">zot.php</a> @@ -425,6 +449,9 @@ $(document).ready(function(){initNavTree('globals_func_0x70.html','');}); <li>protect_sprintf() : <a class="el" href="text_8php.html#a4e7698aca48982512594b274543c3b9b">text.php</a> </li> +<li>prune_hub_reinstalls() +: <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">hubloc.php</a> +</li> <li>public_permissions_sql() : <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">security.php</a> </li> diff --git a/doc/html/globals_func_0x74.html b/doc/html/globals_func_0x74.html index 025d49fd3..38a4ac232 100644 --- a/doc/html/globals_func_0x74.html +++ b/doc/html/globals_func_0x74.html @@ -149,6 +149,9 @@ $(document).ready(function(){initNavTree('globals_func_0x74.html','');}); <li>tag_deliver() : <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">items.php</a> </li> +<li>tag_sort_length() +: <a class="el" href="text_8php.html#ac2ff88e800f74b22e9cc091c10809c54">text.php</a> +</li> <li>tagadelic() : <a class="el" href="taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a">taxonomy.php</a> </li> @@ -186,7 +189,7 @@ $(document).ready(function(){initNavTree('globals_func_0x74.html','');}); : <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">items.php</a> </li> <li>theme_admin() -: <a class="el" href="view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">config.php</a> +: <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">config.php</a> </li> <li>theme_admin_post() : <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b">config.php</a> @@ -195,13 +198,13 @@ $(document).ready(function(){initNavTree('globals_func_0x74.html','');}); : <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">text.php</a> </li> <li>theme_content() -: <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">config.php</a> +: <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">config.php</a> </li> <li>theme_include() : <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">plugin.php</a> </li> <li>theme_post() -: <a class="el" href="view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">config.php</a> +: <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6">config.php</a> </li> <li>theme_status() : <a class="el" href="admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4">admin.php</a> diff --git a/doc/html/globals_func_0x75.html b/doc/html/globals_func_0x75.html index 5f9db65d9..8c2dfe20e 100644 --- a/doc/html/globals_func_0x75.html +++ b/doc/html/globals_func_0x75.html @@ -173,9 +173,6 @@ $(document).ready(function(){initNavTree('globals_func_0x75.html','');}); <li>update_channel_content() : <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel.php</a> </li> -<li>update_community_content() -: <a class="el" href="update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1">update_community.php</a> -</li> <li>update_directory_entry() : <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">dir_fns.php</a> </li> diff --git a/doc/html/globals_vars_0x61.html b/doc/html/globals_vars_0x61.html index c3315e2f1..10412e050 100644 --- a/doc/html/globals_vars_0x61.html +++ b/doc/html/globals_vars_0x61.html @@ -196,6 +196,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x61.html','');}); <li>ACCOUNT_ROLE_ALLOWCODE : <a class="el" href="boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688">boot.php</a> </li> +<li>ACCOUNT_ROLE_DEVELOPER +: <a class="el" href="boot_8php.html#a4f507a5996dbb3da148add0339a40d5a">boot.php</a> +</li> <li>ACCOUNT_ROLE_SYSTEM : <a class="el" href="boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b">boot.php</a> </li> diff --git a/doc/html/globals_vars_0x64.html b/doc/html/globals_vars_0x64.html index 06a3e585a..cb5747ff2 100644 --- a/doc/html/globals_vars_0x64.html +++ b/doc/html/globals_vars_0x64.html @@ -166,6 +166,15 @@ $(document).ready(function(){initNavTree('globals_vars_0x64.html','');}); <li>do : <a class="el" href="docblox__errorchecker_8php.html#a721c6ff80a6d3e4ad4ffa52a04c60085">docblox_errorchecker.php</a> </li> +<li>DROPITEM_NORMAL +: <a class="el" href="boot_8php.html#a7037bcbca223395c06bc67f65024de7a">boot.php</a> +</li> +<li>DROPITEM_PHASE1 +: <a class="el" href="boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06">boot.php</a> +</li> +<li>DROPITEM_PHASE2 +: <a class="el" href="boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8">boot.php</a> +</li> </ul> </div><!-- contents --> </div><!-- doc-content --> diff --git a/doc/html/globals_vars_0x69.html b/doc/html/globals_vars_0x69.html index 262905c14..5b43c5b0a 100644 --- a/doc/html/globals_vars_0x69.html +++ b/doc/html/globals_vars_0x69.html @@ -143,6 +143,7 @@ $(document).ready(function(){initNavTree('globals_vars_0x69.html','');}); : <a class="el" href="php2po_8php.html#a45b05625748f412ec97afcd61cf7980b">php2po.php</a> , <a class="el" href="php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">default.php</a> , <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">style.php</a> +, <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">default.php</a> , <a class="el" href="full_8php.html#a3987f5547ceb7e36a210a66a06241a5a">full.php</a> </li> <li>ITEM_BLOCKED @@ -187,6 +188,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x69.html','');}); <li>ITEM_PDL : <a class="el" href="boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d">boot.php</a> </li> +<li>ITEM_PENDING_REMOVE +: <a class="el" href="boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb">boot.php</a> +</li> <li>ITEM_RELAY : <a class="el" href="boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221">boot.php</a> </li> diff --git a/doc/html/globals_vars_0x70.html b/doc/html/globals_vars_0x70.html index 386e55759..81ba6314c 100644 --- a/doc/html/globals_vars_0x70.html +++ b/doc/html/globals_vars_0x70.html @@ -151,6 +151,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x70.html','');}); <li>PAGE_AUTOCONNECT : <a class="el" href="boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9">boot.php</a> </li> +<li>PAGE_CENSORED +: <a class="el" href="boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214">boot.php</a> +</li> <li>PAGE_DIRECTORY_CHANNEL : <a class="el" href="boot_8php.html#a5b8484922918946d041e5e0515dbe718">boot.php</a> </li> diff --git a/doc/html/help_8php.html b/doc/html/help_8php.html index f3fe519cd..dc3a3b1da 100644 --- a/doc/html/help_8php.html +++ b/doc/html/help_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('help_8php.html','');}); <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> -<tr class="memitem:af055e15f600ffa6fbca9386fdf715224"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('load_doc_file')) </td><td class="memItemRight" valign="bottom"><a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content</a> (&$a)</td></tr> +<tr class="memitem:af055e15f600ffa6fbca9386fdf715224"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('load_doc_file')) </td><td class="memItemRight" valign="bottom"><a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content</a> (&$a)</td></tr> <tr class="separator:af055e15f600ffa6fbca9386fdf715224"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a06b2a51aaabed99e53a9b639047c4ce4"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4">preg_callback_help_include</a> ($matches)</td></tr> <tr class="separator:a06b2a51aaabed99e53a9b639047c4ce4"><td class="memSeparator" colspan="2"> </td></tr> @@ -123,7 +123,7 @@ Functions</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('load_doc_file')) help_content </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('load_doc_file')) help_content </td> <td>(</td> <td class="paramtype">& </td> <td class="paramname"><em>$a</em></td><td>)</td> diff --git a/doc/html/hostxrd_8php.html b/doc/html/hostxrd_8php.html index fd11d46d4..75c163d07 100644 --- a/doc/html/hostxrd_8php.html +++ b/doc/html/hostxrd_8php.html @@ -130,6 +130,8 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> +<p>Referenced by <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>.</p> + </div> </div> </div><!-- contents --> diff --git a/doc/html/hubloc_8php.html b/doc/html/hubloc_8php.html new file mode 100644 index 000000000..37e3e05f2 --- /dev/null +++ b/doc/html/hubloc_8php.html @@ -0,0 +1,138 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: include/hubloc.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('hubloc_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#func-members">Functions</a> </div> + <div class="headertitle"> +<div class="title">hubloc.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> +Functions</h2></td></tr> +<tr class="memitem:ad3d0dcfcfcb347744f7617fe6f5de002"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls</a> ()</td></tr> +<tr class="separator:ad3d0dcfcfcb347744f7617fe6f5de002"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="ad3d0dcfcfcb347744f7617fe6f5de002"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">prune_hub_reinstalls </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>.</p> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/hubloc_8php.js b/doc/html/hubloc_8php.js new file mode 100644 index 000000000..0019e397f --- /dev/null +++ b/doc/html/hubloc_8php.js @@ -0,0 +1,4 @@ +var hubloc_8php = +[ + [ "prune_hub_reinstalls", "hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002", null ] +];
\ No newline at end of file diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html index f6ac35171..75ecb2251 100644 --- a/doc/html/identity_8php.html +++ b/doc/html/identity_8php.html @@ -120,6 +120,8 @@ Functions</h2></td></tr> <tr class="separator:a1cf83ac2b645de12868edaa3a5718f05"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:aaff86ee3b5984821e7a256c2da5f1a51"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51">get_sys_channel</a> ()</td></tr> <tr class="separator:aaff86ee3b5984821e7a256c2da5f1a51"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:aa4bd4abfcba883f43919e89ec6419025"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#aa4bd4abfcba883f43919e89ec6419025">is_sys_channel</a> ($channel_id)</td></tr> +<tr class="separator:aa4bd4abfcba883f43919e89ec6419025"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a77d2237f1846964634b1c99089c27c7d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a77d2237f1846964634b1c99089c27c7d">channel_total</a> ()</td></tr> <tr class="separator:a77d2237f1846964634b1c99089c27c7d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a345f4c943d84de502ec6e72d2c813945"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity</a> ($arr)</td></tr> @@ -162,6 +164,8 @@ Functions</h2></td></tr> <tr class="separator:a47d6f53216f23a3484061793bef29854"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ac73b3e13778c564c877554517a7f51ba"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#ac73b3e13778c564c877554517a7f51ba">get_channel_by_nick</a> ($nick)</td></tr> <tr class="separator:ac73b3e13778c564c877554517a7f51ba"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a2ab5172eabd375869060c9ad68323f5c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector</a> ()</td></tr> +<tr class="separator:a2ab5172eabd375869060c9ad68323f5c"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Function Documentation</h2> <a class="anchor" id="aa870d2c1f558cfd52bef05bc124e8fa4"></a> @@ -241,6 +245,8 @@ Functions</h2></td></tr> </div><div class="memdoc"> <p><a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a> Create a system channel - which has no account attached </p> +<p>Referenced by <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, and <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>.</p> + </div> </div> <a class="anchor" id="ad2c97627a313d53df1a1c7b4215ddb51"></a> @@ -382,7 +388,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, and <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>.</p> +<p>Referenced by <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -453,6 +459,21 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="a2ab5172eabd375869060c9ad68323f5c"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">identity_selector </td> + <td>(</td> + <td class="paramname"></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> <a class="anchor" id="ae2b140df652a55ca11bb6a99005fce35"></a> <div class="memitem"> <div class="memproto"> @@ -503,6 +524,24 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="aa4bd4abfcba883f43919e89ec6419025"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">is_sys_channel </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$channel_id</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> + +</div> +</div> <a class="anchor" id="ad4a2c8caca8f6ae93633ebeca0ed6620"></a> <div class="memitem"> <div class="memproto"> @@ -737,7 +776,7 @@ Functions</h2></td></tr> <dl class="section return"><dt>Returns</dt><dd>string</dd></dl> <p>'zid' string url - url to accept zid string zid - urlencoded zid string result - the return string we calculated, change it if you want to return something else </p> -<p>Referenced by <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322">tryzrlaudio()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, and <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>.</p> +<p>Referenced by <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">format_hashtags()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="bbcode_8php.html#a39de4de32a9456d1ca914d0dc52bd322">tryzrlaudio()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, and <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>.</p> </div> </div> diff --git a/doc/html/identity_8php.js b/doc/html/identity_8php.js index 5da6fdb94..6ffd64d19 100644 --- a/doc/html/identity_8php.js +++ b/doc/html/identity_8php.js @@ -15,8 +15,10 @@ var identity_8php = [ "get_theme_uid", "identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3", null ], [ "identity_basic_export", "identity_8php.html#a3570a4eb77332b292d394c4132cb8f03", null ], [ "identity_check_service_class", "identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633", null ], + [ "identity_selector", "identity_8php.html#a2ab5172eabd375869060c9ad68323f5c", null ], [ "is_foreigner", "identity_8php.html#ae2b140df652a55ca11bb6a99005fce35", null ], [ "is_member", "identity_8php.html#a9637c557e13d9671f3eeb124ab98212a", null ], + [ "is_sys_channel", "identity_8php.html#aa4bd4abfcba883f43919e89ec6419025", null ], [ "profile_create_sidebar", "identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620", null ], [ "profile_load", "identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68", null ], [ "profile_sidebar", "identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc", null ], diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html index 1cc2a01d0..08f5a1f0b 100644 --- a/doc/html/include_2config_8php.html +++ b/doc/html/include_2config_8php.html @@ -258,7 +258,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ab1485a26b032956e1496fc08c58b83ed">get_default_profile_photo()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90">get_max_import_size()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00">photo_gd\imageString()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8">photo_imagick\load()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02">validate_email()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="account_8php.html#a917d74aad0baf3e0c4b51cf1051e654f">check_account_admin()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8">dob()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7">encode_mail()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d">find_upstream_directory()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ab1485a26b032956e1496fc08c58b83ed">get_default_profile_photo()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="items_8php.html#a94ddb1d6c8fa21dd7433677e85168037">get_mail_elements()</a>, <a class="el" href="boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90">get_max_import_size()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00">photo_gd\imageString()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8">photo_imagick\load()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a5f8de9847e203329e317ac38dc646898">private_messages_fetch_conversation()</a>, <a class="el" href="include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091">private_messages_fetch_message()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d">site_default_perms()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="text_8php.html#a8264348059abd1d4d5bb521323d3b19a">unobscure()</a>, <a class="el" href="zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd">update_modtime()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb">valid_email()</a>, <a class="el" href="include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02">validate_email()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -326,7 +326,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, and <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>.</p> +<p>Referenced by <a class="el" href="classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09">Conversation\__construct()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="security_8php.html#a8d23d2597aae380a3341872fe9513380">change_channel()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#a332df795f684788002f5a6424abacfd7">get_online_status()</a>, <a class="el" href="identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3">get_theme_uid()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, and <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>.</p> </div> </div> @@ -470,7 +470,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b">theme_admin_post()</a>, and <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05">create_sys_channel()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b">theme_admin_post()</a>, and <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>.</p> </div> </div> diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html index 502e8c676..71cf52f40 100644 --- a/doc/html/include_2network_8php.html +++ b/doc/html/include_2network_8php.html @@ -651,7 +651,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>array 'return_code' => HTTP return code or 0 if timeout or failure 'success' => boolean true (if HTTP 2xx result) or false 'header' => HTTP headers 'body' => fetched content </dd></dl> -<p>Referenced by <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parseurl_getsiteinfo()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> +<p>Referenced by <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f">navbar_complete()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parseurl_getsiteinfo()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="identity_8php.html#a47d6f53216f23a3484061793bef29854">remote_online_status()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316">sslify_init()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>.</p> </div> </div> diff --git a/doc/html/include_2probe_8php.html b/doc/html/include_2probe_8php.html new file mode 100644 index 000000000..451b9c780 --- /dev/null +++ b/doc/html/include_2probe_8php.html @@ -0,0 +1,284 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: include/probe.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('include_2probe_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#func-members">Functions</a> </div> + <div class="headertitle"> +<div class="title">probe.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> +Functions</h2></td></tr> +<tr class="memitem:a471851151d8cd7fbb79703e9522eeea8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8">net_have_driver</a> ($net)</td></tr> +<tr class="separator:a471851151d8cd7fbb79703e9522eeea8"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:aa748dc73a6686c13826b1ee9d16c800d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d">probe_well_known</a> ($addr)</td></tr> +<tr class="separator:aa748dc73a6686c13826b1ee9d16c800d"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a950a200372393f706851103cd3fffcba"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#a950a200372393f706851103cd3fffcba">probe_webfinger</a> ($addr)</td></tr> +<tr class="separator:a950a200372393f706851103cd3fffcba"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ab19a52326b27607a0fb8191cc75ba481"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481">probe_legacy_webfinger</a> ($addr)</td></tr> +<tr class="separator:ab19a52326b27607a0fb8191cc75ba481"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a3c02c7a23e8335a79c3c0f5331d11a85"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85">probe_zot</a> ($addr)</td></tr> +<tr class="separator:a3c02c7a23e8335a79c3c0f5331d11a85"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a9b5eca1e01e52b3e65d64db0c92181e0"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0">probe_dfrn</a> ($addr)</td></tr> +<tr class="separator:a9b5eca1e01e52b3e65d64db0c92181e0"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a12ea7a0def2f0e07242b5c9ac684e01a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a">probe_diaspora</a> ($addr)</td></tr> +<tr class="separator:a12ea7a0def2f0e07242b5c9ac684e01a"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a2b4ac769508f7cfc17fee130279b9cb7"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7">probe_legacy_feed</a> ($addr)</td></tr> +<tr class="separator:a2b4ac769508f7cfc17fee130279b9cb7"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a2daa857942aceca01f956016dbbd139c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c">probe_activity_stream</a> ($addr)</td></tr> +<tr class="separator:a2daa857942aceca01f956016dbbd139c"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="a471851151d8cd7fbb79703e9522eeea8"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">net_have_driver </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$net</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> +<p>Functions to assist in probing various legacy networks to figure out what kind of capabilities might be present. </p> + +<p>Referenced by <a class="el" href="include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d">probe_well_known()</a>.</p> + +</div> +</div> +<a class="anchor" id="a2daa857942aceca01f956016dbbd139c"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_activity_stream </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<a class="anchor" id="a9b5eca1e01e52b3e65d64db0c92181e0"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_dfrn </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<a class="anchor" id="a12ea7a0def2f0e07242b5c9ac684e01a"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_diaspora </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<a class="anchor" id="a2b4ac769508f7cfc17fee130279b9cb7"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_legacy_feed </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<a class="anchor" id="ab19a52326b27607a0fb8191cc75ba481"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_legacy_webfinger </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<a class="anchor" id="a950a200372393f706851103cd3fffcba"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_webfinger </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<a class="anchor" id="aa748dc73a6686c13826b1ee9d16c800d"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_well_known </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +<a class="anchor" id="a3c02c7a23e8335a79c3c0f5331d11a85"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_zot </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$addr</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/include_2probe_8php.js b/doc/html/include_2probe_8php.js new file mode 100644 index 000000000..99cf171e1 --- /dev/null +++ b/doc/html/include_2probe_8php.js @@ -0,0 +1,12 @@ +var include_2probe_8php = +[ + [ "net_have_driver", "include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8", null ], + [ "probe_activity_stream", "include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c", null ], + [ "probe_dfrn", "include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0", null ], + [ "probe_diaspora", "include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a", null ], + [ "probe_legacy_feed", "include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7", null ], + [ "probe_legacy_webfinger", "include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481", null ], + [ "probe_webfinger", "include_2probe_8php.html#a950a200372393f706851103cd3fffcba", null ], + [ "probe_well_known", "include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d", null ], + [ "probe_zot", "include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85", null ] +];
\ No newline at end of file diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html index 72b939468..b56f79a3a 100644 --- a/doc/html/items_8php.html +++ b/doc/html/items_8php.html @@ -116,6 +116,8 @@ Functions</h2></td></tr> <tr class="separator:a01e3cf44e082fa9bd06dcde5bf713d70"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a1e75047cf175aaee8dd16aa761913ff9"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a1e75047cf175aaee8dd16aa761913ff9">can_comment_on_post</a> ($observer_xchan, $item)</td></tr> <tr class="separator:a1e75047cf175aaee8dd16aa761913ff9"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a81565acf729e629e588d823308448e3c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a81565acf729e629e588d823308448e3c">add_source_route</a> ($iid, $hash)</td></tr> +<tr class="separator:a81565acf729e629e588d823308448e3c"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a4e6d7639431e0dd8e9f4dba8e1ac408b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b">red_zrl_callback</a> ($matches)</td></tr> <tr class="separator:a4e6d7639431e0dd8e9f4dba8e1ac408b"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a83a349062945d585edb4b3c5d763ab6e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a83a349062945d585edb4b3c5d763ab6e">red_escape_zrl_callback</a> ($matches)</td></tr> @@ -214,10 +216,10 @@ Functions</h2></td></tr> <tr class="separator:af6237605c60d69abdd959ddbbee3420c"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a668ece2c37f05cc3abe538eb0dabfe55"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items</a> ($items)</td></tr> <tr class="separator:a668ece2c37f05cc3abe538eb0dabfe55"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:afa1db13c2a8b73b5b17b97f17e5a19d1"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item</a> ($id, $interactive=true)</td></tr> -<tr class="separator:afa1db13c2a8b73b5b17b97f17e5a19d1"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a2b56a4c01bd22a648d52ec9af1a04259"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259">delete_item_lowlevel</a> ($item)</td></tr> -<tr class="separator:a2b56a4c01bd22a648d52ec9af1a04259"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a555762e1022a4b8e3c3abd32e7812408"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item</a> ($id, $interactive=true, $stage=<a class="el" href="boot_8php.html#a7037bcbca223395c06bc67f65024de7a">DROPITEM_NORMAL</a>)</td></tr> +<tr class="separator:a555762e1022a4b8e3c3abd32e7812408"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:aac8c9eb4338e2a996c43914392c6cfdb"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb">delete_item_lowlevel</a> ($item, $stage=<a class="el" href="boot_8php.html#a7037bcbca223395c06bc67f65024de7a">DROPITEM_NORMAL</a>)</td></tr> +<tr class="separator:aac8c9eb4338e2a996c43914392c6cfdb"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a0cf98bb619f07dd18f602683a55a5f59"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#a0cf98bb619f07dd18f602683a55a5f59">first_post_date</a> ($uid, $wall=false)</td></tr> <tr class="separator:a0cf98bb619f07dd18f602683a55a5f59"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ad2abb4644ff1f20fefbc80326fe01cf0"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0">posted_dates</a> ($uid, $wall)</td></tr> @@ -250,6 +252,34 @@ Functions</h2></td></tr> </div> </div> +<a class="anchor" id="a81565acf729e629e588d823308448e3c"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">add_source_route </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$iid</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$hash</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> + +</div> +</div> <a class="anchor" id="abf7a1b73eb352d79acd36309b0dababd"></a> <div class="memitem"> <div class="memproto"> @@ -626,7 +656,7 @@ Functions</h2></td></tr> </div> </div> -<a class="anchor" id="a2b56a4c01bd22a648d52ec9af1a04259"></a> +<a class="anchor" id="aac8c9eb4338e2a996c43914392c6cfdb"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -634,17 +664,27 @@ Functions</h2></td></tr> <td class="memname">delete_item_lowlevel </td> <td>(</td> <td class="paramtype"> </td> - <td class="paramname"><em>$item</em></td><td>)</td> + <td class="paramname"><em>$item</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$stage</em> = <code><a class="el" href="boot_8php.html#a7037bcbca223395c06bc67f65024de7a">DROPITEM_NORMAL</a></code> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> </tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>.</p> </div> </div> -<a class="anchor" id="afa1db13c2a8b73b5b17b97f17e5a19d1"></a> +<a class="anchor" id="a555762e1022a4b8e3c3abd32e7812408"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -658,7 +698,13 @@ Functions</h2></td></tr> <td class="paramkey"></td> <td></td> <td class="paramtype"> </td> - <td class="paramname"><em>$interactive</em> = <code>true</code> </td> + <td class="paramname"><em>$interactive</em> = <code>true</code>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$stage</em> = <code><a class="el" href="boot_8php.html#a7037bcbca223395c06bc67f65024de7a">DROPITEM_NORMAL</a></code> </td> </tr> <tr> <td></td> @@ -668,7 +714,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>.</p> +<p>Referenced by <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="Contact_8php.html#a28e062c884331dbb5dfa713228c25ad6">contact_remove()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55">drop_items()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, and <a class="el" href="Contact_8php.html#acc12cda999c88c4d6185cca967c15125">remove_all_xchan_resources()</a>.</p> </div> </div> @@ -1015,7 +1061,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> +<p>Referenced by <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> </div> </div> @@ -1221,7 +1267,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p> +<p>Referenced by <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, and <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>.</p> </div> </div> @@ -1543,7 +1589,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, and <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>.</p> +<p>Referenced by <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, and <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>.</p> </div> </div> @@ -1589,7 +1635,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, and <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, and <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> </div> </div> diff --git a/doc/html/items_8php.js b/doc/html/items_8php.js index c6cc17179..9f1cd096a 100644 --- a/doc/html/items_8php.js +++ b/doc/html/items_8php.js @@ -1,6 +1,7 @@ var items_8php = [ [ "activity_sanitise", "items_8php.html#a36e656667193c83aa2cc03a024fc131b", null ], + [ "add_source_route", "items_8php.html#a81565acf729e629e588d823308448e3c", null ], [ "array_sanitise", "items_8php.html#abf7a1b73eb352d79acd36309b0dababd", null ], [ "atom_author", "items_8php.html#a016dd86c827d08db89061ea81d15c6cb", null ], [ "atom_entry", "items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6", null ], @@ -13,8 +14,8 @@ var items_8php = [ "construct_verb", "items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8", null ], [ "consume_feed", "items_8php.html#a8794863cdf8ce1333040933d3a3f66bd", null ], [ "decode_tags", "items_8php.html#a56b2a4abcadfac71175cd50555528cc3", null ], - [ "delete_item_lowlevel", "items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259", null ], - [ "drop_item", "items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1", null ], + [ "delete_item_lowlevel", "items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb", null ], + [ "drop_item", "items_8php.html#a555762e1022a4b8e3c3abd32e7812408", null ], [ "drop_items", "items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55", null ], [ "encode_item", "items_8php.html#a82955cc578f0fa600acec84475026194", null ], [ "encode_item_flags", "items_8php.html#a5f690fc2484abec07840b4f9dd525bd9", null ], diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html index 74f7c0375..d4cb0a941 100644 --- a/doc/html/language_8php.html +++ b/doc/html/language_8php.html @@ -361,7 +361,7 @@ Functions</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>translated string if exsists, otherwise s </dd></dl> -<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a20f8b9851f23ee8894b8925584ef6821">check_form_security_std_err_msg()</a>, <a class="el" href="setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e">check_funcs()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f">check_htconfig()</a>, <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="setup_8php.html#afd8b0b3ade1507c45325caf377bf459d">check_smarty3()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53">contact_reputation()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10">fix_attached_photo_permissions()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3">format_notification()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355">gender_selector()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972">get_perms()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746">dba_driver\install()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798">marital_selector()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="acl__selectors_8php.html#a7b5446e999636ceceea65c154d865a31">populate_acl()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f">select_timezone()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7">sexpref_selector()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2">tagblock()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1">update_community_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="plugin_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> +<p>Referenced by <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1">attach_init()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="include_2chat_8php.html#a2c95b545e46bfee64faa05ecf0afea91">chatroom_enter()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a20f8b9851f23ee8894b8925584ef6821">check_form_security_std_err_msg()</a>, <a class="el" href="setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e">check_funcs()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f">check_htconfig()</a>, <a class="el" href="setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76">check_keys()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="setup_8php.html#afd8b0b3ade1507c45325caf377bf459d">check_smarty3()</a>, <a class="el" href="setup_8php.html#ab4b71369a25021d59247c917e98d8246">check_store()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f">contact_poll_interval()</a>, <a class="el" href="contact__selectors_8php.html#ae499960d6467bd30c78607b1018baf53">contact_reputation()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="datetime_8php.html#a5f29553799005b1fd4e9ce9d98ce05aa">datesel_format()</a>, <a class="el" href="text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63">day_translate()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1">dir_tagblock()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="event_8php.html#a2ac9f1b08de03250ecd794f705781d17">format_event_html()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3">format_like()</a>, <a class="el" href="include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3">format_notification()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355">gender_selector()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972">get_perms()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce">group_add()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633">identity_check_service_class()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746">dba_driver\install()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a5b1b36cb301a94b38150074f0d424e74">item_check_service_class()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="text_8php.html#a3999a0b3e22e440f280ee791ce34d384">layout_select()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44">lockview_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798">marital_selector()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393">menu_post()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a1633412120f52bdce5f43e0a127d9293">mimetype_select()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="new__channel_8php.html#a180b0646957db8290482f02454ad7f23">new_channel_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2">oembed_bbcode2html()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7">pdledit_post()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="acl__selectors_8php.html#a7b5446e999636ceceea65c154d865a31">populate_acl()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023">profperm_content()</a>, <a class="el" href="pubsites_8php.html#af614e279aab54065345bda6b03eafdf0">pubsites_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="datetime_8php.html#a633dadba426fa2f60b25fabdb19ebc1f">select_timezone()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7">sexpref_selector()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2">tagblock()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d">upgrade_bool_message()</a>, <a class="el" href="plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040">upgrade_link()</a>, <a class="el" href="plugin_8php.html#a901657dd078e070516cf97285e0bada7">upgrade_message()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="account_8php.html#ac1653efba62493b9d87513e1b6c04c83">user_deny()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, <a class="el" href="xchan_8php.html#a9853348bf1a35c644460221ba75edc2d">xchan_content()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>.</p> </div> </div> @@ -395,7 +395,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, and <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, and <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>.</p> </div> </div> diff --git a/doc/html/mod_2probe_8php.html b/doc/html/mod_2probe_8php.html new file mode 100644 index 000000000..7494517a8 --- /dev/null +++ b/doc/html/mod_2probe_8php.html @@ -0,0 +1,137 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: mod/probe.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('mod_2probe_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#func-members">Functions</a> </div> + <div class="headertitle"> +<div class="title">probe.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> +Functions</h2></td></tr> +<tr class="memitem:a1f1db3fa6038e451e737964c94bf5e99"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content</a> (&$a)</td></tr> +<tr class="separator:a1f1db3fa6038e451e737964c94bf5e99"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="a1f1db3fa6038e451e737964c94bf5e99"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">probe_content </td> + <td>(</td> + <td class="paramtype">& </td> + <td class="paramname"><em>$a</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/mod_2probe_8php.js b/doc/html/mod_2probe_8php.js new file mode 100644 index 000000000..b1a10e1fe --- /dev/null +++ b/doc/html/mod_2probe_8php.js @@ -0,0 +1,4 @@ +var mod_2probe_8php = +[ + [ "probe_content", "mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99", null ] +];
\ No newline at end of file diff --git a/doc/html/mytheme_2php_2style_8php.html b/doc/html/mytheme_2php_2style_8php.html new file mode 100644 index 000000000..84c8eadcf --- /dev/null +++ b/doc/html/mytheme_2php_2style_8php.html @@ -0,0 +1,112 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: view/theme/mytheme/php/style.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('mytheme_2php_2style_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="headertitle"> +<div class="title">style.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/mytheme_2php_2theme_8php.html b/doc/html/mytheme_2php_2theme_8php.html new file mode 100644 index 000000000..8988f4f05 --- /dev/null +++ b/doc/html/mytheme_2php_2theme_8php.html @@ -0,0 +1,144 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: view/theme/mytheme/php/theme.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('mytheme_2php_2theme_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#func-members">Functions</a> </div> + <div class="headertitle"> +<div class="title">theme.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> +Functions</h2></td></tr> +<tr class="memitem:a6ce5df8ece6acc09c1fddaccbeb244e8"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8">mytheme_init</a> (&$a)</td></tr> +<tr class="separator:a6ce5df8ece6acc09c1fddaccbeb244e8"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Function Documentation</h2> +<a class="anchor" id="a6ce5df8ece6acc09c1fddaccbeb244e8"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">mytheme_init </td> + <td>(</td> + <td class="paramtype">& </td> + <td class="paramname"><em>$a</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> +<ul> +<li>Name: Mytheme</li> +<li>Description: Sample Derived theme</li> +<li>Version: 1.0</li> +<li>Author: Your Name</li> +<li>Compat: Red [*] </li> +</ul> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/mytheme_2php_2theme_8php.js b/doc/html/mytheme_2php_2theme_8php.js new file mode 100644 index 000000000..6818df4fe --- /dev/null +++ b/doc/html/mytheme_2php_2theme_8php.js @@ -0,0 +1,4 @@ +var mytheme_2php_2theme_8php = +[ + [ "mytheme_init", "mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8", null ] +];
\ No newline at end of file diff --git a/doc/html/nav_8php.html b/doc/html/nav_8php.html index a9c0b913c..8c0646ae0 100644 --- a/doc/html/nav_8php.html +++ b/doc/html/nav_8php.html @@ -157,7 +157,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, and <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>.</p> +<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, and <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>.</p> </div> </div> diff --git a/doc/html/navtree.js b/doc/html/navtree.js index f3d993eda..4e1166fcb 100644 --- a/doc/html/navtree.js +++ b/doc/html/navtree.js @@ -36,14 +36,14 @@ var NAVTREE = var NAVTREEINDEX = [ "BS-Default_8php.html", -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8", -"classApp.html#adb5a4bb657881e553978ff390babd01f", -"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468", -"friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09", -"include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a", -"mod_2group_8php.html", -"rmagic_8php.html", -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246" +"boot_8php.html#a7037bcbca223395c06bc67f65024de7a", +"classApp.html#ac1d80a14492acc932715d54567d8a589", +"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd", +"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd", +"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8", +"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb", +"randprof_8php.html", +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js index b2f9c7ec3..7cc0b74bf 100644 --- a/doc/html/navtreeindex0.js +++ b/doc/html/navtreeindex0.js @@ -1,6 +1,6 @@ var NAVTREEINDEX0 = { -"BS-Default_8php.html":[5,0,3,2,2,1,0], +"BS-Default_8php.html":[5,0,3,1,3,1,0], "BaseObject_8php.html":[5,0,0,8], "Contact_8php.html":[5,0,0,19], "Contact_8php.html#a024919623a830e8703ac4f23496dd66c":[5,0,0,19,2], @@ -19,9 +19,9 @@ var NAVTREEINDEX0 = "Contact_8php.html#ad5b02c2a962ee55b1b7ca6c159d6e4c5":[5,0,0,19,1], "Contact_8php.html#ae8803c330352cbf1e828eb7490edf47e":[5,0,0,19,0], "ConversationObject_8php.html":[5,0,0,23], -"ITemplateEngine_8php.html":[5,0,0,42], -"ItemObject_8php.html":[5,0,0,41], -"ProtoDriver_8php.html":[5,0,0,61], +"ITemplateEngine_8php.html":[5,0,0,44], +"ItemObject_8php.html":[5,0,0,43], +"ProtoDriver_8php.html":[5,0,0,64], "__well__known_8php.html":[5,0,1,0], "__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0":[5,0,1,0,0], "account_8php.html":[5,0,0,2], @@ -49,40 +49,42 @@ var NAVTREEINDEX0 = "activities_8php.html":[5,0,0,4], "activities_8php.html#a80134e807719b3c54aba971958d2e132":[5,0,0,4,0], "admin_8php.html":[5,0,1,3], -"admin_8php.html#a1d1362698af14d209aa3a0fb655551dd":[5,0,1,3,4], -"admin_8php.html#a233b7c8c31776b7020532003c6e44e1c":[5,0,1,3,5], -"admin_8php.html#a54128076986ba80c4a103de3fc3e19a8":[5,0,1,3,6], -"admin_8php.html#a5a696706a3869800e65fb365214241b7":[5,0,1,3,12], -"admin_8php.html#a60ba9783ad14545814919970bc3fb725":[5,0,1,3,3], -"admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2":[5,0,1,3,11], -"admin_8php.html#a6943543f3138f6ee182cb701f415d1cc":[5,0,1,3,2], -"admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade":[5,0,1,3,1], -"admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e":[5,0,1,3,7], -"admin_8php.html#ac6e95b920b5abd030cc522964987087a":[5,0,1,3,9], -"admin_8php.html#acf51f5837a7427832144c2bf7308ada3":[5,0,1,3,13], -"admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4":[5,0,1,3,15], -"admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f":[5,0,1,3,8], -"admin_8php.html#ae46311a3fefc21abc838a26e91789de6":[5,0,1,3,14], -"admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb":[5,0,1,3,10], -"admin_8php.html#af81f081851791cd15e49e8ff6722dc27":[5,0,1,3,16], +"admin_8php.html#a1d1362698af14d209aa3a0fb655551dd":[5,0,1,3,6], +"admin_8php.html#a233b7c8c31776b7020532003c6e44e1c":[5,0,1,3,7], +"admin_8php.html#a42e628f367c168add8013352ac74d33f":[5,0,1,3,2], +"admin_8php.html#a54128076986ba80c4a103de3fc3e19a8":[5,0,1,3,8], +"admin_8php.html#a5a696706a3869800e65fb365214241b7":[5,0,1,3,14], +"admin_8php.html#a60ba9783ad14545814919970bc3fb725":[5,0,1,3,5], +"admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2":[5,0,1,3,13], +"admin_8php.html#a6943543f3138f6ee182cb701f415d1cc":[5,0,1,3,4], +"admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade":[5,0,1,3,3], +"admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e":[5,0,1,3,9], +"admin_8php.html#ac6e95b920b5abd030cc522964987087a":[5,0,1,3,11], +"admin_8php.html#acf51f5837a7427832144c2bf7308ada3":[5,0,1,3,15], +"admin_8php.html#ad4f74f33944a98b56d2c8c7601f124a4":[5,0,1,3,17], +"admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec":[5,0,1,3,1], +"admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f":[5,0,1,3,10], +"admin_8php.html#ae46311a3fefc21abc838a26e91789de6":[5,0,1,3,16], +"admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb":[5,0,1,3,12], +"admin_8php.html#af81f081851791cd15e49e8ff6722dc27":[5,0,1,3,18], "admin_8php.html#afef415e4011607fbb665610441595015":[5,0,1,3,0], "annotated.html":[4,0], "apps_8php.html":[5,0,1,5], "apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c":[5,0,1,5,0], -"apw_2php_2style_8php.html":[5,0,3,2,0,1,2], -"apw_2php_2style_8php.html#a07adb491994deb72a00a975b431d3e30":[5,0,3,2,0,1,2,2], -"apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,2,0,1,2,8], -"apw_2php_2style_8php.html#a1c8a7c0db8c174239f3909cb931cb872":[5,0,3,2,0,1,2,3], -"apw_2php_2style_8php.html#a2cad82a3ecadbe58dbc4197de1c63da0":[5,0,3,2,0,1,2,4], -"apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d":[5,0,3,2,0,1,2,10], -"apw_2php_2style_8php.html#a404171b8f918c116e45a6421c92f0cc9":[5,0,3,2,0,1,2,0], -"apw_2php_2style_8php.html#aa58104ba36588bbf082cecbb3910e2ea":[5,0,3,2,0,1,2,7], -"apw_2php_2style_8php.html#ab9e0f70d44ab67f4334f9883631777fc":[5,0,3,2,0,1,2,1], -"apw_2php_2style_8php.html#acb0dedc3212a7c60ab2474768becd79a":[5,0,3,2,0,1,2,5], -"apw_2php_2style_8php.html#ad401ea1d1ba236f86863b4574f01e425":[5,0,3,2,0,1,2,6], -"apw_2php_2style_8php.html#af3a16c5f0dd7a74cf9acf6a49fff73a7":[5,0,3,2,0,1,2,9], -"apw_2php_2theme_8php.html":[5,0,3,2,0,1,3], -"apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[5,0,3,2,0,1,3,0], +"apw_2php_2style_8php.html":[5,0,3,1,0,1,2], +"apw_2php_2style_8php.html#a07adb491994deb72a00a975b431d3e30":[5,0,3,1,0,1,2,2], +"apw_2php_2style_8php.html#a109bbd7f4add27541707b191b73ef84a":[5,0,3,1,0,1,2,8], +"apw_2php_2style_8php.html#a1c8a7c0db8c174239f3909cb931cb872":[5,0,3,1,0,1,2,3], +"apw_2php_2style_8php.html#a2cad82a3ecadbe58dbc4197de1c63da0":[5,0,3,1,0,1,2,4], +"apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d":[5,0,3,1,0,1,2,10], +"apw_2php_2style_8php.html#a404171b8f918c116e45a6421c92f0cc9":[5,0,3,1,0,1,2,0], +"apw_2php_2style_8php.html#aa58104ba36588bbf082cecbb3910e2ea":[5,0,3,1,0,1,2,7], +"apw_2php_2style_8php.html#ab9e0f70d44ab67f4334f9883631777fc":[5,0,3,1,0,1,2,1], +"apw_2php_2style_8php.html#acb0dedc3212a7c60ab2474768becd79a":[5,0,3,1,0,1,2,5], +"apw_2php_2style_8php.html#ad401ea1d1ba236f86863b4574f01e425":[5,0,3,1,0,1,2,6], +"apw_2php_2style_8php.html#af3a16c5f0dd7a74cf9acf6a49fff73a7":[5,0,3,1,0,1,2,9], +"apw_2php_2theme_8php.html":[5,0,3,1,0,1,3], +"apw_2php_2theme_8php.html#a42167c539043a39a6b83c252d05f1e89":[5,0,3,1,0,1,3,0], "auth_8php.html":[5,0,0,7], "auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee":[5,0,0,7,0], "auth_8php.html#a0950af7c2888ca1d4743fe5d0bff9ae5":[5,0,0,7,3], @@ -118,136 +120,134 @@ var NAVTREEINDEX0 = "block_8php.html#a9b61c96044ed2a068f18c10370a78d5c":[5,0,1,7,1], "blocks_8php.html":[5,0,1,8], "blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12":[5,0,1,8,0], -"blogga_2php_2theme_8php.html":[5,0,3,2,1,0,2], -"blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,2,1,0,2,0], -"blogga_2view_2theme_2blog_2theme_8php.html":[5,0,3,2,1,1,0,0,2], -"blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5":[5,0,3,2,1,1,0,0,2,3], -"blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c":[5,0,3,2,1,1,0,0,2,2], -"blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,2,1,1,0,0,2,0], -"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,2,1,1,0,0,2,1], -"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,2,1,1,0,0,2,4], +"blogga_2php_2theme_8php.html":[5,0,3,1,1,0,2], +"blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,1,1,0,2,0], +"blogga_2view_2theme_2blog_2theme_8php.html":[5,0,3,1,1,1,0,0,2], +"blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5":[5,0,3,1,1,1,0,0,2,3], +"blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c":[5,0,3,1,1,1,0,0,2,2], +"blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[5,0,3,1,1,1,0,0,2,0], +"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[5,0,3,1,1,1,0,0,2,1], +"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[5,0,3,1,1,1,0,0,2,4], "boot_8php.html":[5,0,4], -"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,133], -"boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,35], -"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,147], -"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,247], -"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,52], -"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,166], -"boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,43], -"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,101], +"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[5,0,4,139], +"boot_8php.html#a01353c9abebc3544ea080ac161729632":[5,0,4,36], +"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[5,0,4,153], +"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[5,0,4,254], +"boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb":[5,0,4,132], +"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[5,0,4,53], +"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[5,0,4,172], +"boot_8php.html#a0450389f24c632906fbc24347700a543":[5,0,4,44], +"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[5,0,4,106], "boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[5,0,4,1], -"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,205], -"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,66], -"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,170], -"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,265], -"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,261], -"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,264], +"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[5,0,4,212], +"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[5,0,4,68], +"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[5,0,4,176], +"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[5,0,4,272], +"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[5,0,4,268], +"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[5,0,4,271], "boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[5,0,4,21], -"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,58], +"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[5,0,4,60], "boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[5,0,4,15], -"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,76], -"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,251], -"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[5,0,4,128], -"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,80], -"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,77], -"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,196], -"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,61], -"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,146], -"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,142], -"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,169], -"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,136], -"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,273], -"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,241], -"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,275], -"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,173], -"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,75], -"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,220], -"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,103], -"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,153], -"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,189], -"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,243], -"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,38], +"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[5,0,4,78], +"boot_8php.html#a115faf8797718c3165498abbd6895843":[5,0,4,258], +"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[5,0,4,134], +"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[5,0,4,82], +"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[5,0,4,79], +"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[5,0,4,202], +"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[5,0,4,63], +"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[5,0,4,152], +"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[5,0,4,148], +"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[5,0,4,175], +"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[5,0,4,142], +"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[5,0,4,280], +"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[5,0,4,248], +"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[5,0,4,282], +"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[5,0,4,179], +"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[5,0,4,77], +"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[5,0,4,227], +"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[5,0,4,108], +"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[5,0,4,159], +"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[5,0,4,195], +"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[5,0,4,250], +"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[5,0,4,39], "boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[5,0,4,20], -"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,99], -"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,91], -"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,254], -"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,192], -"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,82], -"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,127], -"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,218], -"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,104], -"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,239], -"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,188], -"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,124], -"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,67], -"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,72], -"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,225], -"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,140], -"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,40], -"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,117], -"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,155], -"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,279], -"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,177], -"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,106], -"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,111], -"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,278], -"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,216], +"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[5,0,4,101], +"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[5,0,4,93], +"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[5,0,4,261], +"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[5,0,4,198], +"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[5,0,4,84], +"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[5,0,4,133], +"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[5,0,4,225], +"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[5,0,4,109], +"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[5,0,4,246], +"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[5,0,4,194], +"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[5,0,4,129], +"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[5,0,4,69], +"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[5,0,4,74], +"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[5,0,4,232], +"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[5,0,4,146], +"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[5,0,4,41], +"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[5,0,4,122], +"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[5,0,4,161], +"boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[5,0,4,209], +"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[5,0,4,286], +"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[5,0,4,183], +"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[5,0,4,111], +"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[5,0,4,116], +"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[5,0,4,285], +"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[5,0,4,223], "boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[5,0,4,12], -"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,59], -"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,89], -"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,50], -"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,129], -"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,210], -"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,187], -"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,88], -"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,163], -"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,150], -"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,70], -"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,156], -"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,262], -"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,175], -"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,102], -"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,233], -"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,174], +"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[5,0,4,61], +"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[5,0,4,91], +"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[5,0,4,51], +"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[5,0,4,135], +"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[5,0,4,217], +"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[5,0,4,193], +"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[5,0,4,90], +"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[5,0,4,169], +"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[5,0,4,156], +"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[5,0,4,72], +"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[5,0,4,162], +"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[5,0,4,269], +"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[5,0,4,181], +"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[5,0,4,107], +"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[5,0,4,240], +"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[5,0,4,180], "boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[5,0,4,6], -"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,207], -"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,229], -"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,199], -"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,154], -"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,39], -"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,81], -"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,32], -"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,191], -"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,228], -"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,276], +"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[5,0,4,214], +"boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[5,0,4,57], +"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[5,0,4,236], +"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[5,0,4,205], +"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[5,0,4,160], +"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[5,0,4,40], +"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[5,0,4,83], +"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[5,0,4,33], +"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[5,0,4,197], +"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[5,0,4,235], +"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[5,0,4,283], "boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[5,0,4,19], -"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,60], -"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,181], -"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,203], -"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,78], -"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,161], -"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,204], +"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[5,0,4,62], +"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[5,0,4,187], +"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[5,0,4,210], +"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[5,0,4,80], +"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[5,0,4,167], +"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[5,0,4,211], "boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[5,0,4,18], -"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,74], -"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,258], -"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,167], -"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,138], -"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,141], -"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,42], -"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,144], -"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,245], -"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,232], -"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,226], -"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,100], -"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,92], -"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,214], -"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,126], -"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,208], -"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,244], -"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,160], -"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,27], -"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,182], -"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,131], -"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,71], -"boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2] +"boot_8php.html#a6252d8eca67c689d9035ec6da544cf46":[5,0,4,24], +"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[5,0,4,76], +"boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8":[5,0,4,105], +"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[5,0,4,265], +"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[5,0,4,173], +"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[5,0,4,144], +"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[5,0,4,147], +"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[5,0,4,43], +"boot_8php.html#a6969947145a139ec374ce098224d8e81":[5,0,4,150], +"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[5,0,4,252], +"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[5,0,4,239], +"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[5,0,4,233], +"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[5,0,4,102], +"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[5,0,4,94], +"boot_8php.html#a6df1102664f64b274810db85197c2755":[5,0,4,221], +"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[5,0,4,131], +"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[5,0,4,215] }; diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js index 9c0eaf184..551e35b30 100644 --- a/doc/html/navtreeindex1.js +++ b/doc/html/navtreeindex1.js @@ -1,161 +1,170 @@ var NAVTREEINDEX1 = { -"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,266], +"boot_8php.html#a7037bcbca223395c06bc67f65024de7a":[5,0,4,103], +"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[5,0,4,251], +"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[5,0,4,166], +"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[5,0,4,28], +"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[5,0,4,188], +"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[5,0,4,137], +"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[5,0,4,73], +"boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[5,0,4,2], +"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[5,0,4,273], "boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[5,0,4,4], -"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,73], -"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,86], -"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,235], -"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,112], -"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,64], -"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,130], -"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,162], -"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,68], -"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,105], -"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,56], -"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,164], -"boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[5,0,4,44], -"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,47], -"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,83], -"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,115], -"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,201], -"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,51], -"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,109], -"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,55], -"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[5,0,4,212], -"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,122], -"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,114], -"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,257], -"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,256], -"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,180], +"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[5,0,4,75], +"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[5,0,4,88], +"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[5,0,4,242], +"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[5,0,4,117], +"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[5,0,4,66], +"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[5,0,4,136], +"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[5,0,4,168], +"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[5,0,4,70], +"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[5,0,4,110], +"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[5,0,4,58], +"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[5,0,4,170], +"boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[5,0,4,45], +"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[5,0,4,48], +"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[5,0,4,85], +"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[5,0,4,120], +"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[5,0,4,207], +"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[5,0,4,52], +"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[5,0,4,114], +"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[5,0,4,56], +"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[5,0,4,219], +"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[5,0,4,127], +"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[5,0,4,119], +"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[5,0,4,264], +"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[5,0,4,263], +"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[5,0,4,186], "boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[5,0,4,16], -"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,97], -"boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,209], -"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,230], -"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,125], -"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,119], -"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,237], -"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,274], -"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,30], +"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[5,0,4,99], +"boot_8php.html#a8b2af16eaee9e7768a88d0e437877f3b":[5,0,4,216], +"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[5,0,4,237], +"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[5,0,4,130], +"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[5,0,4,124], +"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[5,0,4,244], +"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[5,0,4,281], +"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[5,0,4,31], "boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[5,0,4,11], -"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,145], -"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,123], -"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,121], -"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,269], -"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,242], +"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[5,0,4,151], +"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[5,0,4,128], +"boot_8php.html#a949116d9a295b214293006c060ca4848":[5,0,4,126], +"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[5,0,4,276], +"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[5,0,4,249], "boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[5,0,4,17], -"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,194], -"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,231], -"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,46], +"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[5,0,4,200], +"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[5,0,4,238], +"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[5,0,4,47], "boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[5,0,4,5], -"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,223], -"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,195], -"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,272], -"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,259], -"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,222], -"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,183], -"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,24], -"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,202], -"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,41], -"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,152], +"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[5,0,4,230], +"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[5,0,4,201], +"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[5,0,4,279], +"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[5,0,4,266], +"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[5,0,4,229], +"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[5,0,4,189], +"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[5,0,4,25], +"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[5,0,4,208], +"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[5,0,4,42], +"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[5,0,4,158], "boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[5,0,4,9], -"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,149], -"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,108], -"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,85], -"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,94], -"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,227], -"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,135], -"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,211], -"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,65], -"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,186], -"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,113], -"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,213], -"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,31], -"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,206], -"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,234], -"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,179], -"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,217], -"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,107], -"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,137], -"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,53], -"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,197], +"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[5,0,4,155], +"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[5,0,4,113], +"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[5,0,4,87], +"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[5,0,4,96], +"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[5,0,4,234], +"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[5,0,4,141], +"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[5,0,4,218], +"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[5,0,4,67], +"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[5,0,4,192], +"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[5,0,4,118], +"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[5,0,4,220], +"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[5,0,4,32], +"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[5,0,4,213], +"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[5,0,4,241], +"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[5,0,4,185], +"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[5,0,4,224], +"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[5,0,4,112], +"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[5,0,4,143], +"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[5,0,4,54], +"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[5,0,4,203], "boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[5,0,4,7], -"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,96], -"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[5,0,4,268], -"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,36], -"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,238], +"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[5,0,4,98], +"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[5,0,4,275], +"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[5,0,4,37], +"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[5,0,4,245], "boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[5,0,4,3], -"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,263], -"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,63], -"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,110], -"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,95], -"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,120], +"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[5,0,4,270], +"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[5,0,4,65], +"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[5,0,4,115], +"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[5,0,4,97], +"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[5,0,4,125], "boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[5,0,4,23], -"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,165], -"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,236], -"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,93], -"boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[5,0,4,25], -"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,34], -"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,54], -"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,270], -"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,116], -"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,118], -"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,193], -"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,33], +"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[5,0,4,171], +"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[5,0,4,243], +"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[5,0,4,95], +"boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[5,0,4,26], +"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[5,0,4,35], +"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[5,0,4,55], +"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[5,0,4,277], +"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[5,0,4,121], +"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[5,0,4,123], +"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[5,0,4,199], +"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[5,0,4,34], "boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[5,0,4,13], "boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[5,0,4,8], -"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,168], -"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,271], -"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,224], -"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,200], -"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,62], -"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,148], -"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,158], +"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[5,0,4,174], +"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[5,0,4,278], +"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[5,0,4,231], +"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[5,0,4,206], +"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[5,0,4,64], +"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[5,0,4,154], +"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[5,0,4,164], "boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[5,0,4,10], -"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,69], -"boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,84], -"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,28], -"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,219], -"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,246], -"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,240], -"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,90], -"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,132], -"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,249], -"boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,37], +"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[5,0,4,71], +"boot_8php.html#ad34c1547020a305915bcc39707744690":[5,0,4,86], +"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[5,0,4,29], +"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[5,0,4,226], +"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[5,0,4,253], +"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[5,0,4,247], +"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[5,0,4,92], +"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[5,0,4,138], +"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[5,0,4,256], +"boot_8php.html#add517a0958ac684792c62142a3877f81":[5,0,4,38], "boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[5,0,4,22], -"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,255], -"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,176], -"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,151], -"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,184], -"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,267], -"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,26], -"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,260], -"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,48], -"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,221], -"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,250], -"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,159], -"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,98], -"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,171], -"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,185], -"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,134], -"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,29], -"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,252], -"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,178], -"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,57], -"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,49], -"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,139], -"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,198], -"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[5,0,4,157], -"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,87], -"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,248], -"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,190], -"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,172], -"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,253], -"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,45], -"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,79], -"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,143], +"boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06":[5,0,4,104], +"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[5,0,4,262], +"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[5,0,4,182], +"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[5,0,4,157], +"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[5,0,4,190], +"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[5,0,4,274], +"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[5,0,4,27], +"boot_8php.html#aead84fa27d7516b855220fe004964a45":[5,0,4,267], +"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[5,0,4,49], +"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[5,0,4,228], +"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[5,0,4,257], +"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[5,0,4,165], +"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[5,0,4,100], +"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[5,0,4,177], +"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[5,0,4,191], +"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[5,0,4,140], +"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[5,0,4,30], +"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[5,0,4,259], +"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[5,0,4,184], +"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[5,0,4,59], +"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[5,0,4,50], +"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[5,0,4,145], +"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[5,0,4,204], +"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[5,0,4,163], +"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[5,0,4,89], +"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[5,0,4,255], +"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[5,0,4,196], +"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[5,0,4,178], +"boot_8php.html#afb97615e985a013799839b68b99018d7":[5,0,4,260], +"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[5,0,4,46], +"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[5,0,4,81], +"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[5,0,4,149], "boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[5,0,4,14], -"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,277], -"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,215], +"boot_8php.html#afef254290febac854c85fc698d9483a6":[5,0,4,284], +"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[5,0,4,222], "cache_8php.html":[5,0,0,12], "channel_8php.html":[5,0,1,11], "channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1":[5,0,1,11,0], @@ -166,7 +175,7 @@ var NAVTREEINDEX1 = "chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116":[5,0,1,14,1], "chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9":[5,0,1,14,0], "chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[5,0,1,14,2], -"choklet_8php.html":[5,0,3,1,0], +"choklet_8php.html":[5,0,3,0,0], "classApp.html":[4,0,5], "classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[4,0,5,56], "classApp.html#a050b0696118da47e8b30859ad1a2c149":[4,0,5,40], @@ -240,14 +249,5 @@ var NAVTREEINDEX1 = "classApp.html#abe0e4fa91097f7a6588e1213a834121c":[4,0,5,37], "classApp.html#abea5a4f77dcd53c928dc4eed86616637":[4,0,5,19], "classApp.html#abf46a653d8499e7c253cc1be894a6d83":[4,0,5,17], -"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[4,0,5,52], -"classApp.html#ac1d80a14492acc932715d54567d8a589":[4,0,5,46], -"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[4,0,5,54], -"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[4,0,5,43], -"classApp.html#acad5896b7a79ae31433ad8f89606c728":[4,0,5,70], -"classApp.html#acb27e607fe4c82603444676e25c36b70":[4,0,5,11], -"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[4,0,5,78], -"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[4,0,5,41], -"classApp.html#ad5175536561021548ae8188e24c7b80c":[4,0,5,36], -"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[4,0,5,27] +"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[4,0,5,52] }; diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js index 661c082c0..4ef5a3f93 100644 --- a/doc/html/navtreeindex2.js +++ b/doc/html/navtreeindex2.js @@ -1,5 +1,14 @@ var NAVTREEINDEX2 = { +"classApp.html#ac1d80a14492acc932715d54567d8a589":[4,0,5,46], +"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[4,0,5,54], +"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[4,0,5,43], +"classApp.html#acad5896b7a79ae31433ad8f89606c728":[4,0,5,70], +"classApp.html#acb27e607fe4c82603444676e25c36b70":[4,0,5,11], +"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[4,0,5,78], +"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[4,0,5,41], +"classApp.html#ad5175536561021548ae8188e24c7b80c":[4,0,5,36], +"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[4,0,5,27], "classApp.html#adb5a4bb657881e553978ff390babd01f":[4,0,5,10], "classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[4,0,5,89], "classApp.html#ae3f47830543d0d902f66913def8db66b":[4,0,5,53], @@ -240,14 +249,5 @@ var NAVTREEINDEX2 = "classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[4,0,19,25], "classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[4,0,19,12], "classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[4,0,19,6], -"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[4,0,19,8], -"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[4,0,19,11], -"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[4,0,19,0], -"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[4,0,19,10], -"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[4,0,19,4], -"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[4,0,19,3], -"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[4,0,19,1], -"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[4,0,19,21], -"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[4,0,19,24], -"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[4,0,19,18] +"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[4,0,19,8] }; diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js index 8500005a1..a0eb83a00 100644 --- a/doc/html/navtreeindex3.js +++ b/doc/html/navtreeindex3.js @@ -1,5 +1,14 @@ var NAVTREEINDEX3 = { +"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[4,0,19,11], +"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[4,0,19,0], +"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[4,0,19,10], +"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[4,0,19,4], +"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[4,0,19,3], +"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[4,0,19,1], +"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[4,0,19,21], +"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[4,0,19,24], +"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[4,0,19,18], "classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[4,0,19,7], "classphoto__gd.html":[4,0,20], "classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[4,0,20,5], @@ -43,23 +52,20 @@ var NAVTREEINDEX3 = "common_8php.html":[5,0,1,16], "common_8php.html#ab63408f39abef7a6915186e8dabc5a96":[5,0,1,16,0], "common_8php.html#aca62f113655809f41f49042ce9b123c2":[5,0,1,16,1], -"community_8php.html":[5,0,1,17], -"community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a":[5,0,1,17,0], -"community_8php.html#a56c94ec978a38633c5628fa6f8e386d9":[5,0,1,17,1], -"connect_8php.html":[5,0,1,18], -"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,18,2], -"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,18,0], -"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,18,1], -"connections_8php.html":[5,0,1,19], -"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,19,3], -"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,19,0], -"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,19,2], -"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,19,1], -"connedit_8php.html":[5,0,1,20], -"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,20,3], -"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,20,2], -"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,20,0], -"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,20,1], +"connect_8php.html":[5,0,1,17], +"connect_8php.html#a417ec27afe33f21a929667a665e32ee2":[5,0,1,17,2], +"connect_8php.html#a489f0a66c660de6ec4d6917b27674f07":[5,0,1,17,0], +"connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36":[5,0,1,17,1], +"connections_8php.html":[5,0,1,18], +"connections_8php.html#a1224058db8e3fb56463eb312f98e561d":[5,0,1,18,3], +"connections_8php.html#a15af118efee9c948b6f8294e54a73bb2":[5,0,1,18,0], +"connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558":[5,0,1,18,2], +"connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c":[5,0,1,18,1], +"connedit_8php.html":[5,0,1,19], +"connedit_8php.html#a234c48426b652bf4d37053f2af329ac5":[5,0,1,19,3], +"connedit_8php.html#a4da871e075597a09a8b374b9171dd92e":[5,0,1,19,2], +"connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5":[5,0,1,19,0], +"connedit_8php.html#a795acb3d9d841f55c255d7611681ab67":[5,0,1,19,1], "contact__selectors_8php.html":[5,0,0,20], "contact__selectors_8php.html#a2c743d2eb526eb758d943a1490162d75":[5,0,0,20,1], "contact__selectors_8php.html#a9839e8fdaac7ffb37bf1420493f5c28f":[5,0,0,20,0], @@ -70,8 +76,8 @@ var NAVTREEINDEX3 = "contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b":[5,0,0,21,2], "contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65":[5,0,0,21,1], "contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6":[5,0,0,21,3], -"contactgroup_8php.html":[5,0,1,21], -"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,21,0], +"contactgroup_8php.html":[5,0,1,20], +"contactgroup_8php.html#a18c7391b1b25debaf98c9dba639caab3":[5,0,1,20,0], "conversation_8php.html":[5,0,0,22], "conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3":[5,0,0,22,7], "conversation_8php.html#a0ee05f15255fb1cc3d89f30bc378a654":[5,0,0,22,9], @@ -111,10 +117,10 @@ var NAVTREEINDEX3 = "crypto_8php.html#ac95ac3b1b23b65b04a86613d4206ae85":[5,0,0,25,8], "crypto_8php.html#aca7c3a574bfb6c6ef1f2403a56823914":[5,0,0,25,3], "crypto_8php.html#ad5e51fd44cff93cfaa07a37e24a5edec":[5,0,0,25,7], -"dark_8php.html":[5,0,3,2,2,1,1], -"darkness_8php.html":[5,0,3,2,0,2,0], -"darknessleftaside_8php.html":[5,0,3,2,0,2,1], -"darknessrightaside_8php.html":[5,0,3,2,0,2,2], +"dark_8php.html":[5,0,3,1,3,1,1], +"darkness_8php.html":[5,0,3,1,0,2,0], +"darknessleftaside_8php.html":[5,0,3,1,0,2,1], +"darknessrightaside_8php.html":[5,0,3,1,0,2,2], "datetime_8php.html":[5,0,0,26], "datetime_8php.html#a03900dcf0f9e3c58793a031673a70326":[5,0,0,26,6], "datetime_8php.html#a36d3d6dff8d76b5f295bb3d9c535a5b1":[5,0,0,26,11], @@ -142,25 +148,26 @@ var NAVTREEINDEX3 = "dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930":[5,0,0,0,0,4], "dba__mysql_8php.html":[5,0,0,0,1], "dba__mysqli_8php.html":[5,0,0,0,2], -"delegate_8php.html":[5,0,1,22], -"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,22,0], +"delegate_8php.html":[5,0,1,21], +"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[5,0,1,21,0], "deliver_8php.html":[5,0,0,27], "deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[5,0,0,27,0], -"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,2,2,0], -"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[5,0,3,2,0,2], +"dir_032dd9e2cfe278a2cfa5eb9547448eb9.html":[5,0,3,1,3,0], +"dir_05f4fba29266e8fd7869afcd6cefb5cb.html":[5,0,3,1,0,2], "dir_0eaa4a0adae8ba4811e133c6e594aeee.html":[5,0,2,0], "dir_21bc5169ff11430004758be31dcfc6c4.html":[5,0,0,0], "dir_23ec12649285f9fabf3a6b7380226c28.html":[5,0,2], -"dir_24b9ffacd044b9b20a6b863179c605d1.html":[5,0,3,0], "dir_25f74a9991dbbca1b52a94e358ca73c1.html":[5,0,2,1,0], -"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[5,0,3,2,2,1], -"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[5,0,3,2,2], -"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[5,0,3,2,1,1,0], +"dir_3d9c9d0c5e9556dd3eba1e072fa6eaeb.html":[5,0,3,1,3,1], +"dir_55dbaf9b7b53c4fc605c9011743a7353.html":[5,0,3,1,3], +"dir_6cee3bb9ace89cc4e2f065aa2ca7bc5b.html":[5,0,3,1,1,1,0], "dir_720432dea4a717197ae070dbc42b8f20.html":[5,0,2,1], -"dir_817f6d302394b98e59575acdb59998bc.html":[5,0,3,1], -"dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,2], -"dir_922c77e958c99a98db92d38a3a349bf2.html":[5,0,3,2,1], -"dir_92d6b429199666aa3765c8a934db5e14.html":[5,0,3,2,1,1], +"dir_817f6d302394b98e59575acdb59998bc.html":[5,0,3,0], +"dir_8543001e5d25368a6edede3e63efb554.html":[5,0,3,1], +"dir_887fdc94312ba7b057b6bfe7fdd27ea5.html":[5,0,3,1,2,0], +"dir_8e58ba5e98ac07e59ee15ca7486c9950.html":[5,0,3,1,2], +"dir_922c77e958c99a98db92d38a3a349bf2.html":[5,0,3,1,1], +"dir_92d6b429199666aa3765c8a934db5e14.html":[5,0,3,1,1,1], "dir__fns_8php.html":[5,0,0,28], "dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13":[5,0,0,28,5], "dir__fns_8php.html#a8c15aa69da12f2d3476b9e93b82b337d":[5,0,0,28,2], @@ -168,23 +175,25 @@ var NAVTREEINDEX3 = "dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e":[5,0,0,28,3], "dir__fns_8php.html#acf621621e929d49441da30aad76a58cf":[5,0,0,28,0], "dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774":[5,0,0,28,1], -"dir_a8a0005c2b8590c535262d232c22afab.html":[5,0,3,2,1,1,0,0], +"dir_a8a0005c2b8590c535262d232c22afab.html":[5,0,3,1,1,1,0,0], "dir_aae29906d7bfc07d076125f669c8352e.html":[5,0,0,1], "dir_b2f003339c516cc00c8cadcafbe82f13.html":[5,0,3], -"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[5,0,3,2,1,0], -"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[5,0,3,2,0,1], +"dir_c02447ad39a5307c81c64e880ec9e8d3.html":[5,0,3,1,1,0], +"dir_cb8a8f75dcdd0b3fbfcc82e9eda410c5.html":[5,0,3,1,0,1], "dir_d41ce877eb409a4791b288730010abe2.html":[5,0,1], "dir_d44c64559bbebec7f509842c48db8b23.html":[5,0,0], -"dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,2,0], -"dir_f19da925ee886ec38f19b0e8c19779bc.html":[5,0,3,2,0,0], -"dirprofile_8php.html":[5,0,1,24], -"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,24,0], -"dirsearch_8php.html":[5,0,1,25], -"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,25,1], -"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,25,2], -"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,25,0], -"display_8php.html":[5,0,1,26], -"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,26,0], +"dir_d520c5cf583201d9437764f209363c22.html":[5,0,3,1,0], +"dir_f19da925ee886ec38f19b0e8c19779bc.html":[5,0,3,1,0,0], +"dirprofile_8php.html":[5,0,1,23], +"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[5,0,1,23,0], +"dirsearch_8php.html":[5,0,1,24], +"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[5,0,1,24,3], +"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[5,0,1,24,1], +"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[5,0,1,24,0], +"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[5,0,1,24,4], +"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[5,0,1,24,2], +"display_8php.html":[5,0,1,25], +"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[5,0,1,25,0], "docblox__errorchecker_8php.html":[5,0,2,3], "docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[5,0,2,3,3], "docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[5,0,2,3,2], @@ -197,14 +206,14 @@ var NAVTREEINDEX3 = "docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[5,0,2,3,4], "docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[5,0,2,3,1], "docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[5,0,2,3,10], -"editblock_8php.html":[5,0,1,27], -"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,27,0], -"editlayout_8php.html":[5,0,1,28], -"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,28,0], -"editpost_8php.html":[5,0,1,29], -"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,29,0], -"editwebpage_8php.html":[5,0,1,30], -"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,30,0], +"editblock_8php.html":[5,0,1,26], +"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[5,0,1,26,0], +"editlayout_8php.html":[5,0,1,27], +"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[5,0,1,27,0], +"editpost_8php.html":[5,0,1,28], +"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[5,0,1,28,0], +"editwebpage_8php.html":[5,0,1,29], +"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[5,0,1,29,0], "enotify_8php.html":[5,0,0,30], "enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[5,0,0,30,1], "event_8php.html":[5,0,0,31], @@ -215,39 +224,30 @@ var NAVTREEINDEX3 = "event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850":[5,0,0,31,2], "event_8php.html#a89ef533faf345db8d64a58d4856bde3a":[5,0,0,31,3], "event_8php.html#abb74206cf42d694307c3d7abb7af9869":[5,0,0,31,4], -"events_8php.html":[5,0,1,31], -"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,31,0], -"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,31,1], +"events_8php.html":[5,0,1,30], +"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[5,0,1,30,0], +"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[5,0,1,30,1], "expire_8php.html":[5,0,0,32], "expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[5,0,0,32,0], +"externals_8php.html":[5,0,0,33], +"externals_8php.html#a4df44079e6f915286088b7a0d44db926":[5,0,0,33,0], "extract_8php.html":[5,0,2,4], "extract_8php.html#a0cbe524ffc9a496114fd7ba9f423ef44":[5,0,2,4,3], "extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[5,0,2,4,2], "extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[5,0,2,4,0], "extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,4,1], -"fbrowser_8php.html":[5,0,1,32], -"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,32,0], -"features_8php.html":[5,0,0,33], -"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,33,0], -"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,33,1], -"feed_8php.html":[5,0,1,33], -"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,33,0], -"filer_8php.html":[5,0,1,34], -"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,34,0], -"filerm_8php.html":[5,0,1,35], -"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,35,0], +"fbrowser_8php.html":[5,0,1,31], +"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[5,0,1,31,0], +"features_8php.html":[5,0,0,34], +"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[5,0,0,34,0], +"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[5,0,0,34,1], +"feed_8php.html":[5,0,1,32], +"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[5,0,1,32,0], +"filer_8php.html":[5,0,1,33], +"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[5,0,1,33,0], +"filerm_8php.html":[5,0,1,34], +"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[5,0,1,34,0], "files.html":[5,0], -"filestorage_8php.html":[5,0,1,36], -"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,36,0], -"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,36,1], -"fpostit_8php.html":[5,0,2,0,0], -"fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[5,0,2,0,0,0], -"fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[5,0,2,0,0,1], -"friendica-to-smarty-tpl_8py.html":[5,0,2,5], -"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[5,0,2,5,11], -"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[5,0,2,5,8], -"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[5,0,2,5,1], -"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[5,0,2,5,0], -"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[5,0,2,5,13], -"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[5,0,2,5,6] +"filestorage_8php.html":[5,0,1,35], +"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[5,0,1,35,0] }; diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js index 9b22977ad..8fc1a0936 100644 --- a/doc/html/navtreeindex4.js +++ b/doc/html/navtreeindex4.js @@ -1,5 +1,16 @@ var NAVTREEINDEX4 = { +"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[5,0,1,35,1], +"fpostit_8php.html":[5,0,2,0,0], +"fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[5,0,2,0,0,0], +"fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[5,0,2,0,0,1], +"friendica-to-smarty-tpl_8py.html":[5,0,2,5], +"friendica-to-smarty-tpl_8py.html#a005c1b7a69cac31fad72a941974ba7bb":[5,0,2,5,11], +"friendica-to-smarty-tpl_8py.html#a0b4cf73d1a8d201a28d269eeb62a5d5c":[5,0,2,5,8], +"friendica-to-smarty-tpl_8py.html#a3719dd46e286a57d315e6adae1845854":[5,0,2,5,1], +"friendica-to-smarty-tpl_8py.html#a38503e37fe68ac27c88cce91a9ac9efa":[5,0,2,5,0], +"friendica-to-smarty-tpl_8py.html#a5dfc21ab8282dda8e3a7dff43cd0e283":[5,0,2,5,13], +"friendica-to-smarty-tpl_8py.html#a5f9bf7a67d955c0d6be70a82097611c5":[5,0,2,5,6], "friendica-to-smarty-tpl_8py.html#a68d15934660cd1f4301ce251b1646f09":[5,0,2,5,12], "friendica-to-smarty-tpl_8py.html#a8540514fb7c4aa18ad2dffa2a975036b":[5,0,2,5,14], "friendica-to-smarty-tpl_8py.html#a87182a9bab47640428bd0b2b9946bef9":[5,0,2,5,10], @@ -9,12 +20,12 @@ var NAVTREEINDEX4 = "friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[5,0,2,5,7], "friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[5,0,2,5,4], "friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[5,0,2,5,3], -"friendica__smarty_8php.html":[5,0,0,35], -"fsuggest_8php.html":[5,0,1,38], -"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,38,1], -"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,38,0], -"full_8php.html":[5,0,3,1,2], -"full_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,2,0], +"friendica__smarty_8php.html":[5,0,0,36], +"fsuggest_8php.html":[5,0,1,37], +"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[5,0,1,37,1], +"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[5,0,1,37,0], +"full_8php.html":[5,0,3,0,2], +"full_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,0,2,0], "functions.html":[4,3,0], "functions.html":[4,3,0,0], "functions_0x5f.html":[4,3,0,1], @@ -36,8 +47,8 @@ var NAVTREEINDEX4 = "functions_0x73.html":[4,3,0,17], "functions_0x74.html":[4,3,0,18], "functions_0x76.html":[4,3,0,19], -"functions_8php.html":[5,0,3,2,0,1,1], -"functions_8php.html#adefe514c95680928b3aae250cbc3c663":[5,0,3,2,0,1,1,0], +"functions_8php.html":[5,0,3,1,0,1,1], +"functions_8php.html#adefe514c95680928b3aae250cbc3c663":[5,0,3,1,0,1,1,0], "functions_func.html":[4,3,1], "functions_func.html":[4,3,1,0], "functions_func_0x61.html":[4,3,1,1], @@ -59,8 +70,8 @@ var NAVTREEINDEX4 = "functions_func_0x74.html":[4,3,1,17], "functions_func_0x76.html":[4,3,1,18], "functions_vars.html":[4,3,2], -"globals.html":[5,1,0,0], "globals.html":[5,1,0], +"globals.html":[5,1,0,0], "globals_0x5f.html":[5,1,0,1], "globals_0x61.html":[5,1,0,2], "globals_0x62.html":[5,1,0,3], @@ -87,8 +98,8 @@ var NAVTREEINDEX4 = "globals_0x77.html":[5,1,0,24], "globals_0x78.html":[5,1,0,25], "globals_0x7a.html":[5,1,0,26], -"globals_func.html":[5,1,1,0], "globals_func.html":[5,1,1], +"globals_func.html":[5,1,1,0], "globals_func_0x61.html":[5,1,1,1], "globals_func_0x62.html":[5,1,1,2], "globals_func_0x63.html":[5,1,1,3], @@ -137,59 +148,63 @@ var NAVTREEINDEX4 = "globals_vars_0x77.html":[5,1,2,19], "globals_vars_0x78.html":[5,1,2,20], "globals_vars_0x7a.html":[5,1,2,21], -"gprobe_8php.html":[5,0,0,36], -"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,36,0], -"greenthumbnails_8php.html":[5,0,3,2,0,2,3], -"help_8php.html":[5,0,1,40], -"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,40,1], -"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,40,0], +"gprobe_8php.html":[5,0,0,37], +"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[5,0,0,37,0], +"greenthumbnails_8php.html":[5,0,3,1,0,2,3], +"help_8php.html":[5,0,1,39], +"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[5,0,1,39,1], +"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[5,0,1,39,0], "hierarchy.html":[4,2], -"home_8php.html":[5,0,1,41], -"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,41,0], -"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,41,1], -"hostxrd_8php.html":[5,0,1,42], -"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,42,0], -"html2bbcode_8php.html":[5,0,0,38], -"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,38,3], -"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,38,1], -"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,38,0], -"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,38,2], -"html2plain_8php.html":[5,0,0,39], -"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,39,0], -"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,39,3], -"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,39,2], -"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,39,1], -"identity_8php.html":[5,0,0,40], -"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,40,3], -"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,40,10], -"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,40,2], -"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,40,13], -"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,40,19], -"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,40,18], -"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,40,20], -"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,40,8], -"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,40,23], -"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,40,24], -"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,40,1], -"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,40,21], -"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,40,16], -"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,40,9], -"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,40,0], -"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,40,12], -"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,40,11], -"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,40,6], -"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[5,0,0,40,5], -"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,40,14], -"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,40,4], -"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,40,17], -"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,40,15], -"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,40,7], -"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,40,22], -"import_8php.html":[5,0,1,43], -"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,43,1], -"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,43,0], -"importelm_8php.html":[5,0,1,44], -"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[5,0,1,44,0], +"home_8php.html":[5,0,1,40], +"home_8php.html#aa1cf697851a646755baf537f75334c46":[5,0,1,40,0], +"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[5,0,1,40,1], +"hostxrd_8php.html":[5,0,1,41], +"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[5,0,1,41,0], +"html2bbcode_8php.html":[5,0,0,39], +"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[5,0,0,39,3], +"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[5,0,0,39,1], +"html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2":[5,0,0,39,0], +"html2bbcode_8php.html#ad174afe0ccbd8c475e48f8a6ee2f27d8":[5,0,0,39,2], +"html2plain_8php.html":[5,0,0,40], +"html2plain_8php.html#a3214912e3d00cf0a948072daccf16740":[5,0,0,40,0], +"html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0":[5,0,0,40,3], +"html2plain_8php.html#ab3e121fa9f3feb16f9f942e705bc6c04":[5,0,0,40,2], +"html2plain_8php.html#ae1c203d0f089d5678d73a6c64a395201":[5,0,0,40,1], +"hubloc_8php.html":[5,0,0,41], +"hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002":[5,0,0,41,0], +"identity_8php.html":[5,0,0,42], +"identity_8php.html#a1cf83ac2b645de12868edaa3a5718f05":[5,0,0,42,3], +"identity_8php.html#a2ab5172eabd375869060c9ad68323f5c":[5,0,0,42,15], +"identity_8php.html#a332df795f684788002f5a6424abacfd7":[5,0,0,42,10], +"identity_8php.html#a345f4c943d84de502ec6e72d2c813945":[5,0,0,42,2], +"identity_8php.html#a3570a4eb77332b292d394c4132cb8f03":[5,0,0,42,13], +"identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc":[5,0,0,42,21], +"identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68":[5,0,0,42,20], +"identity_8php.html#a47d6f53216f23a3484061793bef29854":[5,0,0,42,22], +"identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2":[5,0,0,42,8], +"identity_8php.html#a5b815330f3d177ab383af37a6c12e532":[5,0,0,42,25], +"identity_8php.html#a680fbafc2db023c5b1309e0180e81315":[5,0,0,42,26], +"identity_8php.html#a77d2237f1846964634b1c99089c27c7d":[5,0,0,42,1], +"identity_8php.html#a78151baf4407a8482d2681a91a9c486b":[5,0,0,42,23], +"identity_8php.html#a9637c557e13d9671f3eeb124ab98212a":[5,0,0,42,17], +"identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec":[5,0,0,42,9], +"identity_8php.html#aa4bd4abfcba883f43919e89ec6419025":[5,0,0,42,18], +"identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4":[5,0,0,42,0], +"identity_8php.html#aaeb666872995e3ab8da8f7bc5f3b2bd3":[5,0,0,42,12], +"identity_8php.html#aaff86ee3b5984821e7a256c2da5f1a51":[5,0,0,42,11], +"identity_8php.html#ab1485a26b032956e1496fc08c58b83ed":[5,0,0,42,6], +"identity_8php.html#ac73b3e13778c564c877554517a7f51ba":[5,0,0,42,5], +"identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633":[5,0,0,42,14], +"identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51":[5,0,0,42,4], +"identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620":[5,0,0,42,19], +"identity_8php.html#ae2b140df652a55ca11bb6a99005fce35":[5,0,0,42,16], +"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[5,0,0,42,7], +"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[5,0,0,42,24], +"import_8php.html":[5,0,1,42], +"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[5,0,1,42,1], +"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[5,0,1,42,0], +"importelm_8php.html":[5,0,1,43], +"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[5,0,1,43,0], "include_2api_8php.html":[5,0,0,5], "include_2api_8php.html#a0991f72554f821255397d615e76f3203":[5,0,0,5,12], "include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[5,0,0,5,5], @@ -234,20 +249,5 @@ var NAVTREEINDEX4 = "include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4":[5,0,0,5,33], "include_2api_8php.html#ad4d1634df6b35126552324683caaffa2":[5,0,0,5,43], "include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e":[5,0,0,5,36], -"include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53":[5,0,0,5,14], -"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[5,0,0,5,41], -"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[5,0,0,5,20], -"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[5,0,0,5,1], -"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[5,0,0,5,7], -"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[5,0,0,5,51], -"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[5,0,0,5,42], -"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[5,0,0,5,47], -"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[5,0,0,5,26], -"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[5,0,0,5,27], -"include_2attach_8php.html":[5,0,0,6], -"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[5,0,0,6,0], -"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[5,0,0,6,5], -"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[5,0,0,6,2], -"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[5,0,0,6,9], -"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[5,0,0,6,8] +"include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53":[5,0,0,5,14] }; diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js index fe00e3ed7..a8248f2d9 100644 --- a/doc/html/navtreeindex5.js +++ b/doc/html/navtreeindex5.js @@ -1,5 +1,20 @@ var NAVTREEINDEX5 = { +"include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8":[5,0,0,5,41], +"include_2api_8php.html#ae82608c317421f27446465aa6724733d":[5,0,0,5,20], +"include_2api_8php.html#ae8f5863e18d69421005c71441c9d99a5":[5,0,0,5,1], +"include_2api_8php.html#aea2dda92a155f2843a0ca188d8dfdf25":[5,0,0,5,7], +"include_2api_8php.html#aeb2e7ad00ea666b4b6dfcf82008194f8":[5,0,0,5,51], +"include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63":[5,0,0,5,42], +"include_2api_8php.html#afb99daa6b731bf497b81f2128084852c":[5,0,0,5,47], +"include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73":[5,0,0,5,26], +"include_2api_8php.html#aff322705cc6084b329003fc8eab0aad0":[5,0,0,5,27], +"include_2attach_8php.html":[5,0,0,6], +"include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36":[5,0,0,6,0], +"include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d":[5,0,0,6,5], +"include_2attach_8php.html#a5c0875eafb8c0f8a0620ff7a875a2221":[5,0,0,6,2], +"include_2attach_8php.html#a5d484de2d19a93071571d6499a50ae34":[5,0,0,6,9], +"include_2attach_8php.html#a6aa00ea010ea030110faefb75eafc1ce":[5,0,0,6,8], "include_2attach_8php.html#a6fdd92775f31c07d2863e16e0026018a":[5,0,0,6,10], "include_2attach_8php.html#a70bd666e080c2af5a91f5d14c297b8cd":[5,0,0,6,4], "include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f":[5,0,0,6,7], @@ -34,220 +49,205 @@ var NAVTREEINDEX5 = "include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[5,0,0,18,12], "include_2directory_8php.html":[5,0,0,29], "include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[5,0,0,29,0], -"include_2follow_8php.html":[5,0,0,34], -"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,34,0], -"include_2group_8php.html":[5,0,0,37], -"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,37,2], -"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,37,10], -"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,37,1], -"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,37,0], -"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,37,6], -"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,37,7], -"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,37,4], -"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,37,8], -"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,37,5], -"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,37,11], -"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,37,3], -"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,37,9], -"include_2menu_8php.html":[5,0,0,45], -"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[5,0,0,45,10], -"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,45,1], -"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[5,0,0,45,9], -"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,45,3], -"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,45,8], -"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,45,7], -"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,45,5], -"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,45,2], -"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,45,6], -"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,45,4], -"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,45,0], -"include_2message_8php.html":[5,0,0,46], -"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,46,2], -"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,46,1], -"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,46,3], -"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,46,4], -"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,46,0], -"include_2network_8php.html":[5,0,0,48], -"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,48,5], -"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,48,10], -"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,48,4], -"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,48,9], -"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,48,8], -"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,48,13], -"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,48,7], -"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,48,14], -"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,48,12], -"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,48,6], -"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,48,19], -"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,48,16], -"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,48,17], -"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,48,18], -"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,48,2], -"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,48,0], -"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,48,3], -"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,48,15], -"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,48,11], -"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,48,1], -"include_2notify_8php.html":[5,0,0,50], -"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,50,0], -"include_2oembed_8php.html":[5,0,0,52], -"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,52,5], -"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,52,7], -"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,52,1], -"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,52,4], -"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,52,3], -"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,52,6], -"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,52,0], -"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,52,2], -"include_2photos_8php.html":[5,0,0,57], -"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,57,0], -"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,57,2], -"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,57,1], -"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,57,7], -"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,57,3], -"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,57,6], -"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,57,5], -"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,57,4], +"include_2follow_8php.html":[5,0,0,35], +"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[5,0,0,35,0], +"include_2group_8php.html":[5,0,0,38], +"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[5,0,0,38,2], +"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[5,0,0,38,10], +"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[5,0,0,38,1], +"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[5,0,0,38,0], +"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[5,0,0,38,6], +"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[5,0,0,38,7], +"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[5,0,0,38,4], +"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[5,0,0,38,8], +"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[5,0,0,38,5], +"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[5,0,0,38,11], +"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[5,0,0,38,3], +"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[5,0,0,38,9], +"include_2menu_8php.html":[5,0,0,47], +"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[5,0,0,47,10], +"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[5,0,0,47,1], +"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[5,0,0,47,9], +"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[5,0,0,47,3], +"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[5,0,0,47,8], +"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[5,0,0,47,7], +"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[5,0,0,47,5], +"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[5,0,0,47,2], +"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[5,0,0,47,6], +"include_2menu_8php.html#ad87f51ce85172bcc3f931aa0cd96a804":[5,0,0,47,4], +"include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8":[5,0,0,47,0], +"include_2message_8php.html":[5,0,0,48], +"include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091":[5,0,0,48,2], +"include_2message_8php.html#a5f8de9847e203329e317ac38dc646898":[5,0,0,48,1], +"include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e":[5,0,0,48,3], +"include_2message_8php.html#a751ffd6635022b2190f56154ee745752":[5,0,0,48,4], +"include_2message_8php.html#aed272d77c06a309e2836ac79e75613f1":[5,0,0,48,0], +"include_2network_8php.html":[5,0,0,50], +"include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0":[5,0,0,50,5], +"include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6":[5,0,0,50,10], +"include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b":[5,0,0,50,4], +"include_2network_8php.html#a4c5d50079e089168d9248427018fffd4":[5,0,0,50,9], +"include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2":[5,0,0,50,8], +"include_2network_8php.html#a5caa264fab6d2b2344e6bd5b298b08f2":[5,0,0,50,13], +"include_2network_8php.html#a78e89557b2fbd344ad790846d761b0c7":[5,0,0,50,7], +"include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5":[5,0,0,50,14], +"include_2network_8php.html#a897e7112d86eb95526cbd0bff9375f02":[5,0,0,50,12], +"include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0":[5,0,0,50,6], +"include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc":[5,0,0,50,19], +"include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff":[5,0,0,50,16], +"include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6":[5,0,0,50,17], +"include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37":[5,0,0,50,18], +"include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7":[5,0,0,50,2], +"include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694":[5,0,0,50,0], +"include_2network_8php.html#ad4056d3ce69988f5c1a997a79f503246":[5,0,0,50,3], +"include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335":[5,0,0,50,15], +"include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f":[5,0,0,50,11], +"include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7":[5,0,0,50,1], +"include_2notify_8php.html":[5,0,0,52], +"include_2notify_8php.html#a0e61728e487df50c72e6434f911a57d3":[5,0,0,52,0], +"include_2oembed_8php.html":[5,0,0,54], +"include_2oembed_8php.html#a000a62b97113cf95b0e9e00412168172":[5,0,0,54,5], +"include_2oembed_8php.html#a00c4c80deffd9daf8dc97b58d4c64ed0":[5,0,0,54,7], +"include_2oembed_8php.html#a03fa3b7832c98a3d0b4630afeb73d487":[5,0,0,54,1], +"include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3":[5,0,0,54,4], +"include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2":[5,0,0,54,3], +"include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a":[5,0,0,54,6], +"include_2oembed_8php.html#ab953a6e7c11bc6498ce01ed73e2ba319":[5,0,0,54,0], +"include_2oembed_8php.html#aba89ae64b355efcb4f706553d3edb6a2":[5,0,0,54,2], +"include_2photos_8php.html":[5,0,0,59], +"include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109":[5,0,0,59,0], +"include_2photos_8php.html#a7e7abc69872180697c5471dc69349afe":[5,0,0,59,2], +"include_2photos_8php.html#a8e8b7be99e24c2497bc2cb3339280c35":[5,0,0,59,1], +"include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51":[5,0,0,59,7], +"include_2photos_8php.html#ab0365f25b22ccea5f085fe7c49e1f4ab":[5,0,0,59,3], +"include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274":[5,0,0,59,6], +"include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9":[5,0,0,59,5], +"include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979":[5,0,0,59,4], +"include_2probe_8php.html":[5,0,0,62], +"include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a":[5,0,0,62,3], +"include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7":[5,0,0,62,4], +"include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c":[5,0,0,62,1], +"include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85":[5,0,0,62,8], +"include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8":[5,0,0,62,0], +"include_2probe_8php.html#a950a200372393f706851103cd3fffcba":[5,0,0,62,6], +"include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0":[5,0,0,62,2], +"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[5,0,0,62,7], +"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[5,0,0,62,5], "index.html":[], "interfaceITemplateEngine.html":[4,0,18], "interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[4,0,18,1], "interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[4,0,18,0], -"invite_8php.html":[5,0,1,45], -"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,45,0], -"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,45,1], -"item_8php.html":[5,0,1,46], -"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,46,0], -"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,46,3], -"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,46,5], -"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,46,4], -"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,46,1], -"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,46,2], -"items_8php.html":[5,0,0,43], -"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,43,58], -"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,43,2], -"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,43,6], -"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,43,27], -"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,43,7], -"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,43,32], -"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,43,37], -"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,43,24], -"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,43,4], -"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,43,31], -"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,43,39], -"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,43,3], -"items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259":[5,0,0,43,13], -"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,43,57], -"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,43,20], -"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,43,0], -"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,43,45], -"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,43,47], -"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,43,50], -"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,43,29], -"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,43,19], -"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,43,12], -"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,43,17], -"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,43,38], -"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,43,15], -"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,43,34], -"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,43,36], -"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,43,41], -"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,43,33], -"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,43,43], -"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,43,16], -"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,43,48], -"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,43,11], -"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,43,5], -"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,43,55], -"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,43,26], -"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,43,10], -"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,43,30], -"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,43,56], -"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,43,9], -"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,43,21], -"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,43,8], -"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,43,28], -"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,43,52], -"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,43,53], -"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,43,25], -"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,43,1], -"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,43,44], -"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,43,18], -"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,43,40], -"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,43,46], -"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,43,54], -"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,43,49], -"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,43,23], -"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,43,35], -"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,43,51], -"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,43,42], -"items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1":[5,0,0,43,14], -"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,43,22], -"lang_8php.html":[5,0,1,47], -"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[5,0,1,47,0], -"language_8php.html":[5,0,0,44], -"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,44,7], -"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[5,0,0,44,3], -"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,44,0], -"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,44,5], -"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,44,4], -"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,44,1], -"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,44,8], -"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,44,6], -"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,44,2], -"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,44,9], -"layouts_8php.html":[5,0,1,48], -"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,48,0], -"like_8php.html":[5,0,1,49], -"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,49,0], -"lockview_8php.html":[5,0,1,50], -"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,50,0], -"login_8php.html":[5,0,1,51], -"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,51,0], -"lostpass_8php.html":[5,0,1,52], -"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,52,0], -"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,52,1], -"magic_8php.html":[5,0,1,53], -"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,53,0], -"mail_8php.html":[5,0,1,54], -"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,54,0], -"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,54,1], -"manage_8php.html":[5,0,1,55], -"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,55,0], -"match_8php.html":[5,0,1,56], -"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,56,0], +"invite_8php.html":[5,0,1,44], +"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[5,0,1,44,0], +"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[5,0,1,44,1], +"item_8php.html":[5,0,1,45], +"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[5,0,1,45,0], +"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[5,0,1,45,3], +"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[5,0,1,45,5], +"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[5,0,1,45,4], +"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[5,0,1,45,1], +"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[5,0,1,45,2], +"items_8php.html":[5,0,0,45], +"items_8php.html#a004e89d86b0f29b2c4da20108ecc4091":[5,0,0,45,59], +"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[5,0,0,45,3], +"items_8php.html#a01e3cf44e082fa9bd06dcde5bf713d70":[5,0,0,45,7], +"items_8php.html#a04a35b610acfe54434df08adec39c0c7":[5,0,0,45,28], +"items_8php.html#a0790a4550b829e85504af548623002ca":[5,0,0,45,8], +"items_8php.html#a079e099e15d88d47aeb6ca6d60da7107":[5,0,0,45,33], +"items_8php.html#a09d425596b9f8663472cf7474ad36d96":[5,0,0,45,38], +"items_8php.html#a0cf98bb619f07dd18f602683a55a5f59":[5,0,0,45,25], +"items_8php.html#a1e75047cf175aaee8dd16aa761913ff9":[5,0,0,45,5], +"items_8php.html#a251343637ff40a50cca93452cd530c26":[5,0,0,45,32], +"items_8php.html#a2541e6861a56d145c9281877cc501615":[5,0,0,45,40], +"items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6":[5,0,0,45,4], +"items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6":[5,0,0,45,58], +"items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7":[5,0,0,45,21], +"items_8php.html#a36e656667193c83aa2cc03a024fc131b":[5,0,0,45,0], +"items_8php.html#a410f9c743877c125ca06312373346903":[5,0,0,45,46], +"items_8php.html#a49905ea75adfe8a2d110be344d18d6a6":[5,0,0,45,48], +"items_8php.html#a4e6d7639431e0dd8e9f4dba8e1ac408b":[5,0,0,45,51], +"items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361":[5,0,0,45,30], +"items_8php.html#a555762e1022a4b8e3c3abd32e7812408":[5,0,0,45,15], +"items_8php.html#a566c601726697e044e75284af7fb6f17":[5,0,0,45,20], +"items_8php.html#a56b2a4abcadfac71175cd50555528cc3":[5,0,0,45,13], +"items_8php.html#a5f690fc2484abec07840b4f9dd525bd9":[5,0,0,45,18], +"items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7":[5,0,0,45,39], +"items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55":[5,0,0,45,16], +"items_8php.html#a6bee35961f2e32905f20367a9309d627":[5,0,0,45,35], +"items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc":[5,0,0,45,37], +"items_8php.html#a756738301f2ed96be50232500677d58a":[5,0,0,45,42], +"items_8php.html#a77051724d1784074ff187e73a4db93fe":[5,0,0,45,34], +"items_8php.html#a77da7ce9a117601d49ac4a67c71b514f":[5,0,0,45,44], +"items_8php.html#a81565acf729e629e588d823308448e3c":[5,0,0,45,1], +"items_8php.html#a82955cc578f0fa600acec84475026194":[5,0,0,45,17], +"items_8php.html#a83a349062945d585edb4b3c5d763ab6e":[5,0,0,45,49], +"items_8php.html#a8794863cdf8ce1333040933d3a3f66bd":[5,0,0,45,12], +"items_8php.html#a87ac9e359591721a824ecd23bbb56296":[5,0,0,45,6], +"items_8php.html#a88c6cf7649ac836fbbed82a7a0315110":[5,0,0,45,56], +"items_8php.html#a896c1809d58f2d7a42cfe14577958ddf":[5,0,0,45,27], +"items_8php.html#a8f3c85c584ccd2b98c3ca440e45b40f8":[5,0,0,45,11], +"items_8php.html#a94ddb1d6c8fa21dd7433677e85168037":[5,0,0,45,31], +"items_8php.html#aa371905f0a211b307cb3f7188c6cba04":[5,0,0,45,57], +"items_8php.html#aa579bc4445d60098b1410961ca8e96b7":[5,0,0,45,10], +"items_8php.html#aa723c0571e314a1853a24c5854b4f54f":[5,0,0,45,22], +"items_8php.html#aa9e99613d38a97b39c8cf5449699c2ee":[5,0,0,45,9], +"items_8php.html#aab9c6bae4c40799867596bdaae9829fd":[5,0,0,45,29], +"items_8php.html#aab9e0c58247427126de0699c729c3b6c":[5,0,0,45,53], +"items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb":[5,0,0,45,14], +"items_8php.html#ab1bce4261bcf75ad62753b498a144d17":[5,0,0,45,54], +"items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87":[5,0,0,45,26], +"items_8php.html#abf7a1b73eb352d79acd36309b0dababd":[5,0,0,45,2], +"items_8php.html#ac1fcf621dce7370515b420a7753f4726":[5,0,0,45,45], +"items_8php.html#ac6673627d289ee4f547de0fe3b7acd0a":[5,0,0,45,19], +"items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484":[5,0,0,45,41], +"items_8php.html#ad2abb4644ff1f20fefbc80326fe01cf0":[5,0,0,45,47], +"items_8php.html#ad34827ed330898456783fb14c7b46154":[5,0,0,45,55], +"items_8php.html#ad4ee16e3ff1eaf60428c61f82ba25e6a":[5,0,0,45,50], +"items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9":[5,0,0,45,24], +"items_8php.html#ae73794179b62d39bb597ff670ab1c1e5":[5,0,0,45,36], +"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[5,0,0,45,52], +"items_8php.html#af94c281016c6c912d06e064113336c5c":[5,0,0,45,43], +"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[5,0,0,45,23], +"lang_8php.html":[5,0,1,46], +"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[5,0,1,46,0], +"language_8php.html":[5,0,0,46], +"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[5,0,0,46,7], +"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[5,0,0,46,3], +"language_8php.html#a632da17c7ac0d2dc1a00a4706870194b":[5,0,0,46,0], +"language_8php.html#a78bd204955ec4cc3a9ac651285a1689d":[5,0,0,46,5], +"language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05":[5,0,0,46,4], +"language_8php.html#a980dee1d8715a98ab02e36b59facf8ed":[5,0,0,46,1], +"language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04":[5,0,0,46,8], +"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[5,0,0,46,6], +"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[5,0,0,46,2], +"language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d":[5,0,0,46,9], +"layouts_8php.html":[5,0,1,47], +"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[5,0,1,47,0], +"like_8php.html":[5,0,1,48], +"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[5,0,1,48,0], +"lockview_8php.html":[5,0,1,49], +"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[5,0,1,49,0], +"login_8php.html":[5,0,1,50], +"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[5,0,1,50,0], +"lostpass_8php.html":[5,0,1,51], +"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[5,0,1,51,0], +"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[5,0,1,51,1], +"magic_8php.html":[5,0,1,52], +"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[5,0,1,52,0], +"mail_8php.html":[5,0,1,53], +"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[5,0,1,53,0], +"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[5,0,1,53,1], +"manage_8php.html":[5,0,1,54], +"manage_8php.html#a2bca247b5296827638959138367db4f5":[5,0,1,54,0], +"match_8php.html":[5,0,1,55], +"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[5,0,1,55,0], "md_README.html":[2], "md_config.html":[0], "md_fresh.html":[1], -"minimal_8php.html":[5,0,3,1,3], -"minimalisticdarkness_8php.html":[5,0,3,2,0,2,4], -"minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f":[5,0,3,2,0,2,4,4], -"minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead":[5,0,3,2,0,2,4,3], -"minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57":[5,0,3,2,0,2,4,5], -"minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,2,0,2,4,0], -"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,2,0,2,4,2], -"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,2,0,2,4,1], -"mitem_8php.html":[5,0,1,59], -"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,59,2], -"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,59,0], -"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,59,1], -"mod_2api_8php.html":[5,0,1,4], -"mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[5,0,1,4,2], -"mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[5,0,1,4,0], -"mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2":[5,0,1,4,1], -"mod_2attach_8php.html":[5,0,1,6], -"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0], -"mod_2bookmarks_8php.html":[5,0,1,9], -"mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[5,0,1,9,1], -"mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[5,0,1,9,0], -"mod_2chanman_8php.html":[5,0,1,10], -"mod_2chat_8php.html":[5,0,1,13], -"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,13,0], -"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,13,2], -"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,13,1], -"mod_2directory_8php.html":[5,0,1,23], -"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,23,1], -"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,23,0], -"mod_2follow_8php.html":[5,0,1,37], -"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,37,1], -"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,37,0] +"minimal_8php.html":[5,0,3,0,3], +"minimalisticdarkness_8php.html":[5,0,3,1,0,2,4], +"minimalisticdarkness_8php.html#a04de7b747e4f0a353e0e38cf77c3404f":[5,0,3,1,0,2,4,4], +"minimalisticdarkness_8php.html#a0ac3f5b52212b0af87d513273da03ead":[5,0,3,1,0,2,4,3], +"minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57":[5,0,3,1,0,2,4,5], +"minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[5,0,3,1,0,2,4,0] }; diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js index 22ca1a7fa..8920d06a0 100644 --- a/doc/html/navtreeindex6.js +++ b/doc/html/navtreeindex6.js @@ -1,36 +1,66 @@ var NAVTREEINDEX6 = { -"mod_2group_8php.html":[5,0,1,39], -"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,39,0], -"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,39,1], -"mod_2menu_8php.html":[5,0,1,57], -"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,57,0], -"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,57,1], -"mod_2message_8php.html":[5,0,1,58], -"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,58,0], -"mod_2network_8php.html":[5,0,1,62], -"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,62,1], -"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,62,0], -"mod_2notify_8php.html":[5,0,1,66], -"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,66,1], -"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,66,0], -"mod_2oembed_8php.html":[5,0,1,67], -"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,67,0], -"mod_2photos_8php.html":[5,0,1,76], -"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,76,2], -"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,76,0], -"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,76,1], -"mod__chanview_8php.html":[5,0,3,2,0,0,0], -"mod__filestorage_8php.html":[5,0,3,0,0], -"mod__import_8php.html":[5,0,3,1,4], -"mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,1,4,0], -"mood_8php.html":[5,0,1,60], -"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,60,0], -"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,60,1], -"msearch_8php.html":[5,0,1,61], -"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,61,0], -"namespaceFriendica.html":[4,0,1], +"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[5,0,3,1,0,2,4,2], +"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[5,0,3,1,0,2,4,1], +"mitem_8php.html":[5,0,1,58], +"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[5,0,1,58,2], +"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[5,0,1,58,0], +"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[5,0,1,58,1], +"mod_2api_8php.html":[5,0,1,4], +"mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[5,0,1,4,2], +"mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[5,0,1,4,0], +"mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2":[5,0,1,4,1], +"mod_2attach_8php.html":[5,0,1,6], +"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[5,0,1,6,0], +"mod_2bookmarks_8php.html":[5,0,1,9], +"mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[5,0,1,9,1], +"mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[5,0,1,9,0], +"mod_2chanman_8php.html":[5,0,1,10], +"mod_2chat_8php.html":[5,0,1,13], +"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[5,0,1,13,0], +"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[5,0,1,13,2], +"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[5,0,1,13,1], +"mod_2directory_8php.html":[5,0,1,22], +"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[5,0,1,22,1], +"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[5,0,1,22,0], +"mod_2follow_8php.html":[5,0,1,36], +"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[5,0,1,36,1], +"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[5,0,1,36,0], +"mod_2group_8php.html":[5,0,1,38], +"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[5,0,1,38,0], +"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[5,0,1,38,1], +"mod_2menu_8php.html":[5,0,1,56], +"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[5,0,1,56,0], +"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[5,0,1,56,1], +"mod_2message_8php.html":[5,0,1,57], +"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[5,0,1,57,0], +"mod_2network_8php.html":[5,0,1,61], +"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[5,0,1,61,1], +"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[5,0,1,61,0], +"mod_2notify_8php.html":[5,0,1,65], +"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[5,0,1,65,1], +"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[5,0,1,65,0], +"mod_2oembed_8php.html":[5,0,1,66], +"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[5,0,1,66,0], +"mod_2photos_8php.html":[5,0,1,75], +"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[5,0,1,75,2], +"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[5,0,1,75,0], +"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[5,0,1,75,1], +"mod_2probe_8php.html":[5,0,1,82], +"mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,82,0], +"mod__chanview_8php.html":[5,0,3,1,0,0,0], +"mod__import_8php.html":[5,0,3,0,4], +"mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[5,0,3,0,4,0], +"mood_8php.html":[5,0,1,59], +"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[5,0,1,59,0], +"mood_8php.html#a7ae136dd7476865b4828136175db5022":[5,0,1,59,1], +"msearch_8php.html":[5,0,1,60], +"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[5,0,1,60,0], +"mytheme_2php_2style_8php.html":[5,0,3,1,2,0,1], +"mytheme_2php_2theme_8php.html":[5,0,3,1,2,0,2], +"mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[5,0,3,1,2,0,2,0], "namespaceFriendica.html":[3,0,1], +"namespaceFriendica.html":[4,0,1], "namespaceacl__selectors.html":[4,0,0], "namespaceacl__selectors.html":[3,0,0], "namespacefriendica-to-smarty-tpl.html":[4,0,2], @@ -39,68 +69,68 @@ var NAVTREEINDEX6 = "namespacemembers_func.html":[3,1,1], "namespacemembers_vars.html":[3,1,2], "namespaces.html":[3,0], -"namespaceupdatetpl.html":[3,0,3], "namespaceupdatetpl.html":[4,0,3], +"namespaceupdatetpl.html":[3,0,3], "namespaceutil.html":[4,0,4], "namespaceutil.html":[3,0,4], -"nav_8php.html":[5,0,0,47], -"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,47,0], -"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,47,1], -"new__channel_8php.html":[5,0,1,63], -"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,63,2], -"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,63,1], -"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,63,0], -"none_8php.html":[5,0,3,1,5], -"notes_8php.html":[5,0,1,64], -"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,64,0], -"notifications_8php.html":[5,0,1,65], -"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,65,1], -"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,65,0], -"notifier_8php.html":[5,0,0,49], -"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,49,0], -"notred_8php.html":[5,0,3,2,2,1,2], -"oauth_8php.html":[5,0,0,51], -"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,51,3], -"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,51,2], -"oexchange_8php.html":[5,0,1,68], -"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,68,0], -"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,68,1], -"olddefault_8php.html":[5,0,3,2,0,2,5], -"onedirsync_8php.html":[5,0,0,53], -"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,53,0], -"onepoll_8php.html":[5,0,0,54], -"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,54,0], -"online_8php.html":[5,0,1,69], -"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,69,0], -"openid_8php.html":[5,0,1,70], -"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[5,0,1,70,0], -"opensearch_8php.html":[5,0,1,71], -"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,71,0], -"page_8php.html":[5,0,1,72], -"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,72,1], -"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,72,0], -"page__widgets_8php.html":[5,0,0,55], -"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,55,1], -"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,55,0], +"nav_8php.html":[5,0,0,49], +"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[5,0,0,49,0], +"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[5,0,0,49,1], +"new__channel_8php.html":[5,0,1,62], +"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[5,0,1,62,2], +"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[5,0,1,62,1], +"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[5,0,1,62,0], +"none_8php.html":[5,0,3,0,5], +"notes_8php.html":[5,0,1,63], +"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[5,0,1,63,0], +"notifications_8php.html":[5,0,1,64], +"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[5,0,1,64,1], +"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[5,0,1,64,0], +"notifier_8php.html":[5,0,0,51], +"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[5,0,0,51,0], +"notred_8php.html":[5,0,3,1,3,1,2], +"oauth_8php.html":[5,0,0,53], +"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[5,0,0,53,3], +"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[5,0,0,53,2], +"oexchange_8php.html":[5,0,1,67], +"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[5,0,1,67,0], +"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[5,0,1,67,1], +"olddefault_8php.html":[5,0,3,1,0,2,5], +"onedirsync_8php.html":[5,0,0,55], +"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[5,0,0,55,0], +"onepoll_8php.html":[5,0,0,56], +"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[5,0,0,56,0], +"online_8php.html":[5,0,1,68], +"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[5,0,1,68,0], +"openid_8php.html":[5,0,1,69], +"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[5,0,1,69,0], +"opensearch_8php.html":[5,0,1,70], +"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[5,0,1,70,0], +"page_8php.html":[5,0,1,71], +"page_8php.html#a4d89800c0366a239191b1692c09635cf":[5,0,1,71,1], +"page_8php.html#a91a5f649f68406149108bded1dc90b22":[5,0,1,71,0], +"page__widgets_8php.html":[5,0,0,57], +"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[5,0,0,57,1], +"page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0":[5,0,0,57,0], "pages.html":[], -"parse__url_8php.html":[5,0,1,73], -"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,73,2], -"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,73,3], -"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,73,1], -"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,73,0], -"passion_8php.html":[5,0,3,2,0,2,6], -"passionwide_8php.html":[5,0,3,2,0,2,7], -"pdledit_8php.html":[5,0,1,74], -"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[5,0,1,74,0], -"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[5,0,1,74,1], -"permissions_8php.html":[5,0,0,56], -"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,56,2], -"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,56,0], -"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,56,3], -"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,56,4], -"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,56,1], -"photo_8php.html":[5,0,1,75], -"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,75,0], +"parse__url_8php.html":[5,0,1,72], +"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[5,0,1,72,2], +"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[5,0,1,72,3], +"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[5,0,1,72,1], +"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[5,0,1,72,0], +"passion_8php.html":[5,0,3,1,0,2,6], +"passionwide_8php.html":[5,0,3,1,0,2,7], +"pdledit_8php.html":[5,0,1,73], +"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[5,0,1,73,0], +"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[5,0,1,73,1], +"permissions_8php.html":[5,0,0,58], +"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[5,0,0,58,2], +"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[5,0,0,58,0], +"permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835":[5,0,0,58,3], +"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[5,0,0,58,4], +"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[5,0,0,58,1], +"photo_8php.html":[5,0,1,74], +"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[5,0,1,74,0], "photo__driver_8php.html":[5,0,0,1,0], "photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[5,0,0,1,0,2], "photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[5,0,0,1,0,1], @@ -117,58 +147,58 @@ var NAVTREEINDEX6 = "php2po_8php.html#a6b0b8ebd9ce811d1325ef2c129443bc0":[5,0,2,6,1], "php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4":[5,0,2,6,4], "php2po_8php.html#ad6726cfaa85d4b8299d2b0f034cbf178":[5,0,2,6,2], -"php_2default_8php.html":[5,0,3,1,1], -"php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,1,0], -"php_2theme__init_8php.html":[5,0,3,1,6], -"php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,6,0], -"php_8php.html":[5,0,1,77], -"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,77,0], -"pine_8php.html":[5,0,3,2,0,2,8], -"ping_8php.html":[5,0,1,78], -"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,78,0], -"plugin_8php.html":[5,0,0,58], -"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,58,21], -"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,58,24], -"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,58,20], -"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,58,8], -"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,58,16], -"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,58,18], -"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,58,7], -"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,58,15], -"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,58,13], -"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,58,28], -"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,58,9], -"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,58,26], -"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,58,11], -"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,58,23], -"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,58,27], -"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,58,4], -"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,58,0], -"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,58,29], -"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,58,1], -"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,58,25], -"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,58,22], -"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,58,12], -"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,58,17], -"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,58,3], -"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,58,6], -"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,58,2], -"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,58,14], -"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,58,10], -"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,58,19], -"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,58,5], +"php_2default_8php.html":[5,0,3,0,1], +"php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,0,1,0], +"php_2theme__init_8php.html":[5,0,3,0,6], +"php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,0,6,0], +"php_8php.html":[5,0,1,76], +"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[5,0,1,76,0], +"pine_8php.html":[5,0,3,1,0,2,8], +"ping_8php.html":[5,0,1,77], +"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[5,0,1,77,0], +"plugin_8php.html":[5,0,0,60], +"plugin_8php.html#a030cec6793b909c439c0336ba39b1571":[5,0,0,60,21], +"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[5,0,0,60,24], +"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[5,0,0,60,20], +"plugin_8php.html#a23c4fccf1eb5fcd63b24783ba1f05f7a":[5,0,0,60,8], +"plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813":[5,0,0,60,16], +"plugin_8php.html#a425472c5f3afc137268b2ad45652b209":[5,0,0,60,18], +"plugin_8php.html#a48047edfbef770125a5508dcc2f9282f":[5,0,0,60,7], +"plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5":[5,0,0,60,15], +"plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4":[5,0,0,60,13], +"plugin_8php.html#a4fc13e528367f510fcb6d8bbfc559040":[5,0,0,60,28], +"plugin_8php.html#a516591850f4fd49fd1425cfa54089db8":[5,0,0,60,9], +"plugin_8php.html#a56f71fe5adf9586ce950523d8180443e":[5,0,0,60,26], +"plugin_8php.html#a65ab52cb1a7030d5190e247211bef2a1":[5,0,0,60,11], +"plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2":[5,0,0,60,23], +"plugin_8php.html#a754d7f53b3abc557b753c057dc4e021d":[5,0,0,60,27], +"plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4":[5,0,0,60,4], +"plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c":[5,0,0,60,0], +"plugin_8php.html#a901657dd078e070516cf97285e0bada7":[5,0,0,60,29], +"plugin_8php.html#a9039e15aae27676af7777dcbee5a11d6":[5,0,0,60,1], +"plugin_8php.html#a90538627db68605aeb6db17a8ead6523":[5,0,0,60,25], +"plugin_8php.html#a905b54e10704b283ac64680a8abc0971":[5,0,0,60,22], +"plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf":[5,0,0,60,12], +"plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d":[5,0,0,60,17], +"plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295":[5,0,0,60,3], +"plugin_8php.html#ad48de9c0fb7f19413a2aa49250d00405":[5,0,0,60,6], +"plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f":[5,0,0,60,2], +"plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b":[5,0,0,60,14], +"plugin_8php.html#af92789f559b89a380e49d303218aeeca":[5,0,0,60,10], +"plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025":[5,0,0,60,19], +"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[5,0,0,60,5], "po2php_8php.html":[5,0,2,7], "po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[5,0,2,7,0], -"poco_8php.html":[5,0,1,79], -"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,79,0], -"poke_8php.html":[5,0,1,80], -"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,80,1], -"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,80,0], -"poller_8php.html":[5,0,0,59], -"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,59,0], -"post_8php.html":[5,0,1,81], -"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,81,0], -"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,81,1], +"poco_8php.html":[5,0,1,78], +"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[5,0,1,78,0], +"poke_8php.html":[5,0,1,79], +"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[5,0,1,79,1], +"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[5,0,1,79,0], +"poller_8php.html":[5,0,0,61], +"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[5,0,0,61,0], +"post_8php.html":[5,0,1,80], +"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[5,0,1,80,0], +"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[5,0,1,80,1], "post__to__red_8php.html":[5,0,2,1,0,0], "post__to__red_8php.html#a085c250d4ceff5e4f10052f3d2039823":[5,0,2,1,0,0,16], "post__to__red_8php.html#a0f139dea77a94c98f26007963eea639c":[5,0,2,1,0,0,12], @@ -194,60 +224,30 @@ var NAVTREEINDEX6 = "post__to__red_8php.html#af2713018a2dc97e88f121fc6215beb66":[5,0,2,1,0,0,18], "post__to__red_8php.html#af3e7ebd361d4ed7cb6d43209970cd94a":[5,0,2,1,0,0,23], "post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540":[5,0,2,1,0,0,11], -"pretheme_8php.html":[5,0,1,82], -"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,82,0], -"probe_8php.html":[5,0,1,83], -"probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[5,0,1,83,0], -"profile_8php.html":[5,0,1,84], -"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,84,0], -"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,84,1], -"profile__photo_8php.html":[5,0,1,85], -"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,85,0], -"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,85,1], -"profile__selectors_8php.html":[5,0,0,60], -"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,60,2], -"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,60,1], -"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,60,0], -"profiles_8php.html":[5,0,1,86], -"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,86,1], -"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,86,0], -"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,86,2], -"profperm_8php.html":[5,0,1,87], -"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,87,1], -"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,87,0], -"pubsites_8php.html":[5,0,1,88], -"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,88,0], -"queue_8php.html":[5,0,0,62], -"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,62,0], -"queue__fn_8php.html":[5,0,0,63], -"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,63,1], -"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,63,0], -"randprof_8php.html":[5,0,1,89], -"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,89,0], -"rbmark_8php.html":[5,0,1,90], -"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[5,0,1,90,0], -"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[5,0,1,90,1], -"redbasic_2php_2style_8php.html":[5,0,3,2,2,0,1], -"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,2,2,0,1,1], -"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,2,2,0,1,0], -"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,2,2,0,1,4], -"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,2,2,0,1,2], -"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,2,2,0,1,5], -"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,2,2,0,1,3], -"redbasic_2php_2theme_8php.html":[5,0,3,2,2,0,2], -"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,2,2,0,2,0], -"redbasic_8php.html":[5,0,3,2,0,2,9], -"reddav_8php.html":[5,0,0,64], -"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,64,5], -"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,64,6], -"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,64,4], -"register_8php.html":[5,0,1,91], -"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,91,0], -"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,91,2], -"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,91,1], -"regmod_8php.html":[5,0,1,92], -"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,92,0], -"removeme_8php.html":[5,0,1,93], -"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,93,0], -"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,93,1] +"pretheme_8php.html":[5,0,1,81], +"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[5,0,1,81,0], +"profile_8php.html":[5,0,1,83], +"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[5,0,1,83,0], +"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[5,0,1,83,1], +"profile__photo_8php.html":[5,0,1,84], +"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[5,0,1,84,0], +"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[5,0,1,84,1], +"profile__selectors_8php.html":[5,0,0,63], +"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[5,0,0,63,2], +"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[5,0,0,63,1], +"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[5,0,0,63,0], +"profiles_8php.html":[5,0,1,85], +"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[5,0,1,85,1], +"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[5,0,1,85,0], +"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[5,0,1,85,2], +"profperm_8php.html":[5,0,1,86], +"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[5,0,1,86,1], +"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[5,0,1,86,0], +"pubsites_8php.html":[5,0,1,87], +"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[5,0,1,87,0], +"queue_8php.html":[5,0,0,65], +"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[5,0,0,65,0], +"queue__fn_8php.html":[5,0,0,66], +"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[5,0,0,66,1], +"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[5,0,0,66,0] }; diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js index 91ae2fb56..ed7562cbd 100644 --- a/doc/html/navtreeindex7.js +++ b/doc/html/navtreeindex7.js @@ -1,253 +1,253 @@ var NAVTREEINDEX7 = { -"rmagic_8php.html":[5,0,1,94], -"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,94,0], -"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,94,2], -"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,94,1], -"rpost_8php.html":[5,0,1,95], -"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,95,0], -"rsd__xml_8php.html":[5,0,1,96], -"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,96,0], -"search_8php.html":[5,0,1,97], -"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,97,0], -"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,97,1], -"search__ac_8php.html":[5,0,1,98], -"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,98,0], -"security_8php.html":[5,0,0,65], -"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,65,11], -"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,65,2], -"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,65,4], -"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,65,5], -"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,65,1], -"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,65,7], -"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,65,3], -"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,65,9], -"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,65,6], -"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,65,0], -"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,65,10], -"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,65,8], -"session_8php.html":[5,0,0,66], -"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,66,4], -"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,66,0], -"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,66,1], -"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,66,8], -"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,66,5], -"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,66,7], -"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,66,6], -"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,66,3], -"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,66,9], -"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,66,2], -"settings_8php.html":[5,0,1,99], -"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,99,0], -"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,99,1], -"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,99,2], -"setup_8php.html":[5,0,1,100], -"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,100,2], -"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,100,14], -"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,100,5], -"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,100,13], -"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,100,10], -"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,100,3], -"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,100,1], -"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,100,8], -"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,100,12], -"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,100,4], -"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,100,7], -"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,100,11], -"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,100,9], -"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,100,16], -"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,100,0], -"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,100,15], -"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,100,6], -"share_8php.html":[5,0,1,101], -"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,101,0], -"siteinfo_8php.html":[5,0,1,102], -"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,102,1], -"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,102,0], -"sitelist_8php.html":[5,0,1,103], -"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,103,0], -"smilies_8php.html":[5,0,1,104], -"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,104,0], -"socgraph_8php.html":[5,0,0,67], -"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,67,0], -"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,67,6], -"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,67,7], -"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,67,8], -"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,67,1], -"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,67,4], -"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,67,2], -"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,67,5], -"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,67,3], -"sources_8php.html":[5,0,1,105], -"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,105,0], -"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,105,1], -"spam_8php.html":[5,0,0,68], -"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,68,1], -"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,68,0], -"sslify_8php.html":[5,0,1,106], -"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,106,0], -"starred_8php.html":[5,0,1,107], -"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,107,0], -"subthread_8php.html":[5,0,1,108], -"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,108,0], -"suggest_8php.html":[5,0,1,109], -"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,109,0], -"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,109,1], -"system__unavailable_8php.html":[5,0,0,69], -"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,69,0], -"tagger_8php.html":[5,0,1,110], -"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,110,0], -"tagrm_8php.html":[5,0,1,111], -"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,111,1], -"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,111,0], -"taxonomy_8php.html":[5,0,0,70], -"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,70,9], -"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,70,0], -"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,70,2], -"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,70,6], -"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,70,4], -"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,70,3], -"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,70,10], -"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,70,1], -"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,70,7], -"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,70,14], -"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,70,13], -"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,70,11], -"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,70,12], -"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,70,5], -"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,70,8], -"template__processor_8php.html":[5,0,0,71], -"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,71,3], -"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,71,1], -"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,71,2], -"text_8php.html":[5,0,0,72], -"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,72,38], -"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,72,44], -"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,72,6], -"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,72,16], -"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,72,11], -"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,72,69], -"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,72,43], -"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,72,5], -"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,72,79], -"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,72,31], -"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,72,34], -"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,72,48], -"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,72,51], -"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,72,45], -"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,72,46], -"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,72,41], -"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,72,70], -"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,72,4], -"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,72,87], -"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,72,76], -"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,72,47], -"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,72,10], -"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,72,74], -"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,72,89], -"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,72,23], -"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,72,84], -"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,72,72], -"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,72,82], -"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,72,29], -"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,72,40], -"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,72,71], -"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,72,7], -"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,72,85], -"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,72,32], -"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,72,30], -"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,72,42], -"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,72,60], -"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,72,49], -"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,72,24], -"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,72,59], -"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,72,81], -"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,72,9], -"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,72,14], -"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,72,80], -"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,72,39], -"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,72,26], -"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,72,77], -"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,72,1], -"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,72,33], -"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,72,25], -"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,72,78], -"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,72,8], -"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,72,67], -"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,72,73], -"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,72,15], -"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,72,20], -"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,72,58], -"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,72,19], -"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,72,3], -"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,72,53], -"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,72,64], -"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,72,62], -"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,72,66], -"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,72,28], -"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,72,17], -"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,72,54], -"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,72,35], -"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,72,27], -"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,72,88], -"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,72,68], -"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,72,83], -"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,72,86], -"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,72,55], -"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,72,36], -"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,72,21], -"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,72,2], -"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,72,13], -"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,72,63], -"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,72,50], -"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,72,37], -"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,72,65], -"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,72,18], -"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,72,56], -"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,72,0], -"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,72,75], -"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,72,61], -"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,72,22], -"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,72,12], -"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,72,57], -"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,72,52], -"theme_2apw_2php_2theme__init_8php.html":[5,0,3,2,0,1,4], -"theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,2,0,1,4,0], -"theme_2blogga_2php_2default_8php.html":[5,0,3,2,1,0,1], -"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,0,1,2], -"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,0,1,0], -"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[5,0,3,2,1,0,1,1], -"theme_2blogga_2php_2theme__init_8php.html":[5,0,3,2,1,0,3], -"theme_2blogga_2view_2theme_2blog_2default_8php.html":[5,0,3,2,1,1,0,0,1], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,2,1,1,0,0,1,2], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,2,1,1,0,0,1,1], -"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,2,1,1,0,0,1,0], -"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,2,2,0,3], -"thing_8php.html":[5,0,1,112], -"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,112,0], -"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,112,1], -"toggle__mobile_8php.html":[5,0,1,113], -"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,113,0], -"toggle__safesearch_8php.html":[5,0,1,114], -"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,114,0], -"tpldebug_8php.html":[5,0,2,8], -"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0], -"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], -"tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[5,0,2,8,2], -"typo_8php.html":[5,0,2,9], -"typo_8php.html#a1b709c1d79631ebc8320b41bda028b54":[5,0,2,9,1], -"typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5":[5,0,2,9,4], -"typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[5,0,2,9,3], -"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,9,2], -"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[5,0,2,9,0], -"typohelper_8php.html":[5,0,2,10], -"typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], -"typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], -"uexport_8php.html":[5,0,1,115], -"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,115,0], -"update__channel_8php.html":[5,0,1,116], -"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,116,0], -"update__community_8php.html":[5,0,1,117], -"update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1":[5,0,1,117,0], -"update__display_8php.html":[5,0,1,118] +"randprof_8php.html":[5,0,1,88], +"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[5,0,1,88,0], +"rbmark_8php.html":[5,0,1,89], +"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[5,0,1,89,0], +"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[5,0,1,89,1], +"redbasic_2php_2style_8php.html":[5,0,3,1,3,0,1], +"redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c":[5,0,3,1,3,0,1,1], +"redbasic_2php_2style_8php.html#a5bff5012c56e34da6b3b2ed475726b27":[5,0,3,1,3,0,1,0], +"redbasic_2php_2style_8php.html#a61891d0d3e6894f52410d507b04e565d":[5,0,3,1,3,0,1,4], +"redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c":[5,0,3,1,3,0,1,2], +"redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459":[5,0,3,1,3,0,1,5], +"redbasic_2php_2style_8php.html#ac98bd8264411bd207a5740d08e81a158":[5,0,3,1,3,0,1,3], +"redbasic_2php_2theme_8php.html":[5,0,3,1,3,0,2], +"redbasic_2php_2theme_8php.html#af6eb813e9fc7e2d76ac1b82bc5c0ed9b":[5,0,3,1,3,0,2,0], +"redbasic_8php.html":[5,0,3,1,0,2,9], +"reddav_8php.html":[5,0,0,67], +"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[5,0,0,67,5], +"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[5,0,0,67,6], +"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[5,0,0,67,4], +"register_8php.html":[5,0,1,90], +"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[5,0,1,90,0], +"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[5,0,1,90,2], +"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[5,0,1,90,1], +"regmod_8php.html":[5,0,1,91], +"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[5,0,1,91,0], +"removeme_8php.html":[5,0,1,92], +"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[5,0,1,92,0], +"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[5,0,1,92,1], +"rmagic_8php.html":[5,0,1,93], +"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[5,0,1,93,0], +"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[5,0,1,93,2], +"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[5,0,1,93,1], +"rpost_8php.html":[5,0,1,94], +"rpost_8php.html#a8190354d789000806d9879aea276728f":[5,0,1,94,0], +"rsd__xml_8php.html":[5,0,1,95], +"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[5,0,1,95,0], +"search_8php.html":[5,0,1,96], +"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[5,0,1,96,0], +"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[5,0,1,96,1], +"search__ac_8php.html":[5,0,1,97], +"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[5,0,1,97,0], +"security_8php.html":[5,0,0,68], +"security_8php.html#a15e0f8f511cc06192db63387f97238b3":[5,0,0,68,11], +"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[5,0,0,68,2], +"security_8php.html#a444ac867dfa8c37cf0a7a226412bee28":[5,0,0,68,4], +"security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433":[5,0,0,68,5], +"security_8php.html#a8d23d2597aae380a3341872fe9513380":[5,0,0,68,1], +"security_8php.html#a9355488460ab11d6058656ff919e5cf9":[5,0,0,68,7], +"security_8php.html#a9c6180e82150a5a9af91a1255d096b5c":[5,0,0,68,3], +"security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01":[5,0,0,68,9], +"security_8php.html#acd06ef411116115c2f0a92633700db8a":[5,0,0,68,6], +"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[5,0,0,68,0], +"security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809":[5,0,0,68,10], +"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[5,0,0,68,8], +"session_8php.html":[5,0,0,69], +"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[5,0,0,69,4], +"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[5,0,0,69,0], +"session_8php.html#a5e1c616e02b863d5450317d101366bb7":[5,0,0,69,1], +"session_8php.html#a62e4a6cb26b4bb1b8ddd8277b26090eb":[5,0,0,69,8], +"session_8php.html#a7f0f50576360d9ba52d29364e0b83a8e":[5,0,0,69,5], +"session_8php.html#a96b09cc763572f45280786a7b33feb7e":[5,0,0,69,7], +"session_8php.html#ac4461c1984543d3553e73dba2771568f":[5,0,0,69,6], +"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[5,0,0,69,3], +"session_8php.html#af0100a2642a5268594bbd5742a03d885":[5,0,0,69,9], +"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[5,0,0,69,2], +"settings_8php.html":[5,0,1,98], +"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[5,0,1,98,0], +"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[5,0,1,98,1], +"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[5,0,1,98,2], +"setup_8php.html":[5,0,1,99], +"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[5,0,1,99,2], +"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[5,0,1,99,14], +"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[5,0,1,99,5], +"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[5,0,1,99,13], +"setup_8php.html#a2b375ddc555140236fc500135de99371":[5,0,1,99,10], +"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[5,0,1,99,3], +"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[5,0,1,99,1], +"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[5,0,1,99,8], +"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[5,0,1,99,12], +"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[5,0,1,99,4], +"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[5,0,1,99,7], +"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[5,0,1,99,11], +"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[5,0,1,99,9], +"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[5,0,1,99,16], +"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[5,0,1,99,0], +"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[5,0,1,99,15], +"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[5,0,1,99,6], +"share_8php.html":[5,0,1,100], +"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[5,0,1,100,0], +"siteinfo_8php.html":[5,0,1,101], +"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[5,0,1,101,1], +"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[5,0,1,101,0], +"sitelist_8php.html":[5,0,1,102], +"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[5,0,1,102,0], +"smilies_8php.html":[5,0,1,103], +"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[5,0,1,103,0], +"socgraph_8php.html":[5,0,0,70], +"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[5,0,0,70,0], +"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[5,0,0,70,6], +"socgraph_8php.html#a76e6fca3d2bc842dcd9e710bb87c8329":[5,0,0,70,7], +"socgraph_8php.html#a790690bb1a1d02483fe31632a160144d":[5,0,0,70,8], +"socgraph_8php.html#a7d34cd58025bcd9e575282f44db75918":[5,0,0,70,1], +"socgraph_8php.html#a887d576f21fd708132a06d0f72f90f84":[5,0,0,70,4], +"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[5,0,0,70,2], +"socgraph_8php.html#af175807406d94407a5e11742a3287746":[5,0,0,70,5], +"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[5,0,0,70,3], +"sources_8php.html":[5,0,1,104], +"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[5,0,1,104,0], +"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[5,0,1,104,1], +"spam_8php.html":[5,0,0,71], +"spam_8php.html#a05861201147b9a538d006f0269255cf9":[5,0,0,71,1], +"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[5,0,0,71,0], +"sslify_8php.html":[5,0,1,105], +"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[5,0,1,105,0], +"starred_8php.html":[5,0,1,106], +"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[5,0,1,106,0], +"subthread_8php.html":[5,0,1,107], +"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[5,0,1,107,0], +"suggest_8php.html":[5,0,1,108], +"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[5,0,1,108,0], +"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[5,0,1,108,1], +"system__unavailable_8php.html":[5,0,0,72], +"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[5,0,0,72,0], +"tagger_8php.html":[5,0,1,109], +"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[5,0,1,109,0], +"tagrm_8php.html":[5,0,1,110], +"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[5,0,1,110,1], +"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[5,0,1,110,0], +"taxonomy_8php.html":[5,0,0,73], +"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[5,0,0,73,9], +"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[5,0,0,73,0], +"taxonomy_8php.html#a08df5164926d2b31b8e9fcfe919de2b6":[5,0,0,73,2], +"taxonomy_8php.html#a0fb8cf0ac7bcbc8b27d856fe9bf69cd1":[5,0,0,73,6], +"taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1":[5,0,0,73,4], +"taxonomy_8php.html#a3299482ac20e9d79453048dd52881d37":[5,0,0,73,3], +"taxonomy_8php.html#a4ba1339b2a7054971178ce194e4440fd":[5,0,0,73,10], +"taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1":[5,0,0,73,1], +"taxonomy_8php.html#a7747fa859ac56fbffd4f9782d85505de":[5,0,0,73,7], +"taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c":[5,0,0,73,14], +"taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43":[5,0,0,73,13], +"taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a":[5,0,0,73,11], +"taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2":[5,0,0,73,12], +"taxonomy_8php.html#adfead45e3b8a3dfb2b4a4b9281d0dbe1":[5,0,0,73,5], +"taxonomy_8php.html#af387463d42ffdf7d2ab3d5b22e40a0c7":[5,0,0,73,8], +"template__processor_8php.html":[5,0,0,74], +"template__processor_8php.html#a797745996c7839a93b2ab1af456631ab":[5,0,0,74,3], +"template__processor_8php.html#ab2bcd8738f20f293636a6ae8e1099db5":[5,0,0,74,1], +"template__processor_8php.html#ac635bb19a5f6eadd6b0cddefdd537c1e":[5,0,0,74,2], +"text_8php.html":[5,0,0,75], +"text_8php.html#a0271381208acfa2d4cff36da281e3e23":[5,0,0,75,39], +"text_8php.html#a030fa5ecc64168af0c4f44897a9bce63":[5,0,0,75,45], +"text_8php.html#a070384ec000fd65043fce11d5392d241":[5,0,0,75,6], +"text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c":[5,0,0,75,16], +"text_8php.html#a0c65597bb4aed3a039eb795ff540e5e3":[5,0,0,75,11], +"text_8php.html#a10dde167249ed5abf190a7a0986878ea":[5,0,0,75,70], +"text_8php.html#a11255c8c4e5245b6c24f97684826aa54":[5,0,0,75,44], +"text_8php.html#a13286f8a95d2de6b102966ecc270c8d6":[5,0,0,75,5], +"text_8php.html#a1360fed7f918d859daaca1c9f384f9af":[5,0,0,75,81], +"text_8php.html#a138a3a611fa7f4f3630674145fc826bf":[5,0,0,75,32], +"text_8php.html#a1557112a774ec00fa06ed6b6f6495506":[5,0,0,75,35], +"text_8php.html#a1633412120f52bdce5f43e0a127d9293":[5,0,0,75,49], +"text_8php.html#a1af49756c8c71902a66c7e329c462beb":[5,0,0,75,52], +"text_8php.html#a1e510c53624933ce9b7d6715784894db":[5,0,0,75,46], +"text_8php.html#a24d441d30df4b8e6bf6780bf62a5e2c6":[5,0,0,75,47], +"text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728":[5,0,0,75,42], +"text_8php.html#a273156a6f5cddc6652ad656821cd5805":[5,0,0,75,71], +"text_8php.html#a27cd2c1b3bcb49a0cfb7249e851725ca":[5,0,0,75,4], +"text_8php.html#a29988052f3944111def3b6aaf2c7a8f6":[5,0,0,75,89], +"text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7":[5,0,0,75,78], +"text_8php.html#a2a902f5fdba8646333e997898ac45ea3":[5,0,0,75,48], +"text_8php.html#a2e8d6c402603be3a1256a16605e09c2a":[5,0,0,75,10], +"text_8php.html#a2f2585385530cb935a6325c809d84a4d":[5,0,0,75,75], +"text_8php.html#a2ffd79c60cc87cec24ef76447b905187":[5,0,0,75,91], +"text_8php.html#a3054189cff173977f4216c9a3dd29e1b":[5,0,0,75,23], +"text_8php.html#a324c58f37f6acdf9cd1922aa76077d9f":[5,0,0,75,86], +"text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9":[5,0,0,75,73], +"text_8php.html#a36a2e5d418ee81140f25c4233cfecd1f":[5,0,0,75,84], +"text_8php.html#a3972701c5c83624ec4e2d06242f614e7":[5,0,0,75,30], +"text_8php.html#a3999a0b3e22e440f280ee791ce34d384":[5,0,0,75,41], +"text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59":[5,0,0,75,25], +"text_8php.html#a3d225b253bb9e0f2498c11647d927b0b":[5,0,0,75,72], +"text_8php.html#a3d2793d66db3345fd290b71e2eadf98e":[5,0,0,75,7], +"text_8php.html#a405afe814a23f3bd94d826101aa168ab":[5,0,0,75,87], +"text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a":[5,0,0,75,33], +"text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623":[5,0,0,75,31], +"text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285":[5,0,0,75,43], +"text_8php.html#a4841df5beabdd1bdd1ed56781a915d61":[5,0,0,75,61], +"text_8php.html#a4bbb7d00c05cd20b4e043424f322388f":[5,0,0,75,50], +"text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91":[5,0,0,75,24], +"text_8php.html#a4e7698aca48982512594b274543c3b9b":[5,0,0,75,60], +"text_8php.html#a543447c5ed766535221e2d9636b379ee":[5,0,0,75,83], +"text_8php.html#a55ab893be57feda59c2a7ba1e58ff2d0":[5,0,0,75,9], +"text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63":[5,0,0,75,14], +"text_8php.html#a6a3d80a6c6fb234fd0bac44203b828eb":[5,0,0,75,82], +"text_8php.html#a71f6952243d3fe1c5a8154f78027e29c":[5,0,0,75,40], +"text_8php.html#a736db13a966b8abaf8c9198faa35911a":[5,0,0,75,27], +"text_8php.html#a740ad03e00459039a2c0992246c4e727":[5,0,0,75,79], +"text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85":[5,0,0,75,1], +"text_8php.html#a75c326298519ed14ebe762194c8a3f2a":[5,0,0,75,34], +"text_8php.html#a76d1b3435c067978d7b484c45f56472b":[5,0,0,75,26], +"text_8php.html#a8264348059abd1d4d5bb521323d3b19a":[5,0,0,75,80], +"text_8php.html#a85e3a4851c16674834010d8419a5d7ca":[5,0,0,75,8], +"text_8php.html#a876e94892867019935b348b573299352":[5,0,0,75,68], +"text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13":[5,0,0,75,74], +"text_8php.html#a87a3cefc603302c78982f1d8e1245265":[5,0,0,75,15], +"text_8php.html#a89929fa6f70a8ba54d5273fcf622b665":[5,0,0,75,20], +"text_8php.html#a8b0a799341b1fc4cba2c3ede3e3fc9b6":[5,0,0,75,59], +"text_8php.html#a8d8c4a11e53461caca21181ebd72daca":[5,0,0,75,19], +"text_8php.html#a95fd2f8f23a1948414a03ebc963bac57":[5,0,0,75,3], +"text_8php.html#a98fd99dee3da8cf4c148dc04efe782ee":[5,0,0,75,54], +"text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09":[5,0,0,75,65], +"text_8php.html#a9d6a5ee1290de7a8b483fe78585daade":[5,0,0,75,63], +"text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c":[5,0,0,75,67], +"text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66":[5,0,0,75,29], +"text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64":[5,0,0,75,17], +"text_8php.html#aa5528f41533927e1bd2da3618a74a6d7":[5,0,0,75,55], +"text_8php.html#aa6b0aa8afbeab50d1a3058ad21acb74e":[5,0,0,75,36], +"text_8php.html#aac0969ae09853205992ba06ab9f9f61a":[5,0,0,75,28], +"text_8php.html#aad557c054cf2ed915633701018fc7e3f":[5,0,0,75,90], +"text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447":[5,0,0,75,69], +"text_8php.html#aaed4413ed8918838b517e3b2fafaea0d":[5,0,0,75,85], +"text_8php.html#ab4a4c3d4700bc219bb84f33b499314f4":[5,0,0,75,88], +"text_8php.html#ac19d2b33a58372a357a43d51eed19162":[5,0,0,75,56], +"text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e":[5,0,0,75,37], +"text_8php.html#ac2ff88e800f74b22e9cc091c10809c54":[5,0,0,75,76], +"text_8php.html#ace3c98538c63e09b70a363210b414112":[5,0,0,75,21], +"text_8php.html#acedb584f65114a33f389efb796172a91":[5,0,0,75,2], +"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[5,0,0,75,13], +"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[5,0,0,75,64], +"text_8php.html#adba17ec946f4285285dc100f7860bf51":[5,0,0,75,51], +"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[5,0,0,75,38], +"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[5,0,0,75,66], +"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[5,0,0,75,18], +"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[5,0,0,75,57], +"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[5,0,0,75,0], +"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[5,0,0,75,77], +"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[5,0,0,75,62], +"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[5,0,0,75,22], +"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[5,0,0,75,12], +"text_8php.html#afe54312607d92f7ce9593f5760831f80":[5,0,0,75,58], +"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[5,0,0,75,53], +"theme_2apw_2php_2theme__init_8php.html":[5,0,3,1,0,1,4], +"theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[5,0,3,1,0,1,4,0], +"theme_2blogga_2php_2default_8php.html":[5,0,3,1,1,0,1], +"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,1,1,0,1,2], +"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,0,1,0], +"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[5,0,3,1,1,0,1,1], +"theme_2blogga_2php_2theme__init_8php.html":[5,0,3,1,1,0,3], +"theme_2blogga_2view_2theme_2blog_2default_8php.html":[5,0,3,1,1,1,0,0,1], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[5,0,3,1,1,1,0,0,1,2] }; diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js index e69543cde..61cb75bf6 100644 --- a/doc/html/navtreeindex8.js +++ b/doc/html/navtreeindex8.js @@ -1,10 +1,40 @@ var NAVTREEINDEX8 = { -"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,118,0], -"update__network_8php.html":[5,0,1,119], -"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,119,0], -"update__search_8php.html":[5,0,1,120], -"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,120,0], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[5,0,3,1,1,1,0,0,1,1], +"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[5,0,3,1,1,1,0,0,1,0], +"theme_2mytheme_2php_2default_8php.html":[5,0,3,1,2,0,0], +"theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[5,0,3,1,2,0,0,0], +"theme_2redbasic_2php_2theme__init_8php.html":[5,0,3,1,3,0,3], +"thing_8php.html":[5,0,1,111], +"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[5,0,1,111,0], +"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[5,0,1,111,1], +"toggle__mobile_8php.html":[5,0,1,112], +"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[5,0,1,112,0], +"toggle__safesearch_8php.html":[5,0,1,113], +"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[5,0,1,113,0], +"tpldebug_8php.html":[5,0,2,8], +"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[5,0,2,8,0], +"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[5,0,2,8,1], +"tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[5,0,2,8,2], +"typo_8php.html":[5,0,2,9], +"typo_8php.html#a1b709c1d79631ebc8320b41bda028b54":[5,0,2,9,1], +"typo_8php.html#a329c9c12217d2c8660c47bbc7c8df4c5":[5,0,2,9,4], +"typo_8php.html#a3ecd17ac846be1b35f3662f5c12ab6bd":[5,0,2,9,3], +"typo_8php.html#a9590b15215a21e9b42eb546aeef79704":[5,0,2,9,2], +"typo_8php.html#acebf83966ef6d7e5645a6b62ba368f9f":[5,0,2,9,0], +"typohelper_8php.html":[5,0,2,10], +"typohelper_8php.html#a7542d95618011800c61773127fa625cf":[5,0,2,10,0], +"typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[5,0,2,10,1], +"uexport_8php.html":[5,0,1,114], +"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[5,0,1,114,0], +"update__channel_8php.html":[5,0,1,115], +"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[5,0,1,115,0], +"update__display_8php.html":[5,0,1,116], +"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[5,0,1,116,0], +"update__network_8php.html":[5,0,1,117], +"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[5,0,1,117,0], +"update__search_8php.html":[5,0,1,118], +"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[5,0,1,118,0], "updatetpl_8py.html":[5,0,2,11], "updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[5,0,2,11,5], "updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[5,0,2,11,2], @@ -12,116 +42,116 @@ var NAVTREEINDEX8 = "updatetpl_8py.html#ab42dd79af65ee82201fd6f04715f62f6":[5,0,2,11,3], "updatetpl_8py.html#ac9d11279fed403a329a719298feafc4f":[5,0,2,11,0], "updatetpl_8py.html#ae694f5e1f25f8a92a945eb90c432dfe6":[5,0,2,11,4], -"view_2theme_2apw_2php_2config_8php.html":[5,0,3,2,0,1,0], -"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,0,1,0,1], -"view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,0,1,0,2], -"view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0":[5,0,3,2,0,1,0,0], -"view_2theme_2blogga_2php_2config_8php.html":[5,0,3,2,1,0,0], -"view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,2,1,0,0,1], -"view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,2,1,0,0,0], -"view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,1,0,0,3], -"view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,1,0,0,4], -"view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,2,1,0,0,2], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html":[5,0,3,2,1,1,0,0,0], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,2,1,1,0,0,0,1], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,2,1,1,0,0,0,0], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,1,1,0,0,0,3], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,1,1,0,0,0,4], -"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,2,1,1,0,0,0,2], -"view_2theme_2redbasic_2php_2config_8php.html":[5,0,3,2,2,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,2,2,0,0,0], -"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,2,2,0,0,1], -"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,2,2,0,0,2], -"view_8php.html":[5,0,1,121], -"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,121,0], -"viewconnections_8php.html":[5,0,1,122], -"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,122,1], -"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,122,0], -"viewsrc_8php.html":[5,0,1,123], -"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,123,0], -"vote_8php.html":[5,0,1,124], -"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,124,2], -"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,124,0], -"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,124,1], -"wall__attach_8php.html":[5,0,1,125], -"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,125,0], -"wall__upload_8php.html":[5,0,1,126], -"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,126,0], -"webfinger_8php.html":[5,0,1,127], -"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,127,0], -"webpages_8php.html":[5,0,1,128], -"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,128,0], -"wfinger_8php.html":[5,0,1,129], -"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,129,0], -"widedarkness_8php.html":[5,0,3,2,0,2,10], -"widgets_8php.html":[5,0,0,73], -"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,73,10], -"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,73,24], -"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,73,2], -"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,73,7], -"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,73,8], -"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,73,15], -"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,73,17], -"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,73,18], -"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,73,4], -"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,73,23], -"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,73,11], -"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,73,25], -"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,73,19], -"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,73,14], -"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,73,1], -"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,73,21], -"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,73,9], -"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,73,5], -"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,73,6], -"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,73,22], -"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,73,20], -"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,73,27], -"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,73,13], -"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,73,0], -"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,73,12], -"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,73,26], -"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,73,3], -"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,73,16], -"xchan_8php.html":[5,0,1,130], -"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,130,0], -"xrd_8php.html":[5,0,1,131], -"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,131,0], -"xref_8php.html":[5,0,1,132], -"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,132,0], -"zfinger_8php.html":[5,0,1,133], -"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,133,0], -"zot_8php.html":[5,0,0,74], -"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,74,13], -"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,74,6], -"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,74,7], -"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,74,15], -"zot_8php.html#a37ec13b18057634eadb071f05297f5e1":[5,0,0,74,10], -"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,74,17], -"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,74,5], -"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,74,21], -"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,74,26], -"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,74,18], -"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,74,0], -"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,74,8], -"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,74,25], -"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,74,3], -"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,74,24], -"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,74,19], -"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,74,12], -"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,74,11], -"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,74,14], -"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,74,23], -"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,74,16], -"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,74,27], -"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,74,9], -"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,74,1], -"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,74,4], -"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,74,2], -"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,74,20], -"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,74,22], -"zotfeed_8php.html":[5,0,1,134], -"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,134,0], -"zping_8php.html":[5,0,1,135], -"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,135,0] +"view_2theme_2apw_2php_2config_8php.html":[5,0,3,1,0,1,0], +"view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,0,1,0,1], +"view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,0,1,0,2], +"view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0":[5,0,3,1,0,1,0,0], +"view_2theme_2blogga_2php_2config_8php.html":[5,0,3,1,1,0,0], +"view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,1,1,0,0,1], +"view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,1,1,0,0,0], +"view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,1,0,0,3], +"view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,1,0,0,4], +"view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,1,1,0,0,2], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html":[5,0,3,1,1,1,0,0,0], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53":[5,0,3,1,1,1,0,0,0,1], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27":[5,0,3,1,1,1,0,0,0,0], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,1,1,0,0,0,3], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,1,1,0,0,0,4], +"view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b":[5,0,3,1,1,1,0,0,0,2], +"view_2theme_2redbasic_2php_2config_8php.html":[5,0,3,1,3,0,0], +"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[5,0,3,1,3,0,0,0], +"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[5,0,3,1,3,0,0,1], +"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[5,0,3,1,3,0,0,2], +"view_8php.html":[5,0,1,119], +"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[5,0,1,119,0], +"viewconnections_8php.html":[5,0,1,120], +"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[5,0,1,120,1], +"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[5,0,1,120,0], +"viewsrc_8php.html":[5,0,1,121], +"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[5,0,1,121,0], +"vote_8php.html":[5,0,1,122], +"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[5,0,1,122,2], +"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[5,0,1,122,0], +"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[5,0,1,122,1], +"wall__attach_8php.html":[5,0,1,123], +"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[5,0,1,123,0], +"wall__upload_8php.html":[5,0,1,124], +"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[5,0,1,124,0], +"webfinger_8php.html":[5,0,1,125], +"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[5,0,1,125,0], +"webpages_8php.html":[5,0,1,126], +"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[5,0,1,126,0], +"wfinger_8php.html":[5,0,1,127], +"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[5,0,1,127,0], +"widedarkness_8php.html":[5,0,3,1,0,2,10], +"widgets_8php.html":[5,0,0,76], +"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[5,0,0,76,10], +"widgets_8php.html#a0d404276fedc59f5038cf5c085028326":[5,0,0,76,24], +"widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3":[5,0,0,76,2], +"widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b":[5,0,0,76,7], +"widgets_8php.html#a268b01ce1ab8fe2cb346cb769b9d1091":[5,0,0,76,8], +"widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5":[5,0,0,76,15], +"widgets_8php.html#a3bdfb81bf9a8ddf219924fa7eaf22013":[5,0,0,76,17], +"widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256":[5,0,0,76,18], +"widgets_8php.html#a47c72aac42058ea086c9ef8651c259da":[5,0,0,76,4], +"widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8":[5,0,0,76,23], +"widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0":[5,0,0,76,11], +"widgets_8php.html#a6dbc227aac750774284ee39c45f0a200":[5,0,0,76,25], +"widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e":[5,0,0,76,19], +"widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165":[5,0,0,76,14], +"widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65":[5,0,0,76,1], +"widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8":[5,0,0,76,21], +"widgets_8php.html#a95c06bc9be133e89768746302d2ac395":[5,0,0,76,9], +"widgets_8php.html#a9d60539db68042e63c0015abd69a6f7a":[5,0,0,76,5], +"widgets_8php.html#aa189a07241246d97efbee29f1c6a6f7f":[5,0,0,76,6], +"widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01":[5,0,0,76,22], +"widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923":[5,0,0,76,20], +"widgets_8php.html#abe03366fd22fd27d683518fa0765da50":[5,0,0,76,27], +"widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd":[5,0,0,76,13], +"widgets_8php.html#add9b24d3304e529a7975e96122315554":[5,0,0,76,0], +"widgets_8php.html#ade630b19fb4c622b7b2f6f8ef89eefa2":[5,0,0,76,12], +"widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653":[5,0,0,76,26], +"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[5,0,0,76,3], +"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[5,0,0,76,16], +"xchan_8php.html":[5,0,1,128], +"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[5,0,1,128,0], +"xrd_8php.html":[5,0,1,129], +"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[5,0,1,129,0], +"xref_8php.html":[5,0,1,130], +"xref_8php.html#a9bee399213b8de8226b0d60834307473":[5,0,1,130,0], +"zfinger_8php.html":[5,0,1,131], +"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[5,0,1,131,0], +"zot_8php.html":[5,0,0,77], +"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[5,0,0,77,13], +"zot_8php.html#a20750dd2c36961013fd382fb34e1366c":[5,0,0,77,6], +"zot_8php.html#a2657e141d62d5f67ad3c87651b585299":[5,0,0,77,7], +"zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df":[5,0,0,77,15], +"zot_8php.html#a3862b3161b2c8557dc1a95020179bd81":[5,0,0,77,17], +"zot_8php.html#a3bf11286c2619b4ca28e49d5b5ab374a":[5,0,0,77,5], +"zot_8php.html#a4d9e6ca295e443b740d9960c304b3474":[5,0,0,77,10], +"zot_8php.html#a55056e863a7860bc0cf922e78fcce073":[5,0,0,77,21], +"zot_8php.html#a5bcdfef419b16075a0eca990956223dc":[5,0,0,77,26], +"zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea":[5,0,0,77,18], +"zot_8php.html#a703f528ade8382cf374e4119bd6f7859":[5,0,0,77,0], +"zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a":[5,0,0,77,8], +"zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c":[5,0,0,77,25], +"zot_8php.html#a8e22dbc6f884be3644a892a876cbd972":[5,0,0,77,3], +"zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03":[5,0,0,77,24], +"zot_8php.html#a95528377d7303131958c9f0b7158fdce":[5,0,0,77,19], +"zot_8php.html#a9a57b40669351c9791126b925cb7ef3b":[5,0,0,77,12], +"zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc":[5,0,0,77,11], +"zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10":[5,0,0,77,14], +"zot_8php.html#ab22d67660702056bf3f4696dcebf5ce7":[5,0,0,77,23], +"zot_8php.html#ab319d1d9fff9c7775d9daef42d1f33dd":[5,0,0,77,16], +"zot_8php.html#ab3e9b99ddb11353f37f265a05bb42142":[5,0,0,77,27], +"zot_8php.html#ac301c67864917c35922257950ae0f95c":[5,0,0,77,9], +"zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7":[5,0,0,77,1], +"zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d":[5,0,0,77,4], +"zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72":[5,0,0,77,2], +"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[5,0,0,77,20], +"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[5,0,0,77,22], +"zotfeed_8php.html":[5,0,1,132], +"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[5,0,1,132,0], +"zping_8php.html":[5,0,1,133], +"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[5,0,1,133,0] }; diff --git a/doc/html/parse__url_8php.html b/doc/html/parse__url_8php.html index be706dad8..2de21ed62 100644 --- a/doc/html/parse__url_8php.html +++ b/doc/html/parse__url_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('parse__url_8php.html','');}); <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> -<tr class="memitem:a496f4e3836154f6f32b8e805a7160d3a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('<a class="el" href="html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2">deletenode</a>')) </td><td class="memItemRight" valign="bottom"><a class="el" href="parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a">completeurl</a> ($url, $scheme)</td></tr> +<tr class="memitem:a496f4e3836154f6f32b8e805a7160d3a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('<a class="el" href="html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2">deletenode</a>')) </td><td class="memItemRight" valign="bottom"><a class="el" href="parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a">completeurl</a> ($url, $scheme)</td></tr> <tr class="separator:a496f4e3836154f6f32b8e805a7160d3a"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a25635549f2c22955d72465f4d2e58993"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="parse__url_8php.html#a25635549f2c22955d72465f4d2e58993">parseurl_getsiteinfo</a> ($url)</td></tr> <tr class="separator:a25635549f2c22955d72465f4d2e58993"><td class="memSeparator" colspan="2"> </td></tr> @@ -153,7 +153,7 @@ Functions</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('<a class="el" href="html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2">deletenode</a>')) completeurl </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('<a class="el" href="html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2">deletenode</a>')) completeurl </td> <td>(</td> <td class="paramtype"> </td> <td class="paramname"><em>$url</em>, </td> diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html index 02ccc7f7a..1a220df09 100644 --- a/doc/html/permissions_8php.html +++ b/doc/html/permissions_8php.html @@ -248,7 +248,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser\set_writeable()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> +<p>Referenced by <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2attach_8php.html#a0d07c5b83d3d54e186f752e571847b36">attach_by_hash()</a>, <a class="el" href="include_2attach_8php.html#ad991208ce939387e2f93a3bce7d09932">attach_by_hash_nodata()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7">check_list_permissions()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7">RedFile\delete()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedBrowser.html#a40fdbb9d9fe6c1243bbf135dd5b0a06f">RedBrowser\set_writeable()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="include_2attach_8php.html#aeb07968990e66a88c95483ca09a7f909">z_readdir()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html index c47fcf935..502d24725 100644 --- a/doc/html/php2po_8php.html +++ b/doc/html/php2po_8php.html @@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('php2po_8php.html','');}); <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> -<tr class="memitem:abbb0e5fd8fbc1f13a9bf68f86eb3d2a4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!class_exists('<a class="el" href="classApp.html">App</a>')) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>($argc!=2) </td><td class="memItemRight" valign="bottom"><a class="el" href="php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4">$phpfile</a> = $<a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv</a>[1]</td></tr> +<tr class="memitem:abbb0e5fd8fbc1f13a9bf68f86eb3d2a4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!class_exists('<a class="el" href="classApp.html">App</a>')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>($argc!=2) </td><td class="memItemRight" valign="bottom"><a class="el" href="php2po_8php.html#abbb0e5fd8fbc1f13a9bf68f86eb3d2a4">$phpfile</a> = $<a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv</a>[1]</td></tr> <tr class="separator:abbb0e5fd8fbc1f13a9bf68f86eb3d2a4"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a401d84ce156e49e8168bd0c4781e1be1"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="php2po_8php.html#a401d84ce156e49e8168bd0c4781e1be1">$pofile</a> = dirname($phpfile)."/messages.po"</td></tr> <tr class="separator:a401d84ce156e49e8168bd0c4781e1be1"><td class="memSeparator" colspan="2"> </td></tr> @@ -191,7 +191,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!class_exists('<a class="el" href="classApp.html">App</a>')) <a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ($argc!=2) $phpfile = $<a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv</a>[1]</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!class_exists('<a class="el" href="classApp.html">App</a>')) <a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ($argc!=2) $phpfile = $<a class="el" href="boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006">argv</a>[1]</td> </tr> </table> </div><div class="memdoc"> diff --git a/doc/html/php_2theme__init_8php.html b/doc/html/php_2theme__init_8php.html index 70f6bc098..99bc04eb4 100644 --- a/doc/html/php_2theme__init_8php.html +++ b/doc/html/php_2theme__init_8php.html @@ -127,7 +127,7 @@ Variables</h2></td></tr> </div><div class="memdoc"> <p>Those who require this feature will know what to do with it. Those who don't, won't. Eventually this functionality needs to be provided by a module such that permissions can be enforced. At the moment it's more of a proof of concept; but sufficient for our immediate needs. </p> -<p>Referenced by <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="item_8php.html#a3daae7944f737bd30412a0d042207c0f">fix_attached_file_permissions()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post__to__red_8php.html#a5cc2a89a6d33cdb8e2ca557a69bef42d">post_to_red_delete_comment()</a>, <a class="el" href="post__to__red_8php.html#a4674bb5ce2baa32c559607460c39a2c5">post_to_red_delete_post()</a>, <a class="el" href="post__to__red_8php.html#a75db5d87226a0287a0ac0fa315f2bcfd">post_to_red_displayAdminContent()</a>, <a class="el" href="post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540">post_to_red_post()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#afb99daa6b731bf497b81f2128084852c">api_user()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2attach_8php.html#a84a8a64c4805e1525b42d4add464833f">attach_store()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="include_2chat_8php.html#acdc80dba4eb796c7472b21129b435422">chatroom_create()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="item_8php.html#a3daae7944f737bd30412a0d042207c0f">fix_attached_file_permissions()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="items_8php.html#a079e099e15d88d47aeb6ca6d60da7107">get_public_feed()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349">RedBrowser\htmlActionsPanel()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f">importelm_post()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2menu_8php.html#add35fae5e9695031b3d46e30ac409eb8">menu_add_item()</a>, <a class="el" href="include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa">menu_edit_item()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="include_2photos_8php.html#aedccaf18282b26899d9549c29bd9d1b9">photos_albums_list()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="include_2photos_8php.html#ad648c0c5544fe9263409b6f6e57c6274">photos_create_item()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post__to__red_8php.html#a5cc2a89a6d33cdb8e2ca557a69bef42d">post_to_red_delete_comment()</a>, <a class="el" href="post__to__red_8php.html#a4674bb5ce2baa32c559607460c39a2c5">post_to_red_delete_post()</a>, <a class="el" href="post__to__red_8php.html#a75db5d87226a0287a0ac0fa315f2bcfd">post_to_red_displayAdminContent()</a>, <a class="el" href="post__to__red_8php.html#af5fd50e2c42ede85f8a9e8d9ee3cf540">post_to_red_post()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="items_8php.html#a2baa9e05f1e8aa3dd61c85803ae39bd6">update_remote_id()</a>, <a class="el" href="wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653">wall_attach_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, and <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>.</p> </div> </div> diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html index 04e207bd7..80409391e 100644 --- a/doc/html/plugin_8php.html +++ b/doc/html/plugin_8php.html @@ -198,7 +198,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="items_8php.html#a016dd86c827d08db89061ea81d15c6cb">atom_author()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="account_8php.html#a144b4891022567668375b58ea61cfff0">check_account_password()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355">gender_selector()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972">get_perms()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App\get_widgets()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837">html2bbcode()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798">marital_selector()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7">sexpref_selector()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>, and <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>.</p> +<p>Referenced by <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="items_8php.html#a016dd86c827d08db89061ea81d15c6cb">atom_author()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bb2diaspora_8php.html#a4f10e0876b27373c762bc1abbe745f5c">bb2diaspora()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="account_8php.html#ae052bd5558847bd38e89c213561a9771">check_account_email()</a>, <a class="el" href="account_8php.html#aaff7720423417a4333697894ffd9ddeb">check_account_invite()</a>, <a class="el" href="account_8php.html#a144b4891022567668375b58ea61cfff0">check_account_password()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0">feature_enabled()</a>, <a class="el" href="profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355">gender_selector()</a>, <a class="el" href="permissions_8php.html#aeca9b280f3dc3358c89976d81d690008">get_all_perms()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c">get_features()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="text_8php.html#a736db13a966b8abaf8c9198faa35911a">get_mood_verbs()</a>, <a class="el" href="permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972">get_perms()</a>, <a class="el" href="text_8php.html#aa46f941155c2ac1155f2f17ffb0adb66">get_poke_verbs()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="classApp.html#a871898becd0697d778f36d9336253ae8">App\get_widgets()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837">html2bbcode()</a>, <a class="el" href="items_8php.html#ae73794179b62d39bb597ff670ab1c1e5">import_author_xchan()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798">marital_selector()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="contact__selectors_8php.html#ad472e4716426dd1a9dd77b62962454be">network_to_name()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce">obj_verbs()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="comanche_8php.html#af7150df735e5ff9d467994cd6f769c6e">pdl_selector()</a>, <a class="el" href="permissions_8php.html#a67ada9ed51e77885b6b0f6a28cee1835">perm_is_allowed()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="acl__selectors_8php.html#a7b5446e999636ceceea65c154d865a31">populate_acl()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d">probe_well_known()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7">sexpref_selector()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="identity_8php.html#af2802bc13a00a17b867bba7978ba8f58">validate_channelname()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>, and <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>.</p> </div> </div> @@ -290,7 +290,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="acl__selectors_8php.html#a7b5446e999636ceceea65c154d865a31">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="acl__selectors_8php.html#a7b5446e999636ceceea65c154d865a31">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> diff --git a/doc/html/poller_8php.html b/doc/html/poller_8php.html index 18a6733ec..8edd7b295 100644 --- a/doc/html/poller_8php.html +++ b/doc/html/poller_8php.html @@ -141,6 +141,8 @@ Functions</h2></td></tr> </div><div class="memdoc"> <p>Cron Daily</p> <p>Actions in the following block are executed once per day, not on every poller run</p> +<p>Cron Weekly</p> +<p>Actions in the following block are executed once per day only on Sunday (once per week).</p> </div> </div> diff --git a/doc/html/redbasic_2php_2style_8php.html b/doc/html/redbasic_2php_2style_8php.html index 69bdd895d..da8eea55d 100644 --- a/doc/html/redbasic_2php_2style_8php.html +++ b/doc/html/redbasic_2php_2style_8php.html @@ -120,7 +120,7 @@ Variables</h2></td></tr> <tr class="separator:a5bff5012c56e34da6b3b2ed475726b27"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a9b489f1c595b867212d30eca0c85b38c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="redbasic_2php_2style_8php.html#a9b489f1c595b867212d30eca0c85b38c">$pmenu_reply</a> = intval($reply_photo) - 16 . 'px'</td></tr> <tr class="separator:a9b489f1c595b867212d30eca0c85b38c"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:ab3afb90d611eca90819f597a2c0bb459"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>($nav_min_opacity===false||$nav_min_opacity=== '') </td><td class="memItemRight" valign="bottom"><a class="el" href="redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459">else</a></td></tr> +<tr class="memitem:ab3afb90d611eca90819f597a2c0bb459"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>($nav_min_opacity===false||$nav_min_opacity=== '') </td><td class="memItemRight" valign="bottom"><a class="el" href="redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459">else</a></td></tr> <tr class="separator:ab3afb90d611eca90819f597a2c0bb459"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a01c151bf47f7da2b979aaa4cb868da4c"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="redbasic_2php_2style_8php.html#a01c151bf47f7da2b979aaa4cb868da4c">$nav_percent_min_opacity</a> = (int) 100 * $nav_min_opacity</td></tr> <tr class="separator:a01c151bf47f7da2b979aaa4cb868da4c"><td class="memSeparator" colspan="2"> </td></tr> @@ -191,7 +191,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ($nav_min_opacity===false||$nav_min_opacity=== '') else</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ($nav_min_opacity===false||$nav_min_opacity=== '') else</td> </tr> </table> </div><div class="memdoc"> diff --git a/doc/html/search/all_61.js b/doc/html/search/all_61.js index b3be638c3..01c07a3e2 100644 --- a/doc/html/search/all_61.js +++ b/doc/html/search/all_61.js @@ -25,6 +25,7 @@ var searchData= ['account_5fremoved',['ACCOUNT_REMOVED',['../boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78',1,'boot.php']]], ['account_5frole_5fadmin',['ACCOUNT_ROLE_ADMIN',['../boot_8php.html#ac8400313df2c831653f9036f71ebd86d',1,'boot.php']]], ['account_5frole_5fallowcode',['ACCOUNT_ROLE_ALLOWCODE',['../boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688',1,'boot.php']]], + ['account_5frole_5fdeveloper',['ACCOUNT_ROLE_DEVELOPER',['../boot_8php.html#a4f507a5996dbb3da148add0339a40d5a',1,'boot.php']]], ['account_5frole_5fsystem',['ACCOUNT_ROLE_SYSTEM',['../boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b',1,'boot.php']]], ['account_5ftotal',['account_total',['../account_8php.html#a43e3042b2723d76915a030bac3c668b6',1,'account.php']]], ['account_5funverified',['ACCOUNT_UNVERIFIED',['../boot_8php.html#af3a4271630aabd8be592213f925d6a36',1,'boot.php']]], @@ -67,9 +68,12 @@ var searchData= ['activity_5fupdate',['ACTIVITY_UPDATE',['../boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866',1,'boot.php']]], ['add_5fchild',['add_child',['../classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51',1,'Item']]], ['add_5fchildren_5fto_5flist',['add_children_to_list',['../conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b',1,'conversation.php']]], + ['add_5fsource_5froute',['add_source_route',['../items_8php.html#a81565acf729e629e588d823308448e3c',1,'items.php']]], ['add_5fthread',['add_thread',['../classConversation.html#a8335cdd43f1836e3c255638e61a09e16',1,'Conversation']]], ['admin_2ephp',['admin.php',['../admin_8php.html',1,'']]], ['admin_5fcontent',['admin_content',['../admin_8php.html#afef415e4011607fbb665610441595015',1,'admin.php']]], + ['admin_5fpage_5fchannels',['admin_page_channels',['../admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec',1,'admin.php']]], + ['admin_5fpage_5fchannels_5fpost',['admin_page_channels_post',['../admin_8php.html#a42e628f367c168add8013352ac74d33f',1,'admin.php']]], ['admin_5fpage_5fdbsync',['admin_page_dbsync',['../admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade',1,'admin.php']]], ['admin_5fpage_5fhubloc',['admin_page_hubloc',['../admin_8php.html#a6943543f3138f6ee182cb701f415d1cc',1,'admin.php']]], ['admin_5fpage_5fhubloc_5fpost',['admin_page_hubloc_post',['../admin_8php.html#a60ba9783ad14545814919970bc3fb725',1,'admin.php']]], diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js index 209c51390..04a74c99e 100644 --- a/doc/html/search/all_63.js +++ b/doc/html/search/all_63.js @@ -93,9 +93,6 @@ var searchData= ['common_5ffriends_5fvisitor_5fwidget',['common_friends_visitor_widget',['../contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65',1,'contact_widgets.php']]], ['common_5ffriends_5fzcid',['common_friends_zcid',['../socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9',1,'socgraph.php']]], ['common_5finit',['common_init',['../common_8php.html#aca62f113655809f41f49042ce9b123c2',1,'common.php']]], - ['community_2ephp',['community.php',['../community_8php.html',1,'']]], - ['community_5fcontent',['community_content',['../community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a',1,'community.php']]], - ['community_5finit',['community_init',['../community_8php.html#a56c94ec978a38633c5628fa6f8e386d9',1,'community.php']]], ['compare_5fpermissions',['compare_permissions',['../items_8php.html#a0790a4550b829e85504af548623002ca',1,'items.php']]], ['completeurl',['completeurl',['../parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a',1,'parse_url.php']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], diff --git a/doc/html/search/all_64.js b/doc/html/search/all_64.js index 1a9b8dac7..577b9edba 100644 --- a/doc/html/search/all_64.js +++ b/doc/html/search/all_64.js @@ -28,6 +28,7 @@ var searchData= ['default_2ephp',['default.php',['../php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2blogga_2view_2theme_2blog_2default_8php.html',1,'']]], + ['default_2ephp',['default.php',['../theme_2mytheme_2php_2default_8php.html',1,'']]], ['default_5fdb_5fengine',['DEFAULT_DB_ENGINE',['../boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d',1,'boot.php']]], ['del_5fconfig',['del_config',['../include_2config_8php.html#a549910227348003efc3c05c9105c42da',1,'config.php']]], ['del_5fpconfig',['del_pconfig',['../include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941',1,'config.php']]], @@ -36,7 +37,7 @@ var searchData= ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], ['delete',['delete',['../classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7',1,'RedFile']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], - ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259',1,'items.php']]], + ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb',1,'items.php']]], ['deletenode',['deletenode',['../html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2',1,'html2bbcode.php']]], ['deliver',['deliver',['../classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b',1,'ProtoDriver\deliver()'],['../classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f',1,'ZotDriver\deliver()']]], ['deliver_2ephp',['deliver.php',['../deliver_8php.html',1,'']]], @@ -49,6 +50,8 @@ var searchData= ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], ['diaspora_5ful',['diaspora_ul',['../bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc',1,'bb2diaspora.php']]], ['dir_5ffns_2ephp',['dir_fns.php',['../dir__fns_8php.html',1,'']]], + ['dir_5fparse_5fquery',['dir_parse_query',['../dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305',1,'dirsearch.php']]], + ['dir_5fquery_5fbuild',['dir_query_build',['../dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2',1,'dirsearch.php']]], ['dir_5fsafe_5fmode',['dir_safe_mode',['../dir__fns_8php.html#acf621621e929d49441da30aad76a58cf',1,'dir_fns.php']]], ['dir_5fsort_5flinks',['dir_sort_links',['../dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774',1,'dir_fns.php']]], ['dir_5ftagadelic',['dir_tagadelic',['../taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332',1,'taxonomy.php']]], @@ -78,6 +81,9 @@ var searchData= ['docblox_5ferrorchecker_2ephp',['docblox_errorchecker.php',['../docblox__errorchecker_8php.html',1,'']]], ['doscaleimage',['doScaleImage',['../classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f',1,'photo_driver\doScaleImage()'],['../classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754',1,'photo_gd\doScaleImage()'],['../classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66',1,'photo_imagick\doScaleImage()']]], ['downgrade_5faccounts',['downgrade_accounts',['../account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9',1,'account.php']]], - ['drop_5fitem',['drop_item',['../items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1',1,'items.php']]], - ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]] + ['drop_5fitem',['drop_item',['../items_8php.html#a555762e1022a4b8e3c3abd32e7812408',1,'items.php']]], + ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]], + ['dropitem_5fnormal',['DROPITEM_NORMAL',['../boot_8php.html#a7037bcbca223395c06bc67f65024de7a',1,'boot.php']]], + ['dropitem_5fphase1',['DROPITEM_PHASE1',['../boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06',1,'boot.php']]], + ['dropitem_5fphase2',['DROPITEM_PHASE2',['../boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8',1,'boot.php']]] ]; diff --git a/doc/html/search/all_65.js b/doc/html/search/all_65.js index 475bb7505..3a384b04e 100644 --- a/doc/html/search/all_65.js +++ b/doc/html/search/all_65.js @@ -36,5 +36,7 @@ var searchData= ['expire_2ephp',['expire.php',['../expire_8php.html',1,'']]], ['expire_5frun',['expire_run',['../expire_8php.html#a444e45c9b67727b27db4c779fd51a298',1,'expire.php']]], ['ext',['ext',['../namespacefriendica-to-smarty-tpl.html#aecf730e0884bb4ddc6c0deb1ef85f8eb',1,'friendica-to-smarty-tpl']]], + ['externals_2ephp',['externals.php',['../externals_8php.html',1,'']]], + ['externals_5frun',['externals_run',['../externals_8php.html#a4df44079e6f915286088b7a0d44db926',1,'externals.php']]], ['extract_2ephp',['extract.php',['../extract_8php.html',1,'']]] ]; diff --git a/doc/html/search/all_66.js b/doc/html/search/all_66.js index 663aff8d5..46634f7ba 100644 --- a/doc/html/search/all_66.js +++ b/doc/html/search/all_66.js @@ -52,6 +52,7 @@ var searchData= ['format_5fevent_5fdiaspora',['format_event_diaspora',['../bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863',1,'bb2diaspora.php']]], ['format_5fevent_5fhtml',['format_event_html',['../event_8php.html#a2ac9f1b08de03250ecd794f705781d17',1,'event.php']]], ['format_5ffiler',['format_filer',['../text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91',1,'text.php']]], + ['format_5fhashtags',['format_hashtags',['../text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59',1,'text.php']]], ['format_5fjs_5fif_5fexists',['format_js_if_exists',['../plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f',1,'plugin.php']]], ['format_5flike',['format_like',['../conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3',1,'conversation.php']]], ['format_5flocation',['format_location',['../conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3',1,'conversation.php']]], diff --git a/doc/html/search/all_68.js b/doc/html/search/all_68.js index a3845cfd0..5d4ffb302 100644 --- a/doc/html/search/all_68.js +++ b/doc/html/search/all_68.js @@ -25,6 +25,7 @@ var searchData= ['html2plain_2ephp',['html2plain.php',['../html2plain_8php.html',1,'']]], ['htmlactionspanel',['htmlActionsPanel',['../classRedBrowser.html#a7f6bf0bda07833f4c647557bd172e349',1,'RedBrowser']]], ['http_5fstatus_5fexit',['http_status_exit',['../include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2',1,'network.php']]], + ['hubloc_2ephp',['hubloc.php',['../hubloc_8php.html',1,'']]], ['hubloc_5fflags_5fdeleted',['HUBLOC_FLAGS_DELETED',['../boot_8php.html#a7c286add8961fd2d79216314cd4aadd8',1,'boot.php']]], ['hubloc_5fflags_5fprimary',['HUBLOC_FLAGS_PRIMARY',['../boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955',1,'boot.php']]], ['hubloc_5fflags_5funverified',['HUBLOC_FLAGS_UNVERIFIED',['../boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764',1,'boot.php']]], diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js index d555390b3..18b762486 100644 --- a/doc/html/search/all_69.js +++ b/doc/html/search/all_69.js @@ -3,8 +3,9 @@ var searchData= ['identity_2ephp',['identity.php',['../identity_8php.html',1,'']]], ['identity_5fbasic_5fexport',['identity_basic_export',['../identity_8php.html#a3570a4eb77332b292d394c4132cb8f03',1,'identity.php']]], ['identity_5fcheck_5fservice_5fclass',['identity_check_service_class',['../identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633',1,'identity.php']]], + ['identity_5fselector',['identity_selector',['../identity_8php.html#a2ab5172eabd375869060c9ad68323f5c',1,'identity.php']]], ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], - ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php'],['../full_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): full.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.php']]], + ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php'],['../full_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): full.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.php'],['../theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php']]], ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], ['import_2ephp',['import.php',['../import_8php.html',1,'']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], @@ -31,10 +32,12 @@ var searchData= ['is_5fa_5fdate_5farg',['is_a_date_arg',['../text_8php.html#a1557112a774ec00fa06ed6b6f6495506',1,'text.php']]], ['is_5fajax',['is_ajax',['../boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c',1,'boot.php']]], ['is_5fcommentable',['is_commentable',['../classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3',1,'Conversation\is_commentable()'],['../classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967',1,'Item\is_commentable()']]], + ['is_5fdeveloper',['is_developer',['../boot_8php.html#a6252d8eca67c689d9035ec6da544cf46',1,'boot.php']]], ['is_5fforeigner',['is_foreigner',['../identity_8php.html#ae2b140df652a55ca11bb6a99005fce35',1,'identity.php']]], ['is_5fmember',['is_member',['../identity_8php.html#a9637c557e13d9671f3eeb124ab98212a',1,'identity.php']]], ['is_5fpreview',['is_preview',['../classConversation.html#adf25ce023b69a166c63c6e84e02c136a',1,'Conversation']]], ['is_5fsite_5fadmin',['is_site_admin',['../boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e',1,'boot.php']]], + ['is_5fsys_5fchannel',['is_sys_channel',['../identity_8php.html#aa4bd4abfcba883f43919e89ec6419025',1,'identity.php']]], ['is_5fthreaded',['is_threaded',['../classItem.html#a5b2fafdca55aefeaa08993a5a60529f0',1,'Item']]], ['is_5ftoplevel',['is_toplevel',['../classItem.html#aa49e40f961dff66da32c5ae110e32993',1,'Item']]], ['is_5fvalid',['is_valid',['../classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab',1,'photo_driver']]], @@ -65,6 +68,7 @@ var searchData= ['item_5fobscured',['ITEM_OBSCURED',['../boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d',1,'boot.php']]], ['item_5forigin',['ITEM_ORIGIN',['../boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7',1,'boot.php']]], ['item_5fpdl',['ITEM_PDL',['../boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d',1,'boot.php']]], + ['item_5fpending_5fremove',['ITEM_PENDING_REMOVE',['../boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb',1,'boot.php']]], ['item_5fpermissions_5fsql',['item_permissions_sql',['../security_8php.html#a9355488460ab11d6058656ff919e5cf9',1,'security.php']]], ['item_5fphoto_5fmenu',['item_photo_menu',['../conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3',1,'conversation.php']]], ['item_5fpost',['item_post',['../item_8php.html#a693cd09805755ab85bbb5ecae69a48c3',1,'item.php']]], diff --git a/doc/html/search/all_6d.js b/doc/html/search/all_6d.js index e57fa32aa..465612fa1 100644 --- a/doc/html/search/all_6d.js +++ b/doc/html/search/all_6d.js @@ -58,11 +58,11 @@ var searchData= ['mitem_5finit',['mitem_init',['../mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518',1,'mitem.php']]], ['mitem_5fpost',['mitem_post',['../mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1',1,'mitem.php']]], ['mod_5fchanview_2ephp',['mod_chanview.php',['../mod__chanview_8php.html',1,'']]], - ['mod_5ffilestorage_2ephp',['mod_filestorage.php',['../mod__filestorage_8php.html',1,'']]], ['mod_5fimport_2ephp',['mod_import.php',['../mod__import_8php.html',1,'']]], ['mood_2ephp',['mood.php',['../mood_8php.html',1,'']]], ['mood_5fcontent',['mood_content',['../mood_8php.html#a721b9b6703b3234a005641c92d409b8f',1,'mood.php']]], ['mood_5finit',['mood_init',['../mood_8php.html#a7ae136dd7476865b4828136175db5022',1,'mood.php']]], ['msearch_2ephp',['msearch.php',['../msearch_8php.html',1,'']]], - ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]] + ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]], + ['mytheme_5finit',['mytheme_init',['../mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8',1,'theme.php']]] ]; diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js index 4b343a645..fde99341d 100644 --- a/doc/html/search/all_6e.js +++ b/doc/html/search/all_6e.js @@ -22,6 +22,7 @@ var searchData= ['nav_2ephp',['nav.php',['../nav_8php.html',1,'']]], ['nav_5fset_5fselected',['nav_set_selected',['../nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a',1,'nav.php']]], ['navbar_5fcomplete',['navbar_complete',['../acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f',1,'acl.php']]], + ['net_5fhave_5fdriver',['net_have_driver',['../include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8',1,'probe.php']]], ['network_2ephp',['network.php',['../include_2network_8php.html',1,'']]], ['network_2ephp',['network.php',['../mod_2network_8php.html',1,'']]], ['network_5fcontent',['network_content',['../mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4',1,'network.php']]], diff --git a/doc/html/search/all_70.js b/doc/html/search/all_70.js index a36359c07..b0be2db3b 100644 --- a/doc/html/search/all_70.js +++ b/doc/html/search/all_70.js @@ -5,6 +5,7 @@ var searchData= ['page_5fadult',['PAGE_ADULT',['../boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32',1,'boot.php']]], ['page_5fapplication',['PAGE_APPLICATION',['../boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed',1,'boot.php']]], ['page_5fautoconnect',['PAGE_AUTOCONNECT',['../boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9',1,'boot.php']]], + ['page_5fcensored',['PAGE_CENSORED',['../boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214',1,'boot.php']]], ['page_5fcontent',['page_content',['../page_8php.html#a91a5f649f68406149108bded1dc90b22',1,'page.php']]], ['page_5fdirectory_5fchannel',['PAGE_DIRECTORY_CHANNEL',['../boot_8php.html#a5b8484922918946d041e5e0515dbe718',1,'boot.php']]], ['page_5fhidden',['PAGE_HIDDEN',['../boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640',1,'boot.php']]], @@ -149,11 +150,20 @@ var searchData= ['private_5fmessages_5ffetch_5fconversation',['private_messages_fetch_conversation',['../include_2message_8php.html#a5f8de9847e203329e317ac38dc646898',1,'message.php']]], ['private_5fmessages_5ffetch_5fmessage',['private_messages_fetch_message',['../include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091',1,'message.php']]], ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], - ['probe_2ephp',['probe.php',['../probe_8php.html',1,'']]], - ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_2ephp',['probe.php',['../mod_2probe_8php.html',1,'']]], + ['probe_2ephp',['probe.php',['../include_2probe_8php.html',1,'']]], + ['probe_5factivity_5fstream',['probe_activity_stream',['../include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c',1,'probe.php']]], + ['probe_5fcontent',['probe_content',['../mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_5fdfrn',['probe_dfrn',['../include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0',1,'probe.php']]], + ['probe_5fdiaspora',['probe_diaspora',['../include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a',1,'probe.php']]], + ['probe_5flegacy_5ffeed',['probe_legacy_feed',['../include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7',1,'probe.php']]], + ['probe_5flegacy_5fwebfinger',['probe_legacy_webfinger',['../include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481',1,'probe.php']]], + ['probe_5fwebfinger',['probe_webfinger',['../include_2probe_8php.html#a950a200372393f706851103cd3fffcba',1,'probe.php']]], + ['probe_5fwell_5fknown',['probe_well_known',['../include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d',1,'probe.php']]], + ['probe_5fzot',['probe_zot',['../include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85',1,'probe.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], - ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], + ['process_5fdelivery',['process_delivery',['../zot_8php.html#a4d9e6ca295e443b740d9960c304b3474',1,'zot.php']]], ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], ['process_5fprofile_5fdelivery',['process_profile_delivery',['../zot_8php.html#a9a57b40669351c9791126b925cb7ef3b',1,'zot.php']]], ['profile_2ephp',['profile.php',['../profile_8php.html',1,'']]], @@ -179,6 +189,7 @@ var searchData= ['protect_5fsprintf',['protect_sprintf',['../text_8php.html#a4e7698aca48982512594b274543c3b9b',1,'text.php']]], ['protodriver',['ProtoDriver',['../classProtoDriver.html',1,'']]], ['protodriver_2ephp',['ProtoDriver.php',['../ProtoDriver_8php.html',1,'']]], + ['prune_5fhub_5freinstalls',['prune_hub_reinstalls',['../hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002',1,'hubloc.php']]], ['public_5fpermissions_5fsql',['public_permissions_sql',['../security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01',1,'security.php']]], ['public_5frecips',['public_recips',['../zot_8php.html#a083aec6c900d244e1bfc1406f9461465',1,'zot.php']]], ['pubsites_2ephp',['pubsites.php',['../pubsites_8php.html',1,'']]], diff --git a/doc/html/search/all_73.js b/doc/html/search/all_73.js index 762633b19..df67f2770 100644 --- a/doc/html/search/all_73.js +++ b/doc/html/search/all_73.js @@ -108,8 +108,9 @@ var searchData= ['stringify_5farray_5felms',['stringify_array_elms',['../text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13',1,'text.php']]], ['strip_5fzids',['strip_zids',['../text_8php.html#a2f2585385530cb935a6325c809d84a4d',1,'text.php']]], ['stripdcode_5fbr_5fcb',['stripdcode_br_cb',['../bb2diaspora_8php.html#a180b0e3a7d702998be19e3c3b44b0e93',1,'bb2diaspora.php']]], - ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], + ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], + ['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['subthread_5fcontent',['subthread_content',['../subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3',1,'subthread.php']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], diff --git a/doc/html/search/all_74.js b/doc/html/search/all_74.js index 49f09c40e..02bdc0a10 100644 --- a/doc/html/search/all_74.js +++ b/doc/html/search/all_74.js @@ -2,6 +2,7 @@ var searchData= [ ['t',['t',['../language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04',1,'language.php']]], ['tag_5fdeliver',['tag_deliver',['../items_8php.html#ab1bce4261bcf75ad62753b498a144d17',1,'items.php']]], + ['tag_5fsort_5flength',['tag_sort_length',['../text_8php.html#ac2ff88e800f74b22e9cc091c10809c54',1,'text.php']]], ['tagadelic',['tagadelic',['../taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a',1,'taxonomy.php']]], ['tagblock',['tagblock',['../taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2',1,'taxonomy.php']]], ['tagger_2ephp',['tagger.php',['../tagger_8php.html',1,'']]], @@ -39,14 +40,15 @@ var searchData= ['theme_2ephp',['theme.php',['../apw_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2view_2theme_2blog_2theme_8php.html',1,'']]], + ['theme_2ephp',['theme.php',['../mytheme_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../redbasic_2php_2theme_8php.html',1,'']]], ['theme_5fadmin',['theme_admin',['../view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53',1,'theme_admin(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#a09cd81013505f83aea0771243a1e4e53',1,'theme_admin(&$a): config.php']]], ['theme_5fadmin_5fpost',['theme_admin_post',['../view_2theme_2blogga_2php_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b',1,'theme_admin_post(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aef2da5582b7cb6b5f63e5ca5d69fd30b',1,'theme_admin_post(&$a): config.php']]], ['theme_5fattachments',['theme_attachments',['../text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53',1,'text.php']]], ['theme_5fcontent',['theme_content',['../view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php'],['../view_2theme_2blogga_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php'],['../view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d',1,'theme_content(&$a): config.php']]], ['theme_5finclude',['theme_include',['../plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2',1,'plugin.php']]], - ['theme_5finit_2ephp',['theme_init.php',['../theme_2redbasic_2php_2theme__init_8php.html',1,'']]], ['theme_5finit_2ephp',['theme_init.php',['../php_2theme__init_8php.html',1,'']]], + ['theme_5finit_2ephp',['theme_init.php',['../theme_2redbasic_2php_2theme__init_8php.html',1,'']]], ['theme_5finit_2ephp',['theme_init.php',['../theme_2apw_2php_2theme__init_8php.html',1,'']]], ['theme_5finit_2ephp',['theme_init.php',['../theme_2blogga_2php_2theme__init_8php.html',1,'']]], ['theme_5fpost',['theme_post',['../view_2theme_2apw_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php'],['../view_2theme_2blogga_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php'],['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php'],['../view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6',1,'theme_post(&$a): config.php']]], diff --git a/doc/html/search/all_75.js b/doc/html/search/all_75.js index cacfa5a73..b7e7ca3bd 100644 --- a/doc/html/search/all_75.js +++ b/doc/html/search/all_75.js @@ -12,8 +12,6 @@ var searchData= ['unxmlify',['unxmlify',['../text_8php.html#a1360fed7f918d859daaca1c9f384f9af',1,'text.php']]], ['update_5fchannel_2ephp',['update_channel.php',['../update__channel_8php.html',1,'']]], ['update_5fchannel_5fcontent',['update_channel_content',['../update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba',1,'update_channel.php']]], - ['update_5fcommunity_2ephp',['update_community.php',['../update__community_8php.html',1,'']]], - ['update_5fcommunity_5fcontent',['update_community_content',['../update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1',1,'update_community.php']]], ['update_5fdirectory_5fentry',['update_directory_entry',['../dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13',1,'dir_fns.php']]], ['update_5fdisplay_2ephp',['update_display.php',['../update__display_8php.html',1,'']]], ['update_5fdisplay_5fcontent',['update_display_content',['../update__display_8php.html#aa36ac524059e209d5d75a03c16206246',1,'update_display.php']]], diff --git a/doc/html/search/files_63.js b/doc/html/search/files_63.js index 03e1902b5..69fb8fee5 100644 --- a/doc/html/search/files_63.js +++ b/doc/html/search/files_63.js @@ -14,7 +14,6 @@ var searchData= ['cloud_2ephp',['cloud.php',['../cloud_8php.html',1,'']]], ['comanche_2ephp',['comanche.php',['../comanche_8php.html',1,'']]], ['common_2ephp',['common.php',['../common_8php.html',1,'']]], - ['community_2ephp',['community.php',['../community_8php.html',1,'']]], ['config_2emd',['config.md',['../config_8md.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]], ['config_2ephp',['config.php',['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html',1,'']]], diff --git a/doc/html/search/files_64.js b/doc/html/search/files_64.js index 9d13417b9..c1881fd1c 100644 --- a/doc/html/search/files_64.js +++ b/doc/html/search/files_64.js @@ -9,14 +9,15 @@ var searchData= ['dba_5fdriver_2ephp',['dba_driver.php',['../dba__driver_8php.html',1,'']]], ['dba_5fmysql_2ephp',['dba_mysql.php',['../dba__mysql_8php.html',1,'']]], ['dba_5fmysqli_2ephp',['dba_mysqli.php',['../dba__mysqli_8php.html',1,'']]], - ['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../theme_2blogga_2view_2theme_2blog_2default_8php.html',1,'']]], + ['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]], + ['default_2ephp',['default.php',['../theme_2mytheme_2php_2default_8php.html',1,'']]], ['default_2ephp',['default.php',['../php_2default_8php.html',1,'']]], ['delegate_2ephp',['delegate.php',['../delegate_8php.html',1,'']]], ['deliver_2ephp',['deliver.php',['../deliver_8php.html',1,'']]], ['dir_5ffns_2ephp',['dir_fns.php',['../dir__fns_8php.html',1,'']]], - ['directory_2ephp',['directory.php',['../mod_2directory_8php.html',1,'']]], ['directory_2ephp',['directory.php',['../include_2directory_8php.html',1,'']]], + ['directory_2ephp',['directory.php',['../mod_2directory_8php.html',1,'']]], ['dirprofile_2ephp',['dirprofile.php',['../dirprofile_8php.html',1,'']]], ['dirsearch_2ephp',['dirsearch.php',['../dirsearch_8php.html',1,'']]], ['display_2ephp',['display.php',['../display_8php.html',1,'']]], diff --git a/doc/html/search/files_65.js b/doc/html/search/files_65.js index 26c3ac164..206b23f2a 100644 --- a/doc/html/search/files_65.js +++ b/doc/html/search/files_65.js @@ -8,5 +8,6 @@ var searchData= ['event_2ephp',['event.php',['../event_8php.html',1,'']]], ['events_2ephp',['events.php',['../events_8php.html',1,'']]], ['expire_2ephp',['expire.php',['../expire_8php.html',1,'']]], + ['externals_2ephp',['externals.php',['../externals_8php.html',1,'']]], ['extract_2ephp',['extract.php',['../extract_8php.html',1,'']]] ]; diff --git a/doc/html/search/files_68.js b/doc/html/search/files_68.js index 533921876..02e6b707b 100644 --- a/doc/html/search/files_68.js +++ b/doc/html/search/files_68.js @@ -4,5 +4,6 @@ var searchData= ['home_2ephp',['home.php',['../home_8php.html',1,'']]], ['hostxrd_2ephp',['hostxrd.php',['../hostxrd_8php.html',1,'']]], ['html2bbcode_2ephp',['html2bbcode.php',['../html2bbcode_8php.html',1,'']]], - ['html2plain_2ephp',['html2plain.php',['../html2plain_8php.html',1,'']]] + ['html2plain_2ephp',['html2plain.php',['../html2plain_8php.html',1,'']]], + ['hubloc_2ephp',['hubloc.php',['../hubloc_8php.html',1,'']]] ]; diff --git a/doc/html/search/files_6d.js b/doc/html/search/files_6d.js index 38598f57a..744784a0b 100644 --- a/doc/html/search/files_6d.js +++ b/doc/html/search/files_6d.js @@ -12,7 +12,6 @@ var searchData= ['minimalisticdarkness_2ephp',['minimalisticdarkness.php',['../minimalisticdarkness_8php.html',1,'']]], ['mitem_2ephp',['mitem.php',['../mitem_8php.html',1,'']]], ['mod_5fchanview_2ephp',['mod_chanview.php',['../mod__chanview_8php.html',1,'']]], - ['mod_5ffilestorage_2ephp',['mod_filestorage.php',['../mod__filestorage_8php.html',1,'']]], ['mod_5fimport_2ephp',['mod_import.php',['../mod__import_8php.html',1,'']]], ['mood_2ephp',['mood.php',['../mood_8php.html',1,'']]], ['msearch_2ephp',['msearch.php',['../msearch_8php.html',1,'']]] diff --git a/doc/html/search/files_70.js b/doc/html/search/files_70.js index 25b4aa005..7e0223120 100644 --- a/doc/html/search/files_70.js +++ b/doc/html/search/files_70.js @@ -11,8 +11,8 @@ var searchData= ['photo_5fdriver_2ephp',['photo_driver.php',['../photo__driver_8php.html',1,'']]], ['photo_5fgd_2ephp',['photo_gd.php',['../photo__gd_8php.html',1,'']]], ['photo_5fimagick_2ephp',['photo_imagick.php',['../photo__imagick_8php.html',1,'']]], - ['photos_2ephp',['photos.php',['../include_2photos_8php.html',1,'']]], ['photos_2ephp',['photos.php',['../mod_2photos_8php.html',1,'']]], + ['photos_2ephp',['photos.php',['../include_2photos_8php.html',1,'']]], ['php_2ephp',['php.php',['../php_8php.html',1,'']]], ['php2po_2ephp',['php2po.php',['../php2po_8php.html',1,'']]], ['pine_2ephp',['pine.php',['../pine_8php.html',1,'']]], @@ -25,7 +25,8 @@ var searchData= ['post_2ephp',['post.php',['../post_8php.html',1,'']]], ['post_5fto_5fred_2ephp',['post_to_red.php',['../post__to__red_8php.html',1,'']]], ['pretheme_2ephp',['pretheme.php',['../pretheme_8php.html',1,'']]], - ['probe_2ephp',['probe.php',['../probe_8php.html',1,'']]], + ['probe_2ephp',['probe.php',['../mod_2probe_8php.html',1,'']]], + ['probe_2ephp',['probe.php',['../include_2probe_8php.html',1,'']]], ['profile_2ephp',['profile.php',['../profile_8php.html',1,'']]], ['profile_5fphoto_2ephp',['profile_photo.php',['../profile__photo_8php.html',1,'']]], ['profile_5fselectors_2ephp',['profile_selectors.php',['../profile__selectors_8php.html',1,'']]], diff --git a/doc/html/search/files_73.js b/doc/html/search/files_73.js index 8bf6bc0d3..d51113c79 100644 --- a/doc/html/search/files_73.js +++ b/doc/html/search/files_73.js @@ -16,6 +16,7 @@ var searchData= ['sslify_2ephp',['sslify.php',['../sslify_8php.html',1,'']]], ['starred_2ephp',['starred.php',['../starred_8php.html',1,'']]], ['style_2ephp',['style.php',['../apw_2php_2style_8php.html',1,'']]], + ['style_2ephp',['style.php',['../mytheme_2php_2style_8php.html',1,'']]], ['style_2ephp',['style.php',['../redbasic_2php_2style_8php.html',1,'']]], ['subthread_2ephp',['subthread.php',['../subthread_8php.html',1,'']]], ['suggest_2ephp',['suggest.php',['../suggest_8php.html',1,'']]], diff --git a/doc/html/search/files_74.js b/doc/html/search/files_74.js index 3a46faacf..8a5b0ea9f 100644 --- a/doc/html/search/files_74.js +++ b/doc/html/search/files_74.js @@ -5,6 +5,7 @@ var searchData= ['taxonomy_2ephp',['taxonomy.php',['../taxonomy_8php.html',1,'']]], ['template_5fprocessor_2ephp',['template_processor.php',['../template__processor_8php.html',1,'']]], ['text_2ephp',['text.php',['../text_8php.html',1,'']]], + ['theme_2ephp',['theme.php',['../mytheme_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../apw_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2php_2theme_8php.html',1,'']]], ['theme_2ephp',['theme.php',['../blogga_2view_2theme_2blog_2theme_8php.html',1,'']]], diff --git a/doc/html/search/files_75.js b/doc/html/search/files_75.js index 4a330b239..33a82596e 100644 --- a/doc/html/search/files_75.js +++ b/doc/html/search/files_75.js @@ -2,7 +2,6 @@ var searchData= [ ['uexport_2ephp',['uexport.php',['../uexport_8php.html',1,'']]], ['update_5fchannel_2ephp',['update_channel.php',['../update__channel_8php.html',1,'']]], - ['update_5fcommunity_2ephp',['update_community.php',['../update__community_8php.html',1,'']]], ['update_5fdisplay_2ephp',['update_display.php',['../update__display_8php.html',1,'']]], ['update_5fnetwork_2ephp',['update_network.php',['../update__network_8php.html',1,'']]], ['update_5fsearch_2ephp',['update_search.php',['../update__search_8php.html',1,'']]], diff --git a/doc/html/search/functions_61.js b/doc/html/search/functions_61.js index 87d2ed599..76e2df84d 100644 --- a/doc/html/search/functions_61.js +++ b/doc/html/search/functions_61.js @@ -14,8 +14,11 @@ var searchData= ['activity_5fsanitise',['activity_sanitise',['../items_8php.html#a36e656667193c83aa2cc03a024fc131b',1,'items.php']]], ['add_5fchild',['add_child',['../classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51',1,'Item']]], ['add_5fchildren_5fto_5flist',['add_children_to_list',['../conversation_8php.html#ad3e1d4b15e7d6d026ee182edd58f692b',1,'conversation.php']]], + ['add_5fsource_5froute',['add_source_route',['../items_8php.html#a81565acf729e629e588d823308448e3c',1,'items.php']]], ['add_5fthread',['add_thread',['../classConversation.html#a8335cdd43f1836e3c255638e61a09e16',1,'Conversation']]], ['admin_5fcontent',['admin_content',['../admin_8php.html#afef415e4011607fbb665610441595015',1,'admin.php']]], + ['admin_5fpage_5fchannels',['admin_page_channels',['../admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec',1,'admin.php']]], + ['admin_5fpage_5fchannels_5fpost',['admin_page_channels_post',['../admin_8php.html#a42e628f367c168add8013352ac74d33f',1,'admin.php']]], ['admin_5fpage_5fdbsync',['admin_page_dbsync',['../admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade',1,'admin.php']]], ['admin_5fpage_5fhubloc',['admin_page_hubloc',['../admin_8php.html#a6943543f3138f6ee182cb701f415d1cc',1,'admin.php']]], ['admin_5fpage_5fhubloc_5fpost',['admin_page_hubloc_post',['../admin_8php.html#a60ba9783ad14545814919970bc3fb725',1,'admin.php']]], diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js index bf15bfb05..a7fa97419 100644 --- a/doc/html/search/functions_63.js +++ b/doc/html/search/functions_63.js @@ -75,8 +75,6 @@ var searchData= ['common_5ffriends_5fvisitor_5fwidget',['common_friends_visitor_widget',['../contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65',1,'contact_widgets.php']]], ['common_5ffriends_5fzcid',['common_friends_zcid',['../socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9',1,'socgraph.php']]], ['common_5finit',['common_init',['../common_8php.html#aca62f113655809f41f49042ce9b123c2',1,'common.php']]], - ['community_5fcontent',['community_content',['../community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a',1,'community.php']]], - ['community_5finit',['community_init',['../community_8php.html#a56c94ec978a38633c5628fa6f8e386d9',1,'community.php']]], ['compare_5fpermissions',['compare_permissions',['../items_8php.html#a0790a4550b829e85504af548623002ca',1,'items.php']]], ['completeurl',['completeurl',['../parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a',1,'parse_url.php']]], ['connect',['connect',['../classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc',1,'dba_driver\connect()'],['../classdba__mysql.html#a1887338627ce0e28786839363014bd0b',1,'dba_mysql\connect()'],['../classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1',1,'dba_mysqli\connect()']]], diff --git a/doc/html/search/functions_64.js b/doc/html/search/functions_64.js index 6fae4722d..6fa5b6b13 100644 --- a/doc/html/search/functions_64.js +++ b/doc/html/search/functions_64.js @@ -18,7 +18,7 @@ var searchData= ['delegate_5fcontent',['delegate_content',['../delegate_8php.html#a943eea8996ef348eb845c498f9f354dd',1,'delegate.php']]], ['delete',['delete',['../classRedFile.html#aef71c9eaac7052be7dc8602eb12171e7',1,'RedFile']]], ['delete_5fimported_5fitem',['delete_imported_item',['../zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72',1,'zot.php']]], - ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#a2b56a4c01bd22a648d52ec9af1a04259',1,'items.php']]], + ['delete_5fitem_5flowlevel',['delete_item_lowlevel',['../items_8php.html#aac8c9eb4338e2a996c43914392c6cfdb',1,'items.php']]], ['deletenode',['deletenode',['../html2bbcode_8php.html#a71a07f135d196ec5943b13f7b2e6a9b2',1,'html2bbcode.php']]], ['deliver',['deliver',['../classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b',1,'ProtoDriver\deliver()'],['../classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f',1,'ZotDriver\deliver()']]], ['deliver_5fprivate',['deliver_private',['../classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181',1,'ProtoDriver\deliver_private()'],['../classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6',1,'ZotDriver\deliver_private()']]], @@ -29,6 +29,8 @@ var searchData= ['diaspora2bb',['diaspora2bb',['../bb2diaspora_8php.html#a26c09c218413610e62e60754c579f6c6',1,'bb2diaspora.php']]], ['diaspora_5fol',['diaspora_ol',['../bb2diaspora_8php.html#a8b96bd45884fa1c40b942939354197d4',1,'bb2diaspora.php']]], ['diaspora_5ful',['diaspora_ul',['../bb2diaspora_8php.html#adc92ccda5f85ed27e64fcc17712c89cc',1,'bb2diaspora.php']]], + ['dir_5fparse_5fquery',['dir_parse_query',['../dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305',1,'dirsearch.php']]], + ['dir_5fquery_5fbuild',['dir_query_build',['../dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2',1,'dirsearch.php']]], ['dir_5fsafe_5fmode',['dir_safe_mode',['../dir__fns_8php.html#acf621621e929d49441da30aad76a58cf',1,'dir_fns.php']]], ['dir_5fsort_5flinks',['dir_sort_links',['../dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774',1,'dir_fns.php']]], ['dir_5ftagadelic',['dir_tagadelic',['../taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332',1,'taxonomy.php']]], @@ -45,6 +47,6 @@ var searchData= ['dob',['dob',['../datetime_8php.html#a3f2897db32e745fe2f3e70a6b46578f8',1,'datetime.php']]], ['doscaleimage',['doScaleImage',['../classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f',1,'photo_driver\doScaleImage()'],['../classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754',1,'photo_gd\doScaleImage()'],['../classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66',1,'photo_imagick\doScaleImage()']]], ['downgrade_5faccounts',['downgrade_accounts',['../account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9',1,'account.php']]], - ['drop_5fitem',['drop_item',['../items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1',1,'items.php']]], + ['drop_5fitem',['drop_item',['../items_8php.html#a555762e1022a4b8e3c3abd32e7812408',1,'items.php']]], ['drop_5fitems',['drop_items',['../items_8php.html#a668ece2c37f05cc3abe538eb0dabfe55',1,'items.php']]] ]; diff --git a/doc/html/search/functions_65.js b/doc/html/search/functions_65.js index 2fcb5897e..e3b83d771 100644 --- a/doc/html/search/functions_65.js +++ b/doc/html/search/functions_65.js @@ -21,5 +21,6 @@ var searchData= ['events_5fpost',['events_post',['../events_8php.html#ab3e8a8f901175f8e40a8089eea45c075',1,'events.php']]], ['expand_5facl',['expand_acl',['../text_8php.html#ae4282a39492caa23ccbc2ce98e54f110',1,'text.php']]], ['expand_5fgroups',['expand_groups',['../include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345',1,'group.php']]], - ['expire_5frun',['expire_run',['../expire_8php.html#a444e45c9b67727b27db4c779fd51a298',1,'expire.php']]] + ['expire_5frun',['expire_run',['../expire_8php.html#a444e45c9b67727b27db4c779fd51a298',1,'expire.php']]], + ['externals_5frun',['externals_run',['../externals_8php.html#a4df44079e6f915286088b7a0d44db926',1,'externals.php']]] ]; diff --git a/doc/html/search/functions_66.js b/doc/html/search/functions_66.js index f9a7458d5..2ac10c059 100644 --- a/doc/html/search/functions_66.js +++ b/doc/html/search/functions_66.js @@ -37,6 +37,7 @@ var searchData= ['format_5fevent_5fdiaspora',['format_event_diaspora',['../bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863',1,'bb2diaspora.php']]], ['format_5fevent_5fhtml',['format_event_html',['../event_8php.html#a2ac9f1b08de03250ecd794f705781d17',1,'event.php']]], ['format_5ffiler',['format_filer',['../text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91',1,'text.php']]], + ['format_5fhashtags',['format_hashtags',['../text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59',1,'text.php']]], ['format_5fjs_5fif_5fexists',['format_js_if_exists',['../plugin_8php.html#ad9ff8ba554576383c5911a4bce068c1f',1,'plugin.php']]], ['format_5flike',['format_like',['../conversation_8php.html#a3d8e30cc94f9a175054c021305d3aca3',1,'conversation.php']]], ['format_5flocation',['format_location',['../conversation_8php.html#a0891aaa4492cba2b51eda12fe01957f3',1,'conversation.php']]], diff --git a/doc/html/search/functions_69.js b/doc/html/search/functions_69.js index 7a5dac424..6f3858c05 100644 --- a/doc/html/search/functions_69.js +++ b/doc/html/search/functions_69.js @@ -2,6 +2,7 @@ var searchData= [ ['identity_5fbasic_5fexport',['identity_basic_export',['../identity_8php.html#a3570a4eb77332b292d394c4132cb8f03',1,'identity.php']]], ['identity_5fcheck_5fservice_5fclass',['identity_check_service_class',['../identity_8php.html#ac9fcd5c4c371998790b5c55c3d0f4633',1,'identity.php']]], + ['identity_5fselector',['identity_selector',['../identity_8php.html#a2ab5172eabd375869060c9ad68323f5c',1,'identity.php']]], ['ids_5fto_5fquerystr',['ids_to_querystr',['../text_8php.html#a436a8de00c942364c2d0fcfc7e1f4b5a',1,'text.php']]], ['imagestring',['imageString',['../classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd',1,'photo_driver\imageString()'],['../classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00',1,'photo_gd\imageString()'],['../classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019',1,'photo_imagick\imageString()']]], ['import_5fauthor_5frss',['import_author_rss',['../items_8php.html#a6bee35961f2e32905f20367a9309d627',1,'items.php']]], @@ -26,10 +27,12 @@ var searchData= ['is_5fa_5fdate_5farg',['is_a_date_arg',['../text_8php.html#a1557112a774ec00fa06ed6b6f6495506',1,'text.php']]], ['is_5fajax',['is_ajax',['../boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c',1,'boot.php']]], ['is_5fcommentable',['is_commentable',['../classConversation.html#a8b47c92b69459d461ea3cc9aae9597a3',1,'Conversation\is_commentable()'],['../classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967',1,'Item\is_commentable()']]], + ['is_5fdeveloper',['is_developer',['../boot_8php.html#a6252d8eca67c689d9035ec6da544cf46',1,'boot.php']]], ['is_5fforeigner',['is_foreigner',['../identity_8php.html#ae2b140df652a55ca11bb6a99005fce35',1,'identity.php']]], ['is_5fmember',['is_member',['../identity_8php.html#a9637c557e13d9671f3eeb124ab98212a',1,'identity.php']]], ['is_5fpreview',['is_preview',['../classConversation.html#adf25ce023b69a166c63c6e84e02c136a',1,'Conversation']]], ['is_5fsite_5fadmin',['is_site_admin',['../boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e',1,'boot.php']]], + ['is_5fsys_5fchannel',['is_sys_channel',['../identity_8php.html#aa4bd4abfcba883f43919e89ec6419025',1,'identity.php']]], ['is_5fthreaded',['is_threaded',['../classItem.html#a5b2fafdca55aefeaa08993a5a60529f0',1,'Item']]], ['is_5ftoplevel',['is_toplevel',['../classItem.html#aa49e40f961dff66da32c5ae110e32993',1,'Item']]], ['is_5fvalid',['is_valid',['../classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab',1,'photo_driver']]], diff --git a/doc/html/search/functions_6d.js b/doc/html/search/functions_6d.js index 8ad85e543..700ff08e2 100644 --- a/doc/html/search/functions_6d.js +++ b/doc/html/search/functions_6d.js @@ -35,5 +35,6 @@ var searchData= ['mitem_5fpost',['mitem_post',['../mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1',1,'mitem.php']]], ['mood_5fcontent',['mood_content',['../mood_8php.html#a721b9b6703b3234a005641c92d409b8f',1,'mood.php']]], ['mood_5finit',['mood_init',['../mood_8php.html#a7ae136dd7476865b4828136175db5022',1,'mood.php']]], - ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]] + ['msearch_5fpost',['msearch_post',['../msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8',1,'msearch.php']]], + ['mytheme_5finit',['mytheme_init',['../mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8',1,'theme.php']]] ]; diff --git a/doc/html/search/functions_6e.js b/doc/html/search/functions_6e.js index c51d3673c..abcd14931 100644 --- a/doc/html/search/functions_6e.js +++ b/doc/html/search/functions_6e.js @@ -4,6 +4,7 @@ var searchData= ['nav',['nav',['../nav_8php.html#a43be0df73b90647ea70947ce004e231e',1,'nav.php']]], ['nav_5fset_5fselected',['nav_set_selected',['../nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a',1,'nav.php']]], ['navbar_5fcomplete',['navbar_complete',['../acl_8php.html#a57dceff370d4a0e7ae673d50fbfda61f',1,'acl.php']]], + ['net_5fhave_5fdriver',['net_have_driver',['../include_2probe_8php.html#a471851151d8cd7fbb79703e9522eeea8',1,'probe.php']]], ['network_5fcontent',['network_content',['../mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4',1,'network.php']]], ['network_5finit',['network_init',['../mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec',1,'network.php']]], ['network_5ftabs',['network_tabs',['../conversation_8php.html#a96b34b9d64d13c543e8163e52f5ce8c4',1,'conversation.php']]], diff --git a/doc/html/search/functions_70.js b/doc/html/search/functions_70.js index b9933822c..ecf19b318 100644 --- a/doc/html/search/functions_70.js +++ b/doc/html/search/functions_70.js @@ -73,10 +73,18 @@ var searchData= ['private_5fmessages_5ffetch_5fconversation',['private_messages_fetch_conversation',['../include_2message_8php.html#a5f8de9847e203329e317ac38dc646898',1,'message.php']]], ['private_5fmessages_5ffetch_5fmessage',['private_messages_fetch_message',['../include_2message_8php.html#a254a756031e4d5e94f85e2939bdb5091',1,'message.php']]], ['private_5fmessages_5flist',['private_messages_list',['../include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e',1,'message.php']]], - ['probe_5fcontent',['probe_content',['../probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_5factivity_5fstream',['probe_activity_stream',['../include_2probe_8php.html#a2daa857942aceca01f956016dbbd139c',1,'probe.php']]], + ['probe_5fcontent',['probe_content',['../mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99',1,'probe.php']]], + ['probe_5fdfrn',['probe_dfrn',['../include_2probe_8php.html#a9b5eca1e01e52b3e65d64db0c92181e0',1,'probe.php']]], + ['probe_5fdiaspora',['probe_diaspora',['../include_2probe_8php.html#a12ea7a0def2f0e07242b5c9ac684e01a',1,'probe.php']]], + ['probe_5flegacy_5ffeed',['probe_legacy_feed',['../include_2probe_8php.html#a2b4ac769508f7cfc17fee130279b9cb7',1,'probe.php']]], + ['probe_5flegacy_5fwebfinger',['probe_legacy_webfinger',['../include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481',1,'probe.php']]], + ['probe_5fwebfinger',['probe_webfinger',['../include_2probe_8php.html#a950a200372393f706851103cd3fffcba',1,'probe.php']]], + ['probe_5fwell_5fknown',['probe_well_known',['../include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d',1,'probe.php']]], + ['probe_5fzot',['probe_zot',['../include_2probe_8php.html#a3c02c7a23e8335a79c3c0f5331d11a85',1,'probe.php']]], ['proc_5frun',['proc_run',['../boot_8php.html#ab346a2ece14993861f3e4206befa94f0',1,'boot.php']]], ['process_5fchannel_5fsync_5fdelivery',['process_channel_sync_delivery',['../zot_8php.html#ac301c67864917c35922257950ae0f95c',1,'zot.php']]], - ['process_5fdelivery',['process_delivery',['../zot_8php.html#a37ec13b18057634eadb071f05297f5e1',1,'zot.php']]], + ['process_5fdelivery',['process_delivery',['../zot_8php.html#a4d9e6ca295e443b740d9960c304b3474',1,'zot.php']]], ['process_5fmail_5fdelivery',['process_mail_delivery',['../zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc',1,'zot.php']]], ['process_5fprofile_5fdelivery',['process_profile_delivery',['../zot_8php.html#a9a57b40669351c9791126b925cb7ef3b',1,'zot.php']]], ['profile_5factivity',['profile_activity',['../activities_8php.html#a80134e807719b3c54aba971958d2e132',1,'activities.php']]], @@ -95,6 +103,7 @@ var searchData= ['profperm_5fcontent',['profperm_content',['../profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023',1,'profperm.php']]], ['profperm_5finit',['profperm_init',['../profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6',1,'profperm.php']]], ['protect_5fsprintf',['protect_sprintf',['../text_8php.html#a4e7698aca48982512594b274543c3b9b',1,'text.php']]], + ['prune_5fhub_5freinstalls',['prune_hub_reinstalls',['../hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002',1,'hubloc.php']]], ['public_5fpermissions_5fsql',['public_permissions_sql',['../security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01',1,'security.php']]], ['public_5frecips',['public_recips',['../zot_8php.html#a083aec6c900d244e1bfc1406f9461465',1,'zot.php']]], ['pubsites_5fcontent',['pubsites_content',['../pubsites_8php.html#af614e279aab54065345bda6b03eafdf0',1,'pubsites.php']]], diff --git a/doc/html/search/functions_74.js b/doc/html/search/functions_74.js index 7cef73235..ec44396e3 100644 --- a/doc/html/search/functions_74.js +++ b/doc/html/search/functions_74.js @@ -2,6 +2,7 @@ var searchData= [ ['t',['t',['../language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04',1,'language.php']]], ['tag_5fdeliver',['tag_deliver',['../items_8php.html#ab1bce4261bcf75ad62753b498a144d17',1,'items.php']]], + ['tag_5fsort_5flength',['tag_sort_length',['../text_8php.html#ac2ff88e800f74b22e9cc091c10809c54',1,'text.php']]], ['tagadelic',['tagadelic',['../taxonomy_8php.html#aaf90ba8b839d6459065f39a4f1109b8a',1,'taxonomy.php']]], ['tagblock',['tagblock',['../taxonomy_8php.html#ac21d1dff16d569e7d110167aea4e63c2',1,'taxonomy.php']]], ['tagger_5fcontent',['tagger_content',['../tagger_8php.html#a0e4a3eb177d1684553c547503d67161c',1,'tagger.php']]], diff --git a/doc/html/search/functions_75.js b/doc/html/search/functions_75.js index ef023b551..83510ffa2 100644 --- a/doc/html/search/functions_75.js +++ b/doc/html/search/functions_75.js @@ -10,7 +10,6 @@ var searchData= ['unregister_5fhook',['unregister_hook',['../plugin_8php.html#a56f71fe5adf9586ce950523d8180443e',1,'plugin.php']]], ['unxmlify',['unxmlify',['../text_8php.html#a1360fed7f918d859daaca1c9f384f9af',1,'text.php']]], ['update_5fchannel_5fcontent',['update_channel_content',['../update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba',1,'update_channel.php']]], - ['update_5fcommunity_5fcontent',['update_community_content',['../update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1',1,'update_community.php']]], ['update_5fdirectory_5fentry',['update_directory_entry',['../dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13',1,'dir_fns.php']]], ['update_5fdisplay_5fcontent',['update_display_content',['../update__display_8php.html#aa36ac524059e209d5d75a03c16206246',1,'update_display.php']]], ['update_5fimported_5fitem',['update_imported_item',['../zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df',1,'zot.php']]], diff --git a/doc/html/search/variables_61.js b/doc/html/search/variables_61.js index 610c3cdf5..7a5098d4c 100644 --- a/doc/html/search/variables_61.js +++ b/doc/html/search/variables_61.js @@ -19,6 +19,7 @@ var searchData= ['account_5fremoved',['ACCOUNT_REMOVED',['../boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78',1,'boot.php']]], ['account_5frole_5fadmin',['ACCOUNT_ROLE_ADMIN',['../boot_8php.html#ac8400313df2c831653f9036f71ebd86d',1,'boot.php']]], ['account_5frole_5fallowcode',['ACCOUNT_ROLE_ALLOWCODE',['../boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688',1,'boot.php']]], + ['account_5frole_5fdeveloper',['ACCOUNT_ROLE_DEVELOPER',['../boot_8php.html#a4f507a5996dbb3da148add0339a40d5a',1,'boot.php']]], ['account_5frole_5fsystem',['ACCOUNT_ROLE_SYSTEM',['../boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b',1,'boot.php']]], ['account_5funverified',['ACCOUNT_UNVERIFIED',['../boot_8php.html#af3a4271630aabd8be592213f925d6a36',1,'boot.php']]], ['activity_5fdislike',['ACTIVITY_DISLIKE',['../boot_8php.html#a0e57f846e6d47a308feced0f7274f178',1,'boot.php']]], diff --git a/doc/html/search/variables_64.js b/doc/html/search/variables_64.js index 2c0187ed0..ea1a85e2a 100644 --- a/doc/html/search/variables_64.js +++ b/doc/html/search/variables_64.js @@ -8,5 +8,8 @@ var searchData= ['directory_5fmode_5fsecondary',['DIRECTORY_MODE_SECONDARY',['../boot_8php.html#aedfb9501ed408278667995524e0d15cf',1,'boot.php']]], ['directory_5fmode_5fstandalone',['DIRECTORY_MODE_STANDALONE',['../boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8',1,'boot.php']]], ['directory_5frealm',['DIRECTORY_REALM',['../boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd',1,'boot.php']]], - ['do',['do',['../docblox__errorchecker_8php.html#a721c6ff80a6d3e4ad4ffa52a04c60085',1,'docblox_errorchecker.php']]] + ['do',['do',['../docblox__errorchecker_8php.html#a721c6ff80a6d3e4ad4ffa52a04c60085',1,'docblox_errorchecker.php']]], + ['dropitem_5fnormal',['DROPITEM_NORMAL',['../boot_8php.html#a7037bcbca223395c06bc67f65024de7a',1,'boot.php']]], + ['dropitem_5fphase1',['DROPITEM_PHASE1',['../boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06',1,'boot.php']]], + ['dropitem_5fphase2',['DROPITEM_PHASE2',['../boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8',1,'boot.php']]] ]; diff --git a/doc/html/search/variables_69.js b/doc/html/search/variables_69.js index c7d282add..ca274537e 100644 --- a/doc/html/search/variables_69.js +++ b/doc/html/search/variables_69.js @@ -1,6 +1,6 @@ var searchData= [ - ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php'],['../full_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): full.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.php']]], + ['if',['if',['../php2po_8php.html#a45b05625748f412ec97afcd61cf7980b',1,'if(): php2po.php'],['../php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php'],['../full_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): full.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.php'],['../theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php']]], ['item_5fblocked',['ITEM_BLOCKED',['../boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f',1,'boot.php']]], ['item_5fbug',['ITEM_BUG',['../boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34',1,'boot.php']]], ['item_5fbuildblock',['ITEM_BUILDBLOCK',['../boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf',1,'boot.php']]], @@ -15,6 +15,7 @@ var searchData= ['item_5fobscured',['ITEM_OBSCURED',['../boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d',1,'boot.php']]], ['item_5forigin',['ITEM_ORIGIN',['../boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7',1,'boot.php']]], ['item_5fpdl',['ITEM_PDL',['../boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d',1,'boot.php']]], + ['item_5fpending_5fremove',['ITEM_PENDING_REMOVE',['../boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb',1,'boot.php']]], ['item_5frelay',['ITEM_RELAY',['../boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221',1,'boot.php']]], ['item_5fretained',['ITEM_RETAINED',['../boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81',1,'boot.php']]], ['item_5fspam',['ITEM_SPAM',['../boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb',1,'boot.php']]], diff --git a/doc/html/search/variables_70.js b/doc/html/search/variables_70.js index 4951dfb53..55df602f5 100644 --- a/doc/html/search/variables_70.js +++ b/doc/html/search/variables_70.js @@ -4,6 +4,7 @@ var searchData= ['page_5fadult',['PAGE_ADULT',['../boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32',1,'boot.php']]], ['page_5fapplication',['PAGE_APPLICATION',['../boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed',1,'boot.php']]], ['page_5fautoconnect',['PAGE_AUTOCONNECT',['../boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9',1,'boot.php']]], + ['page_5fcensored',['PAGE_CENSORED',['../boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214',1,'boot.php']]], ['page_5fdirectory_5fchannel',['PAGE_DIRECTORY_CHANNEL',['../boot_8php.html#a5b8484922918946d041e5e0515dbe718',1,'boot.php']]], ['page_5fhidden',['PAGE_HIDDEN',['../boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640',1,'boot.php']]], ['page_5fnormal',['PAGE_NORMAL',['../boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3',1,'boot.php']]], diff --git a/doc/html/security_8php.html b/doc/html/security_8php.html index bceeea793..5a5fc2561 100644 --- a/doc/html/security_8php.html +++ b/doc/html/security_8php.html @@ -132,7 +132,7 @@ Functions</h2></td></tr> <tr class="separator:a77ba0d1889a39cf32434c5ce96fe1433"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a444ac867dfa8c37cf0a7a226412bee28"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr</a> ($typename= '', $formname= 'form_security_token')</td></tr> <tr class="separator:a444ac867dfa8c37cf0a7a226412bee28"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:ae92c5c1a1cbbc49ddbb8b3265d2db809"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('init_groups_visitor')) </td><td class="memItemRight" valign="bottom"><a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids</a> ($perms_min=<a class="el" href="boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f">PERMS_SITE</a>)</td></tr> +<tr class="memitem:ae92c5c1a1cbbc49ddbb8b3265d2db809"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('init_groups_visitor')) </td><td class="memItemRight" valign="bottom"><a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids</a> ($perms_min=<a class="el" href="boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f">PERMS_SITE</a>)</td></tr> <tr class="separator:ae92c5c1a1cbbc49ddbb8b3265d2db809"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a15e0f8f511cc06192db63387f97238b3"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans</a> ($perms_min=<a class="el" href="boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f">PERMS_SITE</a>)</td></tr> <tr class="separator:a15e0f8f511cc06192db63387f97238b3"><td class="memSeparator" colspan="2"> </td></tr> @@ -305,7 +305,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, and <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, and <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> </div> </div> @@ -323,7 +323,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, and <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, and <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>.</p> </div> </div> @@ -426,7 +426,7 @@ Functions</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('init_groups_visitor')) stream_perms_api_uids </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('init_groups_visitor')) stream_perms_api_uids </td> <td>(</td> <td class="paramtype"> </td> <td class="paramname"><em>$perms_min</em> = <code><a class="el" href="boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f">PERMS_SITE</a></code></td><td>)</td> @@ -435,7 +435,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, and <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>.</p> +<p>Referenced by <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, and <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>.</p> </div> </div> diff --git a/doc/html/taxonomy_8php.html b/doc/html/taxonomy_8php.html index fc33f4d61..e205b2b64 100644 --- a/doc/html/taxonomy_8php.html +++ b/doc/html/taxonomy_8php.html @@ -296,7 +296,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7">item_getfeedtags()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>.</p> +<p>Referenced by <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">format_hashtags()</a>, <a class="el" href="items_8php.html#a6f7e1334af5d684a987fa6a3eb37f4cc">item_expire()</a>, <a class="el" href="items_8php.html#a649dc3e53ed794d0ead4b5d037f8d8d7">item_getfeedtags()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, and <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>.</p> </div> </div> diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html index 194ca44c7..4272e9aba 100644 --- a/doc/html/text_8php.html +++ b/doc/html/text_8php.html @@ -131,7 +131,7 @@ Functions</h2></td></tr> <tr class="separator:aaed4413ed8918838b517e3b2fafaea0d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a1360fed7f918d859daaca1c9f384f9af"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#a1360fed7f918d859daaca1c9f384f9af">unxmlify</a> ($s)</td></tr> <tr class="separator:a1360fed7f918d859daaca1c9f384f9af"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:afe9f178d264d44a94dc1292aaf0fd585"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>(!function_exists('hex2bin')) </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate</a> (&$a)</td></tr> +<tr class="memitem:afe9f178d264d44a94dc1292aaf0fd585"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>(!function_exists('hex2bin')) </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate</a> (&$a)</td></tr> <tr class="separator:afe9f178d264d44a94dc1292aaf0fd585"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a75c243e06341ec16bd5a44b9b1cacd85"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager</a> (&$a, $i, $more= '', $less= '')</td></tr> <tr class="separator:a75c243e06341ec16bd5a44b9b1cacd85"><td class="memSeparator" colspan="2"> </td></tr> @@ -157,6 +157,8 @@ Functions</h2></td></tr> <tr class="separator:af8a3e3a66a7b862d4510f145d2e13186"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a4659fbc4e54ddc700c3aa66b9092c623"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#a4659fbc4e54ddc700c3aa66b9092c623">get_tags</a> ($s)</td></tr> <tr class="separator:a4659fbc4e54ddc700c3aa66b9092c623"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:ac2ff88e800f74b22e9cc091c10809c54"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#ac2ff88e800f74b22e9cc091c10809c54">tag_sort_length</a> ($a, $b)</td></tr> +<tr class="separator:ac2ff88e800f74b22e9cc091c10809c54"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a2f2585385530cb935a6325c809d84a4d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#a2f2585385530cb935a6325c809d84a4d">strip_zids</a> ($s)</td></tr> <tr class="separator:a2f2585385530cb935a6325c809d84a4d"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:afc998d2796a6b2a08e96f7cc061e7221"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#afc998d2796a6b2a08e96f7cc061e7221">qp</a> ($s)</td></tr> @@ -209,6 +211,8 @@ Functions</h2></td></tr> <tr class="separator:af9c9ac3f74c82dc60acfa404d0e9dc53"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a3054189cff173977f4216c9a3dd29e1b"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories</a> (&$item, $writeable)</td></tr> <tr class="separator:a3054189cff173977f4216c9a3dd29e1b"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a3a0c432a484c17d7720b8ba2d6bfdd59"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59">format_hashtags</a> (&$item)</td></tr> +<tr class="separator:a3a0c432a484c17d7720b8ba2d6bfdd59"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a4e4d42b0a805148d9f9a92bcac89bf91"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer</a> (&$item)</td></tr> <tr class="separator:a4e4d42b0a805148d9f9a92bcac89bf91"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:ae4df74296fbe55051ed3c035e55205e5"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body</a> (&$item, $attach=false)</td></tr> @@ -322,7 +326,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, and <a class="el" href="conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3">visible_activity()</a>.</p> +<p>Referenced by <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="text_8php.html#ac1dbf2e37e8069bea2c0f557fdbf203e">item_post_type()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, and <a class="el" href="conversation_8php.html#a7eeaaf44506815576f3bd80053ef52c3">visible_activity()</a>.</p> </div> </div> @@ -362,7 +366,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, and <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>.</p> +<p>Referenced by <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, and <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>.</p> </div> </div> @@ -515,6 +519,8 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> +<p>Referenced by <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>.</p> + </div> </div> <a class="anchor" id="a55ab893be57feda59c2a7ba1e58ff2d0"></a> @@ -531,7 +537,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, and <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>.</p> +<p>Referenced by <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, and <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>.</p> </div> </div> @@ -549,7 +555,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8">Item\check_wall_to_wall()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, and <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>.</p> +<p>Referenced by <a class="el" href="classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8">Item\check_wall_to_wall()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="items_8php.html#adf980098b6de9c3993bc3ff26a8dd6f9">fetch_post_tags()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, and <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>.</p> </div> </div> @@ -834,6 +840,24 @@ Variables</h2></td></tr> </div> </div> +<a class="anchor" id="a3a0c432a484c17d7720b8ba2d6bfdd59"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">format_hashtags </td> + <td>(</td> + <td class="paramtype">& </td> + <td class="paramname"><em>$item</em></td><td>)</td> + <td></td> + </tr> + </table> +</div><div class="memdoc"> + +<p>Referenced by <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>.</p> + +</div> +</div> <a class="anchor" id="a76d1b3435c067978d7b484c45f56472b"></a> <div class="memitem"> <div class="memproto"> @@ -1226,7 +1250,7 @@ Variables</h2></td></tr> <p>Compare two URLs to see if they are the same, but ignore slight but hopefully insignificant differences such as if one is https and the other isn't, or if one is www.something and the other isn't - and also ignore case differences.</p> <p>Return true if the URLs match, otherwise false. </p> -<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, and <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>.</p> +<p>Referenced by <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, and <a class="el" href="identity_8php.html#a5b815330f3d177ab383af37a6c12e532">zid()</a>.</p> </div> </div> @@ -1274,7 +1298,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#a72bfecac1970bc29b853073e816388ff">api_channel_stream()</a>, <a class="el" href="include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53">api_export_basic()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae">blog_install()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c">blog_uninstall()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0">email_send()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0">fetch_lrdd_template()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84">head_set_icon()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f">q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5">webfinger()</a>, <a class="el" href="include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335">webfinger_dfrn()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> +<p>Referenced by <a class="el" href="classRedDirectory.html#a1e35e3cd31d2a15250655e4cafdea180">RedDirectory\__construct()</a>, <a class="el" href="classRedFile.html#a9a67bdb34c9db6ce144b3f371148b183">RedFile\__construct()</a>, <a class="el" href="Contact_8php.html#a6e64de7db60b7243dce45fb6347636ff">account_remove()</a>, <a class="el" href="auth_8php.html#a07bae0e623e2daa9ee2cd5a8aa294dee">account_verify_password()</a>, <a class="el" href="classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51">Item\add_child()</a>, <a class="el" href="classConversation.html#a8335cdd43f1836e3c255638e61a09e16">Conversation\add_thread()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="crypto_8php.html#a2148d7aac7b30c720f7ebda7e9790286">aes_encapsulate()</a>, <a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="include_2api_8php.html#a72bfecac1970bc29b853073e816388ff">api_channel_stream()</a>, <a class="el" href="include_2api_8php.html#adfc035ee6303c1d8ba5336a4ead2bd53">api_export_basic()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa1bddb580510e70cc1a7b7381667f1a3">api_oauth_request_token()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2attach_8php.html#ab6830b3ab74a5d284876141ac80f6cbc">attach_mkdir()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="text_8php.html#a13286f8a95d2de6b102966ecc270c8d6">base64url_decode()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae">blog_install()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c">blog_uninstall()</a>, <a class="el" href="include_2bookmarks_8php.html#aef1cb2968c41c759f2d106e1088ca323">bookmark_add()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="include_2chanman_8php.html#a21ba9a5c961e866ff27aee3ee67bf99b">chanman_remove_everything_from_network()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="classRedDirectory.html#a5e3fc08b2bf9f61cea4d2ccae0495bec">RedDirectory\childExists()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="items_8php.html#a8794863cdf8ce1333040933d3a3f66bd">consume_feed()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="classRedDirectory.html#a986936910f0216887a25e28916c166c7">RedDirectory\createDirectory()</a>, <a class="el" href="classRedDirectory.html#a2d12d99d38a6a75fc9a830b2f7fc0bf0">RedDirectory\createFile()</a>, <a class="el" href="cronhooks_8php.html#a4c4c1bbec4ecc9a0efa00dd6afd2c0ca">cronhooks_run()</a>, <a class="el" href="datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226">datetime_convert()</a>, <a class="el" href="zot_8php.html#adfeb9400ae6b726beec89f8f1e8fde72">delete_imported_item()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="language_8php.html#a632da17c7ac0d2dc1a00a4706870194b">detect_language()</a>, <a class="el" href="dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305">dir_parse_query()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0">directory_run()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="account_8php.html#a0d183a3cb4c67a0f5e906811df7a1fc9">downgrade_accounts()</a>, <a class="el" href="include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0">email_send()</a>, <a class="el" href="items_8php.html#a82955cc578f0fa600acec84475026194">encode_item()</a>, <a class="el" href="expire_8php.html#a444e45c9b67727b27db4c779fd51a298">expire_run()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="feed_8php.html#af86137700b56f33d1d5f25c8dec22c04">feed_init()</a>, <a class="el" href="include_2network_8php.html#a8d5a3afb51cc932032b5dcc159efaae0">fetch_lrdd_template()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="boot_8php.html#aca5e42678e178c6b9034610d66666fd7">fix_system_urls()</a>, <a class="el" href="classRedFile.html#a7c868dfcef6c70cd0e24cf3caa2c3535">RedFile\get()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="items_8php.html#a536d0313b6ffe33b9d2490c4e25c5361">get_item_elements()</a>, <a class="el" href="language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7">get_language_name()</a>, <a class="el" href="classConversation.html#a2a96b7a6573ae53db861624659e831cb">Conversation\get_template_data()</a>, <a class="el" href="classRedDirectory.html#aaa20f0f44da23781917af8170c0a2569">RedDirectory\getChild()</a>, <a class="el" href="classRedDirectory.html#aa42d3065f6f065b17db87146a7cb031a">RedDirectory\getChildren()</a>, <a class="el" href="classRedDirectory.html#a70173d4458572d95e586b2037d2fd2f4">RedDirectory\getDir()</a>, <a class="el" href="classRedDirectory.html#af6e4475dbd5abcdede00d20b8d388583">RedDirectory\getName()</a>, <a class="el" href="classRedFile.html#a0c961c5f49544d2502420361fa526437">RedFile\getName()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84">head_set_icon()</a>, <a class="el" href="include_2network_8php.html#a4cfb2c05a1c295317283d762440ce0b2">http_status_exit()</a>, <a class="el" href="items_8php.html#a6bee35961f2e32905f20367a9309d627">import_author_rss()</a>, <a class="el" href="zot_8php.html#ad149f1e98c0c5b88ff9147e6ee3f330d">import_author_zot()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="zot_8php.html#a20750dd2c36961013fd382fb34e1366c">import_directory_profile()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="zot_8php.html#a2657e141d62d5f67ad3c87651b585299">import_site()</a>, <a class="el" href="zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a">import_xchan()</a>, <a class="el" href="plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5">install_plugin()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="items_8php.html#af94c281016c6c912d06e064113336c5c">limit_body_size()</a>, <a class="el" href="plugin_8php.html#a9ca9632b7309a65b05c03a3e2f473a3d">load_plugin()</a>, <a class="el" href="dir__fns_8php.html#acd37b17dce3bdec6d5a6344a20598c1e">local_dir_update()</a>, <a class="el" href="conversation_8php.html#a9bd7f9fb6678736c581bcba3b17f471c">localize_item()</a>, <a class="el" href="classRedDirectory.html#a11376aed1963b4471eb1592c13c63976">RedDirectory\log()</a>, <a class="el" href="classRedBasicAuth.html#a2cc8b1eac9c5a799bfb53ea7f287f3f0">RedBasicAuth\log()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1">FKOAuthDataStore\lookup_consumer()</a>, <a class="el" href="classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab">FKOAuthDataStore\lookup_token()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571">menu_edit()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934">FKOAuthDataStore\new_access_token()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="crypto_8php.html#aae0ab70d6a199b29555b1ac3cf250d6a">new_keypair()</a>, <a class="el" href="classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050">FKOAuthDataStore\new_request_token()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b">parse_url_content()</a>, <a class="el" href="include_2network_8php.html#a27a951b59d8d622c0b3e7b0673ba74c6">parse_xml_string()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="include_2photos_8php.html#a6c40ef58aefef705a5adc84a40e97109">photo_upload()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="items_8php.html#a410f9c743877c125ca06312373346903">post_activity_item()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75">post_post()</a>, <a class="el" href="include_2message_8php.html#a652973ce47a262f2d238c2fd6233d97e">private_messages_list()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>, <a class="el" href="zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc">process_mail_delivery()</a>, <a class="el" href="zot_8php.html#a9a57b40669351c9791126b925cb7ef3b">process_profile_delivery()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="hubloc_8php.html#ad3d0dcfcfcb347744f7617fe6f5de002">prune_hub_reinstalls()</a>, <a class="el" href="zot_8php.html#a083aec6c900d244e1bfc1406f9461465">public_recips()</a>, <a class="el" href="classRedFile.html#a41a49a583eb276b75626fcf97f4a699c">RedFile\put()</a>, <a class="el" href="classdba__mysql.html#ac3fd60c278f400907322dac578754a99">dba_mysql\q()</a>, <a class="el" href="classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec">dba_mysqli\q()</a>, <a class="el" href="dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f">q()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66">RedChannelList()</a>, <a class="el" href="reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266">RedCollectionData()</a>, <a class="el" href="reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088">RedFileData()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="plugin_8php.html#af9ac19004dca49adae1ac7a0d9f3b025">reload_plugins()</a>, <a class="el" href="classItem.html#a2ce70ef63f9f4d86a09c351678806925">Item\remove_child()</a>, <a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag()</a>, <a class="el" href="queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24">remove_queue_item()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="classenotify.html#afbc088860f534c6c05788b48cfc262c6">enotify\send()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="classRedFile.html#a38a82bfc1b30028ea6ac75923e90fa25">RedFile\setName()</a>, <a class="el" href="security_8php.html#ae92c5c1a1cbbc49ddbb8b3265d2db809">stream_perms_api_uids()</a>, <a class="el" href="security_8php.html#a15e0f8f511cc06192db63387f97238b3">stream_perms_xchans()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="dir__fns_8php.html#aa666e7df6ca8c332f4081c9b66b4bdf6">sync_directories()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76">uninstall_plugin()</a>, <a class="el" href="plugin_8php.html#a90538627db68605aeb6db17a8ead6523">unload_plugin()</a>, <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>, <a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item()</a>, <a class="el" href="queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1">update_queue_time()</a>, <a class="el" href="classRedBasicAuth.html#a8dfd9a0953f8884723b421b7c1acf79b">RedBasicAuth\validateUserPass()</a>, <a class="el" href="include_2network_8php.html#a8122356933bcd6b0a8567e8e15ae5cc5">webfinger()</a>, <a class="el" href="include_2network_8php.html#adf6008b38c555e98e7ed10da9ede2335">webfinger_dfrn()</a>, <a class="el" href="include_2network_8php.html#a99353baabbc3e0584b85eb79ee802cff">xml2array()</a>, <a class="el" href="include_2network_8php.html#a9e9da2aafb806c98ecdc318604e60dc6">xml_status()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="include_2network_8php.html#a9129fd55e7fc175b4ea9a195cccc16bc">z_post_url()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zot_8php.html#a3862b3161b2c8557dc1a95020179bd81">zot_build_packet()</a>, <a class="el" href="items_8php.html#a004e89d86b0f29b2c4da20108ecc4091">zot_feed()</a>, <a class="el" href="zot_8php.html#a61cdc1ec843663c423ed2d8160ae5aea">zot_fetch()</a>, <a class="el" href="zot_8php.html#a95528377d7303131958c9f0b7158fdce">zot_finger()</a>, <a class="el" href="zot_8php.html#a55056e863a7860bc0cf922e78fcce073">zot_gethub()</a>, <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>, <a class="el" href="zot_8php.html#a928f5643ca66ae9635d85aeb2be62e03">zot_process_response()</a>, <a class="el" href="zot_8php.html#a7ac30ff51274bf0b6d3eade37972145c">zot_refresh()</a>, <a class="el" href="zot_8php.html#a5bcdfef419b16075a0eca990956223dc">zot_register_hub()</a>, and <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>.</p> </div> </div> @@ -1457,7 +1481,7 @@ Variables</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>string Filtered string </dd></dl> -<p>Referenced by <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c">sanitise_acl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="account_8php.html#a141fe579c351c78209d425473f978eb5">create_account()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd">filestorage_post()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="items_8php.html#a896c1809d58f2d7a42cfe14577958ddf">get_atom_elements()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a2541e6861a56d145c9281877cc501615">item_store()</a>, <a class="el" href="items_8php.html#acf0bf7c9d21ac84f32effb754f7ad484">item_store_update()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="items_8php.html#a77da7ce9a117601d49ac4a67c71b514f">mail_store()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="register_8php.html#a51731dcc1917c58a790eb1c0f6132271">register_post()</a>, <a class="el" href="text_8php.html#a9fbeae13c9abd6e27cb4d8d1817f969c">sanitise_acl()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> @@ -1466,7 +1490,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (!function_exists('hex2bin')) paginate </td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (!function_exists('hex2bin')) paginate </td> <td>(</td> <td class="paramtype">& </td> <td class="paramname"><em>$a</em></td><td>)</td> @@ -1475,7 +1499,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, and <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>.</p> </div> </div> @@ -1634,7 +1658,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, and <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>.</p> +<p>Referenced by <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2attach_8php.html#a887d2d44a3ef18dcb6624e7fb58dc8e3">attach_count_files()</a>, <a class="el" href="include_2attach_8php.html#a3634af95f11a023dd8e882c3c7a3600d">attach_list_files()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="include_2chat_8php.html#a2ba3af6884ecdce95de69262fe599639">chatroom_destroy()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2">dir_query_build()</a>, <a class="el" href="dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c">dirsearch_content()</a>, <a class="el" href="taxonomy_8php.html#a163b5131f388080b0fc82398d3a32fe1">file_tag_file_query()</a>, <a class="el" href="security_8php.html#a9355488460ab11d6058656ff919e5cf9">item_permissions_sql()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d">menu_list()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f">permissions_sql()</a>, <a class="el" href="include_2photos_8php.html#aa27b9e435dcc34e1009f56dc02c7ca51">photos_list_photos()</a>, <a class="el" href="security_8php.html#ab3bdd30dc60d9ee72370b866aa4a2d01">public_permissions_sql()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, and <a class="el" href="taxonomy_8php.html#a7a913d19c77610da689be48fbbf6734c">term_query()</a>.</p> </div> </div> @@ -1761,7 +1785,7 @@ Variables</h2></td></tr> </dl> <dl class="section return"><dt>Returns</dt><dd>string substituted string </dd></dl> -<p>Referenced by <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="acl__selectors_8php.html#a7b5446e999636ceceea65c154d865a31">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> +<p>Referenced by <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="classApp.html#a08f0537964d98958d218066364cff785">App\build_pagehead()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="setup_8php.html#a14d208682a88632290c895d20da6e7d6">check_php()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="text_8php.html#a87a3cefc603302c78982f1d8e1245265">design_tools()</a>, <a class="el" href="dir__fns_8php.html#acf621621e929d49441da30aad76a58cf">dir_safe_mode()</a>, <a class="el" href="dir__fns_8php.html#ae56881d69bb6f8e828c9e35454386774">dir_sort_links()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052">dirprofile_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="datetime_8php.html#a03900dcf0f9e3c58793a031673a70326">field_timezone()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="text_8php.html#a3054189cff173977f4216c9a3dd29e1b">format_categories()</a>, <a class="el" href="text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91">format_filer()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="items_8php.html#a04a35b610acfe54434df08adec39c0c7">get_feed_for()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9">group_side()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="identity_8php.html#a2ab5172eabd375869060c9ad68323f5c">identity_selector()</a>, <a class="el" href="import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184">import_content()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="manage_8php.html#a2bca247b5296827638959138367db4f5">manage_content()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf">menu_content()</a>, <a class="el" href="include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a">menu_render()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="text_8php.html#a2a902f5fdba8646333e997898ac45ea3">micropro()</a>, <a class="el" href="include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32">mini_group_select()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mood_8php.html#a721b9b6703b3234a005641c92d409b8f">mood_content()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="new__channel_8php.html#ae585191610f79da129492482ce8e2fee">new_channel_content()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="page__widgets_8php.html#ad82011c1ed90d9de8b9f34c12af5c6f0">pagelist_widget()</a>, <a class="el" href="pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619">pdledit_content()</a>, <a class="el" href="include_2photos_8php.html#af24c6aeed28ecc31ec39e7d9a1804979">photos_album_widget()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993">poke_content()</a>, <a class="el" href="acl__selectors_8php.html#a7b5446e999636ceceea65c154d865a31">populate_acl()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef">rmagic_content()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="account_8php.html#a014de2d5d5c9785de5bf547a485822fa">send_reg_approval_email()</a>, <a class="el" href="account_8php.html#aa9c29c497c17d8f9344dce8631ad8761">send_verification_email()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7">sources_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53">theme_attachments()</a>, <a class="el" href="thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b">thing_content()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="widgets_8php.html#add9b24d3304e529a7975e96122315554">widget_affinity()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#a0e2f5179ed1a73b282dfda7270fcabb3">widget_bookmarkedchats()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a45ea061dabe9a8372e4ca3b9e5714256">widget_notes()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a50b1410238100c8a94c06b0aa63ee3b8">widget_suggestedchats()</a>, <a class="el" href="widgets_8php.html#a0d404276fedc59f5038cf5c085028326">widget_suggestions()</a>, <a class="el" href="page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f">writepages_widget()</a>, and <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>.</p> </div> </div> @@ -2015,6 +2039,32 @@ Variables</h2></td></tr> </div> </div> +<a class="anchor" id="ac2ff88e800f74b22e9cc091c10809c54"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">tag_sort_length </td> + <td>(</td> + <td class="paramtype"> </td> + <td class="paramname"><em>$a</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$b</em> </td> + </tr> + <tr> + <td></td> + <td>)</td> + <td></td><td></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> <a class="anchor" id="af9c9ac3f74c82dc60acfa404d0e9dc53"></a> <div class="memitem"> <div class="memproto"> diff --git a/doc/html/text_8php.js b/doc/html/text_8php.js index e742132d5..d377878a0 100644 --- a/doc/html/text_8php.js +++ b/doc/html/text_8php.js @@ -25,6 +25,7 @@ var text_8php = [ "fix_mce_lf", "text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28", null ], [ "format_categories", "text_8php.html#a3054189cff173977f4216c9a3dd29e1b", null ], [ "format_filer", "text_8php.html#a4e4d42b0a805148d9f9a92bcac89bf91", null ], + [ "format_hashtags", "text_8php.html#a3a0c432a484c17d7720b8ba2d6bfdd59", null ], [ "get_mentions", "text_8php.html#a76d1b3435c067978d7b484c45f56472b", null ], [ "get_mood_verbs", "text_8php.html#a736db13a966b8abaf8c9198faa35911a", null ], [ "get_plink", "text_8php.html#aac0969ae09853205992ba06ab9f9f61a", null ], @@ -75,6 +76,7 @@ var text_8php = [ "sslify", "text_8php.html#a33bdb5d4bfff2ede7caf61a98ac0a2e9", null ], [ "stringify_array_elms", "text_8php.html#a8796f6a9ca592ecdce7b3afc3462aa13", null ], [ "strip_zids", "text_8php.html#a2f2585385530cb935a6325c809d84a4d", null ], + [ "tag_sort_length", "text_8php.html#ac2ff88e800f74b22e9cc091c10809c54", null ], [ "theme_attachments", "text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53", null ], [ "unamp", "text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7", null ], [ "undo_post_tagging", "text_8php.html#a740ad03e00459039a2c0992246c4e727", null ], diff --git a/doc/html/theme_2blogga_2php_2default_8php.html b/doc/html/theme_2blogga_2php_2default_8php.html index 6dd8dc59f..5c1171d23 100644 --- a/doc/html/theme_2blogga_2php_2default_8php.html +++ b/doc/html/theme_2blogga_2php_2default_8php.html @@ -116,7 +116,7 @@ Variables</h2></td></tr> <tr class="separator:ac7062908d1eb80c0735270f7997c4527"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a1230ab83d4ec9785d8f3a966f33dc5f3"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3">$headimghome</a> = <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config</a>('blogtheme', 'headimghome')</td></tr> <tr class="separator:a1230ab83d4ec9785d8f3a966f33dc5f3"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a720581ae288aa09511670563e4205a4a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>($a->module=='display') </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a">$bodyclass</a> =""</td></tr> +<tr class="memitem:a720581ae288aa09511670563e4205a4a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>($a->module=='display') </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a">$bodyclass</a> =""</td></tr> <tr class="separator:a720581ae288aa09511670563e4205a4a"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Variable Documentation</h2> @@ -125,7 +125,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ($a->module=='display') $bodyclass =""</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ($a->module=='display') $bodyclass =""</td> </tr> </table> </div><div class="memdoc"> diff --git a/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html b/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html index 66daa8188..75ab5e589 100644 --- a/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html +++ b/doc/html/theme_2blogga_2view_2theme_2blog_2default_8php.html @@ -116,7 +116,7 @@ Variables</h2></td></tr> <tr class="separator:a52d9dd070ed541729088395c22502539"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a1230ab83d4ec9785d8f3a966f33dc5f3"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3">$headimghome</a> = <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config</a>('blogtheme', 'headimghome')</td></tr> <tr class="separator:a1230ab83d4ec9785d8f3a966f33dc5f3"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a720581ae288aa09511670563e4205a4a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>($a->module=='display') </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a">$bodyclass</a> =""</td></tr> +<tr class="memitem:a720581ae288aa09511670563e4205a4a"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>($a->module=='display') </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a">$bodyclass</a> =""</td></tr> <tr class="separator:a720581ae288aa09511670563e4205a4a"><td class="memSeparator" colspan="2"> </td></tr> </table> <h2 class="groupheader">Variable Documentation</h2> @@ -125,7 +125,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ($a->module=='display') $bodyclass =""</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ($a->module=='display') $bodyclass =""</td> </tr> </table> </div><div class="memdoc"> @@ -137,7 +137,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> (<a class="el" href="boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44">local_user</a>()) $headimg = <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config</a>('blogtheme', 'headimg')</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44">local_user</a>()) $headimg = <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config</a>('blogtheme', 'headimg')</td> </tr> </table> </div><div class="memdoc"> diff --git a/doc/html/theme_2mytheme_2php_2default_8php.html b/doc/html/theme_2mytheme_2php_2default_8php.html new file mode 100644 index 000000000..e3ebc868e --- /dev/null +++ b/doc/html/theme_2mytheme_2php_2default_8php.html @@ -0,0 +1,133 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta name="generator" content="Doxygen 1.8.3.1"/> +<title>The Red Matrix: view/theme/mytheme/php/default.php File Reference</title> +<link href="tabs.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="jquery.js"></script> +<script type="text/javascript" src="dynsections.js"></script> +<link href="navtree.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="resize.js"></script> +<script type="text/javascript" src="navtree.js"></script> +<script type="text/javascript"> + $(document).ready(initResizable); + $(window).load(resizeHeight); +</script> +<link href="search/search.css" rel="stylesheet" type="text/css"/> +<script type="text/javascript" src="search/search.js"></script> +<script type="text/javascript"> + $(document).ready(function() { searchBox.OnSelectItem(0); }); +</script> +<link href="doxygen.css" rel="stylesheet" type="text/css" /> +</head> +<body> +<div id="top"><!-- do not remove this div, it is closed by doxygen! --> +<div id="titlearea"> +<table cellspacing="0" cellpadding="0"> + <tbody> + <tr style="height: 56px;"> + <td id="projectlogo"><img alt="Logo" src="rm-64.png"/></td> + <td style="padding-left: 0.5em;"> + <div id="projectname">The Red Matrix + </div> + </td> + </tr> + </tbody> +</table> +</div> +<!-- end header part --> +<!-- Generated by Doxygen 1.8.3.1 --> +<script type="text/javascript"> +var searchBox = new SearchBox("searchBox", "search",false,'Search'); +</script> + <div id="navrow1" class="tabs"> + <ul class="tablist"> + <li><a href="index.html"><span>Main Page</span></a></li> + <li><a href="pages.html"><span>Related Pages</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li><a href="annotated.html"><span>Classes</span></a></li> + <li class="current"><a href="files.html"><span>Files</span></a></li> + <li> + <div id="MSearchBox" class="MSearchBoxInactive"> + <span class="left"> + <img id="MSearchSelect" src="search/mag_sel.png" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + alt=""/> + <input type="text" id="MSearchField" value="Search" accesskey="S" + onfocus="searchBox.OnSearchFieldFocus(true)" + onblur="searchBox.OnSearchFieldFocus(false)" + onkeyup="searchBox.OnSearchFieldChange(event)"/> + </span><span class="right"> + <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> + </span> + </div> + </li> + </ul> + </div> + <div id="navrow2" class="tabs2"> + <ul class="tablist"> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> +</div><!-- top --> +<div id="side-nav" class="ui-resizable side-nav-resizable"> + <div id="nav-tree"> + <div id="nav-tree-contents"> + <div id="nav-sync" class="sync"></div> + </div> + </div> + <div id="splitbar" style="-moz-user-select:none;" + class="ui-resizable-handle"> + </div> +</div> +<script type="text/javascript"> +$(document).ready(function(){initNavTree('theme_2mytheme_2php_2default_8php.html','');}); +</script> +<div id="doc-content"> +<!-- window showing the filter options --> +<div id="MSearchSelectWindow" + onmouseover="return searchBox.OnSearchSelectShow()" + onmouseout="return searchBox.OnSearchSelectHide()" + onkeydown="return searchBox.OnSearchSelectKey(event)"> +<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Pages</a></div> + +<!-- iframe showing the search results (closed by default) --> +<div id="MSearchResultsWindow"> +<iframe src="javascript:void(0)" frameborder="0" + name="MSearchResults" id="MSearchResults"> +</iframe> +</div> + +<div class="header"> + <div class="summary"> +<a href="#var-members">Variables</a> </div> + <div class="headertitle"> +<div class="title">default.php File Reference</div> </div> +</div><!--header--> +<div class="contents"> +<table class="memberdecls"> +<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> +Variables</h2></td></tr> +<tr class="memitem:a3987f5547ceb7e36a210a66a06241a5a"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> (<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>,'htmlhead')) echo $<a class="el" href="mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>['htmlhead']?></head >< body >< header ><?php if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a></td></tr> +<tr class="separator:a3987f5547ceb7e36a210a66a06241a5a"><td class="memSeparator" colspan="2"> </td></tr> +</table> +<h2 class="groupheader">Variable Documentation</h2> +<a class="anchor" id="a3987f5547ceb7e36a210a66a06241a5a"></a> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>,'htmlhead')) echo $<a class="el" href="mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a>['htmlhead']?></head >< body >< header ><?php if(<a class="el" href="boot_8php.html#a01353c9abebc3544ea080ac161729632">x</a>($<a class="el" href="mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb">page</a></td> + </tr> + </table> +</div><div class="memdoc"> + +</div> +</div> +</div><!-- contents --> +</div><!-- doc-content --> + diff --git a/doc/html/theme_2mytheme_2php_2default_8php.js b/doc/html/theme_2mytheme_2php_2default_8php.js new file mode 100644 index 000000000..89e5b2391 --- /dev/null +++ b/doc/html/theme_2mytheme_2php_2default_8php.js @@ -0,0 +1,4 @@ +var theme_2mytheme_2php_2default_8php = +[ + [ "if", "theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a", null ] +];
\ No newline at end of file diff --git a/doc/html/tpldebug_8php.html b/doc/html/tpldebug_8php.html index 417aaa39a..842dc1972 100644 --- a/doc/html/tpldebug_8php.html +++ b/doc/html/tpldebug_8php.html @@ -118,7 +118,7 @@ Functions</h2></td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a> Variables</h2></td></tr> -<tr class="memitem:afbc7aadb3f7ff1edf0aaaa326a42179c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a>($<a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc</a> > 1) </td><td class="memItemRight" valign="bottom"><a class="el" href="tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c">else</a></td></tr> +<tr class="memitem:afbc7aadb3f7ff1edf0aaaa326a42179c"><td class="memItemLeft" align="right" valign="top"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a>($<a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc</a> > 1) </td><td class="memItemRight" valign="bottom"><a class="el" href="tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c">else</a></td></tr> <tr class="separator:afbc7aadb3f7ff1edf0aaaa326a42179c"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a5358407d65f2ca826f96356a6642d149"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149">$files</a> = glob('include/*.php')</td></tr> <tr class="separator:a5358407d65f2ca826f96356a6642d149"><td class="memSeparator" colspan="2"> </td></tr> @@ -158,7 +158,7 @@ Variables</h2></td></tr> <div class="memproto"> <table class="memname"> <tr> - <td class="memname"><a class="el" href="apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d">if</a> ($<a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc</a> > 1) else</td> + <td class="memname"><a class="el" href="theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a">if</a> ($<a class="el" href="boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7">argc</a> > 1) else</td> </tr> </table> </div><div class="memdoc"> diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html index ed1d8279f..51887407c 100644 --- a/doc/html/typo_8php.html +++ b/doc/html/typo_8php.html @@ -134,7 +134,7 @@ Variables</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2">Item\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677">Template\_replcb_inc()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad">api_account_verify_credentials()</a>, <a class="el" href="include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18">api_albums()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705">api_direct_messages_all()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3">api_direct_messages_conversation()</a>, <a class="el" href="include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2">api_direct_messages_inbox()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d">api_direct_messages_sentbox()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b">api_followers_ids()</a>, <a class="el" href="include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879">api_format_as()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#acafd2899309a005fcb725289173dc7fe">api_friends_ids()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1">api_item_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f">api_photos()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a6951c690d87775eb37e569c66011988e">api_statuses_followers()</a>, <a class="el" href="include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e">api_statuses_friends()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e">bb_sanitize_style()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b">blog_init()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5">blogtheme_display_item()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="boot_8php.html#ab79b8b4555cae20d03f8200666d89d63">clean_urls()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="community_8php.html#a1197aafd6a6b540dbb4a0c04ade3a25a">community_content()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a15af118efee9c948b6f8294e54a73bb2">connections_clone()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5">connedit_clone()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf">directory_init()</a>, <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="items_8php.html#afa1db13c2a8b73b5b17b97f17e5a19d1">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2">BaseObject\get_app()</a>, <a class="el" href="boot_8php.html#a0e6db7e365f2b041a828b93786f694bc">get_app()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config()</a>, <a class="el" href="boot_8php.html#a899d24fd074594ceebbf72e1feff335f">get_custom_nav()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad">get_pconfig()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e">get_xconfig()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84">head_set_icon()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221">item_content()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0">like_puller()</a>, <a class="el" href="text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285">link_compare()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="language_8php.html#a78bd204955ec4cc3a9ac651285a1689d">pop_lang()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="language_8php.html#ac9142ef1d01a235c760deb0f16643f5a">push_lang()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04">t()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43">tags_sort()</a>, <a class="el" href="Contact_8php.html#a38daa1c210b78385307123450ca9a1fc">terminate_friendship()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254">toggle_mobile_init()</a>, <a class="el" href="bbcode_8php.html#aa92f119341f4c69dcef2768a013079b8">tryzrlvideo()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__community_8php.html#abdcc5c4ecebbe0b5fcba2755c69cb3b1">update_community_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda">z_path()</a>, <a class="el" href="boot_8php.html#add517a0958ac684792c62142a3877f81">z_root()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> +<p>Referenced by <a class="el" href="classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6">FriendicaSmarty\__construct()</a>, <a class="el" href="classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2">Item\__construct()</a>, <a class="el" href="classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6">FriendicaSmartyEngine\__construct()</a>, <a class="el" href="classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228">Template\_replcb_if()</a>, <a class="el" href="classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677">Template\_replcb_inc()</a>, <a class="el" href="__well__known_8php.html#a6ebfa937a2024f0b5dab53f0ac90fed0">_well_known_init()</a>, <a class="el" href="Contact_8php.html#a024919623a830e8703ac4f23496dd66c">abook_toggle_flag()</a>, <a class="el" href="achievements_8php.html#a35ae04ada0e227d19671f289a32fb30e">achievements_content()</a>, <a class="el" href="acl_8php.html#ac6776dba871806ecdb5d1659bc2eb07a">acl_init()</a>, <a class="el" href="admin_8php.html#afef415e4011607fbb665610441595015">admin_content()</a>, <a class="el" href="admin_8php.html#ad6f87a764fd35f522c7b4c351d7878ec">admin_page_channels()</a>, <a class="el" href="admin_8php.html#a42e628f367c168add8013352ac74d33f">admin_page_channels_post()</a>, <a class="el" href="admin_8php.html#aaa6addf2dbc3f3fcf99244a56b41eade">admin_page_dbsync()</a>, <a class="el" href="admin_8php.html#a6943543f3138f6ee182cb701f415d1cc">admin_page_hubloc()</a>, <a class="el" href="admin_8php.html#a60ba9783ad14545814919970bc3fb725">admin_page_hubloc_post()</a>, <a class="el" href="admin_8php.html#a1d1362698af14d209aa3a0fb655551dd">admin_page_logs()</a>, <a class="el" href="admin_8php.html#a233b7c8c31776b7020532003c6e44e1c">admin_page_logs_post()</a>, <a class="el" href="admin_8php.html#a54128076986ba80c4a103de3fc3e19a8">admin_page_plugins()</a>, <a class="el" href="admin_8php.html#ac0f3bd12431c056aad77bac9d09fa30e">admin_page_site()</a>, <a class="el" href="admin_8php.html#add865f4ae806ecbf716f423fc3e50e4f">admin_page_site_post()</a>, <a class="el" href="admin_8php.html#ac6e95b920b5abd030cc522964987087a">admin_page_summary()</a>, <a class="el" href="admin_8php.html#af124619fdc278fe2bf14c45ddaa260fb">admin_page_themes()</a>, <a class="el" href="admin_8php.html#a62f10f90c47686c9c3c37c4c03a108d2">admin_page_users()</a>, <a class="el" href="admin_8php.html#a5a696706a3869800e65fb365214241b7">admin_page_users_post()</a>, <a class="el" href="admin_8php.html#acf51f5837a7427832144c2bf7308ada3">admin_post()</a>, <a class="el" href="identity_8php.html#aa870d2c1f558cfd52bef05bc124e8fa4">advanced_profile()</a>, <a class="el" href="include_2network_8php.html#aba38458a2ff2d92d3536488dbb119694">allowed_email()</a>, <a class="el" href="include_2network_8php.html#aee35d9ad6b3f872bfb39ba3598936aa7">allowed_url()</a>, <a class="el" href="text_8php.html#a75c243e06341ec16bd5a44b9b1cacd85">alt_pager()</a>, <a class="el" href="include_2api_8php.html#a864191bb876a515ed71b17e260ef35ad">api_account_verify_credentials()</a>, <a class="el" href="include_2api_8php.html#aa9dc5350b26d6c7727d6c4b641ecba18">api_albums()</a>, <a class="el" href="include_2api_8php.html#a5990101034e7abf6404feba3cd273629">api_apply_template()</a>, <a class="el" href="include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5">api_call()</a>, <a class="el" href="mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d">api_content()</a>, <a class="el" href="include_2api_8php.html#a970b02c06dea8b229aa3d5fff9cf4705">api_direct_messages_all()</a>, <a class="el" href="include_2api_8php.html#a7759ccddc8dff012ad168e511ffe5af5">api_direct_messages_box()</a>, <a class="el" href="include_2api_8php.html#a9160288b7ac220635942d8dc209b78c3">api_direct_messages_conversation()</a>, <a class="el" href="include_2api_8php.html#ad2b0192f3006918bea895de8074bf8d2">api_direct_messages_inbox()</a>, <a class="el" href="include_2api_8php.html#a0991f72554f821255397d615e76f3203">api_direct_messages_new()</a>, <a class="el" href="include_2api_8php.html#a58cf4c02ef435996f5c3bc4283d3968d">api_direct_messages_sentbox()</a>, <a class="el" href="include_2api_8php.html#a2c71b1226ef1283b5370bd1c200fee5f">api_favorites()</a>, <a class="el" href="include_2api_8php.html#ab1ecb58954f722444bfe03233345cb1b">api_followers_ids()</a>, <a class="el" href="include_2api_8php.html#a18cab7c6391df5c421753463f5d2a879">api_format_as()</a>, <a class="el" href="include_2api_8php.html#a4c6fb9fb5203aa60f4b3afd4521db8ea">api_format_items()</a>, <a class="el" href="include_2api_8php.html#acafd2899309a005fcb725289173dc7fe">api_friends_ids()</a>, <a class="el" href="include_2api_8php.html#aa40bae797bcd9ccacffdce5a3b5a1afa">api_get_user()</a>, <a class="el" href="include_2api_8php.html#aa49741342ad8ba285737eea1209a37e1">api_item_get_user()</a>, <a class="el" href="include_2api_8php.html#afe534f826e4282b72d66e8cadca7bb73">api_login()</a>, <a class="el" href="include_2api_8php.html#aa6fc3bc8c0fad1d081db0dcc456dd77f">api_photos()</a>, <a class="el" href="mod_2api_8php.html#a6fe77f05c07cb51048df0d557b4b9bd2">api_post()</a>, <a class="el" href="include_2api_8php.html#a6a04b48168ba1d9dd2de3081a630611f">api_rss_extra()</a>, <a class="el" href="include_2api_8php.html#a645397787618b5c548a31e8686e8cca4">api_status_show()</a>, <a class="el" href="include_2api_8php.html#ad4c29f43418f6110f85a6b3998239ab4">api_statuses_destroy()</a>, <a class="el" href="include_2api_8php.html#aa0d6b29fff0344a8e67f3507a6d01410">api_statuses_f()</a>, <a class="el" href="include_2api_8php.html#a6951c690d87775eb37e569c66011988e">api_statuses_followers()</a>, <a class="el" href="include_2api_8php.html#ade742525b2e41c82b090799ef3c51d5e">api_statuses_friends()</a>, <a class="el" href="include_2api_8php.html#a528d8070ee74ea800102936ce73cf366">api_statuses_home_timeline()</a>, <a class="el" href="include_2api_8php.html#a450d8732b7b608f7ac929aee61572b95">api_statuses_mediap()</a>, <a class="el" href="include_2api_8php.html#a8b25a186bd0893f51aa72a62f655735e">api_statuses_mentions()</a>, <a class="el" href="include_2api_8php.html#ad24ce1bf20867add4c9211a8eaf93f22">api_statuses_public_timeline()</a>, <a class="el" href="include_2api_8php.html#ae0fa388479cace9c5a7a45b571ab42f8">api_statuses_repeat()</a>, <a class="el" href="include_2api_8php.html#af6f1d89cdb0a0621025efbec1597bc63">api_statuses_show()</a>, <a class="el" href="include_2api_8php.html#ad4d1634df6b35126552324683caaffa2">api_statuses_update()</a>, <a class="el" href="include_2api_8php.html#a32f0dda848d0c11c727fe1c3e741c283">api_statuses_user_timeline()</a>, <a class="el" href="include_2api_8php.html#a623793229a7256dd31bcfd5ab90eef08">api_statusnet_config()</a>, <a class="el" href="include_2api_8php.html#abe8e929e93f7ab134b1cb1fb30f19a76">api_users_show()</a>, <a class="el" href="apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c">apps_content()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#ad59fc09da66b66267f9753c8b2dd68d0">apw_form()</a>, <a class="el" href="items_8php.html#a275108c050f7eb18bcbb5018e6b81cf6">atom_entry()</a>, <a class="el" href="text_8php.html#a95fd2f8f23a1948414a03ebc963bac57">attribute_contains()</a>, <a class="el" href="security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733">authenticate_success()</a>, <a class="el" href="include_2network_8php.html#ab07ce9d75eae559865ed90aad2154bd7">avatar_img()</a>, <a class="el" href="bbcode_8php.html#a3a989cbf308a32468d171d83e9c51d1e">bb_sanitize_style()</a>, <a class="el" href="bbcode_8php.html#a009f61aaf78771737ed0765c8463911b">bbcode()</a>, <a class="el" href="conversation_8php.html#ad470fc7766f0db66d138fa1916c7a8b7">best_link_url()</a>, <a class="el" href="block_8php.html#a8a82a470acdfbc7a8e749509caeeea45">block_content()</a>, <a class="el" href="block_8php.html#a9b61c96044ed2a068f18c10370a78d5c">block_init()</a>, <a class="el" href="blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12">blocks_content()</a>, <a class="el" href="blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b">blog_init()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#a028ae8e9f2824670dfa76a6651d817e5">blogtheme_display_item()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a8a311a402d3e746ce53fadc38e4b2d27">blogtheme_form()</a>, <a class="el" href="blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec">blogtheme_imgurl()</a>, <a class="el" href="mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a">bookmarks_content()</a>, <a class="el" href="mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3">bookmarks_init()</a>, <a class="el" href="zot_8php.html#ac34e479d27f32b82dd6b33542f81a6a7">build_sync_packet()</a>, <a class="el" href="datetime_8php.html#aea356409ba69f9de412298c998595dd2">cal()</a>, <a class="el" href="plugin_8php.html#a7f05de16c0a32602853b09b99dd85e7c">call_hooks()</a>, <a class="el" href="contact__widgets_8php.html#a165eb021e61c4dcab2a552f28628d353">categories_widget()</a>, <a class="el" href="channel_8php.html#a9c6a6179e0e626398ebecc6151905ef1">channel_content()</a>, <a class="el" href="channel_8php.html#ac7c8c7845741baadf87fae6bc279f3dc">channel_init()</a>, <a class="el" href="Contact_8php.html#a186162051a5127069cc851d78740f205">channel_remove()</a>, <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f">chat_content()</a>, <a class="el" href="mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e">chat_init()</a>, <a class="el" href="mod_2chat_8php.html#a999d594745597c656c9760253ae297ad">chat_post()</a>, <a class="el" href="chatsvc_8php.html#a7032784215e1f6747cf385a6598770f9">chatsvc_content()</a>, <a class="el" href="chatsvc_8php.html#a28d248b056fa47452e28ed01130e9116">chatsvc_init()</a>, <a class="el" href="chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03">chatsvc_post()</a>, <a class="el" href="boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3">check_config()</a>, <a class="el" href="security_8php.html#a9c6180e82150a5a9af91a1255d096b5c">check_form_security_token()</a>, <a class="el" href="security_8php.html#a444ac867dfa8c37cf0a7a226412bee28">check_form_security_token_ForbiddenOnErr()</a>, <a class="el" href="security_8php.html#a77ba0d1889a39cf32434c5ce96fe1433">check_form_security_token_redirectOnErr()</a>, <a class="el" href="setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4">check_htaccess()</a>, <a class="el" href="boot_8php.html#ab79b8b4555cae20d03f8200666d89d63">clean_urls()</a>, <a class="el" href="cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b">cli_startup()</a>, <a class="el" href="cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2">cli_suggest_run()</a>, <a class="el" href="cloud_8php.html#a1b79a6fe0454bc76673ad9aef55bf02d">cloud_init()</a>, <a class="el" href="comanche_8php.html#a1a208fdb40dd83d6298caec4290ee922">comanche_parser()</a>, <a class="el" href="comanche_8php.html#a028f004d5b8c23d6367816d899e17cfe">comanche_replace_region()</a>, <a class="el" href="comanche_8php.html#a6b0191c1a63db1696a2eb139d90d9e7f">comanche_widget()</a>, <a class="el" href="common_8php.html#ab63408f39abef7a6915186e8dabc5a96">common_content()</a>, <a class="el" href="contact__widgets_8php.html#a552f8544528cec0c995cea7287ea9d65">common_friends_visitor_widget()</a>, <a class="el" href="common_8php.html#aca62f113655809f41f49042ce9b123c2">common_init()</a>, <a class="el" href="connect_8php.html#a489f0a66c660de6ec4d6917b27674f07">connect_content()</a>, <a class="el" href="connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36">connect_init()</a>, <a class="el" href="connect_8php.html#a417ec27afe33f21a929667a665e32ee2">connect_post()</a>, <a class="el" href="connections_8php.html#a15af118efee9c948b6f8294e54a73bb2">connections_clone()</a>, <a class="el" href="connections_8php.html#aec2e457420fce3e3bf6a9f48e36df25c">connections_content()</a>, <a class="el" href="connections_8php.html#a1f23623f802af7bd35e95b0e94e5d558">connections_init()</a>, <a class="el" href="connections_8php.html#a1224058db8e3fb56463eb312f98e561d">connections_post()</a>, <a class="el" href="connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5">connedit_clone()</a>, <a class="el" href="connedit_8php.html#a795acb3d9d841f55c255d7611681ab67">connedit_content()</a>, <a class="el" href="connedit_8php.html#a4da871e075597a09a8b374b9171dd92e">connedit_init()</a>, <a class="el" href="connedit_8php.html#a234c48426b652bf4d37053f2af329ac5">connedit_post()</a>, <a class="el" href="boot_8php.html#acc4e0c910af066148b810e5fde55fff1">construct_page()</a>, <a class="el" href="text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784">contact_block()</a>, <a class="el" href="acl__selectors_8php.html#a9476997d2968a5794f3723878ed89c91">contact_select()</a>, <a class="el" href="conversation_8php.html#affea1afb3f32ca41e966c8ddb4204d81">conversation()</a>, <a class="el" href="identity_8php.html#a345f4c943d84de502ec6e72d2c813945">create_identity()</a>, <a class="el" href="boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13">current_theme()</a>, <a class="el" href="boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3">current_theme_url()</a>, <a class="el" href="include_2config_8php.html#a549910227348003efc3c05c9105c42da">del_config()</a>, <a class="el" href="include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941">del_pconfig()</a>, <a class="el" href="include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72">del_xconfig()</a>, <a class="el" href="delegate_8php.html#a943eea8996ef348eb845c498f9f354dd">delegate_content()</a>, <a class="el" href="deliver_8php.html#a397afcb9afecf0c1816b0951189dd346">deliver_run()</a>, <a class="el" href="mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44">directory_content()</a>, <a class="el" href="mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf">directory_init()</a>, <a class="el" href="dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752">dirsearch_init()</a>, <a class="el" href="display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0">display_content()</a>, <a class="el" href="text_8php.html#a0a1f7c0e97f9ecbebf3e5834582b014c">dlogger()</a>, <a class="el" href="items_8php.html#a555762e1022a4b8e3c3abd32e7812408">drop_item()</a>, <a class="el" href="editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6">editblock_content()</a>, <a class="el" href="editlayout_8php.html#aa877e4157a26b099de904164181dd386">editlayout_content()</a>, <a class="el" href="editpost_8php.html#a34011690864d122680c802e9e748ccfb">editpost_content()</a>, <a class="el" href="editwebpage_8php.html#a375e945255fad79a71036528f7480650">editwebpage_content()</a>, <a class="el" href="event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850">ev_compare()</a>, <a class="el" href="event_8php.html#a89ef533faf345db8d64a58d4856bde3a">event_store()</a>, <a class="el" href="events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec">events_content()</a>, <a class="el" href="events_8php.html#ab3e8a8f901175f8e40a8089eea45c075">events_post()</a>, <a class="el" href="text_8php.html#ae4282a39492caa23ccbc2ce98e54f110">expand_acl()</a>, <a class="el" href="include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345">expand_groups()</a>, <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4">fbrowser_content()</a>, <a class="el" href="contact__widgets_8php.html#a1eda66319d170f60a8d07c7ece95533b">fileas_widget()</a>, <a class="el" href="filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274">filer_content()</a>, <a class="el" href="filerm_8php.html#ae2eb28d2054fa2c37e38689882172208">filerm_content()</a>, <a class="el" href="filestorage_8php.html#a61bb1be78472555df4ce619f51014040">filestorage_content()</a>, <a class="el" href="contact__widgets_8php.html#a57e73ebcfd62bb5d8c7a7b9e663726d6">findpeople_widget()</a>, <a class="el" href="items_8php.html#aba98fcbbcd7044a7e9ea34edabc14c87">fix_private_photos()</a>, <a class="el" href="mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a">follow_init()</a>, <a class="el" href="bb2diaspora_8php.html#a29a2ad41f5826f3975fa9a49934ff863">format_event_diaspora()</a>, <a class="el" href="fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998">fsuggest_content()</a>, <a class="el" href="fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d">fsuggest_post()</a>, <a class="el" href="classBaseObject.html#ac43f10e69ce80c78e4870636250fc8a2">BaseObject\get_app()</a>, <a class="el" href="boot_8php.html#a0e6db7e365f2b041a828b93786f694bc">get_app()</a>, <a class="el" href="language_8php.html#a980dee1d8715a98ab02e36b59facf8ed">get_best_language()</a>, <a class="el" href="identity_8php.html#ad2c97627a313d53df1a1c7b4215ddb51">get_birthdays()</a>, <a class="el" href="classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf">Item\get_comment_box()</a>, <a class="el" href="include_2config_8php.html#af02c96e6b37335774b548914ede1d22e">get_config()</a>, <a class="el" href="boot_8php.html#a899d24fd074594ceebbf72e1feff335f">get_custom_nav()</a>, <a class="el" href="identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312">get_events()</a>, <a class="el" href="security_8php.html#acd06ef411116115c2f0a92633700db8a">get_form_security_token()</a>, <a class="el" href="classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118">FriendicaSmartyEngine\get_intltext_template()</a>, <a class="el" href="plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295">get_intltext_template()</a>, <a class="el" href="plugin_8php.html#a75f7dfed291fd7add7fc85b5c022a1f4">get_markup_template()</a>, <a class="el" href="include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad">get_pconfig()</a>, <a class="el" href="text_8php.html#aac0969ae09853205992ba06ab9f9f61a">get_plink()</a>, <a class="el" href="classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8">Item\get_template_data()</a>, <a class="el" href="plugin_8php.html#a48047edfbef770125a5508dcc2f9282f">get_theme_screenshot()</a>, <a class="el" href="include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e">get_xconfig()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83">group_content()</a>, <a class="el" href="mod_2group_8php.html#aed1f009b1221348021bb34761160ef35">group_post()</a>, <a class="el" href="acl__selectors_8php.html#aa1e3bc344ca2b29f97eb9860216d21a0">group_select()</a>, <a class="el" href="photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa">guess_image_type()</a>, <a class="el" href="item_8php.html#aa22feef4de326e1d7078dedd892e615c">handle_tag()</a>, <a class="el" href="boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77">head_get_icon()</a>, <a class="el" href="plugin_8php.html#a9ab6caae31935f6cf781ce7872db7cdf">head_remove_css()</a>, <a class="el" href="plugin_8php.html#a4a0ae7b881e7c8af99a69e3b03f898b4">head_remove_js()</a>, <a class="el" href="boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84">head_set_icon()</a>, <a class="el" href="help_8php.html#af055e15f600ffa6fbca9386fdf715224">help_content()</a>, <a class="el" href="home_8php.html#aa1cf697851a646755baf537f75334c46">home_content()</a>, <a class="el" href="home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde">home_init()</a>, <a class="el" href="hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92">hostxrd_init()</a>, <a class="el" href="photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a">import_channel_photo()</a>, <a class="el" href="import_8php.html#af17fef0410518f7eac205d0ea416eaa2">import_post()</a>, <a class="el" href="photo__driver_8php.html#a78f5a10c568d2a9bbbb129dc96548887">import_profile_photo()</a>, <a class="el" href="boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498">info()</a>, <a class="el" href="plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b">insert_hook()</a>, <a class="el" href="invite_8php.html#a244385b28cfd021d308715f01158bfd9">invite_content()</a>, <a class="el" href="invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5">invite_post()</a>, <a class="el" href="boot_8php.html#a6252d8eca67c689d9035ec6da544cf46">is_developer()</a>, <a class="el" href="boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e">is_site_admin()</a>, <a class="el" href="conversation_8php.html#aacbb12d372d5e9c3ab0735b4aea48fb3">item_photo_menu()</a>, <a class="el" href="item_8php.html#a693cd09805755ab85bbb5ecae69a48c3">item_post()</a>, <a class="el" href="items_8php.html#a756738301f2ed96be50232500677d58a">items_fetch()</a>, <a class="el" href="text_8php.html#a71f6952243d3fe1c5a8154f78027e29c">lang_selector()</a>, <a class="el" href="layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50">layouts_content()</a>, <a class="el" href="like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538">like_content()</a>, <a class="el" href="text_8php.html#a47c1e4a5f3f53027daacd8a9db24f285">link_compare()</a>, <a class="el" href="include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1">load_config()</a>, <a class="el" href="boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6">load_contact_links()</a>, <a class="el" href="setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a">load_database()</a>, <a class="el" href="plugin_8php.html#a326365e48ef94f0b9a0a771b8d75e813">load_hooks()</a>, <a class="el" href="include_2config_8php.html#ac543813a980b3841cc5a277fcd4a24a6">load_pconfig()</a>, <a class="el" href="language_8php.html#a7e9904c730bb24ddcb0ff50fc96f6b05">load_translation_table()</a>, <a class="el" href="include_2config_8php.html#a55bbed9a014c9109c767486834f3ca33">load_xconfig()</a>, <a class="el" href="text_8php.html#a030fa5ecc64168af0c4f44897a9bce63">logger()</a>, <a class="el" href="boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4">login()</a>, <a class="el" href="login_8php.html#a1d69ca88eb9005a7026e128b9a645904">login_content()</a>, <a class="el" href="classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f">FKOAuth1\loginUser()</a>, <a class="el" href="lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3">lostpass_content()</a>, <a class="el" href="lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc">lostpass_post()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#a3c7c485fc69f92371e8b20936040eca1">mail_content()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="setup_8php.html#abe405d227ba7232971964a706d4f3bce">manual_config()</a>, <a class="el" href="match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d">match_content()</a>, <a class="el" href="mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f">message_content()</a>, <a class="el" href="mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e">mitem_content()</a>, <a class="el" href="mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518">mitem_init()</a>, <a class="el" href="mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1">mitem_post()</a>, <a class="el" href="mood_8php.html#a7ae136dd7476865b4828136175db5022">mood_init()</a>, <a class="el" href="msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8">msearch_post()</a>, <a class="el" href="mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8">mytheme_init()</a>, <a class="el" href="nav_8php.html#a43be0df73b90647ea70947ce004e231e">nav()</a>, <a class="el" href="nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a">nav_set_selected()</a>, <a class="el" href="mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4">network_content()</a>, <a class="el" href="mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec">network_init()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="boot_8php.html#a9255af5ae9c887520091ea04763c1a88">notice()</a>, <a class="el" href="enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc">notification()</a>, <a class="el" href="notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62">notifications_content()</a>, <a class="el" href="notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33">notifications_post()</a>, <a class="el" href="notifier_8php.html#a568c502f626cff95e344c0748938b85d">notifier_run()</a>, <a class="el" href="mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3">notify_content()</a>, <a class="el" href="mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae">notify_init()</a>, <a class="el" href="include_2oembed_8php.html#a98549b9af8140eda3eceaeedcaabc2c2">oembed_fetch_url()</a>, <a class="el" href="include_2oembed_8php.html#a26bb4c1e330d2f94ea7b6ce2fe970cf3">oembed_format_object()</a>, <a class="el" href="include_2oembed_8php.html#a9e57f3e36a0a0a47e6db79544b701d9a">oembed_iframe()</a>, <a class="el" href="oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26">oexchange_content()</a>, <a class="el" href="oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59">oexchange_init()</a>, <a class="el" href="onedirsync_8php.html#a411aedd47c57476099647961e6a86691">onedirsync_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, <a class="el" href="openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43">openid_content()</a>, <a class="el" href="opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9">opensearch_init()</a>, <a class="el" href="page_8php.html#a91a5f649f68406149108bded1dc90b22">page_content()</a>, <a class="el" href="page_8php.html#a4d89800c0366a239191b1692c09635cf">page_init()</a>, <a class="el" href="text_8php.html#afe9f178d264d44a94dc1292aaf0fd585">paginate()</a>, <a class="el" href="photo_8php.html#a582779d24882b0d31ee909a91d70a448">photo_init()</a>, <a class="el" href="mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812">photos_content()</a>, <a class="el" href="mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014">photos_init()</a>, <a class="el" href="mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080">photos_post()</a>, <a class="el" href="ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1">ping_init()</a>, <a class="el" href="poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498">poco_init()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b">poke_init()</a>, <a class="el" href="poller_8php.html#a5f12df3a4738124b6c039971e87e76da">poller_run()</a>, <a class="el" href="language_8php.html#a78bd204955ec4cc3a9ac651285a1689d">pop_lang()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="text_8php.html#ac19d2b33a58372a357a43d51eed19162">preg_heart()</a>, <a class="el" href="text_8php.html#ae4df74296fbe55051ed3c035e55205e5">prepare_body()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="boot_8php.html#ab346a2ece14993861f3e4206befa94f0">proc_run()</a>, <a class="el" href="activities_8php.html#a80134e807719b3c54aba971958d2e132">profile_activity()</a>, <a class="el" href="profile_8php.html#a3775cf6eef6587e5143133356a7b76c0">profile_content()</a>, <a class="el" href="identity_8php.html#ad4a2c8caca8f6ae93633ebeca0ed6620">profile_create_sidebar()</a>, <a class="el" href="profile_8php.html#ab5d0246be0552e2182a585c1206d22a5">profile_init()</a>, <a class="el" href="identity_8php.html#a4751b522ea913d0e7ed43e03d22e9e68">profile_load()</a>, <a class="el" href="profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02">profile_photo_init()</a>, <a class="el" href="profile__photo_8php.html#a4b80234074bd603221aa5364f330e479">profile_photo_post()</a>, <a class="el" href="identity_8php.html#a432259b2cf5b6f59be53e71db9f2c7dc">profile_sidebar()</a>, <a class="el" href="profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00">profiles_content()</a>, <a class="el" href="profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e">profiles_init()</a>, <a class="el" href="profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04">profiles_post()</a>, <a class="el" href="profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6">profperm_init()</a>, <a class="el" href="language_8php.html#ac9142ef1d01a235c760deb0f16643f5a">push_lang()</a>, <a class="el" href="queue_8php.html#af8c93de86d866c3200174c8450a0f341">queue_run()</a>, <a class="el" href="randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090">randprof_init()</a>, <a class="el" href="rbmark_8php.html#a43fec4960b50926251574762cc491f76">rbmark_content()</a>, <a class="el" href="rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c">rbmark_post()</a>, <a class="el" href="include_2api_8php.html#aafa82b65a9f879a1a1197cfe8aaf3898">red_item_new()</a>, <a class="el" href="view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793">redbasic_form()</a>, <a class="el" href="register_8php.html#a0e91f57f111407ea8d3223a05022bb2a">register_content()</a>, <a class="el" href="regmod_8php.html#a7953df4e32e63946565e90cdd5d50409">regmod_content()</a>, <a class="el" href="datetime_8php.html#a8ae8dc95ace7ac27fa5a1ecf42b78c82">relative_date()</a>, <a class="el" href="removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c">removeme_content()</a>, <a class="el" href="removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88">removeme_post()</a>, <a class="el" href="text_8php.html#a9c6ce4e12a4ac883c5e3f36fed6e1e09">replace_macros()</a>, <a class="el" href="rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f">rmagic_post()</a>, <a class="el" href="rpost_8php.html#a8190354d789000806d9879aea276728f">rpost_content()</a>, <a class="el" href="include_2network_8php.html#ae8d9c41a11000fb8667039fc71b4f73f">scale_external_images()</a>, <a class="el" href="text_8php.html#a876e94892867019935b348b573299352">search()</a>, <a class="el" href="search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138">search_ac_init()</a>, <a class="el" href="search_8php.html#ab2568591359edde5b483a6cd9a24b2cc">search_content()</a>, <a class="el" href="search_8php.html#acf19fd30f07f495781ca0d7a0a08b435">search_init()</a>, <a class="el" href="text_8php.html#aae91e4d2a2c6f7a9daccd2c186ae3447">searchbox()</a>, <a class="el" href="include_2message_8php.html#a751ffd6635022b2190f56154ee745752">send_message()</a>, <a class="el" href="plugin_8php.html#a030cec6793b909c439c0336ba39b1571">service_class_allows()</a>, <a class="el" href="plugin_8php.html#a905b54e10704b283ac64680a8abc0971">service_class_fetch()</a>, <a class="el" href="include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a">set_config()</a>, <a class="el" href="classConversation.html#a66f121ca4026246f86a732e5faa0682c">Conversation\set_mode()</a>, <a class="el" href="include_2config_8php.html#a61591371cb18764138655d67dc817ab2">set_pconfig()</a>, <a class="el" href="include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e">set_xconfig()</a>, <a class="el" href="settings_8php.html#a3a4cde287482fced008583f54ba2a722">settings_init()</a>, <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>, <a class="el" href="setup_8php.html#a88247384a96e14516f474d7af6a465c1">setup_content()</a>, <a class="el" href="setup_8php.html#a13cf286774149a0a7bd8adb8179cec75">setup_post()</a>, <a class="el" href="share_8php.html#afeb26046bdd02567ecd29ab5f188b249">share_init()</a>, <a class="el" href="siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656">siteinfo_content()</a>, <a class="el" href="siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0">siteinfo_init()</a>, <a class="el" href="text_8php.html#a3d225b253bb9e0f2498c11647d927b0b">smilies()</a>, <a class="el" href="sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e">sources_post()</a>, <a class="el" href="subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3">subthread_content()</a>, <a class="el" href="suggest_8php.html#a58748a8235d4523f8333847f3e42dd91">suggest_content()</a>, <a class="el" href="language_8php.html#aae0c3638fb476ae1e31f8d242f5dac04">t()</a>, <a class="el" href="items_8php.html#ab1bce4261bcf75ad62753b498a144d17">tag_deliver()</a>, <a class="el" href="text_8php.html#ac2ff88e800f74b22e9cc091c10809c54">tag_sort_length()</a>, <a class="el" href="tagger_8php.html#a0e4a3eb177d1684553c547503d67161c">tagger_content()</a>, <a class="el" href="tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a">tagrm_content()</a>, <a class="el" href="tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78">tagrm_post()</a>, <a class="el" href="taxonomy_8php.html#aaeded36bcc983b35d9205fe5b6c18c43">tags_sort()</a>, <a class="el" href="Contact_8php.html#a38daa1c210b78385307123450ca9a1fc">terminate_friendship()</a>, <a class="el" href="items_8php.html#a88c6cf7649ac836fbbed82a7a0315110">tgroup_check()</a>, <a class="el" href="view_2theme_2blogga_2php_2config_8php.html#a09cd81013505f83aea0771243a1e4e53">theme_admin()</a>, <a class="el" href="view_2theme_2apw_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d">theme_content()</a>, <a class="el" href="plugin_8php.html#a65fedcffbe03562ef844cabee37d34e2">theme_include()</a>, <a class="el" href="thing_8php.html#a8be23b1d475ec3d9291999221c674c80">thing_init()</a>, <a class="el" href="datetime_8php.html#aa51b5a7ea4f931b23acbdfcea46e9865">timezone_cmp()</a>, <a class="el" href="toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254">toggle_mobile_init()</a>, <a class="el" href="language_8php.html#ae310fb3880484ee1cc4faefe0c63c06d">tt()</a>, <a class="el" href="uexport_8php.html#a118920137dedebe0581623a2e57e7b0d">uexport_init()</a>, <a class="el" href="update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba">update_channel_content()</a>, <a class="el" href="update__display_8php.html#aa36ac524059e209d5d75a03c16206246">update_display_content()</a>, <a class="el" href="update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41">update_network_content()</a>, <a class="el" href="update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52">update_search_content()</a>, <a class="el" href="socgraph_8php.html#a790690bb1a1d02483fe31632a160144d">update_suggestions()</a>, <a class="el" href="account_8php.html#ac5c570a2d46446bad4dd2501e9c5a4b1">user_allow()</a>, <a class="el" href="Contact_8php.html#a6348a532c9d26cd1c9afbc9aa6aa8960">vcard_from_xchan()</a>, <a class="el" href="viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776">viewconnections_content()</a>, <a class="el" href="viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330">viewconnections_init()</a>, <a class="el" href="viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4">viewsrc_content()</a>, <a class="el" href="vote_8php.html#a6aa67489bf458ca5e3206e46dac68596">vote_content()</a>, <a class="el" href="vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2">vote_init()</a>, <a class="el" href="vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2">vote_post()</a>, <a class="el" href="wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f">wall_upload_post()</a>, <a class="el" href="webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d">webpages_content()</a>, <a class="el" href="wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3">wfinger_init()</a>, <a class="el" href="setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58">what_next()</a>, <a class="el" href="widgets_8php.html#a7b1e357b5a2027718470b77ec921fc65">widget_archive()</a>, <a class="el" href="widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b">widget_categories()</a>, <a class="el" href="widgets_8php.html#a47c72aac42058ea086c9ef8651c259da">widget_chatroom_list()</a>, <a class="el" href="widgets_8php.html#a145ff35319cfa47a9cc07f9425bd674b">widget_design_tools()</a>, <a class="el" href="widgets_8php.html#a5ab3b64496e02cab56429978ad55f1c0">widget_filer()</a>, <a class="el" href="widgets_8php.html#ad1bf7aa69e8d100d95faba17c7bc91cd">widget_follow()</a>, <a class="el" href="widgets_8php.html#a70442dfa079312d9d5e5ee01be51a165">widget_fullprofile()</a>, <a class="el" href="widgets_8php.html#a313a8d10ab81c71357c12e67e4d7efd5">widget_item()</a>, <a class="el" href="widgets_8php.html#afa2e55a78f95667a6da082efac7fec74">widget_mailmenu()</a>, <a class="el" href="widgets_8php.html#a702e2fc0adc9b615999eca18b7311b5e">widget_photo_albums()</a>, <a class="el" href="widgets_8php.html#abd2e508a2a0b911c4a838e3cb7599923">widget_profile()</a>, <a class="el" href="widgets_8php.html#a94203eb9bcd63cbdecbbcb15163598d8">widget_savedsearch()</a>, <a class="el" href="widgets_8php.html#aaa73bcf1702eaadd9dcd253502f55e01">widget_settings_menu()</a>, <a class="el" href="widgets_8php.html#a6dbc227aac750774284ee39c45f0a200">widget_tagcloud()</a>, <a class="el" href="widgets_8php.html#ae4ced69d83dbdd9e6b51660d9eba8653">widget_tagcloud_wall()</a>, <a class="el" href="xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270">xrd_init()</a>, <a class="el" href="include_2network_8php.html#aafd06c0a75402aefb06cfb9f9740fa37">z_fetch_url()</a>, <a class="el" href="boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda">z_path()</a>, <a class="el" href="boot_8php.html#add517a0958ac684792c62142a3877f81">z_root()</a>, <a class="el" href="zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0">zfinger_init()</a>, <a class="el" href="identity_8php.html#a680fbafc2db023c5b1309e0180e81315">zid_init()</a>, <a class="el" href="zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac">zotfeed_init()</a>, and <a class="el" href="zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75">zping_content()</a>.</p> </div> </div> diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html index 62bbdb6e5..37d1359f0 100644 --- a/doc/html/zot_8php.html +++ b/doc/html/zot_8php.html @@ -140,8 +140,8 @@ Functions</h2></td></tr> <tr class="separator:a083aec6c900d244e1bfc1406f9461465"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a703f528ade8382cf374e4119bd6f7859"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#a703f528ade8382cf374e4119bd6f7859">allowed_public_recips</a> ($msg)</td></tr> <tr class="separator:a703f528ade8382cf374e4119bd6f7859"><td class="memSeparator" colspan="2"> </td></tr> -<tr class="memitem:a37ec13b18057634eadb071f05297f5e1"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery</a> ($sender, $arr, $deliveries, $relay)</td></tr> -<tr class="separator:a37ec13b18057634eadb071f05297f5e1"><td class="memSeparator" colspan="2"> </td></tr> +<tr class="memitem:a4d9e6ca295e443b740d9960c304b3474"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery</a> ($sender, $arr, $deliveries, $relay, $public=false)</td></tr> +<tr class="separator:a4d9e6ca295e443b740d9960c304b3474"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:aad25a3fe0e1566121d6fb8222979bc10"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#aad25a3fe0e1566121d6fb8222979bc10">remove_community_tag</a> ($sender, $arr, $uid)</td></tr> <tr class="separator:aad25a3fe0e1566121d6fb8222979bc10"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:a31aad56acf8ff8f2353e6ff8595544df"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="zot_8php.html#a31aad56acf8ff8f2353e6ff8595544df">update_imported_item</a> ($sender, $item, $uid)</td></tr> @@ -213,7 +213,7 @@ Functions</h2></td></tr> </div><div class="memdoc"> <p>Send a zot packet to all hubs where this channel is duplicated, refreshing such things as personal settings, channel permissions, address book updates, etc. </p> -<p>Referenced by <a class="el" href="connections_8php.html#a15af118efee9c948b6f8294e54a73bb2">connections_clone()</a>, <a class="el" href="connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5">connedit_clone()</a>, and <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> +<p>Referenced by <a class="el" href="connections_8php.html#a15af118efee9c948b6f8294e54a73bb2">connections_clone()</a>, <a class="el" href="connedit_8php.html#a707ea7e63cf9674025b1d6b081ae74f5">connedit_clone()</a>, <a class="el" href="notes_8php.html#a4dbd7b1f906440746af48b484d66535a">notes_init()</a>, and <a class="el" href="settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586">settings_post()</a>.</p> </div> </div> @@ -247,7 +247,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>.</p> +<p>Referenced by <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> </div> </div> @@ -460,7 +460,7 @@ Functions</h2></td></tr> </div> </div> -<a class="anchor" id="a37ec13b18057634eadb071f05297f5e1"></a> +<a class="anchor" id="a4d9e6ca295e443b740d9960c304b3474"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> @@ -486,7 +486,13 @@ Functions</h2></td></tr> <td class="paramkey"></td> <td></td> <td class="paramtype"> </td> - <td class="paramname"><em>$relay</em> </td> + <td class="paramname"><em>$relay</em>, </td> + </tr> + <tr> + <td class="paramkey"></td> + <td></td> + <td class="paramtype"> </td> + <td class="paramname"><em>$public</em> = <code>false</code> </td> </tr> <tr> <td></td> @@ -496,7 +502,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> +<p>Referenced by <a class="el" href="externals_8php.html#a4df44079e6f915286088b7a0d44db926">externals_run()</a>, <a class="el" href="onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d">onepoll_run()</a>, and <a class="el" href="zot_8php.html#aeea071f17e306fe3d0c488551906bfab">zot_import()</a>.</p> </div> </div> @@ -616,7 +622,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>.</p> +<p>Referenced by <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> </div> </div> @@ -650,7 +656,7 @@ Functions</h2></td></tr> </table> </div><div class="memdoc"> -<p>Referenced by <a class="el" href="zot_8php.html#a37ec13b18057634eadb071f05297f5e1">process_delivery()</a>.</p> +<p>Referenced by <a class="el" href="zot_8php.html#a4d9e6ca295e443b740d9960c304b3474">process_delivery()</a>.</p> </div> </div> @@ -823,7 +829,7 @@ which will be processed and delivered before this function ultimately returns. </dl> <dl class="section return"><dt>Returns</dt><dd>: array => see z_post_url and <a class="el" href="zfinger_8php.html">mod/zfinger.php</a> </dd></dl> -<p>Referenced by <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, and <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>.</p> +<p>Referenced by <a class="el" href="chanview_8php.html#a4192c6da888c8c1165851acf9ad4cb8b">chanview_content()</a>, <a class="el" href="gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1">gprobe_run()</a>, <a class="el" href="magic_8php.html#acea2cc792849ca2d71d4b689f66518bf">magic_init()</a>, <a class="el" href="mail_8php.html#acfc2cc0bf4e0b178207758384977f25a">mail_post()</a>, <a class="el" href="include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7">new_contact()</a>, <a class="el" href="socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6">poco_load()</a>, <a class="el" href="post_8php.html#af4b48181ce773ef0cdfc972441445c34">post_init()</a>, <a class="el" href="mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99">probe_content()</a>, <a class="el" href="zot_8php.html#ac301c67864917c35922257950ae0f95c">process_channel_sync_delivery()</a>, and <a class="el" href="dir__fns_8php.html#a44062d4b471d1e83f92f6c184585aa13">update_directory_entry()</a>.</p> </div> </div> diff --git a/doc/html/zot_8php.js b/doc/html/zot_8php.js index ceb74db4e..8545bda42 100644 --- a/doc/html/zot_8php.js +++ b/doc/html/zot_8php.js @@ -10,7 +10,7 @@ var zot_8php = [ "import_site", "zot_8php.html#a2657e141d62d5f67ad3c87651b585299", null ], [ "import_xchan", "zot_8php.html#a71d82d0bec204cdf2bd56e4fd0e0ef8a", null ], [ "process_channel_sync_delivery", "zot_8php.html#ac301c67864917c35922257950ae0f95c", null ], - [ "process_delivery", "zot_8php.html#a37ec13b18057634eadb071f05297f5e1", null ], + [ "process_delivery", "zot_8php.html#a4d9e6ca295e443b740d9960c304b3474", null ], [ "process_mail_delivery", "zot_8php.html#aa6ae96db8cbbdbb10e6876d206bbf7cc", null ], [ "process_profile_delivery", "zot_8php.html#a9a57b40669351c9791126b925cb7ef3b", null ], [ "public_recips", "zot_8php.html#a083aec6c900d244e1bfc1406f9461465", null ], diff --git a/doc/to_do_code.bb b/doc/to_do_code.bb index ac337e5d8..fc2c2082d 100644 --- a/doc/to_do_code.bb +++ b/doc/to_do_code.bb @@ -28,7 +28,9 @@ We need much more than this, but here are areas where developers can help. Pleas [li]Extend WebDAV to provide desktop access to photo albums]/li]
-[li]Create a module PDL editor (separate from but integrated with the page layout editor) as a separate module. This will allow folks to view and alter the pre-defined layouts for any module in the system. If the custom module is removed or empty, revert to the system layout.
+[li]External post connectors - create standard interface[/li]
+
+[li]External post connectors, add popular services[/li]
[li]service classes - provide a pluggable subscription payment gateway for premium accounts[/li]
diff --git a/doc/to_do_doco.md b/doc/to_do_doco.md new file mode 100644 index 000000000..6e4f17724 --- /dev/null +++ b/doc/to_do_doco.md @@ -0,0 +1,29 @@ +# Documentation To-Do List #
+
+## How to contribute documentation ##
+
+Documentation files are in */doc*.
+
+When help is first accessed, the file loaded is *main.bb*. That file contains case sensitive links without an extension. The extensions is added automatically if the file is found, first *.md* then *.bb*.
+
+For translating documentation, create a directory in */doc* named by the language code, copy the files and translate the content.
+
+## Documentation we need to write ##
+
+* Database schema detailed descriptions
+
+* Complete plugin hook documentation
+
+* API documentation
+
+* Function and code documentation (doxygen)
+
+* New Member guide
+
+* "Extra Feature" reference, description of each
+
+* Detailed Personal Settings Documentation
+
+* Administration Guide (post-install)
+
+* Administration Guide (pre-install)
diff --git a/include/Contact.php b/include/Contact.php index 9883c598d..540e1169d 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -263,7 +263,7 @@ function channel_remove($channel_id, $local = true) { q("DELETE FROM `event` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `item` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `item_id` WHERE `uid` = %d", intval($channel_id)); - q("DELETE FROM `mail` WHERE `uid` = %d", intval($channel_id)); + q("DELETE FROM `mail` WHERE `channel_id` = %d", intval($channel_id)); q("DELETE FROM `notify` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `photo` WHERE `uid` = %d", intval($channel_id)); q("DELETE FROM `attach` WHERE `uid` = %d", intval($channel_id)); diff --git a/include/ConversationObject.php b/include/ConversationObject.php index 103c3664b..9bf410358 100644 --- a/include/ConversationObject.php +++ b/include/ConversationObject.php @@ -52,8 +52,14 @@ class Conversation extends BaseObject { switch($mode) { case 'network': - $this->profile_owner = local_user(); - $this->writable = true; + if(array_key_exists('firehose',$a->data) && intval($a->data['firehose'])) { + $this->profile_owner = intval($a->data['firehose']); + $this->writable = false; + } + else { + $this->profile_owner = local_user(); + $this->writable = true; + } break; case 'channel': $this->profile_owner = $a->profile['profile_uid']; @@ -175,6 +181,13 @@ class Conversation extends BaseObject { $item->set_commentable(can_comment_on_post($this->observer['xchan_hash'],$item->data)); } + require_once('include/identity.php'); + $sys = get_sys_channel(); + + if($sys && $item->get_data_value('uid') == $sys['channel_id']) { + $item->set_commentable(false); + } + $item->set_conversation($this); $this->threads[] = $item; return end($this->threads); diff --git a/include/acl_selectors.php b/include/acl_selectors.php index 749ca75eb..6ce4c3f9b 100644 --- a/include/acl_selectors.php +++ b/include/acl_selectors.php @@ -230,15 +230,21 @@ function populate_acl($defaults = null,$unused = false) { array_walk($deny_gid,'fixacl'); } + $jotnets = ''; + call_hooks('jot_networks', $jotnets); + $tpl = get_markup_template("acl_selector.tpl"); $o = replace_macros($tpl, array( '$showall'=> t("Visible to everybody"), - '$show' => t("show"), - '$hide' => t("don't show"), + '$show' => t("Show"), + '$hide' => t("Don't show"), '$allowcid' => json_encode($allow_cid), '$allowgid' => json_encode($allow_gid), '$denycid' => json_encode($deny_cid), '$denygid' => json_encode($deny_gid), + '$jotnets' => $jotnets, + '$aclModalTitle' => t('Permissions'), + '$aclModalDismiss' => t('Close') )); diff --git a/include/api.php b/include/api.php index 47c78113a..57551a3b0 100644 --- a/include/api.php +++ b/include/api.php @@ -533,12 +533,6 @@ require_once('include/items.php'); api_register_func('api/red/channel/export/basic','api_export_basic', true); - - - - - - function api_channel_stream(&$a, $type) { if(api_user() === false) { logger('api_channel_stream: no user'); @@ -700,12 +694,12 @@ require_once('include/items.php'); function red_item_new(&$a, $type) { if (api_user() === false) { - logger('api_statuses_update: no user'); + logger('api_red_item_new: no user'); return false; } - logger('api_statuses_update: REQUEST ' . print_r($_REQUEST,true)); - logger('api_statuses_update: FILES ' . print_r($_FILES,true)); + logger('api_red_item_new: REQUEST ' . print_r($_REQUEST,true)); + logger('api_red_item_new: FILES ' . print_r($_FILES,true)); // set this so that the item_post() function is quiet and doesn't redirect or emit json @@ -1552,7 +1546,8 @@ require_once('include/items.php'); 'geo' => '', 'favorited' => (($item['item_flags'] & ITEM_STARRED) ? true : false), 'user' => $status_user , - 'statusnet_html' => trim(prepare_text($item['body']),$item['mimetype']), + 'statusnet_html' => trim(prepare_text($item['body'],$item['mimetype'])), + 'statusnet_conversation_id' => $item['parent'], ); @@ -1697,7 +1692,7 @@ require_once('include/items.php'); 'broughtbyurl' => '', 'timezone' => 'UTC', 'closed' => $closed, 'inviteonly' => 'false', 'private' => $private, 'textlimit' => $textlimit, 'sslserver' => $sslserver, 'ssl' => $ssl, 'shorturllength' => '30', - 'friendica' => array( + 'redmatrix' => array( 'RED_PLATFORM' => RED_PLATFORM, 'RED_VERSION' => RED_VERSION, 'ZOT_REVISION' => ZOT_REVISION, diff --git a/include/bbcode.php b/include/bbcode.php index cd0bf527e..96242fdac 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -229,9 +229,11 @@ function bb_location($match) { function bbiframe($match) { $a = get_app(); - if(strpos($match[1],get_app()->get_hostname())) - return '<a href="' . $match[1] . '">' . $match[1] . '</a>'; - return '<iframe src="' . $match[1] . '" width="' . $a->videowidth . '" height="' . $a->videoheight . '"><a href="' . $match[1] . '">' . $match[1] . '</a></iframe>'; + + + $sandbox = ((strpos($match[1],get_app()->get_hostname())) ? ' sandbox="allow-scripts" ' : ''); + + return '<iframe ' . $sandbox . ' src="' . $match[1] . '" width="' . $a->videowidth . '" height="' . $a->videoheight . '"><a href="' . $match[1] . '">' . $match[1] . '</a></iframe>'; } function bb_ShareAttributesSimple($match) { diff --git a/include/cache.php b/include/cache.php index b546cd0e9..a70650b5e 100644 --- a/include/cache.php +++ b/include/cache.php @@ -6,52 +6,37 @@ class Cache { public static function get($key){ - $r = q("SELECT `v` FROM `cache` WHERE `k`='%s' limit 1", + $r = q("SELECT v FROM cache WHERE k = '%s' limit 1", dbesc($key) ); - if (count($r)) return $r[0]['v']; + if ($r) + return $r[0]['v']; return null; } public static function set($key,$value) { - q("REPLACE INTO `cache` (`k`,`v`,`updated`) VALUES ('%s','%s','%s')", + $r = q("SELECT * FROM cache WHERE k = '%s' limit 1", + dbesc($key) + ); + if($r) { + q("UPDATE cache SET v = '%s', updated = '%s' WHERE k = '%s' limit 1", + dbesc($value), + dbesc(datetime_convert()), + dbesc($key)); + } + else { + q("INSERT INTO cache ( k, v, updated) VALUES ('%s','%s','%s')", dbesc($key), dbesc($value), dbesc(datetime_convert())); + } } -/* - * - * Leaving this legacy code temporaily to see how REPLACE fares - * as opposed to non-atomic checks when faced with fast moving key duplication. - * As a MySQL extension it isn't portable, but we're not yet very portable. - */ - -/* - * $r = q("SELECT * FROM `cache` WHERE `k`='%s' limit 1", - * dbesc($key) - * ); - * if(count($r)) { - * q("UPDATE `cache` SET `v` = '%s', `updated = '%s' WHERE `k` = '%s' limit 1", - * dbesc($value), - * dbesc(datetime_convert()), - * dbesc($key)); - * } - * else { - * q("INSERT INTO `cache` (`k`,`v`,`updated`) VALUES ('%s','%s','%s')", - * dbesc($key), - * dbesc($value), - * dbesc(datetime_convert())); - * } - * } - */ - - public static function clear(){ - q("DELETE FROM `cache` WHERE `updated` < '%s'", + q("DELETE FROM cache WHERE updated < '%s'", dbesc(datetime_convert('UTC','UTC',"now - 30 days"))); } diff --git a/include/conversation.php b/include/conversation.php index 16ac4e909..2d72f3489 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -635,7 +635,11 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $ $star = false; $isstarred = "unstarred icon-star-empty"; - $lock = false; + $lock = (($item['item_private'] || strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid'])) + ? t('Private Message') + : false + ); + $likebuttons = false; $shareable = false; @@ -911,7 +915,7 @@ function item_photo_menu($item){ } } - $profile_link = z_root() . "/chanview/?f=&hash=" . $item['author_xchan']; + $profile_link = chanlink_hash($item['author_xchan']); $pm_url = $a->get_baseurl($ssl_state) . '/mail/new/?f=&hash=' . $item['author_xchan']; if($a->contacts && array_key_exists($item['author_xchan'],$a->contacts)) @@ -964,13 +968,7 @@ function like_puller($a,$item,&$arr,$mode) { $verb = (($mode === 'like') ? ACTIVITY_LIKE : ACTIVITY_DISLIKE); if((activity_match($item['verb'],$verb)) && ($item['id'] != $item['parent'])) { - $url = $item['author']['xchan_url']; - if((local_user()) && (local_user() == $item['uid']) && ($item['network'] === 'dfrn') && (! $item['self']) && (link_compare($item['author-link'],$item['url']))) { - $url = $a->get_baseurl(true) . '/redir/' . $item['contact-id']; - $sparkle = ' class="sparkle" '; - } - else - $url = zid($url); + $url = chanlink_url($item['author']['xchan_url']); if(! $item['thr_parent']) $item['thr_parent'] = $item['parent_mid']; @@ -981,7 +979,7 @@ function like_puller($a,$item,&$arr,$mode) { $arr[$item['thr_parent']] = 1; else $arr[$item['thr_parent']] ++; - $arr[$item['thr_parent'] . '-l'][] = '<a href="'. $url . '"'. $sparkle .'>' . $item['author']['xchan_name'] . '</a>'; + $arr[$item['thr_parent'] . '-l'][] = '<a href="'. $url . '">' . $item['author']['xchan_name'] . '</a>'; } return; } @@ -1052,6 +1050,13 @@ function status_editor($a,$x,$popup=false) { } + if(array_key_exists('channel_select',$x) && $x['channel_select']) { + require_once('include/identity.php'); + $id_select = identity_selector(); + } + else + $id_select = ''; + $webpage = ((x($x,'webpage')) ? $x['webpage'] : ''); @@ -1098,6 +1103,8 @@ function status_editor($a,$x,$popup=false) { '$webpage' => $webpage, '$placeholdpagetitle' => ((x($x,'ptlabel')) ? $x['ptlabel'] : t('Page link title')), '$pagetitle' => (x($x,'pagetitle') ? $x['pagetitle'] : ''), + '$id_select' => $id_select, + '$id_seltext' => t('Post as'), '$upload' => t('Upload photo'), '$shortupload' => t('upload photo'), '$attach' => t('Attach file'), @@ -1126,7 +1133,6 @@ function status_editor($a,$x,$popup=false) { '$baseurl' => $a->get_baseurl(true), '$defloc' => $x['default_location'], '$visitor' => $x['visitor'], - '$pvisit' => (($notes_cid) ? 'none' : $x['visitor']), '$public' => t('Public post'), '$jotnets' => $jotnets, '$emtitle' => t('Example: bob@example.com, mary@example.com'), @@ -1134,20 +1140,20 @@ function status_editor($a,$x,$popup=false) { '$acl' => $x['acl'], '$mimeselect' => $mimeselect, '$layoutselect' => $layoutselect, - '$showacl' => ((array_key_exists('showacl',$x)) ? $x['showacl'] : 'yes'), + '$showacl' => ((array_key_exists('showacl',$x)) ? $x['showacl'] : true), '$bang' => $x['bang'], '$profile_uid' => $x['profile_uid'], '$preview' => $preview, '$source' => ((x($x,'source')) ? $x['source'] : ''), '$jotplugins' => $jotplugins, '$defexpire' => '', - '$feature_expire' => ((feature_enabled($x['profile_uid'],'content_expire') && (! $webpage)) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled($x['profile_uid'],'content_expire') && (! $webpage)) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled($x['profile_uid'],'content_encrypt') && (! $webpage)) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled($x['profile_uid'],'content_encrypt') && (! $webpage)) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, '$expiryModalOK' => t('OK'), - '$expiryModalCANCEL' => t('Cancel'), + '$expiryModalCANCEL' => t('Cancel') )); @@ -1287,7 +1293,7 @@ function render_location_default($item) { if($coord) { if($location) - $location .= '<br /><span class="smalltext">(' . $coord . ')</span>'; + $location .= ' <span class="smalltext">(' . $coord . ')</span>'; else $location = '<span class="smalltext">' . $coord . '</span>'; } @@ -1297,11 +1303,9 @@ function render_location_default($item) { function prepare_page($item) { - $a = get_app(); $naked = ((get_pconfig($item['uid'],'system','nakedpage')) ? 1 : 0); $observer = $a->get_observer(); - $zid = ($observer['xchan_addr']); //240 chars is the longest we can have before we start hitting problems with suhosin sites $preview = substr(urlencode($item['body']), 0, 240); $link = z_root() . '/' . $a->cmd; @@ -1312,8 +1316,7 @@ function prepare_page($item) { } return replace_macros(get_markup_template('page_display.tpl'),array( '$author' => (($naked) ? '' : $item['author']['xchan_name']), - '$auth_url' => (($naked) ? '' : $item['author']['xchan_url']), - '$zid' => $zid, + '$auth_url' => (($naked) ? '' : zid($item['author']['xchan_url'])), '$date' => (($naked) ? '' : datetime_convert('UTC',date_default_timezone_get(),$item['created'],'Y-m-d H:i')), '$title' => smilies(bbcode($item['title'])), '$body' => prepare_body($item,true), @@ -1333,6 +1336,7 @@ function network_tabs() { $conv_active = ''; $spam_active = ''; $postord_active = ''; + $public_active = ''; if(x($_GET,'new')) { $new_active = 'active'; @@ -1354,13 +1358,18 @@ function network_tabs() { $spam_active = 'active'; } + if(x($_GET,'fh')) { + $public_active = 'active'; + } + if (($new_active == '') && ($starred_active == '') && ($conv_active == '') && ($search_active == '') - && ($spam_active == '')) { + && ($spam_active == '') + && ($public_active == '')) { $no_active = 'active'; } @@ -1376,52 +1385,67 @@ function network_tabs() { $cmd = $a->cmd; // tabs - $tabs = array( - array( - 'label' => t('Commented Order'), - 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=comment' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), - 'sel'=>$all_active, - 'title'=> t('Sort by Comment Date'), - ), - array( - 'label' => t('Posted Order'), - 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=post' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), - 'sel'=>$postord_active, - 'title' => t('Sort by Post Date'), - ), + $tabs = array(); - array( + if(! get_config('system','disable_discover_tab')) { + $tabs[] = array( + 'label' => t('Discover'), + 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&fh=1' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), + 'sel'=> $public_active, + 'title'=> t('Imported public streams'), + ); + } + + $tabs[] = array( + 'label' => t('Commented Order'), + 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=comment' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), + 'sel'=>$all_active, + 'title'=> t('Sort by Comment Date'), + ); + + $tabs[] = array( + 'label' => t('Posted Order'), + 'url'=>$a->get_baseurl(true) . '/' . $cmd . '?f=&order=post' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), + 'sel'=>$postord_active, + 'title' => t('Sort by Post Date'), + ); + + if(feature_enabled(local_user(),'personal_tab')) { + $tabs[] = array( 'label' => t('Personal'), 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&conv=1', 'sel' => $conv_active, 'title' => t('Posts that mention or involve you'), - ), - array( + ); + } + + if(feature_enabled(local_user(),'new_tab')) { + $tabs[] = array( 'label' => t('New'), 'url' => $a->get_baseurl(true) . '/' . $cmd . '?f=' . ((x($_GET,'cid')) ? '&cid=' . $_GET['cid'] : '') . '&new=1' . ((x($_GET,'gid')) ? '&gid=' . $_GET['gid'] : ''), 'sel' => $new_active, 'title' => t('Activity Stream - by date'), - ), - - ); + ); + } - if(feature_enabled(local_user(),'star_posts')) + if(feature_enabled(local_user(),'star_posts')) { $tabs[] = array( 'label' => t('Starred'), 'url'=>$a->get_baseurl(true) . '/' . $cmd . ((x($_GET,'cid')) ? '/?f=&cid=' . $_GET['cid'] : '') . '&star=1', 'sel'=>$starred_active, 'title' => t('Favourite Posts'), ); - + } // Not yet implemented - if(feature_enabled(local_user(),'spam_filter')) + if(feature_enabled(local_user(),'spam_filter')) { $tabs[] = array( 'label' => t('Spam'), 'url'=>$a->get_baseurl(true) . '/network?f=&spam=1', 'sel'=> $spam_active, 'title' => t('Posts flagged as SPAM'), - ); + ); + } $arr = array('tabs' => $tabs); call_hooks('network_tabs', $arr); @@ -1442,6 +1466,8 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ if (is_null($nickname)) $nickname = $channel['channel_address']; + + $uid = (($a->profile['profile_uid']) ? $a->profile['profile_uid'] : local_user()); if(x($_GET,'tab')) $tab = notags(trim($_GET['tab'])); @@ -1459,7 +1485,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ ), ); - $p = get_all_perms($a->profile['profile_uid'],get_observer_hash()); + $p = get_all_perms($uid,get_observer_hash()); if($p['view_profile']) { $tabs[] = array( @@ -1490,7 +1516,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ } require_once('include/chat.php'); - $chats = chatroom_list($a->profile['profile_uid']); + $chats = chatroom_list($uid); $subdued = ((count($chats)) ? '' : ' subdued'); $tabs[] = array( 'label' => t('Chatrooms'), @@ -1520,7 +1546,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ } - if($is_owner && feature_enabled($a->profile['profile_uid'],'webpages')) { + if($is_owner && feature_enabled($uid,'webpages')) { $tabs[] = array( 'label' => t('Webpages'), 'url' => $a->get_baseurl() . '/webpages/' . $nickname, diff --git a/include/directory.php b/include/directory.php index 794420b6f..c69fb1f4b 100644 --- a/include/directory.php +++ b/include/directory.php @@ -69,11 +69,12 @@ function directory_run($argv, $argc){ // the directory packet. That means we'll try again on the next poll run. $hash = random_string(); - q("insert into outq ( outq_hash, outq_account, outq_channel, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) - values ( '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s' )", + q("insert into outq ( outq_hash, outq_account, outq_channel, outq_driver, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) + values ( '%s', %d, %d, '%s', '%s', %d, '%s', '%s', '%s', '%s' )", dbesc($hash), intval($channel['channel_account_id']), intval($channel['channel_id']), + dbesc('zot'), dbesc($url), intval(1), dbesc(datetime_convert()), diff --git a/include/enotify.php b/include/enotify.php index 036d5275e..7ab4fe5ed 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -18,8 +18,9 @@ function notification($params) { } if($params['to_xchan']) { $y = q("select channel.*, account.* from channel left join account on channel_account_id = account_id - where channel_hash = '%s' limit 1", - dbesc($params['to_xchan']) + where channel_hash = '%s' and not (channel_pageflags & %d) limit 1", + dbesc($params['to_xchan']), + intval(PAGE_REMOVED) ); } if($x & $y) { @@ -88,7 +89,7 @@ function notification($params) { $sitelink = t('Please visit %s to view and/or reply to your private messages.'); $tsitelink = sprintf( $sitelink, $siteurl . '/mail/' . $params['item']['id'] ); $hsitelink = sprintf( $sitelink, '<a href="' . $siteurl . '/mail/' . $params['item']['id'] . '">' . $sitename . '</a>'); - $itemlink = $siteurl . '/message/' . $params['item']['id']; + $itemlink = $siteurl . '/mail/' . $params['item']['id']; } if($params['type'] == NOTIFY_COMMENT) { @@ -102,7 +103,7 @@ function notification($params) { if(array_key_exists('item',$params) && (! visible_activity($params['item']))) return; - $parent_id = $params['parent']; + $parent_mid = $params['parent_mid']; // Check to see if there was already a notify for this post. // If so don't create a second notification @@ -123,9 +124,9 @@ function notification($params) { $p = null; - if($params['otype'] === 'item' && $parent_id) { - $p = q("select * from item where id = %d and uid = %d limit 1", - intval($parent_id), + if($params['otype'] === 'item' && $parent_mid) { + $p = q("select * from item where mid = '%s' and uid = %d limit 1", + dbesc($parent_mid), intval($recip['channel_id']) ); } @@ -135,6 +136,7 @@ function notification($params) { $item_post_type = item_post_type($p[0]); $private = $p[0]['item_private']; + $parent_id = $p[0]['id']; //$possess_desc = str_replace('<!item_type!>',$possess_desc); @@ -253,14 +255,14 @@ function notification($params) { if($params['type'] == NOTIFY_INTRO) { $subject = sprintf( t('[Red:Notify] Introduction received')); - $preamble = sprintf( t('%1$s, you\'ve received an introduction from \'%2$s\' at %3$s'), $recip['channel_name'], $sender['xchan_name'], $sitename); - $epreamble = sprintf( t('%1$s, you\'ve received [zrl=%2$s]an introduction[/zrl] from %3$s.'), + $preamble = sprintf( t('%1$s, you\'ve received an new connection request from \'%2$s\' at %3$s'), $recip['channel_name'], $sender['xchan_name'], $sitename); + $epreamble = sprintf( t('%1$s, you\'ve received [zrl=%2$s]a new connection request[/zrl] from %3$s.'), $recip['channel_name'], $itemlink, '[zrl=' . $sender['xchan_url'] . ']' . $sender['xchan_name'] . '[/zrl]'); $body = sprintf( t('You may visit their profile at %s'),$sender['xchan_url']); - $sitelink = t('Please visit %s to approve or reject the introduction.'); + $sitelink = t('Please visit %s to approve or reject the connection request.'); $tsitelink = sprintf( $sitelink, $siteurl ); $hsitelink = sprintf( $sitelink, '<a href="' . $siteurl . '">' . $sitename . '</a>'); $itemlink = $params['link']; @@ -338,7 +340,7 @@ function notification($params) { $datarray['aid'] = $recip['channel_account_id']; $datarray['uid'] = $recip['channel_id']; $datarray['link'] = $itemlink; - $datarray['parent'] = $parent_id; + $datarray['parent'] = $parent_mid; $datarray['type'] = $params['type']; $datarray['verb'] = $params['verb']; $datarray['otype'] = $params['otype']; @@ -355,7 +357,7 @@ function notification($params) { // create notification entry in DB $r = q("insert into notify (hash,name,url,photo,date,aid,uid,link,parent,type,verb,otype) - values('%s','%s','%s','%s','%s',%d,%d,'%s',%d,%d,'%s','%s')", + values('%s','%s','%s','%s','%s',%d,%d,'%s','%s',%d,'%s','%s')", dbesc($datarray['hash']), dbesc($datarray['name']), dbesc($datarray['url']), @@ -364,7 +366,7 @@ function notification($params) { intval($datarray['aid']), intval($datarray['uid']), dbesc($datarray['link']), - intval($datarray['parent']), + dbesc($datarray['parent']), intval($datarray['type']), dbesc($datarray['verb']), dbesc($datarray['otype']) @@ -432,7 +434,7 @@ function notification($params) { $datarray['sitename'] = $sitename; $datarray['siteurl'] = $siteurl; $datarray['type'] = $params['type']; - $datarray['parent'] = $params['parent']; + $datarray['parent'] = $params['parent_mid']; $datarray['source_name'] = $sender['xchan_name']; $datarray['source_link'] = $sender['xchan_url']; $datarray['source_photo'] = $sender['xchan_photo_s']; diff --git a/include/expire.php b/include/expire.php index 2d94d64c0..442914a39 100644 --- a/include/expire.php +++ b/include/expire.php @@ -7,10 +7,20 @@ function expire_run($argv, $argc){ cli_startup(); + $r = q("select id from item where (item_restrict & %d) and not (item_restrict & %d) and changed < UTC_TIMESTAMP() - INTERVAL 10 DAY", + intval(ITEM_DELETED), + intval(ITEM_PENDING_REMOVE) + ); + if($r) { + foreach($r as $rr) { + drop_item($rr['id'],false,DROPITEM_PHASE2); + } + } + // physically remove anything that has been deleted for more than two months - $r = q("delete from item where ( item_flags & %d ) and changed < UTC_TIMESTAMP() - INTERVAL 60 DAY", - intval(ITEM_DELETED) + $r = q("delete from item where ( item_restrict & %d ) and changed < UTC_TIMESTAMP() - INTERVAL 36 DAY", + intval(ITEM_PENDING_REMOVE) ); // make this optional as it could have a performance impact on large sites @@ -29,6 +39,21 @@ function expire_run($argv, $argc){ } } + + $x = get_sys_channel(); + if($x) { + + // this should probably just fetch the channel_expire_days from the sys channel, + // but there's no convenient way to set it. + + $expire_days = get_config('externals','expire_days'); + if($expire_days === false) + $expire_days = 30; + if($expire_days) + item_expire($x['channel_id'],$expire_days); + } + + return; } diff --git a/include/externals.php b/include/externals.php new file mode 100644 index 000000000..1d9fd2902 --- /dev/null +++ b/include/externals.php @@ -0,0 +1,98 @@ +<?php /** @file */ + +require_once('boot.php'); +require_once('include/cli_startup.php'); +require_once('include/zot.php'); +require_once('include/identity.php'); + +function externals_run($argv, $argc){ + + cli_startup(); + $a = get_app(); + + + $total = 0; + $attempts = 0; + + // pull in some public posts + + + while($total == 0 && $attempts < 3) { + $arr = array('url' => ''); + call_hooks('externals_url_select',$arr); + + if($arr['url']) { + $url = $arr['url']; + } + else { + $r = q("select site_url, site_pull from site where site_url != '%s' and site_flags != %d order by rand() limit 1", + dbesc(z_root()), + intval(DIRECTORY_MODE_STANDALONE) + ); + if($r) + $url = $r[0]['site_url']; + } + + $attempts ++; + + if($url) { + if($r[0]['site_pull'] !== '0000-00-00 00:00:00') + $mindate = urlencode($r[0]['site_pull']); + else { + $days = get_config('externals','since_days'); + if($days === false) + $days = 15; + $mindate = urlencode(datetime_convert('','','now - ' . intval($days) . ' days')); + } + + $feedurl = $url . '/zotfeed?f=&mindate=' . $mindate; + + logger('externals: pulling public content from ' . $feedurl, LOGGER_DEBUG); + + $x = z_fetch_url($feedurl); + if(($x) && ($x['success'])) { + + q("update site set site_pull = '%s' where site_url = '%s' limit 1", + dbesc(datetime_convert()), + dbesc($url) + ); + + $j = json_decode($x['body'],true); + if($j['success'] && $j['messages']) { + $sys = get_sys_channel(); + foreach($j['messages'] as $message) { + $results = process_delivery(array('hash' => 'undefined'), get_item_elements($message), + array(array('hash' => $sys['xchan_hash'])), false, true); + $total ++; +// $z = q("select id from item where mid = '%s' and uid = %d limit 1", +// dbesc($message['message_id']), +// intval($sys['channel_id']) +// ); +$z = null; + if($z) { + $flag_bits = ITEM_WALL|ITEM_ORIGIN|ITEM_UPLINK; + // preserve the source + + $r = q("update item set source_xchan = owner_xchan where id = %d limit 1", + intval($z[0]['id']) + ); + + $r = q("update item set item_flags = ( item_flags | %d ), owner_xchan = '%s' + where id = %d limit 1", + intval($flag_bits), + dbesc($sys['xchan_hash']), + intval($z[0]['id']) + ); + } + } + logger('externals: import_public_posts: ' . $total . ' messages imported', LOGGER_DEBUG); + } + } + } + } +} + +if (array_search(__file__,get_included_files())===0){ + externals_run($argv,$argc); + killme(); +} diff --git a/include/follow.php b/include/follow.php index 0508a8b37..d98a58198 100644 --- a/include/follow.php +++ b/include/follow.php @@ -75,11 +75,17 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false) return $result; } + // do we have an xchan and hubloc? // If not, create them. $x = import_xchan($j); + if(array_key_exists('deleted',$j) && intval($j['deleted'])) { + $result['message'] = t('Channel was deleted and no longer exists.'); + return $result; + } + if(! $x['success']) return $x; diff --git a/include/hubloc.php b/include/hubloc.php new file mode 100644 index 000000000..35d9dbeb1 --- /dev/null +++ b/include/hubloc.php @@ -0,0 +1,33 @@ +<?php /** @file */ + + + +function prune_hub_reinstalls() { + + $r = q("select site_url from site where true"); + if($r) { + foreach($r as $rr) { + $x = q("select count(*) as t, hubloc_sitekey, max(hubloc_connected) as c from hubloc where hubloc_url = '%s' group by hubloc_sitekey order by c", + dbesc($rr['site_url']) + ); + + // see if this url has more than one sitekey, indicating it has been re-installed. + + if(count($x) > 1) { + + $d1 = datetime_convert('UTC','UTC',$x[0]['c']); + $d2 = datetime_convert('UTC','UTC','now - 3 days'); + + // allow some slop period, say 3 days - just in case this is a glitch or transient occurrence + // Then remove any hublocs pointing to the oldest entry. + + if($d1 < $d2) { + logger('prune_hub_reinstalls: removing dead hublocs at ' . $rr['site_url']); + $y = q("delete from hubloc where hubloc_sitekey = '%s'", + dbesc($x[0]['hubloc_sitekey']) + ); + } + } + } + } +}
\ No newline at end of file diff --git a/include/identity.php b/include/identity.php index efc0d7d87..b66eaad51 100644 --- a/include/identity.php +++ b/include/identity.php @@ -80,6 +80,16 @@ function validate_channelname($name) { function create_sys_channel() { if(get_sys_channel()) return; + + // Ensure that there is a host keypair. + + if((! get_config('system','pubkey')) && (! get_config('system','prvkey'))) { + require_once('include/crypto.php'); + $hostkey = new_keypair(4096); + set_config('system','pubkey',$hostkey['pubkey']); + set_config('system','prvkey',$hostkey['prvkey']); + } + create_identity(array( 'account_id' => 'xxx', // This will create an identity with an (integer) account_id of 0, but account_id is required 'nickname' => 'sys', @@ -99,6 +109,15 @@ function get_sys_channel() { return false; } +function is_sys_channel($channel_id) { + $r = q("select channel_pageflags from channel where channel_id = %d limit 1", + intval($channel_id) + ); + if(($r) && ($r[0]['channel_pageflags'] & PAGE_SYSTEM)) + return true; + return false; +} + /** * @channel_total() @@ -167,6 +186,11 @@ function create_identity($arr) { return $ret; } + if($nick === 'sys' && (! ($pageflags & PAGE_SYSTEM))) { + $ret['message'] = t('Reserved nickname. Please choose another.'); + return $ret; + } + if(check_webbie(array($nick)) !== $nick) { $ret['message'] = t('Nickname has unsupported characters or is already being used on this site.'); return $ret; @@ -200,10 +224,13 @@ function create_identity($arr) { $perms_vals .= ', ' . intval($v); } + $expire = get_config('system', 'default_expire_days'); + $expire = (($expire===false)? '0': $expire); + $r = q("insert into channel ( channel_account_id, channel_primary, channel_name, channel_address, channel_guid, channel_guid_sig, - channel_hash, channel_prvkey, channel_pubkey, channel_pageflags $perms_keys ) - values ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d $perms_vals ) ", + channel_hash, channel_prvkey, channel_pubkey, channel_pageflags, channel_expire_days $perms_keys ) + values ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d $perms_vals ) ", intval($arr['account_id']), intval($primary), @@ -214,7 +241,8 @@ function create_identity($arr) { dbesc($hash), dbesc($key['prvkey']), dbesc($key['pubkey']), - intval($pageflags) + intval($pageflags), + intval($expire) ); @@ -523,12 +551,20 @@ function profile_load(&$a, $nickname, $profile = '') { ); } + if(! $p) { logger('profile error: ' . $a->query_string, LOGGER_DEBUG); notice( t('Requested profile is not available.') . EOL ); $a->error = 404; return; } + + $z = q("select xchan_photo_date from xchan where xchan_hash = '%s' limit 1", + dbesc($p[0]['channel_hash']) + ); + if($z) + $p[0]['picdate'] = $z[0]['xchan_photo_date']; + // fetch user tags if this isn't the default profile @@ -547,14 +583,16 @@ function profile_load(&$a, $nickname, $profile = '') { } + $a->profile = $p[0]; + $a->profile_uid = $p[0]['profile_uid']; + $a->page['title'] = $a->profile['channel_name'] . " - " . $a->profile['channel_address'] . "@" . $a->get_hostname(); + + $a->profile['permission_to_view'] = $can_view_profile; + if($can_view_profile) { - $a->profile = $p[0]; $online = get_online_status($nickname); $a->profile['online_status'] = $online['result']; - $a->profile_uid = $p[0]['profile_uid']; - - $a->page['title'] = $a->profile['channel_name'] . " - " . $a->profile['channel_address'] . "@" . $a->get_hostname(); } if(local_user()) { @@ -568,18 +606,12 @@ function profile_load(&$a, $nickname, $profile = '') { $_SESSION['theme'] = $p[0]['channel_theme']; - $a->set_template_engine(); // reset the template engine to the default in case the user's theme doesn't specify one +// $a->set_template_engine(); // reset the template engine to the default in case the user's theme doesn't specify one - $theme_info_file = "view/theme/".current_theme()."/php/theme.php"; - if (file_exists($theme_info_file)){ - require_once($theme_info_file); - } - - if(! $can_view_profile) { - // permission denied - notice( t(' Sorry, you don\'t have the permission to view this profile. ') . EOL); - return; - } +// $theme_info_file = "view/theme/".current_theme()."/php/theme.php"; +// if (file_exists($theme_info_file)){ +// require_once($theme_info_file); +// } return; } @@ -703,7 +735,7 @@ logger('online: ' . $profile['online']); $block = true; } - if(($profile['hidewall'] || $block) && (! local_user()) && (! remote_user())) { + if(($profile['hidewall'] && (! local_user()) && (! remote_user())) || $block ) { $location = $pdesc = $gender = $marital = $homepage = $online = False; } @@ -715,7 +747,7 @@ logger('online: ' . $profile['online']); $channel_menu = false; $menu = get_pconfig($profile['uid'],'system','channel_menu'); - if($menu) { + if($menu && ! $block) { require_once('include/menu.php'); $m = menu_fetch($menu,$profile['uid'],$observer['xchan_hash']); if($m) @@ -940,7 +972,7 @@ function advanced_profile(&$a) { if($a->profile['marital']) $profile['marital'] = array( t('Status:'), $a->profile['marital']); - if($a->profile['with']) $profile['marital']['with'] = $a->profile['with']; + if($a->profile['with']) $profile['marital']['with'] = bbcode($a->profile['with']); if(strlen($a->profile['howlong']) && $a->profile['howlong'] !== '0000-00-00 00:00:00') { $profile['howlong'] = relative_date($a->profile['howlong'], t('for %1$d %2$s')); @@ -1221,3 +1253,24 @@ function get_channel_by_nick($nick) { return(($r) ? $r[0] : false); } + + +function identity_selector() { + if(local_user()) { + $r = q("select channel.*, xchan.* from channel left join xchan on channel.channel_hash = xchan.xchan_hash where channel.channel_account_id = %d and not ( channel_pageflags & %d ) order by channel_name ", + intval(get_account_id()), + intval(PAGE_REMOVED) + ); + if(count($r) > 1) { + $selected_channel = null; + $account = get_app()->get_account(); + $o = replace_macros(get_markup_template('channel_id_select.tpl'),array( + '$channels' => $r, + '$selected' => local_user() + )); + return $o; + } + } + + return ''; +} diff --git a/include/items.php b/include/items.php index 70e098415..487666e36 100755 --- a/include/items.php +++ b/include/items.php @@ -81,6 +81,19 @@ function collect_recipients($item,&$private) { $recipients = check_list_permissions($item['uid'],$recipients,'view_stream'); + // remove any upstream recipients from our list. + // If it is ourself we'll add it back in a second. + // This should prevent complex delivery chains from getting overly complex by not + // sending to anybody who is on our list of those who sent it to us. + + if($item['route']) { + $route = explode(',',$item['route']); + if(count($route)) { + $route = array_unique($route); + $recipients = array_diff($recipients,$route); + } + } + // add ourself just in case we have nomadic clones that need to get a copy. $recipients[] = $item['author_xchan']; @@ -141,6 +154,25 @@ function can_comment_on_post($observer_xchan,$item) { } +function add_source_route($iid,$hash) { +// logger('add_source_route ' . $iid . ' ' . $hash, LOGGER_DEBUG); + + if((! $iid) || (! $hash)) + return; + $r = q("select route from item where id = %d limit 1", + intval($iid) + ); + if($r) { + $new_route = (($r[0]['route']) ? $r[0]['route'] . ',' : '') . $hash; + q("update item set route = '%s' where id = %d limit 1", + (dbesc($new_route)), + intval($iid) + ); + } +} + + + /** * @function red_zrl_callback * preg_match function when fixing 'naked' links in mod item.php @@ -636,6 +668,7 @@ function get_item_elements($x) { $arr['app'] = (($x['app']) ? htmlspecialchars($x['app'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['route'] = (($x['route']) ? htmlspecialchars($x['route'], ENT_COMPAT,'UTF-8',false) : ''); $arr['mid'] = (($x['message_id']) ? htmlspecialchars($x['message_id'], ENT_COMPAT,'UTF-8',false) : ''); $arr['parent_mid'] = (($x['message_top']) ? htmlspecialchars($x['message_top'], ENT_COMPAT,'UTF-8',false) : ''); $arr['thr_parent'] = (($x['message_parent']) ? htmlspecialchars($x['message_parent'], ENT_COMPAT,'UTF-8',false) : ''); @@ -647,7 +680,7 @@ function get_item_elements($x) { $arr['mimetype'] = (($x['mimetype']) ? htmlspecialchars($x['mimetype'], ENT_COMPAT,'UTF-8',false) : ''); $arr['obj_type'] = (($x['object_type']) ? htmlspecialchars($x['object_type'], ENT_COMPAT,'UTF-8',false) : ''); $arr['tgt_type'] = (($x['target_type']) ? htmlspecialchars($x['target_type'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['comment_policy'] = (($x['comment_scope']) ? htmlspecialchars($x['comment_scope'], ENT_COMPAT,'UTF-8',false) : 'contacts'); + $arr['comment_policy'] = (($x['comment_scope']) ? htmlspecialchars($x['comment_scope'], ENT_COMPAT,'UTF-8',false) : 'contacts'); $arr['sig'] = (($x['signature']) ? htmlspecialchars($x['signature'], ENT_COMPAT,'UTF-8',false) : ''); @@ -809,14 +842,6 @@ function encode_item($item) { $item['body'] = crypto_unencapsulate(json_decode_plus($item['body']),$key); } - if($item['item_restrict'] & ITEM_DELETED) { - $x['message_id'] = $item['mid']; - $x['created'] = $item['created']; - $x['flags'] = array('deleted'); - $x['owner'] = encode_item_xchan($item['owner']); - $x['author'] = encode_item_xchan($item['author']); - return $x; - } $x['message_id'] = $item['mid']; $x['message_top'] = $item['parent_mid']; @@ -836,6 +861,7 @@ function encode_item($item) { $x['location'] = $item['location']; $x['longlat'] = $item['coord']; $x['signature'] = $item['sig']; + $x['route'] = $item['route']; $x['owner'] = encode_item_xchan($item['owner']); $x['author'] = encode_item_xchan($item['author']); @@ -859,7 +885,7 @@ function encode_item($item) { if($item['term']) $x['tags'] = encode_item_terms($item['term']); - logger('encode_item: ' . print_r($x,true)); + logger('encode_item: ' . print_r($x,true), LOGGER_DATA); return $x; @@ -1000,9 +1026,11 @@ function encode_item_flags($item) { // most of item_flags and item_restrict are local settings which don't apply when transmitted. // We may need those for the case of syncing other hub locations which you are attached to. -// ITEM_DELETED is handled in encode_item directly so we don't need to handle it here. $ret = array(); + + if($item['item_restrict'] & ITEM_DELETED) + $ret[] = 'deleted'; if($item['item_flags'] & ITEM_THREAD_TOP) $ret[] = 'thread_parent'; if($item['item_flags'] & ITEM_NSFW) @@ -2294,6 +2322,7 @@ function tag_deliver($uid,$item_id) { logger('tag_deliver: community tag activity received'); if(($item['owner_xchan'] === $u[0]['channel_hash']) && (! get_pconfig($u[0]['channel_id'],'system','blocktags'))) { + logger('tag_deliver: community tag recipient: ' . $u[0]['channel_name']); $j_tgt = json_decode_plus($item['target']); if($j_tgt && $j_tgt['id']) { $p = q("select * from item where mid = '%s' and uid = %d limit 1", @@ -2306,6 +2335,7 @@ function tag_deliver($uid,$item_id) { if($j_obj && $j_obj['id'] && $j_obj['title']) { if(is_array($j_obj['link'])) $taglink = get_rel_link($j_obj['link'],'alternate'); + store_item_tag($u[0]['channel_id'],$p[0]['id'],TERM_OBJ_POST,TERM_HASHTAG,$j_obj['title'],$j_obj['id']); $x = q("update item set edited = '%s', received = '%s', changed = '%s' where mid = '%s' and uid = %d limit 1", dbesc(datetime_convert()), @@ -2420,16 +2450,24 @@ function tag_deliver($uid,$item_id) { $body = preg_replace('/\[share(.*?)\[\/share\]/','',$body); + $tagged = false; + $plustagged = false; + $pattern = '/@\!?\[zrl\=' . preg_quote($term['url'],'/') . '\]' . preg_quote($u[0]['channel_name'],'/') . '\[\/zrl\]/'; + if(preg_match($pattern,$body,$matches)) + $tagged = true; + + $pattern = '/@\!?\[zrl\=' . preg_quote($term['url'],'/') . '\]' . preg_quote($u[0]['channel_name'] . '+','/') . '\[\/zrl\]/'; + if(preg_match($pattern,$body,$matches)) + $plustagged = true; - if(! preg_match($pattern,$body,$matches)) { + if(! ($tagged || $plustagged)) { logger('tag_deliver: mention was in a reshare - ignoring'); return; } - - // All good. - // Send a notification + + // Valid tag. Send a notification require_once('include/enotify.php'); notification(array( @@ -2442,6 +2480,14 @@ function tag_deliver($uid,$item_id) { 'otype' => 'item' )); + // Just a normal tag? + + if(! $plustagged) { + logger('tag_deliver: not a plus tag', LOGGER_DEBUG); + return; + } + + // plustagged - keep going, next check permissions if(! perm_is_allowed($uid,$item['author_xchan'],'tag_deliver')) { logger('tag_delivery denied for uid ' . $uid . ' and xchan ' . $item['author_xchan']); @@ -2556,7 +2602,7 @@ function tgroup_check($uid,$item) { $body = preg_replace('/\[share(.*?)\[\/share\]/','',$item['body']); - $pattern = '/@\!?\[zrl\=' . preg_quote($term['url'],'/') . '\]' . preg_quote($u[0]['channel_name'],'/') . '\[\/zrl\]/'; + $pattern = '/@\!?\[zrl\=' . preg_quote($term['url'],'/') . '\]' . preg_quote($u[0]['channel_name'] . '+','/') . '\[\/zrl\]/'; if(! preg_match($pattern,$body,$matches)) { logger('tgroup_check: mention was in a reshare - ignoring'); @@ -3493,7 +3539,12 @@ function drop_items($items) { // permissions to carry out this act. If it is non-interactive, we are deleting something at the // system's request and do not check permission. This is very important to know. -function drop_item($id,$interactive = true) { +// Some deletion requests (those coming from remote sites) must be staged. +// $stage = 0 => unstaged +// $stage = 1 => set deleted flag on the item and perform intial notifications +// $stage = 2 => perform low level delete at a later stage + +function drop_item($id,$interactive = true,$stage = DROPITEM_NORMAL) { $a = get_app(); @@ -3503,7 +3554,7 @@ function drop_item($id,$interactive = true) { intval($id) ); - if((! $r) || ($r[0]['item_restrict'] & ITEM_DELETED)) { + if((! $r) || (($r[0]['item_restrict'] & ITEM_DELETED) && ($stage === DROPITEM_NORMAL))) { if(! $interactive) return 0; notice( t('Item not found.') . EOL); @@ -3537,7 +3588,7 @@ function drop_item($id,$interactive = true) { intval($item['id']) ); - $arr = array('item' => $item); + $arr = array('item' => $item, 'interactive' => $interactive, 'stage' => $stage); call_hooks('drop_item', $arr ); $notify_id = intval($item['id']); @@ -3548,10 +3599,10 @@ function drop_item($id,$interactive = true) { ); if($items) { foreach($items as $i) - delete_item_lowlevel($i); + delete_item_lowlevel($i,$stage); } else - delete_item_lowlevel($item); + delete_item_lowlevel($item,$stage); if(! $interactive) return 1; @@ -3559,7 +3610,7 @@ function drop_item($id,$interactive = true) { // send the notification upstream/downstream as the case may be // only send notifications to others if this is the owner's wall item. - if($item['item_flags'] & ITEM_WALL) + if(($item['item_flags'] & ITEM_WALL) && ($stage != DROPITEM_PHASE2)) proc_run('php','include/notifier.php','drop',$notify_id); goaway($a->get_baseurl() . '/' . $_SESSION['return_url']); @@ -3578,15 +3629,47 @@ function drop_item($id,$interactive = true) { // It merely destroys all resources associated with an item. // Please do not use without a suitable wrapper. -function delete_item_lowlevel($item) { +function delete_item_lowlevel($item,$stage = DROPITEM_NORMAL) { - $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), title = '', body = '', - changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", - intval(ITEM_DELETED), - dbesc(datetime_convert()), - dbesc(datetime_convert()), - intval($item['id']) - ); + + switch($stage) { + case DROPITEM_PHASE2: + $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), body = '', title = '', + changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", + intval(ITEM_PENDING_REMOVE), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + intval($item['id']) + ); + break; + + case DROPITEM_PHASE1: + $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), + changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", + intval(ITEM_DELETED), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + intval($item['id']) + ); + break; + + case DROPITEM_NORMAL: + default: + $r = q("UPDATE item SET item_restrict = ( item_restrict | %d ), body = '', title = '', + changed = '%s', edited = '%s' WHERE id = %d LIMIT 1", + intval(ITEM_DELETED), + dbesc(datetime_convert()), + dbesc(datetime_convert()), + intval($item['id']) + ); + break; + } + + // network deletion request. Keep the message structure so that we can deliver delete notifications. + // Come back after several days (or perhaps a month) to do the lowlevel delete (DROPITEM_PHASE2). + + if($stage == DROPITEM_PHASE1) + return true; $r = q("delete from term where otype = %d and oid = %d limit 1", intval(TERM_OBJ_POST), @@ -3751,8 +3834,10 @@ function zot_feed($uid,$observer_xchan,$mindate) { return $result; } - require_once('include/security.php'); - $sql_extra = item_permissions_sql($uid); + if(! is_sys_channel($uid)) { + require_once('include/security.php'); + $sql_extra = item_permissions_sql($uid); + } if($mindate != '0000-00-00 00:00:00') { $sql_extra .= " and created > '$mindate' "; @@ -3763,24 +3848,36 @@ function zot_feed($uid,$observer_xchan,$mindate) { $items = array(); - $r = q("SELECT item.*, item.id as item_id from item - WHERE uid = %d AND item_restrict = 0 and id = parent - AND (item_flags & %d) - $sql_extra ORDER BY created ASC $limit", - intval($uid), - intval(ITEM_WALL) - ); - if($r) { - - $parents_str = ids_to_querystr($r,'id'); + if(is_sys_channel($uid)) { + require_once('include/security.php'); + $r = q("SELECT distinct parent from item + WHERE uid != %d + and uid in (" . stream_perms_api_uids(PERMS_PUBLIC) . ") AND item_restrict = 0 + AND (item_flags & %d) + and item_private = 0 $sql_extra ORDER BY created ASC $limit", + intval($uid), + intval(ITEM_WALL) + ); + } + else { + $r = q("SELECT distinct parent from item + WHERE uid = %d AND item_restrict = 0 + AND (item_flags & %d) + $sql_extra ORDER BY created ASC $limit", + intval($uid), + intval(ITEM_WALL) + ); + } + if($r) { + $parents_str = ids_to_querystr($r,'parent'); + $sys_query = ((is_sys_channel($uid)) ? $sql_extra : ''); + $items = q("SELECT `item`.*, `item`.`id` AS `item_id` FROM `item` - WHERE `item`.`uid` = %d AND `item`.`item_restrict` = 0 - AND `item`.`parent` IN ( %s ) ", - intval($uid), + WHERE `item`.`item_restrict` = 0 + AND `item`.`parent` IN ( %s ) $sys_query ", dbesc($parents_str) ); - } if($items) { @@ -3793,11 +3890,13 @@ function zot_feed($uid,$observer_xchan,$mindate) { else $items = array(); + + logger('zot_feed: number items: ' . count($items),LOGGER_DEBUG); + foreach($items as $item) $result[] = encode_item($item); return $result; - } @@ -3931,23 +4030,25 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C if(isset($arr['start']) && isset($arr['records'])) $pager_sql = sprintf(" LIMIT %d, %d ",intval($arr['start']), intval($arr['records'])); - if(($arr['cmin'] != 0) || ($arr['cmax'] != 99)) { + if(array_key_exists('cmin',$arr) || array_key_exists('cmax',$arr)) { + if(($arr['cmin'] != 0) || ($arr['cmax'] != 99)) { - // Not everybody who shows up in the network stream will be in your address book. - // By default those that aren't are assumed to have closeness = 99; but this isn't - // recorded anywhere. So if cmax is 99, we'll open the search up to anybody in - // the stream with a NULL address book entry. + // Not everybody who shows up in the network stream will be in your address book. + // By default those that aren't are assumed to have closeness = 99; but this isn't + // recorded anywhere. So if cmax is 99, we'll open the search up to anybody in + // the stream with a NULL address book entry. - $sql_nets .= " AND "; + $sql_nets .= " AND "; - if($arr['cmax'] == 99) - $sql_nets .= " ( "; + if($arr['cmax'] == 99) + $sql_nets .= " ( "; - $sql_nets .= "( abook.abook_closeness >= " . intval($arr['cmin']) . " "; - $sql_nets .= " AND abook.abook_closeness <= " . intval($arr['cmax']) . " ) "; - if($cmax == 99) - $sql_nets .= " OR abook.abook_closeness IS NULL ) "; - } + $sql_nets .= "( abook.abook_closeness >= " . intval($arr['cmin']) . " "; + $sql_nets .= " AND abook.abook_closeness <= " . intval($arr['cmax']) . " ) "; + if($cmax == 99) + $sql_nets .= " OR abook.abook_closeness IS NULL ) "; + } + } $simple_update = (($client_mode & CLIENT_MODE_UPDATE) ? " and ( item.item_flags & " . intval(ITEM_UNSEEN) . " ) " : ''); if($client_mode & CLIENT_MODE_LOAD) diff --git a/include/nav.php b/include/nav.php index 3aa50226d..a97b434bc 100644 --- a/include/nav.php +++ b/include/nav.php @@ -162,7 +162,7 @@ EOT; $nav['home']['mark'] = array('', t('Mark all channel notifications seen'), '',''); - $nav['intros'] = array('connections/pending', t('Intros'), "", t('New Connections')); + $nav['intros'] = array('connections/ifpending', t('Connections'), "", t('Connections')); $nav['notifications'] = array('notifications/system', t('Notices'), "", t('Notifications')); diff --git a/include/network.php b/include/network.php index 1fb4beaa7..9f68328b7 100644 --- a/include/network.php +++ b/include/network.php @@ -43,8 +43,12 @@ function z_fetch_url($url, $binary = false, $redirects = 0, $opts = array()) { @curl_setopt($ch, CURLOPT_RETURNTRANSFER,true); @curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; Red)"); + $ciphers = @get_config('system','curl_ssl_ciphers'); + if($ciphers) + @curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, $ciphers); + if (x($opts,'accept_content')){ - curl_setopt($ch,CURLOPT_HTTPHEADER, array ( + @curl_setopt($ch,CURLOPT_HTTPHEADER, array ( "Accept: " . $opts['accept_content'] )); } @@ -115,7 +119,9 @@ function z_fetch_url($url, $binary = false, $redirects = 0, $opts = array()) { $ret['return_code'] = $rc; $ret['success'] = (($rc >= 200 && $rc <= 299) ? true : false); if(! $ret['success']) { + $ret['error'] = curl_error($ch); $ret['debug'] = $curl_info; + logger('z_fetch_url: error:' . $ret['error'], LOGGER_DEBUG); logger('z_fetch_url: debug:' . print_r($curl_info,true), LOGGER_DATA); } $ret['body'] = substr($s,strlen($header)); @@ -136,21 +142,25 @@ function z_post_url($url,$params, $redirects = 0, $opts = array()) { if(($redirects > 8) || (! $ch)) return ret; - curl_setopt($ch, CURLOPT_HEADER, true); + @curl_setopt($ch, CURLOPT_HEADER, true); @curl_setopt($ch, CURLOPT_CAINFO, get_capath()); - curl_setopt($ch, CURLOPT_RETURNTRANSFER,true); - curl_setopt($ch, CURLOPT_POST,1); - curl_setopt($ch, CURLOPT_POSTFIELDS,$params); - curl_setopt($ch, CURLOPT_USERAGENT, "Red"); + @curl_setopt($ch, CURLOPT_RETURNTRANSFER,true); + @curl_setopt($ch, CURLOPT_POST,1); + @curl_setopt($ch, CURLOPT_POSTFIELDS,$params); + @curl_setopt($ch, CURLOPT_USERAGENT, "Red"); + + $ciphers = @get_config('system','curl_ssl_ciphers'); + if($ciphers) + @curl_setopt($ch, CURLOPT_SSL_CIPHER_LIST, $ciphers); if (x($opts,'accept_content')){ - curl_setopt($ch,CURLOPT_HTTPHEADER, array ( + @curl_setopt($ch,CURLOPT_HTTPHEADER, array ( "Accept: " . $opts['accept_content'] )); } if(x($opts,'headers')) - curl_setopt($ch, CURLOPT_HTTPHEADER, $opts['headers']); + @curl_setopt($ch, CURLOPT_HTTPHEADER, $opts['headers']); if(x($opts,'timeout') && intval($opts['timeout'])) { @curl_setopt($ch, CURLOPT_TIMEOUT, $opts['timeout']); @@ -170,11 +180,11 @@ function z_post_url($url,$params, $redirects = 0, $opts = array()) { $prx = get_config('system','proxy'); if(strlen($prx)) { - curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1); - curl_setopt($ch, CURLOPT_PROXY, $prx); + @curl_setopt($ch, CURLOPT_HTTPPROXYTUNNEL, 1); + @curl_setopt($ch, CURLOPT_PROXY, $prx); $prxusr = get_config('system','proxyuser'); if(strlen($prxusr)) - curl_setopt($ch, CURLOPT_PROXYUSERPWD, $prxusr); + @curl_setopt($ch, CURLOPT_PROXYUSERPWD, $prxusr); } // don't let curl abort the entire application @@ -183,7 +193,7 @@ function z_post_url($url,$params, $redirects = 0, $opts = array()) { $s = @curl_exec($ch); $base = $s; - $curl_info = curl_getinfo($ch); + $curl_info = @curl_getinfo($ch); $http_code = $curl_info['http_code']; $header = ''; @@ -217,8 +227,10 @@ function z_post_url($url,$params, $redirects = 0, $opts = array()) { $ret['return_code'] = $rc; $ret['success'] = (($rc >= 200 && $rc <= 299) ? true : false); if(! $ret['success']) { + $ret['error'] = curl_error($ch); $ret['debug'] = $curl_info; - logger('z_fetch_url: debug:' . print_r($curl_info,true), LOGGER_DATA); + logger('z_post_url: error:' . $ret['error'], LOGGER_DEBUG); + logger('z_post_url: debug:' . print_r($curl_info,true), LOGGER_DATA); } $ret['body'] = substr($s,strlen($header)); diff --git a/include/notifier.php b/include/notifier.php index 81f971107..dbae6211c 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -90,6 +90,9 @@ function notifier_run($argv, $argc){ if(! $item_id) return; + require_once('include/identity.php'); + $sys = get_sys_channel(); + if($cmd == 'permission_update') { // Get the recipient $r = q("select abook.*, hubloc.* from abook @@ -262,23 +265,9 @@ function notifier_run($argv, $argc){ if($target_item['item_restrict'] & ITEM_DELETED) logger('notifier: target item ITEM_DELETED', LOGGER_DEBUG); - if($target_item['item_restrict'] & ITEM_DELAYED_PUBLISH) { - logger('notifier: target item ITEM_DELAYED_PUBLISH', LOGGER_DEBUG); - return; - } - - if($target_item['item_restrict'] & ITEM_WEBPAGE) { - logger('notifier: target item ITEM_WEBPAGE', LOGGER_DEBUG); - return; - } - - if($target_item['item_restrict'] & ITEM_BUILDBLOCK) { - logger('notifier: target item ITEM_BUILDBLOCK', LOGGER_DEBUG); - return; - } - - if($target_item['item_restrict'] & ITEM_PDL) { - logger('notifier: target item ITEM_PDL', LOGGER_DEBUG); + $unforwardable = ITEM_UNPUBLISHED|ITEM_DELAYED_PUBLISH|ITEM_WEBPAGE|ITEM_BUILDBLOCK|ITEM_PDL; + if($target_item['item_restrict'] & $unforwardable) { + logger('notifier: target item not forwardable: flags ' . $target_item['item_restrict'], LOGGER_DEBUG); return; } @@ -288,6 +277,11 @@ function notifier_run($argv, $argc){ if($s) $channel = $s[0]; + if($channel['channel_hash'] !== $target_item['author_xchan'] && $channel['channel_hash'] !== $target_item['owner_xchan']) { + logger("notifier: Sending channel {$channel['channel_hash']} is not owner {$target_item['owner_xchan']} or author {$target_item['author_xchan']}"); + return; + } + if($target_item['id'] == $target_item['parent']) { $parent_item = $target_item; @@ -308,6 +302,10 @@ function notifier_run($argv, $argc){ $top_level_post = false; } + // avoid looping of discover items 12/4/2014 + + if($sys && $parent_item['uid'] == $sys['channel_id']) + return; $encoded_item = encode_item($target_item); @@ -481,10 +479,11 @@ function notifier_run($argv, $argc){ $hash = random_string(); if($packet_type === 'refresh' || $packet_type === 'purge') { $n = zot_build_packet($channel,$packet_type); - q("insert into outq ( outq_hash, outq_account, outq_channel, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s' )", + q("insert into outq ( outq_hash, outq_account, outq_channel, outq_driver, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', '%s', %d, '%s', '%s', '%s', '%s' )", dbesc($hash), intval($channel['channel_account_id']), intval($channel['channel_id']), + dbesc('zot'), dbesc($hub['hubloc_callback']), intval(1), dbesc(datetime_convert()), @@ -495,10 +494,11 @@ function notifier_run($argv, $argc){ } else { $n = zot_build_packet($channel,'notify',$env_recips,(($private) ? $hub['hubloc_sitekey'] : null),$hash); - q("insert into outq ( outq_hash, outq_account, outq_channel, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s' )", + q("insert into outq ( outq_hash, outq_account, outq_channel, outq_driver, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', '%s', %d, '%s', '%s', '%s', '%s' )", dbesc($hash), intval($target_item['aid']), intval($target_item['uid']), + dbesc('zot'), dbesc($hub['hubloc_callback']), intval(1), dbesc(datetime_convert()), diff --git a/include/oembed.php b/include/oembed.php index 57631b051..42a9881ed 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -164,8 +164,11 @@ function oembed_iframe($src,$width,$height) { $a = get_app(); + $sandbox = ((strpos($src,get_app()->get_hostname())) ? ' sandbox="allow-scripts" ' : ''); + $s = $a->get_baseurl()."/oembed/".base64url_encode($src); - return '<iframe height="' . $height . '" width="' . $width . '" src="' . $s . '" frameborder="no" >' . t('Embedded content') . '</iframe>'; + + return '<iframe ' . $sandbox . ' height="' . $height . '" width="' . $width . '" src="' . $s . '" frameborder="no" >' . t('Embedded content') . '</iframe>'; } diff --git a/include/permissions.php b/include/permissions.php index eb1a7966f..01dd18f8d 100644 --- a/include/permissions.php +++ b/include/permissions.php @@ -100,6 +100,13 @@ function get_all_perms($uid,$observer_xchan,$internal_use = true) { dbesc($observer_xchan), intval(ABOOK_FLAG_SELF) ); + if(! $x) { + // not in address book, see if they've got an xchan + $y = q("select xchan_network from xchan where xchan_hash = '%s' limit 1", + dbesc($observer_xchan) + ); + } + $abook_checked = true; } @@ -144,9 +151,11 @@ function get_all_perms($uid,$observer_xchan,$internal_use = true) { // If we're still here, we have an observer, check the network. - if(($r[0][$channel_perm] & PERMS_NETWORK) && ($x[0]['xchan_network'] === 'zot')) { - $ret[$perm_name] = true; - continue; + if($r[0][$channel_perm] & PERMS_NETWORK) { + if(($x && $x[0]['xchan_network'] === 'zot') || ($y && $y[0]['xchan_network'] === 'zot')) { + $ret[$perm_name] = true; + continue; + } } // If PERMS_SITE is specified, find out if they've got an account on this hub @@ -263,6 +272,12 @@ function perm_is_allowed($uid,$observer_xchan,$permission) { if(($x) && (! $global_perms[$permission][2]) && ($x[0]['abook_flags'] & ABOOK_FLAG_IGNORED)) return false; + if(! $x) { + // not in address book, see if they've got an xchan + $y = q("select xchan_network from xchan where xchan_hash = '%s' limit 1", + dbesc($observer_xchan) + ); + } } @@ -283,9 +298,10 @@ function perm_is_allowed($uid,$observer_xchan,$permission) { // If we're still here, we have an observer, check the network. - if(($r[0][$channel_perm] & PERMS_NETWORK) && ($x[0]['xchan_network'] === 'zot')) - return true; - + if($r[0][$channel_perm] & PERMS_NETWORK) { + if (($x && $x[0]['xchan_network'] === 'zot') || ($y && $y[0]['xchan_network'] === 'zot')) + return true; + } // If PERMS_SITE is specified, find out if they've got an account on this hub diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php index 484550cb7..f5e915402 100644 --- a/include/photo/photo_driver.php +++ b/include/photo/photo_driver.php @@ -616,7 +616,7 @@ function import_profile_photo($photo,$xchan,$thing = false) { $type = 'image/jpeg'; } - return(array($photo,$thumb,$micro,$type)); + return(array($photo,$thumb,$micro,$type,$photo_failure)); } diff --git a/include/photos.php b/include/photos.php index 82af4aaeb..65532e6c2 100644 --- a/include/photos.php +++ b/include/photos.php @@ -176,6 +176,7 @@ function photo_upload($channel, $observer, $args) { if(! $r3) $errors = true; } + if($errors) { q("delete from photo where resource_id = '%s' and uid = %d", @@ -188,6 +189,10 @@ function photo_upload($channel, $observer, $args) { return $ret; } + // This will be the width and height of the smallest representation + + $width_x_height = $ph->getWidth() . 'x' . $ph->getHeight(); + $basename = basename($filename); $mid = item_message_id(); @@ -219,9 +224,13 @@ function photo_upload($channel, $observer, $args) { $arr['plink'] = z_root() . '/channel/' . $channel['channel_address'] . '/?f=&mid=' . $arr['mid']; + if ($width_x_height) + $tag = '[zmg=' . $width_x_height. ']'; + else + $tag = '[zmg]'; $arr['body'] = '[zrl=' . z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $photo_hash . ']' - . '[zmg]' . z_root() . "/photo/{$photo_hash}-{$smallest}.".$ph->getExt() . '[/zmg]' + . $tag . z_root() . "/photo/{$photo_hash}-{$smallest}.".$ph->getExt() . '[/zmg]' . '[/zrl]'; $result = item_store($arr); @@ -426,4 +435,4 @@ function photos_create_item($channel, $creator_hash, $photo, $visible = false) { $item_id = $result['item_id']; return $item_id; -}
\ No newline at end of file +} diff --git a/include/poller.php b/include/poller.php index 423ee46c1..9592c29e4 100644 --- a/include/poller.php +++ b/include/poller.php @@ -105,6 +105,23 @@ function poller_run($argv, $argc){ if($d2 != intval($d1)) { + $d3 = intval(datetime_convert('UTC','UTC','now','N')); + if($d3 == 7) { + + /** + * Cron Weekly + * + * Actions in the following block are executed once per day only on Sunday (once per week). + * + */ + + require_once('include/hubloc.php'); + prune_hub_reinstalls(); + + + } + + // expire any read notifications over a month old q("delete from notify where seen = 1 and date < UTC_TIMESTAMP() - INTERVAL 30 DAY"); @@ -151,6 +168,11 @@ function poller_run($argv, $argc){ } + // pull in some public posts + if(! get_config('system','disable_discover_tab')) + proc_run('php','include/externals.php'); + + $manual_id = 0; $generation = 0; diff --git a/include/probe.php b/include/probe.php new file mode 100644 index 000000000..29635f963 --- /dev/null +++ b/include/probe.php @@ -0,0 +1,99 @@ +<?php /** @file */ + + +/** + * Functions to assist in probing various legacy networks to figure out what kind of capabilities might be present. + */ + + +function net_have_driver($net) { + + if(function_exists('net_discover_' . $net)) + return true; + return false; +} + +function probe_well_known($addr) { + + $ret = array(); + + $ret['src'] = $addr; + + if(strpos($addr,'@') !== false) { + $ret['address'] = $addr; + } + else { + $ret['url'] = $addr; + } + + if(stristr($addr,'facebook.com')) { + $ret['network'] = 'facebook'; + } + if(stristr($addr,'google.com')) { + $ret['network'] = 'google'; + } + if(stristr($addr,'linkedin.com')) { + $ret['network'] = 'linkedin'; + } + + call_hooks('probe_well_known', $ret); + + if(array_key_exists('network',$ret) && net_have_driver($ret['network'])) { + $fn = 'net_discover_' . $ret['network']; + $ret = $fn($ret); + } + + + return $ret; + +} + + + + +function probe_webfinger($addr) { + + + + + +} + + +function probe_legacy_webfinger($addr) { + + + + +} + +function probe_zot($addr) { + + + +} + +function probe_dfrn($addr) { + + +} + + +function probe_diaspora($addr) { + + +} + + +function probe_legacy_feed($addr) { + + + +} + + +function probe_activity_stream($addr) { + + +} + diff --git a/include/queue.php b/include/queue.php index ec7246cb2..239d61fc0 100644 --- a/include/queue.php +++ b/include/queue.php @@ -33,8 +33,12 @@ function queue_run($argv, $argc){ // For the first 12 hours we'll try to deliver every 15 minutes // After that, we'll only attempt delivery once per hour. - - $r = q("SELECT * FROM outq WHERE outq_delivered = 0 and (( outq_created > UTC_TIMESTAMP() - INTERVAL 12 HOUR and outq_updated < UTC_TIMESTAMP() - INTERVAL 15 MINUTE ) OR ( outq_updated < UTC_TIMESTAMP() - INTERVAL 1 HOUR ))"); + // This currently only handles the default queue drivers ('zot' or '') which we will group by posturl + // so that we don't start off a thousand deliveries for a couple of dead hubs. + // The zot driver will deliver everything destined for a single hub once contact is made (*if* contact is made). + // Other drivers will have to do something different here and may need their own query. + + $r = q("SELECT * FROM outq WHERE outq_delivered = 0 and (( outq_created > UTC_TIMESTAMP() - INTERVAL 12 HOUR and outq_updated < UTC_TIMESTAMP() - INTERVAL 15 MINUTE ) OR ( outq_updated < UTC_TIMESTAMP() - INTERVAL 1 HOUR )) and outq_driver in ('','zot') group by outq_posturl"); } if(! $r) return; diff --git a/include/reddav.php b/include/reddav.php index 2a26ac42a..03cfe1aab 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -276,7 +276,7 @@ class RedDirectory extends DAV\Node implements DAV\ICollection, DAV\IQuota { for($x = 1; $x < count($path_arr); $x ++) { - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and (flags & %d)", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d)", dbesc($folder), dbesc($path_arr[$x]), intval($channel_id), @@ -581,17 +581,19 @@ function RedCollectionData($file,&$auth) { for($x = 1; $x < count($path_arr); $x ++) { - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and (flags & %d) $perms limit 1", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d) $perms limit 1", dbesc($folder), dbesc($path_arr[$x]), + intval($channel_id), intval(ATTACH_FLAG_DIR) ); if(! $r) { // path wasn't found. Try without permissions to see if it was the result of permissions. $errors = true; - $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and (flags & %d) limit 1", + $r = q("select id, hash, filename, flags from attach where folder = '%s' and filename = '%s' and uid = %d and (flags & %d) limit 1", dbesc($folder), basename($path_arr[$x]), + intval($channel_id), intval(ATTACH_FLAG_DIR) ); if($r) { @@ -708,7 +710,7 @@ function RedFileData($file, &$auth,$test = false) { $r = q("select id, uid, hash, filename, filetype, filesize, revision, folder, flags, created, edited from attach where folder = '%s' and filename = '%s' and uid = %d $perms group by filename limit 1", dbesc($folder), - basename($file), + dbesc(basename($file)), intval($channel_id) ); @@ -719,7 +721,7 @@ function RedFileData($file, &$auth,$test = false) { $r = q("select id, uid, hash, filename, filetype, filesize, revision, folder, flags, created, edited from attach where folder = '%s' and filename = '%s' and uid = %d group by filename limit 1", dbesc($folder), - basename($file), + dbesc(basename($file)), intval($channel_id) ); if($r) @@ -882,8 +884,12 @@ class RedBrowser extends DAV\Browser\Plugin { date_default_timezone_set($this->auth->timezone); $version = ''; + require_once('include/conversation.php'); + + if($this->auth->channel_name) + $html = profile_tabs(get_app(),(($this->auth->owner_id == local_user()) ? true : false),$this->auth->owner_nick); - $html = " + $html .= " <body> <h1>Index for " . $this->escapeHTML($path) . "/</h1> <table> diff --git a/include/security.php b/include/security.php index f52615357..f15dea302 100644 --- a/include/security.php +++ b/include/security.php @@ -53,8 +53,9 @@ function authenticate_success($user_record, $login_initial = false, $interactive /* This account has never created a channel. Send them to new_channel by default */ if($a->module === 'login') { - $r = q("select count(channel_id) as total from channel where channel_account_id = %d", - intval($a->account['account_id']) + $r = q("select count(channel_id) as total from channel where channel_account_id = %d and not ( channel_pageflags & %d)", + intval($a->account['account_id']), + intval(PAGE_REMOVED) ); if(($r) && (! $r[0]['total'])) goaway(z_root() . '/new_channel'); @@ -346,8 +347,9 @@ function stream_perms_api_uids($perms_min = PERMS_SITE) { $ret = array(); if(local_user()) $ret[] = local_user(); - $r = q("select channel_id from channel where channel_r_stream > 0 and channel_r_stream <= %d", - intval($perms_min) + $r = q("select channel_id from channel where channel_r_stream > 0 and channel_r_stream <= %d and not (channel_pageflags & %d)", + intval($perms_min), + intval(PAGE_CENSORED|PAGE_SYSTEM|PAGE_REMOVED) ); if($r) foreach($r as $rr) @@ -361,7 +363,7 @@ function stream_perms_api_uids($perms_min = PERMS_SITE) { $str .= ','; $str .= intval($rr); } -logger('stream_perms_api_uids: ' . $str); + logger('stream_perms_api_uids: ' . $str, LOGGER_DEBUG); return $str; } @@ -370,8 +372,9 @@ function stream_perms_xchans($perms_min = PERMS_SITE) { if(local_user()) $ret[] = get_observer_hash(); - $r = q("select channel_hash from channel where channel_r_stream > 0 and channel_r_stream <= %d", - intval($perms_min) + $r = q("select channel_hash from channel where channel_r_stream > 0 and channel_r_stream <= %d and not (channel_pageflags & %d)", + intval($perms_min), + intval(PAGE_CENSORED|PAGE_SYETEM|PAGE_REMOVED) ); if($r) foreach($r as $rr) @@ -385,6 +388,6 @@ function stream_perms_xchans($perms_min = PERMS_SITE) { $str .= ','; $str .= "'" . dbesc($rr) . "'"; } -logger('stream_perms_xchans: ' . $str); + logger('stream_perms_xchans: ' . $str, LOGGER_DEBUG); return $str; } diff --git a/include/socgraph.php b/include/socgraph.php index 10d52da66..65e23f9df 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -62,6 +62,11 @@ function poco_load($xchan = '',$url = null) { $j = json_decode($s['body'],true); + if(! $j) { + logger('poco_load: unable to json_decode returned data.'); + return; + } + logger('poco_load: ' . print_r($j,true),LOGGER_DATA); if($xchan) { diff --git a/include/text.php b/include/text.php index 53b92c05f..68542005b 100755 --- a/include/text.php +++ b/include/text.php @@ -278,6 +278,11 @@ function hex2bin($s) { if(! (is_string($s) && strlen($s))) return ''; + if(strlen($s) & 1) { + logger('hex2bin: illegal hex string: ' . $s); + return $s; + } + if(! ctype_xdigit($s)) { return($s); } @@ -569,9 +574,20 @@ function get_tags($s) { $s = preg_replace('/\[style=(.*?)\]/sm','',$s); + // match any double quoted tags + + if(preg_match_all('/([@#]\"\;.*?\"\;)/',$s,$match)) { + foreach($match[1] as $mtch) { + $ret[] = $mtch; + } + } + // Match full names against @tags including the space between first and last // We will look these up afterward to see if they are full names or not recognisable. + + + if(preg_match_all('/(@[^ \x0D\x0A,:?]+ [^ \x0D\x0A@,:?]+)([ \x0D\x0A@,:?]|$)/',$s,$match)) { foreach($match[1] as $mtch) { if(strstr($mtch,"]")) { @@ -602,6 +618,10 @@ function get_tags($s) { // try not to catch url fragments if(strpos($s,$mtch) && preg_match('/[a-zA-z0-9\/]/',substr($s,strpos($s,$mtch)-1,1))) continue; + // or quote remnants from the quoted strings we already picked out earlier + if(strpos($mtch,'"')) + continue; + $ret[] = $mtch; } } @@ -614,12 +634,28 @@ function get_tags($s) { } } + // make sure the longer tags are returned first so that if two or more have common substrings + // we'll replace the longest ones first. Otherwise the common substring would be found in + // both strings and the string replacement would link both to the shorter strings and + // fail to link the longer string. RedMatrix github issue #378 + + usort($ret,'tag_sort_length'); - // logger('get_tags: ' . print_r($ret,true)); + +// logger('get_tags: ' . print_r($ret,true)); return $ret; } +function tag_sort_length($a,$b) { + if(mb_strlen($a) == mb_strlen($b)) + return 0; + return((mb_strlen($b) < mb_strlen($a)) ? (-1) : 1); +} + + + + function strip_zids($s) { return preg_replace('/[\?&]zid=(.*?)(&|$)/ism','$2',$s); @@ -671,11 +707,10 @@ function contact_block() { if((! is_array($a->profile)) || ($a->profile['hide_friends'])) return $o; - $r = q("SELECT COUNT(abook_id) AS total FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_channel = %d and abook_flags = 0 and not (xchan_flags & %d) and not (xchan_flags & %d) and not (xchan_flags & %d)", + $r = q("SELECT COUNT(abook_id) AS total FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_channel = %d and not ( abook_flags & %d ) and not (xchan_flags & %d)", intval($a->profile['uid']), - intval(XCHAN_FLAGS_HIDDEN), - intval(XCHAN_FLAGS_ORPHAN), - intval(XCHAN_FLAGS_DELETED) + intval(ABOOK_FLAG_HIDDEN|ABOOK_FLAG_PENDING|ABOOK_FLAG_SELF), + intval(XCHAN_FLAGS_HIDDEN|XCHAN_FLAGS_ORPHAN|XCHAN_FLAGS_DELETED) ); if(count($r)) { $total = intval($r[0]['total']); @@ -686,11 +721,10 @@ function contact_block() { } else { - $r = q("SELECT abook.*, xchan.* FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash WHERE abook_channel = %d AND abook_flags = 0 and not (xchan_flags & %d ) and not (xchan_flags & %d ) and not (xchan_flags & %d ) ORDER BY RAND() LIMIT %d", + $r = q("SELECT abook.*, xchan.* FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash WHERE abook_channel = %d AND not ( abook_flags & %d) and not (xchan_flags & %d ) ORDER BY RAND() LIMIT %d", intval($a->profile['uid']), - intval(XCHAN_FLAGS_HIDDEN), - intval(XCHAN_FLAGS_ORPHAN), - intval(XCHAN_FLAGS_DELETED), + intval(ABOOK_FLAG_HIDDEN|ABOOK_FLAG_PENDING|ABOOK_FLAG_SELF), + intval(XCHAN_FLAGS_HIDDEN|XCHAN_FLAGS_ORPHAN|XCHAN_FLAGS_DELETED), intval($shown) ); @@ -780,9 +814,9 @@ function searchbox($s,$id='search-box',$url='/search',$save = false) { $o .= '<form action="' . z_root() . '/' . $url . '" method="get" >'; $o .= '<input type="hidden" name="f" value="" />'; $o .= '<input type="text" class="icon-search" name="search" id="search-text" placeholder="" value="' . $s .'" onclick="this.submit();" />'; - $o .= '<input type="submit" name="submit" id="search-submit" value="' . t('Search') . '" />'; + $o .= '<input type="submit" name="submit" class="btn btn-default" id="search-submit" value="' . t('Search') . '" />'; if(feature_enabled(local_user(),'savedsearch')) - $o .= '<input type="submit" name="searchsave" id="search-save" value="' . t('Save') . '" />'; + $o .= '<input type="submit" name="searchsave" class="btn btn-default" id="search-save" value="' . t('Save') . '" />'; $o .= '</form></div>'; return $o; } @@ -1169,6 +1203,33 @@ function format_categories(&$item,$writeable) { return $s; } +// Add any hashtags which weren't mentioned in the message body, e.g. community tags + +function format_hashtags(&$item) { + + $s = ''; + $terms = get_terms_oftype($item['term'],TERM_HASHTAG); + if($terms) { + $categories = array(); + foreach($terms as $t) { + $term = htmlspecialchars($t['term'],ENT_COMPAT,'UTF-8',false) ; + if(! trim($term)) + continue; + if(strpos($item['body'], $t['url'])) + continue; + + if($s) + $s .= ' '; + + $s .= '#<a href="' . zid($t['url']) . '" >' . $term . '</a>'; + } + } + return $s; +} + + + + function format_filer(&$item) { @@ -1221,6 +1282,9 @@ function prepare_body(&$item,$attach = false) { $writeable = ((get_observer_hash() == $item['owner_xchan']) ? true : false); + + $s .= format_hashtags($item); + $s .= format_categories($item,$writeable); if(local_user() == $item['uid']) @@ -1712,6 +1776,7 @@ function check_webbie($arr) { $str .= "'" . dbesc($y) . "'"; } } + if(strlen($str)) { $r = q("select channel_address from channel where channel_address in ( $str ) "); if(count($r)) { @@ -1720,8 +1785,9 @@ function check_webbie($arr) { } } foreach($arr as $x) { - if(! in_array($x,$taken)) { - return $x; + $y = legal_webbie($x); + if(! in_array($y,$taken)) { + return $y; } } } diff --git a/include/widgets.php b/include/widgets.php index 90586397f..678fed833 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -304,8 +304,12 @@ function widget_archive($arr) { if(! feature_enabled($uid,'archives')) return ''; + if(! perm_is_allowed($uid,get_observer_hash(),'view_stream')) + return ''; + $wall = ((array_key_exists('wall', $arr)) ? intval($arr['wall']) : 0); + $style = ((array_key_exists('style', $arr)) ? $arr['style'] : 'select'); $url = z_root() . '/' . $a->cmd; @@ -318,6 +322,7 @@ function widget_archive($arr) { '$title' => t('Archives'), '$size' => ((count($ret) > 6) ? 6 : count($ret)), '$url' => $url, + '$style' => $style, '$dates' => $ret )); return $o; @@ -336,6 +341,12 @@ function widget_fullprofile($arr) { function widget_categories($arr) { $a = get_app(); + + + if($a->profile['profile_uid'] && (! perm_is_allowed($a->profile['profile_uid'],get_observer_hash(),'view_stream'))) + return ''; + + $cat = ((x($_REQUEST,'cat')) ? htmlspecialchars($_REQUEST['cat'],ENT_COMPAT,'UTF-8') : ''); $srchurl = $a->query_string; $srchurl = rtrim(preg_replace('/cat\=[^\&].*?(\&|$)/is','',$srchurl),'&'); @@ -348,6 +359,9 @@ function widget_tagcloud_wall($arr) { $a = get_app(); if((! $a->profile['profile_uid']) || (! $a->profile['channel_hash'])) return ''; + if(! perm_is_allowed($a->profile['profile_uid'],get_observer_hash(),'view_stream')) + return ''; + $limit = ((array_key_exists('limit',$arr)) ? intval($arr['limit']) : 50); if(feature_enabled($a->profile['profile_uid'],'tagadelic')) return tagblock('search',$a->profile['profile_uid'],$limit,$a->profile['channel_hash'],ITEM_WALL); diff --git a/include/zot.php b/include/zot.php index 934348d2d..c919b0981 100644 --- a/include/zot.php +++ b/include/zot.php @@ -425,6 +425,15 @@ function zot_refresh($them,$channel = null, $force = false) { intval($channel['channel_id']), dbesc($x['hash']) ); + if(($new_connection) && (! $default_perms)) { + require_once('include/enotify.php'); + notification(array( + 'type' => NOTIFY_INTRO, + 'from_xchan' => $x['hash'], + 'to_xchan' => $channel['channel_hash'], + 'link' => z_root() . '/connedit/' . $new_connection[0]['abook_id'], + )); + } if($new_connection && (! ($new_connection[0]['abook_flags'] & ABOOK_FLAG_PENDING)) && ($their_perms & PERMS_R_STREAM)) proc_run('php','include/onepoll.php',$new_connection[0]['abook_id']); @@ -623,6 +632,10 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { if($adult_changed) $new_flags = $new_flags ^ XCHAN_FLAGS_SELFCENSORED; + $deleted = (($r[0]['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); + $deleted_changed = ((intval($deleted) != intval($arr['deleted'])) ? true : false); + if($deleted_changed) + $new_flags = $new_flags ^ XCHAN_FLAGS_DELETED; if(($r[0]['xchan_name_date'] != $arr['name_updated']) || ($r[0]['xchan_connurl'] != $arr['connections_url']) @@ -667,6 +680,8 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { $new_flags = 0; if($arr['adult_content']) $new_flags |= XCHAN_FLAGS_SELFCENSORED; + if(array_key_exists('deleted',$arr) && $arr['deleted']) + $new_flags |= XCHAN_FLAGS_DELETED; $x = q("insert into xchan ( xchan_hash, xchan_guid, xchan_guid_sig, xchan_pubkey, xchan_photo_mimetype, xchan_photo_l, xchan_addr, xchan_url, xchan_connurl, xchan_follow, xchan_connpage, xchan_name, xchan_network, xchan_photo_date, xchan_name_date, xchan_flags) @@ -713,7 +728,8 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { z_root() . '/photo/profile/l/' . $local[0]['channel_id'], z_root() . '/photo/profile/m/' . $local[0]['channel_id'], z_root() . '/photo/profile/s/' . $local[0]['channel_id'], - $arr['photo_mimetype'] + $arr['photo_mimetype'], + false ); } } @@ -721,16 +737,29 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { $photos = import_profile_photo($arr['photo'],$xchan_hash); } if($photos) { - $r = q("update xchan set xchan_photo_date = '%s', xchan_photo_l = '%s', xchan_photo_m = '%s', xchan_photo_s = '%s', xchan_photo_mimetype = '%s' - where xchan_hash = '%s' limit 1", - dbesc(datetime_convert('UTC','UTC',$arr['photo_updated'])), - dbesc($photos[0]), - dbesc($photos[1]), - dbesc($photos[2]), - dbesc($photos[3]), - dbesc($xchan_hash) - ); - + if($photos[4]) { + // importing the photo failed somehow. Leave the photo_date alone so we can try again at a later date. + // This often happens when somebody joins the matrix with a bad cert. + $r = q("update xchan set xchan_photo_l = '%s', xchan_photo_m = '%s', xchan_photo_s = '%s', xchan_photo_mimetype = '%s' + where xchan_hash = '%s' limit 1", + dbesc($photos[0]), + dbesc($photos[1]), + dbesc($photos[2]), + dbesc($photos[3]), + dbesc($xchan_hash) + ); + } + else { + $r = q("update xchan set xchan_photo_date = '%s', xchan_photo_l = '%s', xchan_photo_m = '%s', xchan_photo_s = '%s', xchan_photo_mimetype = '%s' + where xchan_hash = '%s' limit 1", + dbesc(datetime_convert('UTC','UTC',$arr['photo_updated'])), + dbesc($photos[0]), + dbesc($photos[1]), + dbesc($photos[2]), + dbesc($photos[3]), + dbesc($xchan_hash) + ); + } $what .= 'photo '; $changed = true; } @@ -872,21 +901,28 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { } // get rid of any hubs we have for this channel which weren't reported. + // This was needed at one time to resolve complicated cross-site inconsistencies, but can cause sync conflict. + // currently disabled. + +// if($xisting) { +// foreach($xisting as $x) { +// if(! array_key_exists('updated',$x)) { +// logger('import_xchan: removing unreferenced hub location ' . $x['hubloc_url']); +// $r = q("delete from hubloc where hubloc_id = %d limit 1", +// intval($x['hubloc_id']) +// ); +// $what .= 'removed_hub'; +// $changed = true; +// } +// } +// } - if($xisting) { - foreach($xisting as $x) { - if(! array_key_exists('updated',$x)) { - logger('import_xchan: removing unreferenced hub location ' . $x['hubloc_url']); - $r = q("delete from hubloc where hubloc_id = %d limit 1", - intval($x['hubloc_id']) - ); - $what .= 'removed_hub'; - $changed = true; - } - } - } } + + + + // Are we a directory server of some kind? if($dirmode != DIRECTORY_MODE_NORMAL) { @@ -936,6 +972,8 @@ function import_xchan($arr,$ud_flags = UPDATE_FLAGS_UPDATED) { $ret['hash'] = $xchan_hash; } + + logger('import_xchan: result: ' . print_r($ret,true), LOGGER_DATA); return $ret; } @@ -1345,16 +1383,18 @@ function allowed_public_recips($msg) { } -function process_delivery($sender,$arr,$deliveries,$relay) { +function process_delivery($sender,$arr,$deliveries,$relay,$public = false) { $result = array(); // We've validated the sender. Now make sure that the sender is the owner or author - if($sender['hash'] != $arr['owner_xchan'] && $sender['hash'] != $arr['author_xchan']) { - logger('process_delivery: sender is not owner or author'); - return; + if(! $public) { + if($sender['hash'] != $arr['owner_xchan'] && $sender['hash'] != $arr['author_xchan']) { + logger("process_delivery: sender {$sender['hash']} is not owner {$arr['owner_xchan']} or author {$arr['author_xchan']} - mid {$arr['mid']}"); + return; + } } foreach($deliveries as $d) { @@ -1385,9 +1425,9 @@ function process_delivery($sender,$arr,$deliveries,$relay) { } } - if((! perm_is_allowed($channel['channel_id'],$sender['hash'],$perm)) && (! $tag_delivery)) { - logger("permission denied for delivery {$channel['channel_id']}"); - $result[] = array($d['hash'],'permission denied',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); + if((! perm_is_allowed($channel['channel_id'],$sender['hash'],$perm)) && (! $tag_delivery) && (! $public)) { + logger("permission denied for delivery to channel {$channel['channel_id']} {$channel['channel_address']}"); + $result[] = array($d['hash'],'permission denied',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); continue; } @@ -1397,12 +1437,12 @@ function process_delivery($sender,$arr,$deliveries,$relay) { remove_community_tag($sender,$arr,$channel['channel_id']); $item_id = delete_imported_item($sender,$arr,$channel['channel_id']); - $result[] = array($d['hash'],(($item_id) ? 'deleted' : 'delete_failed'),$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); + $result[] = array($d['hash'],(($item_id) ? 'deleted' : 'delete_failed'),$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); if($relay && $item_id) { logger('process_delivery: invoking relay'); proc_run('php','include/notifier.php','relay',intval($item_id)); - $result[] = array($d['hash'],'relayed',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); + $result[] = array($d['hash'],'relayed',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); } continue; @@ -1432,8 +1472,9 @@ function process_delivery($sender,$arr,$deliveries,$relay) { } $xyz = event_store($ev); + add_source_route($xyz,$sender['hash']); - $result = array($d['hash'],'event processed',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); + $result = array($d['hash'],'event processed',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); continue; } } @@ -1448,7 +1489,7 @@ function process_delivery($sender,$arr,$deliveries,$relay) { $arr['uid'] = $channel['channel_id']; update_imported_item($sender,$arr,$channel['channel_id']); } - $result[] = array($d['hash'],'updated',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); + $result[] = array($d['hash'],'updated',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); $item_id = $r[0]['id']; } else { @@ -1456,18 +1497,20 @@ function process_delivery($sender,$arr,$deliveries,$relay) { $arr['uid'] = $channel['channel_id']; $item_result = item_store($arr); $item_id = $item_result['item_id']; - $result[] = array($d['hash'],(($item_id) ? 'posted' : 'storage failed:' . $item_result['message']),$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); + add_source_route($item_id,$sender['hash']); + + $result[] = array($d['hash'],(($item_id) ? 'posted' : 'storage failed:' . $item_result['message']),$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); } if($relay && $item_id) { logger('process_delivery: invoking relay'); proc_run('php','include/notifier.php','relay',intval($item_id)); - $result[] = array($d['hash'],'relayed',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>'); + $result[] = array($d['hash'],'relayed',$channel['channel_name'] . ' <' . $channel['channel_address'] . '@' . get_app()->get_hostname() . '>',$arr['mid']); } } if(! $deliveries) - $result[] = array('','no recipients'); + $result[] = array('','no recipients','',$arr['mid']); logger('process_delivery: local results: ' . print_r($result,true), LOGGER_DEBUG); @@ -1571,7 +1614,16 @@ function delete_imported_item($sender,$item,$uid) { } require_once('include/items.php'); - drop_item($r[0]['id'],false); + + // FIXME issue #230 is related + // Chicken/egg problem because we have to drop_item, but this removes information that tag_deliver may need to do its stuff. + // We can't reverse the order because drop_item refuses to run if the item already has the deleted flag set and we need to + // set that flag prior to calling tag_deliver. + + // Use phased deletion to set the deleted flag, call both tag_deliver and the notifier to notify downstream channels + // and then clean up after ourselves with a cron job after several days to do the delete_item_lowlevel() (DROPITEM_PHASE2). + + drop_item($r[0]['id'],false, DROPITEM_PHASE1); tag_deliver($uid,$r[0]['id']); @@ -1605,7 +1657,7 @@ function process_mail_delivery($sender,$arr,$deliveries) { if(! perm_is_allowed($channel['channel_id'],$sender['hash'],'post_mail')) { logger("permission denied for mail delivery {$channel['channel_id']}"); - $result[] = array($d['hash'],'permission denied',$channel['channel_name']); + $result[] = array($d['hash'],'permission denied',$channel['channel_name'],$arr['mid']); continue; } @@ -1619,11 +1671,11 @@ function process_mail_delivery($sender,$arr,$deliveries) { intval($r[0]['id']), intval($channel['channel_id']) ); - $result[] = array($d['hash'],'mail recalled',$channel['channel_name']); + $result[] = array($d['hash'],'mail recalled',$channel['channel_name'],$arr['mid']); logger('mail_recalled'); } else { - $result[] = array($d['hash'],'duplicate mail received',$channel['channel_name']); + $result[] = array($d['hash'],'duplicate mail received',$channel['channel_name'],$arr['mid']); logger('duplicate mail received'); } continue; @@ -1632,7 +1684,7 @@ function process_mail_delivery($sender,$arr,$deliveries) { $arr['account_id'] = $channel['channel_account_id']; $arr['channel_id'] = $channel['channel_id']; $item_id = mail_store($arr); - $result[] = array($d['hash'],'mail delivered',$channel['channel_name']); + $result[] = array($d['hash'],'mail delivered',$channel['channel_name'],$arr['mid']); } } @@ -1669,20 +1721,19 @@ function import_directory_profile($hash,$profile,$addr,$ud_flags = UPDATE_FLAGS_ $arr = array(); $arr['xprof_hash'] = $hash; - $arr['xprof_desc'] = (($profile['description']) ? htmlspecialchars($profile['description'], ENT_COMPAT,'UTF-8',false) : ''); $arr['xprof_dob'] = datetime_convert('','',$profile['birthday'],'Y-m-d'); // !!!! check this for 0000 year - $arr['xprof_age'] = (($profile['age']) ? intval($profile['age']) : 0); - $arr['xprof_gender'] = (($profile['gender']) ? htmlspecialchars($profile['gender'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_marital'] = (($profile['marital']) ? htmlspecialchars($profile['marital'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_sexual'] = (($profile['sexual']) ? htmlspecialchars($profile['sexual'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_locale'] = (($profile['locale']) ? htmlspecialchars($profile['locale'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_region'] = (($profile['region']) ? htmlspecialchars($profile['region'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_age'] = (($profile['age']) ? intval($profile['age']) : 0); + $arr['xprof_desc'] = (($profile['description']) ? htmlspecialchars($profile['description'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_gender'] = (($profile['gender']) ? htmlspecialchars($profile['gender'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_marital'] = (($profile['marital']) ? htmlspecialchars($profile['marital'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_sexual'] = (($profile['sexual']) ? htmlspecialchars($profile['sexual'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_locale'] = (($profile['locale']) ? htmlspecialchars($profile['locale'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_region'] = (($profile['region']) ? htmlspecialchars($profile['region'], ENT_COMPAT,'UTF-8',false) : ''); $arr['xprof_postcode'] = (($profile['postcode']) ? htmlspecialchars($profile['postcode'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_country'] = (($profile['country']) ? htmlspecialchars($profile['country'], ENT_COMPAT,'UTF-8',false) : ''); - - $arr['xprof_about'] = (($profile['about']) ? htmlspecialchars($profile['about'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_homepage'] = (($profile['homepage']) ? htmlspecialchars($profile['homepage'], ENT_COMPAT,'UTF-8',false) : ''); - $arr['xprof_hometown'] = (($profile['hometown']) ? htmlspecialchars($profile['hometown'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_country'] = (($profile['country']) ? htmlspecialchars($profile['country'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_about'] = (($profile['about']) ? htmlspecialchars($profile['about'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_homepage'] = (($profile['homepage']) ? htmlspecialchars($profile['homepage'], ENT_COMPAT,'UTF-8',false) : ''); + $arr['xprof_hometown'] = (($profile['hometown']) ? htmlspecialchars($profile['hometown'], ENT_COMPAT,'UTF-8',false) : ''); $clean = array(); if(array_key_exists('keywords',$profile) and is_array($profile['keywords'])) { @@ -2057,10 +2108,11 @@ function build_sync_packet($uid = 0, $packet = null) { foreach($synchubs as $hub) { $hash = random_string(); $n = zot_build_packet($channel,'notify',$env_recips,$hub['hubloc_sitekey'],$hash); - q("insert into outq ( outq_hash, outq_account, outq_channel, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s' )", + q("insert into outq ( outq_hash, outq_account, outq_channel, outq_driver, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', '%s', %d, '%s', '%s', '%s', '%s' )", dbesc($hash), intval($channel['channel_account']), intval($channel['channel_id']), + dbesc('zot'), dbesc($hub['hubloc_callback']), intval(1), dbesc(datetime_convert()), @@ -2098,7 +2150,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) { if($channel['channel_hash'] != $sender['hash']) { logger('process_channel_sync_delivery: possible forgery. Sender ' . $sender['hash'] . ' is not ' . $channel['channel_hash']); - $result[] = array($d['hash'],'channel mismatch',$channel['channel_name']); + $result[] = array($d['hash'],'channel mismatch',$channel['channel_name'],''); continue; } @@ -2193,7 +2245,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) { } } - $result[] = array($d['hash'],'channel sync updated',$channel['channel_name']); + $result[] = array($d['hash'],'channel sync updated',$channel['channel_name'],''); } diff --git a/install/INSTALL.txt b/install/INSTALL.txt index 65efa9cfe..74c90826d 100644 --- a/install/INSTALL.txt +++ b/install/INSTALL.txt @@ -29,11 +29,27 @@ issues. Before you begin: Choose a domain name or subdomain name for your server. -Put some thought into this - because changing it is currently not-supported. -Things will break, and some of your friends may have difficulty communicating -with you. We plan to address this limitation in a future release. -Decide if you will use SSL and obtain an SSL cert before software installation. You SHOULD use SSL. If you use SSL, you MUST use a "browser-valid" certificate. Please test your certificate prior to installation. A web tool for testing your certificate is available at "http://www.digicert.com/help/". When visiting your site for the first time, please use the SSL ("https://") URL if SSL is available. This will avoid problems later. +The Red Matrix can only be installed into the root of a domain or +sub-domain, and can not be installed using alternate TCP ports. + +Decide if you will use SSL and obtain an SSL certificate before software +installation. You SHOULD use SSL. If you use SSL, you MUST use a +"browser-valid" certificate. You MUST NOT use self-signed certificates! + +Please test your certificate prior to installation. A web tool for testing your +certificate is available at "http://www.digicert.com/help/". When visiting your +site for the first time, please use the SSL ("https://") URL if SSL is +available. This will avoid problems later. The installation routine will not +allow you to use a non browser-valid certificate. + +This restriction is incorporated because public posts from you may for example +contain references to images on your own hub. If your certificate is not known +by the internet browser of users they get a warning message complaining about +some security issues. Although these complains are not the real truth - there +are no security issues with your encryption! - the users may be confused, +nerved or even worse may become scared about Red Matrix having security issues. +Use one of the free certification instances! 1. Requirements diff --git a/install/database.sql b/install/database.sql index cbfca822c..a5094b8e1 100644 --- a/install/database.sql +++ b/install/database.sql @@ -470,31 +470,32 @@ CREATE TABLE IF NOT EXISTS `item` ( `author_xchan` char(255) NOT NULL DEFAULT '', `source_xchan` char(255) NOT NULL DEFAULT '', `mimetype` char(255) NOT NULL DEFAULT '', - `title` text NOT NULL, - `body` mediumtext NOT NULL, + `title` text NOT NULL DEFAULT '', + `body` mediumtext NOT NULL DEFAULT '', `app` char(255) NOT NULL DEFAULT '', `lang` char(64) NOT NULL DEFAULT '', `revision` int(10) unsigned NOT NULL DEFAULT '0', `verb` char(255) NOT NULL DEFAULT '', `obj_type` char(255) NOT NULL DEFAULT '', - `object` text NOT NULL, + `object` text NOT NULL DEFAULT '', `tgt_type` char(255) NOT NULL DEFAULT '', - `target` text NOT NULL, + `target` text NOT NULL DEFAULT '', `layout_mid` char(255) NOT NULL DEFAULT '', - `postopts` text NOT NULL, + `postopts` text NOT NULL DEFAULT '', + `route` text NOT NULL DEFAULT '', `llink` char(255) NOT NULL DEFAULT '', `plink` char(255) NOT NULL DEFAULT '', `resource_id` char(255) NOT NULL DEFAULT '', `resource_type` char(16) NOT NULL DEFAULT '', - `attach` mediumtext NOT NULL, - `sig` text NOT NULL, + `attach` mediumtext NOT NULL DEFAULT '', + `sig` text NOT NULL DEFAULT '', `location` char(255) NOT NULL DEFAULT '', `coord` char(255) NOT NULL DEFAULT '', `comment_policy` char(255) NOT NULL DEFAULT '', - `allow_cid` mediumtext NOT NULL, - `allow_gid` mediumtext NOT NULL, - `deny_cid` mediumtext NOT NULL, - `deny_gid` mediumtext NOT NULL, + `allow_cid` mediumtext NOT NULL DEFAULT '', + `allow_gid` mediumtext NOT NULL DEFAULT '', + `deny_cid` mediumtext NOT NULL DEFAULT '', + `deny_gid` mediumtext NOT NULL DEFAULT '', `item_restrict` int(11) NOT NULL DEFAULT '0', `item_flags` int(11) NOT NULL DEFAULT '0', `item_private` tinyint(4) NOT NULL DEFAULT '0', @@ -621,7 +622,7 @@ CREATE TABLE IF NOT EXISTS `notify` ( `aid` int(11) NOT NULL, `uid` int(11) NOT NULL, `link` char(255) NOT NULL, - `parent` int(11) NOT NULL, + `parent` char(255) NOT NULL DEFAULT '', `seen` tinyint(1) NOT NULL DEFAULT '0', `type` int(11) NOT NULL, `verb` char(255) NOT NULL, @@ -865,7 +866,8 @@ CREATE TABLE IF NOT EXISTS `site` ( `site_access` int(11) NOT NULL DEFAULT '0', `site_flags` int(11) NOT NULL DEFAULT '0', `site_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - `site_sync` datetime NOT NULL, + `site_pull` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `site_sync` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `site_directory` char(255) NOT NULL DEFAULT '', `site_register` int(11) NOT NULL DEFAULT '0', `site_sellpage` char(255) NOT NULL DEFAULT '', diff --git a/install/update.php b/install/update.php index 11b1c1da6..d497cda70 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ <?php -define( 'UPDATE_VERSION' , 1103 ); +define( 'UPDATE_VERSION' , 1107 ); /** * @@ -1158,4 +1158,34 @@ function update_r1102() { intval(ABOOK_FLAG_UNCONNECTED) ); return UPDATE_SUCCESS; -}
\ No newline at end of file +} + +function update_r1103() { + $x = curl_version(); + if(stristr($x['ssl_version'],'openssl')) + set_config('system','curl_ssl_ciphers','ALL:!eNULL'); + return UPDATE_SUCCESS; +} + +function update_r1104() { + $r = q("ALTER TABLE `item` ADD `route` TEXT NOT NULL DEFAULT '' AFTER `postopts` "); + if($r) + return UPDATE_SUCCESS; + return UPDATE_FAILED; +} + +function update_r1105() { + $r = q("ALTER TABLE `site` ADD `site_pull` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `site_update` , +CHANGE `site_sync` `site_sync` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', ADD INDEX ( `site_pull` ) "); + if($r) + return UPDATE_SUCCESS; + return UPDATE_FAILED; +} + +function update_r1106() { + $r = q("ALTER TABLE `notify` CHANGE `parent` `parent` CHAR( 255 ) NOT NULL DEFAULT ''"); + if($r) + return UPDATE_SUCCESS; + return UPDATE_FAILED; +} + diff --git a/library/bootstrap-colorpicker/.gitignore b/library/bootstrap-colorpicker/.gitignore new file mode 100644 index 000000000..a2e8fff5b --- /dev/null +++ b/library/bootstrap-colorpicker/.gitignore @@ -0,0 +1,12 @@ +*~ +.DS_Store +.DS_Store* +ehthumbs.db +Thumbs.db +*.log +/ignore/ +/ignored/ +/node_modules/ +/nbproject/ +static_server.js +*.php
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/.jshintrc b/library/bootstrap-colorpicker/.jshintrc new file mode 100644 index 000000000..2169b9c0e --- /dev/null +++ b/library/bootstrap-colorpicker/.jshintrc @@ -0,0 +1,18 @@ +{ + "bitwise": true, + "browser": true, + "curly": true, + "eqeqeq": true, + "eqnull": true, + "esnext": true, + "immed": true, + "jquery": true, + "latedef": true, + "newcap": true, + "noarg": true, + "node": true, + "strict": false, + "trailing": true, + "undef": true, + "predef" : ["Modernizr"] +} diff --git a/library/bootstrap-colorpicker/.travis.yml b/library/bootstrap-colorpicker/.travis.yml new file mode 100644 index 000000000..a06142ac8 --- /dev/null +++ b/library/bootstrap-colorpicker/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "0.10" +before_script: + - npm install -g grunt-cli + +script: grunt --verbose --force
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/Gruntfile.js b/library/bootstrap-colorpicker/Gruntfile.js new file mode 100644 index 000000000..597a1c8e4 --- /dev/null +++ b/library/bootstrap-colorpicker/Gruntfile.js @@ -0,0 +1,129 @@ +'use strict'; +module.exports = function(grunt) { + + grunt.initConfig({ + recess: { + dist: { + options: { + compile: true, + compress: false + }, + files: { + 'dist/css/bootstrap-colorpicker.css': [ + 'src/less/colorpicker.less' + ] + } + }, + distMin: { + options: { + compile: true, + compress: true + }, + files: { + 'dist/css/bootstrap-colorpicker.min.css': [ + 'src/less/colorpicker.less' + ] + } + } + }, + jshint: { + options: { + jshintrc: '.jshintrc' + }, + files: [ + 'Gruntfile.js', + 'src/js/commits.js', + 'src/js/docs.js', + 'dist/js/*.js' + ] + }, + jsbeautifier: { + htmlFiles: ['index.html'], + srcFiles: ['src/js/*.js'], + distFiles: ['dist/js/bootstrap-colorpicker.js'] + }, + combine: { + dist: { + input: 'src/js/colorpicker.js', + output: 'dist/js/bootstrap-colorpicker.js', + tokens: [{ + token: "'{{color}}';", + file: 'src/js/colorpicker-color.js', + }] + } + }, + uglify: { + dist: { + files: { + 'dist/js/bootstrap-colorpicker.min.js': [ + 'dist/js/bootstrap-colorpicker.js' + ] + } + } + }, + bake: { + options: { + condense: true, + indent: 4 + }, + dist: { + files: { + 'index.html': ['src/docs.html'] + } + } + }, + watch: { + less: { + files: [ + 'src/less/*.less' + ], + tasks: ['recess'] + }, + js: { + files: [ + 'src/js/*.js' + ], + tasks: ['jsbeautifier:srcFiles', 'combine', 'jsbeautifier:distFiles', 'uglify', 'jshint'] + }, + html: { + files: [ + 'src/*.html' + ], + tasks: ['bake', 'jsbeautifier:htmlFiles'] + } + }, + clean: { + dist: [ + 'index.html', + 'dist/css', + 'dist/js/*.js' + ] + } + }); + + // Load tasks + grunt.loadNpmTasks('grunt-contrib-clean'); + grunt.loadNpmTasks('grunt-contrib-jshint'); + grunt.loadNpmTasks('grunt-contrib-uglify'); + grunt.loadNpmTasks('grunt-contrib-watch'); + grunt.loadNpmTasks('grunt-bake'); + grunt.loadNpmTasks('grunt-recess'); + grunt.loadNpmTasks('grunt-jsbeautifier'); + grunt.loadNpmTasks('grunt-combine'); + + // Register tasks + grunt.registerTask('default', [ + 'clean', + 'recess', + 'jsbeautifier:srcFiles', + 'combine', + 'jsbeautifier:distFiles', + 'uglify', + 'bake', + 'jsbeautifier:htmlFiles' + ]); + grunt.registerTask('dev', [ + 'watch' + ]); + +};
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/LICENSE b/library/bootstrap-colorpicker/LICENSE new file mode 100644 index 000000000..a37331e73 --- /dev/null +++ b/library/bootstrap-colorpicker/LICENSE @@ -0,0 +1,13 @@ +Copyright 2012 Stefan Petre + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/README.md b/library/bootstrap-colorpicker/README.md new file mode 100644 index 000000000..57a85d55c --- /dev/null +++ b/library/bootstrap-colorpicker/README.md @@ -0,0 +1,19 @@ +# Bootstrap Colorpicker 2.0 + +[![Build Status](https://travis-ci.org/mjolnic/bootstrap-colorpicker.png)](https://travis-ci.org/mjolnic/bootstrap-colorpicker) + +Originally written by [Stefan Petre](http://www.eyecon.ro/) + +Read the documentation [here](http://mjolnic.github.io/bootstrap-colorpicker/) + +## Contributing + +* All the sources are compiled using Grunt, please do not modify dist files directly +* If you modify some source code, please recompile the project dist files +* Check that the index.html demos aren't broken (modify if necessary) +* Test your code at least in Chrome, Firefox and IE >= 9 + +Thanks =) + +[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/mjolnic/bootstrap-colorpicker/trend.png)](https://bitdeli.com/free "Bitdeli Badge") + diff --git a/library/bootstrap-colorpicker/bower.json b/library/bootstrap-colorpicker/bower.json new file mode 100644 index 000000000..62cda4fc0 --- /dev/null +++ b/library/bootstrap-colorpicker/bower.json @@ -0,0 +1,8 @@ +{ + "name": "mjolnic-bootstrap-colorpicker", + "version": "2.0.0", + "dependencies": { + "jquery": "~1.10.2", + "bootstrap": "~3.0" + } +} diff --git a/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css b/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css new file mode 100644 index 000000000..28d2bca77 --- /dev/null +++ b/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css @@ -0,0 +1,214 @@ +/*! + * Bootstrap Colorpicker + * http://mjolnic.github.io/bootstrap-colorpicker/ + * + * Originally written by (c) 2012 Stefan Petre + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0.txt + * + */ + +.colorpicker-saturation { + float: left; + width: 100px; + height: 100px; + cursor: crosshair; + background-image: url("../img/bootstrap-colorpicker/saturation.png"); +} + +.colorpicker-saturation i { + position: absolute; + top: 0; + left: 0; + display: block; + width: 5px; + height: 5px; + margin: -4px 0 0 -4px; + border: 1px solid #000; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.colorpicker-saturation i b { + display: block; + width: 5px; + height: 5px; + border: 1px solid #fff; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; +} + +.colorpicker-hue, +.colorpicker-alpha { + float: left; + width: 15px; + height: 100px; + margin-bottom: 4px; + margin-left: 4px; + cursor: row-resize; +} + +.colorpicker-hue i, +.colorpicker-alpha i { + position: absolute; + top: 0; + left: 0; + display: block; + width: 100%; + height: 1px; + margin-top: -1px; + background: #000; + border-top: 1px solid #fff; +} + +.colorpicker-hue { + background-image: url("../img/bootstrap-colorpicker/hue.png"); +} + +.colorpicker-alpha { + display: none; + background-image: url("../img/bootstrap-colorpicker/alpha.png"); +} + +.colorpicker { + top: 0; + left: 0; + z-index: 2500; + min-width: 130px; + padding: 4px; + margin-top: 1px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + *zoom: 1; +} + +.colorpicker:before, +.colorpicker:after { + display: table; + line-height: 0; + content: ""; +} + +.colorpicker:after { + clear: both; +} + +.colorpicker:before { + position: absolute; + top: -7px; + left: 6px; + display: inline-block; + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-left: 7px solid transparent; + border-bottom-color: rgba(0, 0, 0, 0.2); + content: ''; +} + +.colorpicker:after { + position: absolute; + top: -6px; + left: 7px; + display: inline-block; + border-right: 6px solid transparent; + border-bottom: 6px solid #ffffff; + border-left: 6px solid transparent; + content: ''; +} + +.colorpicker div { + position: relative; +} + +.colorpicker.colorpicker-with-alpha { + min-width: 140px; +} + +.colorpicker.colorpicker-with-alpha .colorpicker-alpha { + display: block; +} + +.colorpicker-color { + height: 10px; + margin-top: 5px; + clear: both; + background-image: url("../img/bootstrap-colorpicker/alpha.png"); + background-position: 0 100%; +} + +.colorpicker-color div { + height: 10px; +} + +.colorpicker-element .input-group-addon i { + display: block; + width: 16px; + height: 16px; + cursor: pointer; +} + +.colorpicker.colorpicker-inline { + position: relative; + display: inline-block; + float: none; +} + +.colorpicker.colorpicker-horizontal { + width: 110px; + height: auto; + min-width: 110px; +} + +.colorpicker.colorpicker-horizontal .colorpicker-saturation { + margin-bottom: 4px; +} + +.colorpicker.colorpicker-horizontal .colorpicker-color { + width: 100px; +} + +.colorpicker.colorpicker-horizontal .colorpicker-hue, +.colorpicker.colorpicker-horizontal .colorpicker-alpha { + float: left; + width: 100px; + height: 15px; + margin-bottom: 4px; + margin-left: 0; + cursor: col-resize; +} + +.colorpicker.colorpicker-horizontal .colorpicker-hue i, +.colorpicker.colorpicker-horizontal .colorpicker-alpha i { + position: absolute; + top: 0; + left: 0; + display: block; + width: 1px; + height: 15px; + margin-top: 0; + background: #ffffff; + border: none; +} + +.colorpicker.colorpicker-horizontal .colorpicker-hue { + background-image: url("../img/bootstrap-colorpicker/hue-horizontal.png"); +} + +.colorpicker.colorpicker-horizontal .colorpicker-alpha { + background-image: url("../img/bootstrap-colorpicker/alpha-horizontal.png"); +} + +.colorpicker.colorpicker-hidden { + display: none; +} + +.colorpicker.colorpicker-visible { + display: block; +} + +.colorpicker-inline.colorpicker-visible { + display: inline-block; +}
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css b/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css new file mode 100644 index 000000000..d48417fac --- /dev/null +++ b/library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css @@ -0,0 +1,9 @@ +/*! + * Bootstrap Colorpicker + * http://mjolnic.github.io/bootstrap-colorpicker/ + * + * Originally written by (c) 2012 Stefan Petre + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0.txt + * + */.colorpicker-saturation{float:left;width:100px;height:100px;cursor:crosshair;background-image:url("../img/bootstrap-colorpicker/saturation.png")}.colorpicker-saturation i{position:absolute;top:0;left:0;display:block;width:5px;height:5px;margin:-4px 0 0 -4px;border:1px solid #000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.colorpicker-saturation i b{display:block;width:5px;height:5px;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.colorpicker-hue,.colorpicker-alpha{float:left;width:15px;height:100px;margin-bottom:4px;margin-left:4px;cursor:row-resize}.colorpicker-hue i,.colorpicker-alpha i{position:absolute;top:0;left:0;display:block;width:100%;height:1px;margin-top:-1px;background:#000;border-top:1px solid #fff}.colorpicker-hue{background-image:url("../img/bootstrap-colorpicker/hue.png")}.colorpicker-alpha{display:none;background-image:url("../img/bootstrap-colorpicker/alpha.png")}.colorpicker{top:0;left:0;z-index:2500;min-width:130px;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*zoom:1}.colorpicker:before,.colorpicker:after{display:table;line-height:0;content:""}.colorpicker:after{clear:both}.colorpicker:before{position:absolute;top:-7px;left:6px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.colorpicker:after{position:absolute;top:-6px;left:7px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url("../img/bootstrap-colorpicker/alpha.png");background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-element .input-group-addon i{display:block;width:16px;height:16px;cursor:pointer}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none}.colorpicker.colorpicker-horizontal{width:110px;height:auto;min-width:110px}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-hue,.colorpicker.colorpicker-horizontal .colorpicker-alpha{float:left;width:100px;height:15px;margin-bottom:4px;margin-left:0;cursor:col-resize}.colorpicker.colorpicker-horizontal .colorpicker-hue i,.colorpicker.colorpicker-horizontal .colorpicker-alpha i{position:absolute;top:0;left:0;display:block;width:1px;height:15px;margin-top:0;background:#fff;border:0}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url("../img/bootstrap-colorpicker/hue-horizontal.png")}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url("../img/bootstrap-colorpicker/alpha-horizontal.png")}.colorpicker.colorpicker-hidden{display:none}.colorpicker.colorpicker-visible{display:block}.colorpicker-inline.colorpicker-visible{display:inline-block}
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png Binary files differnew file mode 100644 index 000000000..d0a65c08b --- /dev/null +++ b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal.png diff --git a/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png Binary files differnew file mode 100644 index 000000000..38043f1c8 --- /dev/null +++ b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha.png diff --git a/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png Binary files differnew file mode 100644 index 000000000..a0d9add8e --- /dev/null +++ b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal.png diff --git a/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png Binary files differnew file mode 100644 index 000000000..d89560e99 --- /dev/null +++ b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue.png diff --git a/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png Binary files differnew file mode 100644 index 000000000..594ae50ed --- /dev/null +++ b/library/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation.png diff --git a/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js b/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js new file mode 100644 index 000000000..15f9b9ecb --- /dev/null +++ b/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js @@ -0,0 +1,951 @@ +/*! + * Bootstrap Colorpicker + * http://mjolnic.github.io/bootstrap-colorpicker/ + * + * Originally written by (c) 2012 Stefan Petre + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0.txt + * + * @todo Update DOCS + */ +(function($) { + 'use strict'; + + // Color object + var Color = function(val) { + this.value = { + h: 0, + s: 0, + b: 0, + a: 1 + }; + this.origFormat = null; // original string format + if (val) { + if (val.toLowerCase !== undefined) { + this.setColor(val); + } else if (val.h !== undefined) { + this.value = val; + } + } + }; + + Color.prototype = { + constructor: Color, + _sanitizeNumber: function(val) { + if (typeof val === 'number') { + return val; + } + if (isNaN(val) || (val === null) || (val === '') || (val === undefined)) { + return 1; + } + if (val.toLowerCase !== undefined) { + return parseFloat(val); + } + return 1; + }, + //parse a string to HSB + setColor: function(strVal) { + strVal = strVal.toLowerCase(); + this.value = this.stringToHSB(strVal) || Â { + h: 0, + s: 0, + b: 0, + a: 1 + }; + }, + stringToHSB: function(strVal) { + strVal = strVal.toLowerCase(); + var that = this, + result = false; + $.each(this.stringParsers, function(i, parser) { + var match = parser.re.exec(strVal), + values = match && parser.parse.apply(that, [match]), + format = parser.format || 'rgba'; + if (values) { + if (format.match(/hsla?/)) { + result = that.RGBtoHSB.apply(that, that.HSLtoRGB.apply(that, values)); + } else { + result = that.RGBtoHSB.apply(that, values); + } + that.origFormat = format; + return false; + } + return true; + }); + return result; + }, + setHue: function(h) { + this.value.h = 1 - h; + }, + setSaturation: function(s) { + this.value.s = s; + }, + setBrightness: function(b) { + this.value.b = 1 - b; + }, + setAlpha: function(a) { + this.value.a = parseInt((1 - a) * 100, 10) / 100; + }, + toRGB: function(h, s, v, a) { + h = h || this.value.h; + s = s || this.value.s; + v = v || this.value.b; + a = a || this.value.a; + + var r, g, b, i, f, p, q, t; + if (h && s === undefined && v === undefined) { + s = h.s, v = h.v, h = h.h; + } + i = Math.floor(h * 6); + f = h * 6 - i; + p = v * (1 - s); + q = v * (1 - f * s); + t = v * (1 - (1 - f) * s); + switch (i % 6) { + case 0: + r = v, g = t, b = p; + break; + case 1: + r = q, g = v, b = p; + break; + case 2: + r = p, g = v, b = t; + break; + case 3: + r = p, g = q, b = v; + break; + case 4: + r = t, g = p, b = v; + break; + case 5: + r = v, g = p, b = q; + break; + } + return { + r: Math.floor(r * 255), + g: Math.floor(g * 255), + b: Math.floor(b * 255), + a: a + }; + }, + toHex: function(h, s, b, a) { + var rgb = this.toRGB(h, s, b, a); + return '#' + ((1 << 24) | (parseInt(rgb.r) << 16) | (parseInt(rgb.g) << 8) | parseInt(rgb.b)).toString(16).substr(1); + }, + toHSL: function(h, s, b, a) { + h = h || this.value.h; + s = s || this.value.s; + b = b || this.value.b; + a = a || this.value.a; + + var H = h, + L = (2 - s) * b, + S = s * b; + if (L > 0 && L <= 1) { + S /= L; + } else { + S /= 2 - L; + } + L /= 2; + if (S > 1) { + S = 1; + } + return { + h: isNaN(H) ? 0 : H, + s: isNaN(S) ? 0 : S, + l: isNaN(L) ? 0 : L, + a: isNaN(a) ? 0 : a, + }; + }, + RGBtoHSB: function(r, g, b, a) { + r /= 255; + g /= 255; + b /= 255; + + var H, S, V, C; + V = Math.max(r, g, b); + C = V - Math.min(r, g, b); + H = (C === 0 ? null : + V === r ? (g - b) / C : + V === g ? (b - r) / C + 2 : + (r - g) / C + 4 + ); + H = ((H + 360) % 6) * 60 / 360; + S = C === 0 ? 0 : C / V; + return { + h: this._sanitizeNumber(H), + s: S, + b: V, + a: this._sanitizeNumber(a) + }; + }, + HueToRGB: function(p, q, h) { + if (h < 0) { + h += 1; + } else if (h > 1) { + h -= 1; + } + if ((h * 6) < 1) { + return p + (q - p) * h * 6; + } else if ((h * 2) < 1) { + return q; + } else if ((h * 3) < 2) { + return p + (q - p) * ((2 / 3) - h) * 6; + } else { + return p; + } + }, + HSLtoRGB: function(h, s, l, a) { + if (s < 0) { + s = 0; + } + var q; + if (l <= 0.5) { + q = l * (1 + s); + } else { + q = l + s - (l * s); + } + + var p = 2 * l - q; + + var tr = h + (1 / 3); + var tg = h; + var tb = h - (1 / 3); + + var r = Math.round(this.HueToRGB(p, q, tr) * 255); + var g = Math.round(this.HueToRGB(p, q, tg) * 255); + var b = Math.round(this.HueToRGB(p, q, tb) * 255); + return [r, g, b, this._sanitizeNumber(a)]; + }, + toString: function(format) { + format = format || Â 'rgba'; + switch (format) { + case 'rgb': + { + var rgb = this.toRGB(); + return 'rgb(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ')'; + } + break; + case 'rgba': + { + var rgb = this.toRGB(); + return 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + rgb.a + ')'; + } + break; + case 'hsl': + { + var hsl = this.toHSL(); + return 'hsl(' + Math.round(hsl.h * 360) + ',' + Math.round(hsl.s * 100) + '%,' + Math.round(hsl.l * 100) + '%)'; + } + break; + case 'hsla': + { + var hsl = this.toHSL(); + return 'hsla(' + Math.round(hsl.h * 360) + ',' + Math.round(hsl.s * 100) + '%,' + Math.round(hsl.l * 100) + '%,' + hsl.a + ')'; + } + break; + case 'hex': + { + return this.toHex(); + } + break; + default: + { + return false; + } + break; + } + }, + // a set of RE's that can match strings and generate color tuples. + // from John Resig color plugin + // https://github.com/jquery/jquery-color/ + stringParsers: [{ + re: /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/, + format: 'hex', + parse: function(execResult) { + return [ + parseInt(execResult[1], 16), + parseInt(execResult[2], 16), + parseInt(execResult[3], 16), + 1 + ]; + } + }, { + re: /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/, + format: 'hex', + parse: function(execResult) { + return [ + parseInt(execResult[1] + execResult[1], 16), + parseInt(execResult[2] + execResult[2], 16), + parseInt(execResult[3] + execResult[3], 16), + 1 + ]; + } + }, { + re: /rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*?\)/, + format: 'rgb', + parse: function(execResult) { + return [ + execResult[1], + execResult[2], + execResult[3], + 1 + ]; + } + }, { + re: /rgb\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/, + format: 'rgb', + parse: function(execResult) { + return [ + 2.55 * execResult[1], + 2.55 * execResult[2], + 2.55 * execResult[3], + 1 + ]; + } + }, { + re: /rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'rgba', + parse: function(execResult) { + return [ + execResult[1], + execResult[2], + execResult[3], + execResult[4] + ]; + } + }, { + re: /rgba\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'rgba', + parse: function(execResult) { + return [ + 2.55 * execResult[1], + 2.55 * execResult[2], + 2.55 * execResult[3], + execResult[4] + ]; + } + }, { + re: /hsl\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/, + format: 'hsl', + parse: function(execResult) { + return [ + execResult[1] / 360, + execResult[2] / 100, + execResult[3] / 100, + execResult[4] + ]; + } + }, { + re: /hsla\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'hsla', + parse: function(execResult) { + return [ + execResult[1] / 360, + execResult[2] / 100, + execResult[3] / 100, + execResult[4] + ]; + } + }, { + //predefined color name + re: /^([a-z]{3,})$/, + format: 'alias', + parse: function(execResult) { + var hexval = this.colorNameToHex(execResult[0]) || Â '#000000'; + var match = this.stringParsers[0].re.exec(hexval), + values = match && this.stringParsers[0].parse.apply(this, [match]); + return values; + } + }], + colorNameToHex: function(name) { + // 140 predefined colors from the HTML Colors spec + var colors = { + "aliceblue": "#f0f8ff", + "antiquewhite": "#faebd7", + "aqua": "#00ffff", + "aquamarine": "#7fffd4", + "azure": "#f0ffff", + "beige": "#f5f5dc", + "bisque": "#ffe4c4", + "black": "#000000", + "blanchedalmond": "#ffebcd", + "blue": "#0000ff", + "blueviolet": "#8a2be2", + "brown": "#a52a2a", + "burlywood": "#deb887", + "cadetblue": "#5f9ea0", + "chartreuse": "#7fff00", + "chocolate": "#d2691e", + "coral": "#ff7f50", + "cornflowerblue": "#6495ed", + "cornsilk": "#fff8dc", + "crimson": "#dc143c", + "cyan": "#00ffff", + "darkblue": "#00008b", + "darkcyan": "#008b8b", + "darkgoldenrod": "#b8860b", + "darkgray": "#a9a9a9", + "darkgreen": "#006400", + "darkkhaki": "#bdb76b", + "darkmagenta": "#8b008b", + "darkolivegreen": "#556b2f", + "darkorange": "#ff8c00", + "darkorchid": "#9932cc", + "darkred": "#8b0000", + "darksalmon": "#e9967a", + "darkseagreen": "#8fbc8f", + "darkslateblue": "#483d8b", + "darkslategray": "#2f4f4f", + "darkturquoise": "#00ced1", + "darkviolet": "#9400d3", + "deeppink": "#ff1493", + "deepskyblue": "#00bfff", + "dimgray": "#696969", + "dodgerblue": "#1e90ff", + "firebrick": "#b22222", + "floralwhite": "#fffaf0", + "forestgreen": "#228b22", + "fuchsia": "#ff00ff", + "gainsboro": "#dcdcdc", + "ghostwhite": "#f8f8ff", + "gold": "#ffd700", + "goldenrod": "#daa520", + "gray": "#808080", + "green": "#008000", + "greenyellow": "#adff2f", + "honeydew": "#f0fff0", + "hotpink": "#ff69b4", + "indianred ": "#cd5c5c", + "indigo ": "#4b0082", + "ivory": "#fffff0", + "khaki": "#f0e68c", + "lavender": "#e6e6fa", + "lavenderblush": "#fff0f5", + "lawngreen": "#7cfc00", + "lemonchiffon": "#fffacd", + "lightblue": "#add8e6", + "lightcoral": "#f08080", + "lightcyan": "#e0ffff", + "lightgoldenrodyellow": "#fafad2", + "lightgrey": "#d3d3d3", + "lightgreen": "#90ee90", + "lightpink": "#ffb6c1", + "lightsalmon": "#ffa07a", + "lightseagreen": "#20b2aa", + "lightskyblue": "#87cefa", + "lightslategray": "#778899", + "lightsteelblue": "#b0c4de", + "lightyellow": "#ffffe0", + "lime": "#00ff00", + "limegreen": "#32cd32", + "linen": "#faf0e6", + "magenta": "#ff00ff", + "maroon": "#800000", + "mediumaquamarine": "#66cdaa", + "mediumblue": "#0000cd", + "mediumorchid": "#ba55d3", + "mediumpurple": "#9370d8", + "mediumseagreen": "#3cb371", + "mediumslateblue": "#7b68ee", + "mediumspringgreen": "#00fa9a", + "mediumturquoise": "#48d1cc", + "mediumvioletred": "#c71585", + "midnightblue": "#191970", + "mintcream": "#f5fffa", + "mistyrose": "#ffe4e1", + "moccasin": "#ffe4b5", + "navajowhite": "#ffdead", + "navy": "#000080", + "oldlace": "#fdf5e6", + "olive": "#808000", + "olivedrab": "#6b8e23", + "orange": "#ffa500", + "orangered": "#ff4500", + "orchid": "#da70d6", + "palegoldenrod": "#eee8aa", + "palegreen": "#98fb98", + "paleturquoise": "#afeeee", + "palevioletred": "#d87093", + "papayawhip": "#ffefd5", + "peachpuff": "#ffdab9", + "peru": "#cd853f", + "pink": "#ffc0cb", + "plum": "#dda0dd", + "powderblue": "#b0e0e6", + "purple": "#800080", + "red": "#ff0000", + "rosybrown": "#bc8f8f", + "royalblue": "#4169e1", + "saddlebrown": "#8b4513", + "salmon": "#fa8072", + "sandybrown": "#f4a460", + "seagreen": "#2e8b57", + "seashell": "#fff5ee", + "sienna": "#a0522d", + "silver": "#c0c0c0", + "skyblue": "#87ceeb", + "slateblue": "#6a5acd", + "slategray": "#708090", + "snow": "#fffafa", + "springgreen": "#00ff7f", + "steelblue": "#4682b4", + "tan": "#d2b48c", + "teal": "#008080", + "thistle": "#d8bfd8", + "tomato": "#ff6347", + "turquoise": "#40e0d0", + "violet": "#ee82ee", + "wheat": "#f5deb3", + "white": "#ffffff", + "whitesmoke": "#f5f5f5", + "yellow": "#ffff00", + "yellowgreen": "#9acd32" + }; + + if (typeof colors[name.toLowerCase()] !== 'undefined') { + return colors[name.toLowerCase()]; + } + return false; + } + }; + + + var defaults = { + horizontal: false, // horizontal mode layout ? + inline: false, //forces to show the colorpicker as an inline element + color: false, //forces a color + format: false, //forces a format + input: 'input', // children input selector + container: false, // container selector + component: '.add-on, .input-group-addon', // children component selector + sliders: { + saturation: { + maxLeft: 100, + maxTop: 100, + callLeft: 'setSaturation', + callTop: 'setBrightness' + }, + hue: { + maxLeft: 0, + maxTop: 100, + callLeft: false, + callTop: 'setHue' + }, + alpha: { + maxLeft: 0, + maxTop: 100, + callLeft: false, + callTop: 'setAlpha' + } + }, + slidersHorz: { + saturation: { + maxLeft: 100, + maxTop: 100, + callLeft: 'setSaturation', + callTop: 'setBrightness' + }, + hue: { + maxLeft: 100, + maxTop: 0, + callLeft: 'setHue', + callTop: false + }, + alpha: { + maxLeft: 100, + maxTop: 0, + callLeft: 'setAlpha', + callTop: false + } + }, + template: '<div class="colorpicker dropdown-menu">' + + '<div class="colorpicker-saturation"><i><b></b></i></div>' + + '<div class="colorpicker-hue"><i></i></div>' + + '<div class="colorpicker-alpha"><i></i></div>' + + '<div class="colorpicker-color"><div /></div>' + + '</div>' + }; + + var Colorpicker = function(element, options) { + this.element = $(element).addClass('colorpicker-element'); + this.options = $.extend({}, defaults, this.element.data(), options); + this.component = this.options.component; + this.component = (this.component !== false) ? this.element.find(this.component) : false; + if (this.component && (this.component.length === 0)) { + this.component = false; + } + this.container = (this.options.container === true) ? this.element : this.options.container; + this.container = (this.container !== false) ? $(this.container) : false; + + // Is the element an input? Should we search inside for any input? + this.input = this.element.is('input') ? this.element : (this.options.input ? + this.element.find(this.options.input) : false); + if (this.input && (this.input.length === 0)) { + this.input = false; + } + // Set HSB color + this.color = new Color(this.options.color !== false ? this.options.color : this.getValue()); + this.format = this.options.format !== false ? this.options.format : this.color.origFormat; + + // Setup picker + this.picker = $(this.options.template); + if (this.options.inline) { + this.picker.addClass('colorpicker-inline colorpicker-visible'); + } else { + this.picker.addClass('colorpicker-hidden'); + } + if (this.options.horizontal) { + this.picker.addClass('colorpicker-horizontal'); + } + if (this.format === 'rgba' || this.format === 'hsla') { + this.picker.addClass('colorpicker-with-alpha'); + } + this.picker.on('mousedown.colorpicker', $.proxy(this.mousedown, this)); + this.picker.appendTo(this.container ? this.container : $('body')); + + // Bind events + if (this.input !== false) { + this.input.on({ + 'keyup.colorpicker': $.proxy(this.keyup, this) + }); + if (this.component === false) { + this.element.on({ + 'focus.colorpicker': $.proxy(this.show, this) + }); + } + if (this.options.inline === false) { + this.element.on({ + 'focusout.colorpicker': $.proxy(this.hide, this) + }); + } + } + + if (this.component !== false) { + this.component.on({ + 'click.colorpicker': $.proxy(this.show, this) + }); + } + + if ((this.input === false) && (this.component === false)) { + this.element.on({ + 'click.colorpicker': $.proxy(this.show, this) + }); + } + this.update(); + + $($.proxy(function() { + this.element.trigger('create'); + }, this)); + }; + + Colorpicker.version = '2.0.0-beta'; + + Colorpicker.Color = Color; + + Colorpicker.prototype = { + constructor: Colorpicker, + destroy: function() { + this.picker.remove(); + this.element.removeData('colorpicker').off('.colorpicker'); + if (this.input !== false) { + this.input.off('.colorpicker'); + } + if (this.component !== false) { + this.component.off('.colorpicker'); + } + this.element.removeClass('colorpicker-element'); + this.element.trigger({ + type: 'destroy' + }); + }, + reposition: function() { + if (this.options.inline !== false) { + return false; + } + var offset = this.component ? this.component.offset() : this.element.offset(); + this.picker.css({ + top: offset.top + (this.component ? this.component.outerHeight() : this.element.outerHeight()), + left: offset.left + }); + }, + show: function(e) { + if (this.isDisabled()) { + return false; + } + this.picker.addClass('colorpicker-visible').removeClass('colorpicker-hidden'); + this.reposition(); + $(window).on('resize.colorpicker', $.proxy(this.reposition, this)); + if (!this.hasInput() && e) { + if (e.stopPropagation && e.preventDefault) { + e.stopPropagation(); + e.preventDefault(); + } + } + if (this.options.inline === false) { + $(window.document).on({ + 'mousedown.colorpicker': $.proxy(this.hide, this) + }); + } + this.element.trigger({ + type: 'showPicker', + color: this.color + }); + }, + hide: function() { + this.picker.addClass('colorpicker-hidden').removeClass('colorpicker-visible'); + $(window).off('resize.colorpicker', this.reposition); + $(document).off({ + 'mousedown.colorpicker': this.hide + }); + this.update(); + this.element.trigger({ + type: 'hidePicker', + color: this.color + }); + }, + updateData: function(val) { + val = val || Â this.color.toString(this.format); + this.element.data('color', val); + return val; + }, + updateInput: function(val) { + val = val || Â this.color.toString(this.format); + if (this.input !== false) { + this.input.prop('value', val); + } + return val; + }, + updatePicker: function(val) { + if (val !== undefined) { + this.color = new Color(val); + } + var sl = (this.options.horizontal === false) ? this.options.sliders : this.options.slidersHorz; + var icns = this.picker.find('i'); + if (icns.length === 0) { + return; + } + if (this.options.horizontal === false) { + sl = this.options.sliders; + icns.eq(1).css('top', sl.hue.maxTop * (1 - this.color.value.h)).end() + .eq(2).css('top', sl.alpha.maxTop * (1 - this.color.value.a)); + } else { + sl = this.options.slidersHorz; + icns.eq(1).css('left', sl.hue.maxLeft * (1 - this.color.value.h)).end() + .eq(2).css('left', sl.alpha.maxLeft * (1 - this.color.value.a)); + } + icns.eq(0).css({ + 'top': sl.saturation.maxTop - this.color.value.b * sl.saturation.maxTop, + 'left': this.color.value.s * sl.saturation.maxLeft + }); + this.picker.find('.colorpicker-saturation').css('backgroundColor', this.color.toHex(this.color.value.h, 1, 1, 1)); + this.picker.find('.colorpicker-alpha').css('backgroundColor', this.color.toHex()); + this.picker.find('.colorpicker-color, .colorpicker-color div').css('backgroundColor', this.color.toString(this.format)); + return val; + }, + updateComponent: function(val) { + val = val || Â this.color.toString(this.format); + if (this.component !== false) { + var icn = this.component.find('i').eq(0); + if (icn.length > 0) { + icn.css({ + 'backgroundColor': val + }); + } else { + this.component.css({ + 'backgroundColor': val + }); + } + } + return val; + }, + update: function(force) { + var val = this.updateComponent(); + if ((this.getValue(false) !== false) || (force === true)) { + // Update input/data only if the current value is not blank + this.updateInput(val); + this.updateData(val); + } + this.updatePicker(); + return val; + + }, + setValue: function(val) { // set color manually + this.color = new Color(val); + this.update(); + this.element.trigger({ + type: 'changeColor', + color: this.color, + value: val + }); + }, + getValue: function(defaultValue) { + defaultValue = (defaultValue === undefined) ? '#000000' : defaultValue; + var val; + if (this.hasInput()) { + val = this.input.val(); + } else { + val = this.element.data('color'); + } + if ((val === undefined) || (val === '') || (val === null)) { + // if not defined or empty, return default + val = defaultValue; + } + return val; + }, + hasInput: function() { + return (this.input !== false); + }, + isDisabled: function() { + if (this.hasInput()) { + return (this.input.prop('disabled') === true); + } + return false; + }, + disable: function() { + if (this.hasInput()) { + this.input.prop('disabled', true); + return true; + } + return false; + }, + enable: function() { + if (this.hasInput()) { + this.input.prop('disabled', false); + return true; + } + return false; + }, + currentSlider: null, + mousePointer: { + left: 0, + top: 0 + }, + mousedown: function(e) { + e.stopPropagation(); + e.preventDefault(); + + var target = $(e.target); + + //detect the slider and set the limits and callbacks + var zone = target.closest('div'); + var sl = this.options.horizontal ? this.options.slidersHorz : this.options.sliders; + if (!zone.is('.colorpicker')) { + if (zone.is('.colorpicker-saturation')) { + this.currentSlider = $.extend({}, sl.saturation); + } else if (zone.is('.colorpicker-hue')) { + this.currentSlider = $.extend({}, sl.hue); + } else if (zone.is('.colorpicker-alpha')) { + this.currentSlider = $.extend({}, sl.alpha); + } else { + return false; + } + var offset = zone.offset(); + //reference to guide's style + this.currentSlider.guide = zone.find('i')[0].style; + this.currentSlider.left = e.pageX - offset.left; + this.currentSlider.top = e.pageY - offset.top; + this.mousePointer = { + left: e.pageX, + top: e.pageY + }; + //trigger mousemove to move the guide to the current position + $(document).on({ + 'mousemove.colorpicker': $.proxy(this.mousemove, this), + 'mouseup.colorpicker': $.proxy(this.mouseup, this) + }).trigger('mousemove'); + } + return false; + }, + mousemove: function(e) { + e.stopPropagation(); + e.preventDefault(); + var left = Math.max( + 0, + Math.min( + this.currentSlider.maxLeft, + this.currentSlider.left + ((e.pageX || this.mousePointer.left) - this.mousePointer.left) + ) + ); + var top = Math.max( + 0, + Math.min( + this.currentSlider.maxTop, + this.currentSlider.top + ((e.pageY || this.mousePointer.top) - this.mousePointer.top) + ) + ); + this.currentSlider.guide.left = left + 'px'; + this.currentSlider.guide.top = top + 'px'; + if (this.currentSlider.callLeft) { + this.color[this.currentSlider.callLeft].call(this.color, left / 100); + } + if (this.currentSlider.callTop) { + this.color[this.currentSlider.callTop].call(this.color, top / 100); + } + this.update(true); + + this.element.trigger({ + type: 'changeColor', + color: this.color + }); + return false; + }, + mouseup: function(e) { + e.stopPropagation(); + e.preventDefault(); + $(document).off({ + 'mousemove.colorpicker': this.mousemove, + 'mouseup.colorpicker': this.mouseup + }); + return false; + }, + keyup: function(e) { + if ((e.keyCode === 38)) { + if (this.color.value.a < 1) { + this.color.value.a = Math.round((this.color.value.a + 0.01) * 100) / 100; + } + this.update(true); + } else if ((e.keyCode === 40)) { + if (this.color.value.a > 0) { + this.color.value.a = Math.round((this.color.value.a - 0.01) * 100) / 100; + } + this.update(true); + } else { + var val = this.input.val(); + this.color = new Color(val); + if (this.getValue(false) !== false) { + this.updateData(); + this.updateComponent(); + this.updatePicker(); + } + } + this.element.trigger({ + type: 'changeColor', + color: this.color, + value: val + }); + } + }; + + $.colorpicker = Colorpicker; + + $.fn.colorpicker = function(option) { + var pickerArgs = arguments; + + return this.each(function() { + var $this = $(this), + inst = $this.data('colorpicker'), + options = ((typeof option === 'object') ? option : {}); + if ((!inst) && (typeof option !== 'string')) { + $this.data('colorpicker', new Colorpicker(this, options)); + } else { + if (typeof option === 'string') { + inst[option].apply(inst, Array.prototype.slice.call(pickerArgs, 1)); + } + } + }); + }; + + $.fn.colorpicker.constructor = Colorpicker; + +})(window.jQuery); diff --git a/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js b/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js new file mode 100644 index 000000000..16802aee8 --- /dev/null +++ b/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min.js @@ -0,0 +1 @@ +!function(a){"use strict";var b=function(a){this.value={h:0,s:0,b:0,a:1},this.origFormat=null,a&&(void 0!==a.toLowerCase?this.setColor(a):void 0!==a.h&&(this.value=a))};b.prototype={constructor:b,_sanitizeNumber:function(a){return"number"==typeof a?a:isNaN(a)||null===a||""===a||void 0===a?1:void 0!==a.toLowerCase?parseFloat(a):1},setColor:function(a){a=a.toLowerCase(),this.value=this.stringToHSB(a)||{h:0,s:0,b:0,a:1}},stringToHSB:function(b){b=b.toLowerCase();var c=this,d=!1;return a.each(this.stringParsers,function(a,e){var f=e.re.exec(b),g=f&&e.parse.apply(c,[f]),h=e.format||"rgba";return g?(d=h.match(/hsla?/)?c.RGBtoHSB.apply(c,c.HSLtoRGB.apply(c,g)):c.RGBtoHSB.apply(c,g),c.origFormat=h,!1):!0}),d},setHue:function(a){this.value.h=1-a},setSaturation:function(a){this.value.s=a},setBrightness:function(a){this.value.b=1-a},setAlpha:function(a){this.value.a=parseInt(100*(1-a),10)/100},toRGB:function(a,b,c,d){a=a||this.value.h,b=b||this.value.s,c=c||this.value.b,d=d||this.value.a;var e,f,g,h,i,j,k,l;switch(a&&void 0===b&&void 0===c&&(b=a.s,c=a.v,a=a.h),h=Math.floor(6*a),i=6*a-h,j=c*(1-b),k=c*(1-i*b),l=c*(1-(1-i)*b),h%6){case 0:e=c,f=l,g=j;break;case 1:e=k,f=c,g=j;break;case 2:e=j,f=c,g=l;break;case 3:e=j,f=k,g=c;break;case 4:e=l,f=j,g=c;break;case 5:e=c,f=j,g=k}return{r:Math.floor(255*e),g:Math.floor(255*f),b:Math.floor(255*g),a:d}},toHex:function(a,b,c,d){var e=this.toRGB(a,b,c,d);return"#"+(1<<24|parseInt(e.r)<<16|parseInt(e.g)<<8|parseInt(e.b)).toString(16).substr(1)},toHSL:function(a,b,c,d){a=a||this.value.h,b=b||this.value.s,c=c||this.value.b,d=d||this.value.a;var e=a,f=(2-b)*c,g=b*c;return g/=f>0&&1>=f?f:2-f,f/=2,g>1&&(g=1),{h:isNaN(e)?0:e,s:isNaN(g)?0:g,l:isNaN(f)?0:f,a:isNaN(d)?0:d}},RGBtoHSB:function(a,b,c,d){a/=255,b/=255,c/=255;var e,f,g,h;return g=Math.max(a,b,c),h=g-Math.min(a,b,c),e=0===h?null:g===a?(b-c)/h:g===b?(c-a)/h+2:(a-b)/h+4,e=(e+360)%6*60/360,f=0===h?0:h/g,{h:this._sanitizeNumber(e),s:f,b:g,a:this._sanitizeNumber(d)}},HueToRGB:function(a,b,c){return 0>c?c+=1:c>1&&(c-=1),1>6*c?a+(b-a)*c*6:1>2*c?b:2>3*c?a+(b-a)*(2/3-c)*6:a},HSLtoRGB:function(a,b,c,d){0>b&&(b=0);var e;e=.5>=c?c*(1+b):c+b-c*b;var f=2*c-e,g=a+1/3,h=a,i=a-1/3,j=Math.round(255*this.HueToRGB(f,e,g)),k=Math.round(255*this.HueToRGB(f,e,h)),l=Math.round(255*this.HueToRGB(f,e,i));return[j,k,l,this._sanitizeNumber(d)]},toString:function(a){switch(a=a||"rgba"){case"rgb":var b=this.toRGB();return"rgb("+b.r+","+b.g+","+b.b+")";case"rgba":var b=this.toRGB();return"rgba("+b.r+","+b.g+","+b.b+","+b.a+")";case"hsl":var c=this.toHSL();return"hsl("+Math.round(360*c.h)+","+Math.round(100*c.s)+"%,"+Math.round(100*c.l)+"%)";case"hsla":var c=this.toHSL();return"hsla("+Math.round(360*c.h)+","+Math.round(100*c.s)+"%,"+Math.round(100*c.l)+"%,"+c.a+")";case"hex":return this.toHex();default:return!1}},stringParsers:[{re:/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/,format:"hex",parse:function(a){return[parseInt(a[1],16),parseInt(a[2],16),parseInt(a[3],16),1]}},{re:/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/,format:"hex",parse:function(a){return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16),1]}},{re:/rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*?\)/,format:"rgb",parse:function(a){return[a[1],a[2],a[3],1]}},{re:/rgb\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/,format:"rgb",parse:function(a){return[2.55*a[1],2.55*a[2],2.55*a[3],1]}},{re:/rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,format:"rgba",parse:function(a){return[a[1],a[2],a[3],a[4]]}},{re:/rgba\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,format:"rgba",parse:function(a){return[2.55*a[1],2.55*a[2],2.55*a[3],a[4]]}},{re:/hsl\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/,format:"hsl",parse:function(a){return[a[1]/360,a[2]/100,a[3]/100,a[4]]}},{re:/hsla\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/,format:"hsla",parse:function(a){return[a[1]/360,a[2]/100,a[3]/100,a[4]]}},{re:/^([a-z]{3,})$/,format:"alias",parse:function(a){var b=this.colorNameToHex(a[0])||"#000000",c=this.stringParsers[0].re.exec(b),d=c&&this.stringParsers[0].parse.apply(this,[c]);return d}}],colorNameToHex:function(a){var b={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",honeydew:"#f0fff0",hotpink:"#ff69b4","indianred ":"#cd5c5c","indigo ":"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};return"undefined"!=typeof b[a.toLowerCase()]?b[a.toLowerCase()]:!1}};var c={horizontal:!1,inline:!1,color:!1,format:!1,input:"input",container:!1,component:".add-on, .input-group-addon",sliders:{saturation:{maxLeft:100,maxTop:100,callLeft:"setSaturation",callTop:"setBrightness"},hue:{maxLeft:0,maxTop:100,callLeft:!1,callTop:"setHue"},alpha:{maxLeft:0,maxTop:100,callLeft:!1,callTop:"setAlpha"}},slidersHorz:{saturation:{maxLeft:100,maxTop:100,callLeft:"setSaturation",callTop:"setBrightness"},hue:{maxLeft:100,maxTop:0,callLeft:"setHue",callTop:!1},alpha:{maxLeft:100,maxTop:0,callLeft:"setAlpha",callTop:!1}},template:'<div class="colorpicker dropdown-menu"><div class="colorpicker-saturation"><i><b></b></i></div><div class="colorpicker-hue"><i></i></div><div class="colorpicker-alpha"><i></i></div><div class="colorpicker-color"><div /></div></div>'},d=function(d,e){this.element=a(d).addClass("colorpicker-element"),this.options=a.extend({},c,this.element.data(),e),this.component=this.options.component,this.component=this.component!==!1?this.element.find(this.component):!1,this.component&&0===this.component.length&&(this.component=!1),this.container=this.options.container===!0?this.element:this.options.container,this.container=this.container!==!1?a(this.container):!1,this.input=this.element.is("input")?this.element:this.options.input?this.element.find(this.options.input):!1,this.input&&0===this.input.length&&(this.input=!1),this.color=new b(this.options.color!==!1?this.options.color:this.getValue()),this.format=this.options.format!==!1?this.options.format:this.color.origFormat,this.picker=a(this.options.template),this.options.inline?this.picker.addClass("colorpicker-inline colorpicker-visible"):this.picker.addClass("colorpicker-hidden"),this.options.horizontal&&this.picker.addClass("colorpicker-horizontal"),("rgba"===this.format||"hsla"===this.format)&&this.picker.addClass("colorpicker-with-alpha"),this.picker.on("mousedown.colorpicker",a.proxy(this.mousedown,this)),this.picker.appendTo(this.container?this.container:a("body")),this.input!==!1&&(this.input.on({"keyup.colorpicker":a.proxy(this.keyup,this)}),this.component===!1&&this.element.on({"focus.colorpicker":a.proxy(this.show,this)}),this.options.inline===!1&&this.element.on({"focusout.colorpicker":a.proxy(this.hide,this)})),this.component!==!1&&this.component.on({"click.colorpicker":a.proxy(this.show,this)}),this.input===!1&&this.component===!1&&this.element.on({"click.colorpicker":a.proxy(this.show,this)}),this.update(),a(a.proxy(function(){this.element.trigger("create")},this))};d.version="2.0.0-beta",d.Color=b,d.prototype={constructor:d,destroy:function(){this.picker.remove(),this.element.removeData("colorpicker").off(".colorpicker"),this.input!==!1&&this.input.off(".colorpicker"),this.component!==!1&&this.component.off(".colorpicker"),this.element.removeClass("colorpicker-element"),this.element.trigger({type:"destroy"})},reposition:function(){if(this.options.inline!==!1)return!1;var a=this.component?this.component.offset():this.element.offset();this.picker.css({top:a.top+(this.component?this.component.outerHeight():this.element.outerHeight()),left:a.left})},show:function(b){return this.isDisabled()?!1:(this.picker.addClass("colorpicker-visible").removeClass("colorpicker-hidden"),this.reposition(),a(window).on("resize.colorpicker",a.proxy(this.reposition,this)),!this.hasInput()&&b&&b.stopPropagation&&b.preventDefault&&(b.stopPropagation(),b.preventDefault()),this.options.inline===!1&&a(window.document).on({"mousedown.colorpicker":a.proxy(this.hide,this)}),this.element.trigger({type:"showPicker",color:this.color}),void 0)},hide:function(){this.picker.addClass("colorpicker-hidden").removeClass("colorpicker-visible"),a(window).off("resize.colorpicker",this.reposition),a(document).off({"mousedown.colorpicker":this.hide}),this.update(),this.element.trigger({type:"hidePicker",color:this.color})},updateData:function(a){return a=a||this.color.toString(this.format),this.element.data("color",a),a},updateInput:function(a){return a=a||this.color.toString(this.format),this.input!==!1&&this.input.prop("value",a),a},updatePicker:function(a){void 0!==a&&(this.color=new b(a));var c=this.options.horizontal===!1?this.options.sliders:this.options.slidersHorz,d=this.picker.find("i");return 0!==d.length?(this.options.horizontal===!1?(c=this.options.sliders,d.eq(1).css("top",c.hue.maxTop*(1-this.color.value.h)).end().eq(2).css("top",c.alpha.maxTop*(1-this.color.value.a))):(c=this.options.slidersHorz,d.eq(1).css("left",c.hue.maxLeft*(1-this.color.value.h)).end().eq(2).css("left",c.alpha.maxLeft*(1-this.color.value.a))),d.eq(0).css({top:c.saturation.maxTop-this.color.value.b*c.saturation.maxTop,left:this.color.value.s*c.saturation.maxLeft}),this.picker.find(".colorpicker-saturation").css("backgroundColor",this.color.toHex(this.color.value.h,1,1,1)),this.picker.find(".colorpicker-alpha").css("backgroundColor",this.color.toHex()),this.picker.find(".colorpicker-color, .colorpicker-color div").css("backgroundColor",this.color.toString(this.format)),a):void 0},updateComponent:function(a){if(a=a||this.color.toString(this.format),this.component!==!1){var b=this.component.find("i").eq(0);b.length>0?b.css({backgroundColor:a}):this.component.css({backgroundColor:a})}return a},update:function(a){var b=this.updateComponent();return(this.getValue(!1)!==!1||a===!0)&&(this.updateInput(b),this.updateData(b)),this.updatePicker(),b},setValue:function(a){this.color=new b(a),this.update(),this.element.trigger({type:"changeColor",color:this.color,value:a})},getValue:function(a){a=void 0===a?"#000000":a;var b;return b=this.hasInput()?this.input.val():this.element.data("color"),(void 0===b||""===b||null===b)&&(b=a),b},hasInput:function(){return this.input!==!1},isDisabled:function(){return this.hasInput()?this.input.prop("disabled")===!0:!1},disable:function(){return this.hasInput()?(this.input.prop("disabled",!0),!0):!1},enable:function(){return this.hasInput()?(this.input.prop("disabled",!1),!0):!1},currentSlider:null,mousePointer:{left:0,top:0},mousedown:function(b){b.stopPropagation(),b.preventDefault();var c=a(b.target),d=c.closest("div"),e=this.options.horizontal?this.options.slidersHorz:this.options.sliders;if(!d.is(".colorpicker")){if(d.is(".colorpicker-saturation"))this.currentSlider=a.extend({},e.saturation);else if(d.is(".colorpicker-hue"))this.currentSlider=a.extend({},e.hue);else{if(!d.is(".colorpicker-alpha"))return!1;this.currentSlider=a.extend({},e.alpha)}var f=d.offset();this.currentSlider.guide=d.find("i")[0].style,this.currentSlider.left=b.pageX-f.left,this.currentSlider.top=b.pageY-f.top,this.mousePointer={left:b.pageX,top:b.pageY},a(document).on({"mousemove.colorpicker":a.proxy(this.mousemove,this),"mouseup.colorpicker":a.proxy(this.mouseup,this)}).trigger("mousemove")}return!1},mousemove:function(a){a.stopPropagation(),a.preventDefault();var b=Math.max(0,Math.min(this.currentSlider.maxLeft,this.currentSlider.left+((a.pageX||this.mousePointer.left)-this.mousePointer.left))),c=Math.max(0,Math.min(this.currentSlider.maxTop,this.currentSlider.top+((a.pageY||this.mousePointer.top)-this.mousePointer.top)));return this.currentSlider.guide.left=b+"px",this.currentSlider.guide.top=c+"px",this.currentSlider.callLeft&&this.color[this.currentSlider.callLeft].call(this.color,b/100),this.currentSlider.callTop&&this.color[this.currentSlider.callTop].call(this.color,c/100),this.update(!0),this.element.trigger({type:"changeColor",color:this.color}),!1},mouseup:function(b){return b.stopPropagation(),b.preventDefault(),a(document).off({"mousemove.colorpicker":this.mousemove,"mouseup.colorpicker":this.mouseup}),!1},keyup:function(a){if(38===a.keyCode)this.color.value.a<1&&(this.color.value.a=Math.round(100*(this.color.value.a+.01))/100),this.update(!0);else if(40===a.keyCode)this.color.value.a>0&&(this.color.value.a=Math.round(100*(this.color.value.a-.01))/100),this.update(!0);else{var c=this.input.val();this.color=new b(c),this.getValue(!1)!==!1&&(this.updateData(),this.updateComponent(),this.updatePicker())}this.element.trigger({type:"changeColor",color:this.color,value:c})}},a.colorpicker=d,a.fn.colorpicker=function(b){var c=arguments;return this.each(function(){var e=a(this),f=e.data("colorpicker"),g="object"==typeof b?b:{};f||"string"==typeof b?"string"==typeof b&&f[b].apply(f,Array.prototype.slice.call(c,1)):e.data("colorpicker",new d(this,g))})},a.fn.colorpicker.constructor=d}(window.jQuery);
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/index.html b/library/bootstrap-colorpicker/index.html new file mode 100644 index 000000000..6686b92e4 --- /dev/null +++ b/library/bootstrap-colorpicker/index.html @@ -0,0 +1,296 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>Colorpicker for Twitter Bootstrap</title> + <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet"> + <link href="dist/css/bootstrap-colorpicker.min.css" rel="stylesheet"> + <link href="src/css/docs.css" rel="stylesheet"> + <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> +</head> + +<body> + <div class="container"> + <section id="typeahead"> + <div class="page-header"> + <h1><i class="glyphicon glyphicon-tint"></i> Bootstrap Colorpicker 2.0 <small>for Twitter Bootstrap</small></h1> + </div> + <div class="row"> + <article class="col-md-12"> + <p> + Colorpicker plugin for the Twitter Bootstrap toolkit. Originally written by <a href="https://twitter.com/stefanpetre/" target="_blank">@eyecon</a> + and maintained in Github by <a href="http://twitter.com/mjolnic/" target="_blank">@mjolnic</a> and the community + <br> + <br>It basically adds a color picker to a field or any other element. + </p> + <ul> + <li>can be used as a component</li> + <li>alpha picker</li> + <li>multiple formats: hex, rgb, rgba, hsl, hsla</li> + </ul> + <hr> + <div class="social"> + <a href="https://github.com/mjolnic/bootstrap-colorpicker/" target="_blank" class="btn btn-default btn-md"><i class="glyphicon glyphicon-random"></i> Fork me on Github</a> + <a href="https://github.com/mjolnic/bootstrap-colorpicker/archive/master.zip" target="_blank" class="btn btn-success btn-md"><i class="glyphicon glyphicon-download-alt"></i> Download</a> + + <!-- Place this tag where you want the +1 button to render. --> + <div class="g-plusone" data-size="medium"></div> + + <!-- Place this tag after the last +1 button tag. --> + <script type="text/javascript"> + (function() { + var po = document.createElement('script'); + po.type = 'text/javascript'; + po.async = true; + po.src = 'https://apis.google.com/js/plusone.js'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(po, s); + })(); + </script> + + <a href="https://twitter.com/share" class="twitter-share-button" data-via="mjolnic" data-related="mjolnic" data-hashtags="bootstrap">Tweet</a> + <script> + ! function(d, s, id) { + var js, fjs = d.getElementsByTagName(s)[0], + p = /^http:/.test(d.location) ? 'http' : 'https'; + if (!d.getElementById(id)) { + js = d.createElement(s); + js.id = id; + js.src = p + '://platform.twitter.com/widgets.js'; + fjs.parentNode.insertBefore(js, fjs); + } + }(document, 'script', 'twitter-wjs'); + </script> + </div> + <br> + </article> + </div> + <div class="row"> + + <div class="col-md-6"> + <h2>Examples</h2> + <div class="demo-wrapper"> + <p>1) Attached to a field with hex format specified via options:</p> + <div class="well"> + <input type="text" class="form-control demo demo-1 demo-auto" value="#5367ce" /> + <pre class="markup"> +<input type="text" class="demo1" value="#5367ce" /> +<script> + $(function(){ + $('.demo1').colorpicker(); + }); +</script> + </pre> + </div> + </div> + <p>As a component:</p> + <div class="well"> + <div class="input-group colorpicker-component demo demo-auto"> + <input type="text" value="" class="form-control" /> + <span class="input-group-addon"><i></i></span> + </div> + <pre class="markup"> +<div class="input-group demo2"> + <input type="text" value="" class="form-control" /> + <span class="input-group-addon"><i></i></span> +</div> +<script> + $(function(){ + $('.demo2').colorpicker(); + }); +</script> + </pre> + </div> + <p>Using events to work with the color:</p> + <div class="well"> + <a href="#" class="btn small demo" id="demo_apidemo" data-color="rgb(255, 255, 255)">Change background color</a> + </div> + <p>Horizonal mode:</p> + <div class="well"> + <input type="text" class="form-control demo" data-horizontal="true" id="demo_forceformat" value="#8fff00"> + </div> + <p>Inline mode:</p> + <div class="well"> + <div id="demo_cont" class="demo demo-auto inl-bl" data-container="#demo_cont" data-color="rgba(150,216,62,0.55)" data-inline="true"></div> + <div class="demo demo-auto inl-bl" data-container="true" data-color="rgb(50,216,62)" data-inline="true"></div> + </div> + <p>Enabled / disabled</p> + <div class="well"> + <div id="demo_endis" class="input-group demo demo-auto colorpicker-component"> + <input disabled type="text" value="" class="form-control" /> + <span class="input-group-addon"><i></i></span> + </div> + <br> + <a class="btn btn-sm btn-default enable-button" href="#">Enable</a> + <a class="btn btn-sm btn-default disable-button" href="#">Disable</a> + </div> + <a class="btn btn-default demo-destroy" href="#"><i class="glyphicon glyphicon-remove"></i> Destroy plugin instances</a> + <a class="btn btn-default demo-create" href="#"><i class="glyphicon glyphicon-plus"></i> Create instances again</a> + </div> + <article class="col-md-6"> + <h2>Documentation</h2> + <p>Call the colopicker via javascript:</p> + <pre class="well">$('.sample-selector').colorpicker({ /*options...*/ });</pre> + <h3>Options</h3> + <p> + You can set colorpicker options either as a plugin parameter or data-* attributes + </p> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <th style="width: 100px;">Name</th> + <th style="width: 50px;">Type</th> + <th style="width: 100px;">Default</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>format</td> + <td>string</td> + <td>false</td> + <td>If not false, forces the color format to be hex, rgb or rgba, otherwise the format is automatically detected.</td> + </tr> + <tr> + <td>color</td> + <td>string</td> + <td>false</td> + <td>If not false, sets the color to this value.</td> + </tr> + <tr> + <td>container</td> + <td>string or jQuery Element</td> + <td>false</td> + <td>If not false, the picker will be contained inside this element, otherwise it will be appended to the document body.</td> + </tr> + <tr> + <td>component</td> + <td>string or jQuery Element</td> + <td>'.add-on, .input-group-addon'</td> + <td>Children selector for the component or element that trigger the colorpicker and which background color will change (needs an inner <i> element).</td> + </tr> + <tr> + <td>input</td> + <td>string or jQuery Element</td> + <td>'input'</td> + <td>Children selector for the input that will store the picker selected value.</td> + </tr> + <tr> + <td>horizontal</td> + <td>boolean</td> + <td>false</td> + <td>If true, the hue and alpha channel bars will be rendered horizontally, above the saturation selector.</td> + </tr> + <tr> + <td>template</td> + <td>string</td> + <td><abbr title='please, read the source code for this value'>[...]</abbr> + </td> + <td>Customizes the default colorpicker HTML template.</td> + </tr> + </tbody> + </table> + + <p class='alert alert-warning'> + (behind this line, docs need to be updated) + </p> + + <h3>Methods</h3> + <h4>.colorpicker(options)</h4> + <p>Initializes an colorpicker.</p> + <h4>.colorpicker('show')</h4> + <p>Show the color picker</p> + <h4>.colorpicker('update')</h4> + <p>Refreshes the widget colors (this is done automatically)</p> + <h4>.colorpicker('hide')</h4> + <p>Hide the color picker</p> + <h4>.colorpicker('disable')</h4> + <p>Disable the color picker.</p> + <h4>.colorpicker('enable')</h4> + <p>Enable the color picker.</p> + <h4>.colorpicker('place')</h4> + <p>Updates the color picker's position relative to the element</p> + <h4>.colorpicker('destroy')</h4> + <p>Destroys the colorpicker widget and unbind all .colorpicker events from the element and component</p> + <h4>.colorpicker('setValue', value)</h4> + <p>Set a new value for the color picker (also for the input or component value). Triggers 'changeColor' event.</p> + <h3>Color object methods</h3> + <p>Each triggered events have a color object used internally by the picker. This object has several useful methods.</p> + <h4>.setColor(value)</h4> + <p>Set a new color. The value is parsed and tries to do a quess on the format.</p> + <h4>.setHue(value)</h4> + <p>Set the HUE with a value between 0 and 1.</p> + <h4>.setSaturation(value)</h4> + <p>Set the saturation with a value between 0 and 1.</p> + <h4>.setLightness(value)</h4> + <p>Set the lightness with a value between 0 and 1.</p> + <h4>.setAlpha(value)</h4> + <p>Set the transparency with a value between 0 and 1.</p> + <h4>.toRGB()</h4> + <p>Returns a hash with red, green, blue and alpha.</p> + <h4>.toHex()</h4> + <p>Returns a string with HEX format for the current color.</p> + <h4>.toHSL()</h4> + <p>Returns a hash with HSLA values.</p> + <h3>Events</h3> + <p>The colorpicker plugin exposes some events (with optional .colorpicker namespace)</p> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <th style="width: 150px;">Event</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>create</td> + <td>This event fires immediately when the color picker is created.</td> + </tr> + <tr> + <td>showPicker</td> + <td>This event fires immediately when the color picker is displayed.</td> + </tr> + <tr> + <td>hidePicker</td> + <td>This event is fired immediately when the color picker is hidden.</td> + </tr> + <tr> + <td>disable</td> + <td>This event is fired immediately when the color picker is disabled, except if it was initialized as disabled.</td> + </tr> + <tr> + <td>enable</td> + <td>This event is fired immediately when the color picker is enabled, except upon initialization.</td> + </tr> + <tr> + <td>changeColor</td> + <td>This event is fired when the color is changed.</td> + </tr> + <tr> + <td>destroy</td> + <td>This event fires immediately when the color picker is destroyed.</td> + </tr> + </tbody> + </table> + <pre class="well"> +$('.my-colorpicker-control').colorpicker().on('changeColor', function(ev){ + bodyStyle.backgroundColor = ev.color.toHex(); +}); + </pre> + </article> + </div> + </section> + </div> + <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> + <script src="dist/js/bootstrap-colorpicker.js"></script> + <script src="src/js/docs.js"></script> +</body> + +</html>
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/package.json b/library/bootstrap-colorpicker/package.json new file mode 100644 index 000000000..ebec4007b --- /dev/null +++ b/library/bootstrap-colorpicker/package.json @@ -0,0 +1,33 @@ +{ + "name": "mjolnic-bootstrap-colorpicker", + "version": "2.0.0", + "description": "Colorpicker plugin for Twitter Bootstrap", + "homepage": "http://mjolnic.github.io/bootstrap-colorpicker/", + "repository": { + "type": "git", + "url": "git@github.com:mjolnic/bootstrap-colorpicker.git" + }, + "bugs": { + "url" : "https://github.com/mjolnic/bootstrap-colorpicker/issues" + }, + "keywords": [ + "bootstrap", + "colorpicker" + ], + "author": "Javier Aguilar @mjolnic", + "licenses": [{ + "type": "Apache-2.0", + "url": "http://opensource.org/licenses/Apache-2.0" + }], + "devDependencies": { + "grunt": "~0.4.2", + "grunt-contrib-clean": "~0.5.0", + "grunt-contrib-jshint": "~0.7.2", + "grunt-recess": "~0.5.0", + "grunt-combine": "~0.8.1", + "grunt-contrib-uglify": "~0.2.7", + "grunt-bake": "~0.3.3", + "grunt-jsbeautifier": "~0.2.3", + "grunt-contrib-watch": "~0.5.3" + } +}
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/css/docs.css b/library/bootstrap-colorpicker/src/css/docs.css new file mode 100644 index 000000000..5babbf0ee --- /dev/null +++ b/library/bootstrap-colorpicker/src/css/docs.css @@ -0,0 +1,37 @@ +.container { + background: #fff; +} + +h4 ~ p{ + padding-left:20px; +} + +.inl-bl{ + display:inline-block; +} + +.well .markup-heading{ + +} +.well .markup{ + background: #fff; + color: #777; + position: relative; + padding: 45px 15px 15px; + margin: 15px 0 0 0; + background-color: #fff; + border-radius: 0 0 4px 4px; + box-shadow: none; +} + +.well .markup::after{ + content: "Example"; + position: absolute; + top: 15px; + left: 15px; + font-size: 12px; + font-weight: bold; + color: #bbb; + text-transform: uppercase; + letter-spacing: 1px; +}
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/docs.html b/library/bootstrap-colorpicker/src/docs.html new file mode 100644 index 000000000..8cb150f23 --- /dev/null +++ b/library/bootstrap-colorpicker/src/docs.html @@ -0,0 +1,153 @@ +<!--(bake header.html)--> +<!--(bake examples.html)--> +<article class="col-md-6"> + <h2>Documentation</h2> + <p>Call the colopicker via javascript:</p> + <pre class="well">$('.sample-selector').colorpicker({ /*options...*/ });</pre> + <h3>Options</h3> + <p> + You can set colorpicker options either as a plugin parameter or data-* attributes + </p> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <th style="width: 100px;">Name</th> + <th style="width: 50px;">Type</th> + <th style="width: 100px;">Default</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>format</td> + <td>string</td> + <td>false</td> + <td>If not false, forces the color format to be hex, rgb or rgba, otherwise the format is automatically detected.</td> + </tr> + <tr> + <td>color</td> + <td>string</td> + <td>false</td> + <td>If not false, sets the color to this value.</td> + </tr> + <tr> + <td>container</td> + <td>string or jQuery Element</td> + <td>false</td> + <td>If not false, the picker will be contained inside this element, otherwise it will be appended to the document body.</td> + </tr> + <tr> + <td>component</td> + <td>string or jQuery Element</td> + <td>'.add-on, .input-group-addon'</td> + <td>Children selector for the component or element that trigger the colorpicker and which background color will change (needs an inner <i> element).</td> + </tr> + <tr> + <td>input</td> + <td>string or jQuery Element</td> + <td>'input'</td> + <td>Children selector for the input that will store the picker selected value.</td> + </tr> + <tr> + <td>horizontal</td> + <td>boolean</td> + <td>false</td> + <td>If true, the hue and alpha channel bars will be rendered horizontally, above the saturation selector.</td> + </tr> + <tr> + <td>template</td> + <td>string</td> + <td><abbr title='please, read the source code for this value'>[...]</abbr></td> + <td>Customizes the default colorpicker HTML template.</td> + </tr> + </tbody> + </table> + + <p class='alert alert-warning'> + (behind this line, docs need to be updated) + </p> + + <h3>Methods</h3> + <h4>.colorpicker(options)</h4> + <p>Initializes an colorpicker.</p> + <h4>.colorpicker('show')</h4> + <p>Show the color picker</p> + <h4>.colorpicker('update')</h4> + <p>Refreshes the widget colors (this is done automatically)</p> + <h4>.colorpicker('hide')</h4> + <p>Hide the color picker</p> + <h4>.colorpicker('disable')</h4> + <p>Disable the color picker.</p> + <h4>.colorpicker('enable')</h4> + <p>Enable the color picker.</p> + <h4>.colorpicker('place')</h4> + <p>Updates the color picker's position relative to the element</p> + <h4>.colorpicker('destroy')</h4> + <p>Destroys the colorpicker widget and unbind all .colorpicker events from the element and component</p> + <h4>.colorpicker('setValue', value)</h4> + <p>Set a new value for the color picker (also for the input or component value). Triggers 'changeColor' event.</p> + <h3>Color object methods</h3> + <p>Each triggered events have a color object used internally by the picker. This object has several useful methods.</p> + <h4>.setColor(value)</h4> + <p>Set a new color. The value is parsed and tries to do a quess on the format.</p> + <h4>.setHue(value)</h4> + <p>Set the HUE with a value between 0 and 1.</p> + <h4>.setSaturation(value)</h4> + <p>Set the saturation with a value between 0 and 1.</p> + <h4>.setLightness(value)</h4> + <p>Set the lightness with a value between 0 and 1.</p> + <h4>.setAlpha(value)</h4> + <p>Set the transparency with a value between 0 and 1.</p> + <h4>.toRGB()</h4> + <p>Returns a hash with red, green, blue and alpha.</p> + <h4>.toHex()</h4> + <p>Returns a string with HEX format for the current color.</p> + <h4>.toHSL()</h4> + <p>Returns a hash with HSLA values.</p> + <h3>Events</h3> + <p>The colorpicker plugin exposes some events (with optional .colorpicker namespace)</p> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <th style="width: 150px;">Event</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>create</td> + <td>This event fires immediately when the color picker is created.</td> + </tr> + <tr> + <td>showPicker</td> + <td>This event fires immediately when the color picker is displayed.</td> + </tr> + <tr> + <td>hidePicker</td> + <td>This event is fired immediately when the color picker is hidden.</td> + </tr> + <tr> + <td>disable</td> + <td>This event is fired immediately when the color picker is disabled, except if it was initialized as disabled.</td> + </tr> + <tr> + <td>enable</td> + <td>This event is fired immediately when the color picker is enabled, except upon initialization.</td> + </tr> + <tr> + <td>changeColor</td> + <td>This event is fired when the color is changed.</td> + </tr> + <tr> + <td>destroy</td> + <td>This event fires immediately when the color picker is destroyed.</td> + </tr> + </tbody> + </table> + <pre class="well"> +$('.my-colorpicker-control').colorpicker().on('changeColor', function(ev){ + bodyStyle.backgroundColor = ev.color.toHex(); +}); + </pre> +</article> +<!--(bake footer.html)-->
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/examples.html b/library/bootstrap-colorpicker/src/examples.html new file mode 100644 index 000000000..cde7cca16 --- /dev/null +++ b/library/bootstrap-colorpicker/src/examples.html @@ -0,0 +1,60 @@ +<div class="col-md-6"> + <h2>Examples</h2> + <div class="demo-wrapper"> + <p>1) Attached to a field with hex format specified via options:</p> + <div class="well"> + <input type="text" class="form-control demo demo-1 demo-auto" value="#5367ce" /> + <pre class="markup"> +<input type="text" class="demo1" value="#5367ce" /> +<script> + $(function(){ + $('.demo1').colorpicker(); + }); +</script> + </pre> + </div> + </div> + <p>As a component:</p> + <div class="well"> + <div class="input-group colorpicker-component demo demo-auto"> + <input type="text" value="" class="form-control" /> + <span class="input-group-addon"><i></i></span> + </div> + <pre class="markup"> +<div class="input-group demo2"> + <input type="text" value="" class="form-control" /> + <span class="input-group-addon"><i></i></span> +</div> +<script> + $(function(){ + $('.demo2').colorpicker(); + }); +</script> + </pre> + </div> + <p>Using events to work with the color:</p> + <div class="well"> + <a href="#" class="btn small demo" id="demo_apidemo" data-color="rgb(255, 255, 255)">Change background color</a> + </div> + <p>Horizonal mode:</p> + <div class="well"> + <input type="text" class="form-control demo" data-horizontal="true" id="demo_forceformat" value="#8fff00" > + </div> + <p>Inline mode:</p> + <div class="well"> + <div id="demo_cont" class="demo demo-auto inl-bl" data-container="#demo_cont" data-color="rgba(150,216,62,0.55)" data-inline="true"></div> + <div class="demo demo-auto inl-bl" data-container="true" data-color="rgb(50,216,62)" data-inline="true"></div> + </div> + <p>Enabled / disabled</p> + <div class="well"> + <div id="demo_endis" class="input-group demo demo-auto colorpicker-component"> + <input disabled type="text" value="" class="form-control" /> + <span class="input-group-addon"><i></i></span> + </div> + <br> + <a class="btn btn-sm btn-default enable-button" href="#">Enable</a> + <a class="btn btn-sm btn-default disable-button" href="#">Disable</a> + </div> + <a class="btn btn-default demo-destroy" href="#"><i class="glyphicon glyphicon-remove"></i> Destroy plugin instances</a> + <a class="btn btn-default demo-create" href="#"><i class="glyphicon glyphicon-plus"></i> Create instances again</a> +</div>
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/footer.html b/library/bootstrap-colorpicker/src/footer.html new file mode 100644 index 000000000..1cea02d09 --- /dev/null +++ b/library/bootstrap-colorpicker/src/footer.html @@ -0,0 +1,9 @@ + </div> + </section> + </div> + <script src="//code.jquery.com/jquery-1.10.2.min.js"></script> + <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> + <script src="dist/js/bootstrap-colorpicker.js"></script> + <script src="src/js/docs.js"></script> + </body> +</html>
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/header.html b/library/bootstrap-colorpicker/src/header.html new file mode 100644 index 000000000..7e8122050 --- /dev/null +++ b/library/bootstrap-colorpicker/src/header.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>Colorpicker for Twitter Bootstrap</title> + <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css" rel="stylesheet"> + <link href="dist/css/bootstrap-colorpicker.min.css" rel="stylesheet"> + <link href="src/css/docs.css" rel="stylesheet"> + <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> + <!--[if lt IE 9]> + <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> + <![endif]--> + </head> + <body> + <div class="container"> + <section id="typeahead"> + <div class="page-header"> + <h1><i class="glyphicon glyphicon-tint"></i> Bootstrap Colorpicker 2.0 <small>for Twitter Bootstrap</small></h1> + </div> + <div class="row"> + <article class="col-md-12"> + <p> + Colorpicker plugin for the Twitter Bootstrap toolkit. Originally written by <a href="https://twitter.com/stefanpetre/" target="_blank">@eyecon</a> + and maintained in Github by <a href="http://twitter.com/mjolnic/" target="_blank">@mjolnic</a> and the community + <br><br> It basically adds a color picker to a field or any other element. + </p> + <ul> + <li>can be used as a component</li> + <li>alpha picker</li> + <li>multiple formats: hex, rgb, rgba, hsl, hsla</li> + </ul> + <hr> + <div class="social"> + <a href="https://github.com/mjolnic/bootstrap-colorpicker/" target="_blank" class="btn btn-default btn-md"><i class="glyphicon glyphicon-random"></i> Fork me on Github</a> + <a href="https://github.com/mjolnic/bootstrap-colorpicker/archive/master.zip" target="_blank" class="btn btn-success btn-md"><i class="glyphicon glyphicon-download-alt"></i> Download</a> + + <!-- Place this tag where you want the +1 button to render. --> + <div class="g-plusone" data-size="medium"></div> + + <!-- Place this tag after the last +1 button tag. --> + <script type="text/javascript"> + (function() { + var po = document.createElement('script'); + po.type = 'text/javascript'; + po.async = true; + po.src = 'https://apis.google.com/js/plusone.js'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(po, s); + })(); + </script> + + <a href="https://twitter.com/share" class="twitter-share-button" data-via="mjolnic" data-related="mjolnic" data-hashtags="bootstrap">Tweet</a> + <script>!function(d, s, id) { + var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; + if (!d.getElementById(id)) { + js = d.createElement(s); + js.id = id; + js.src = p + '://platform.twitter.com/widgets.js'; + fjs.parentNode.insertBefore(js, fjs); + } + }(document, 'script', 'twitter-wjs');</script> + </div> + <br> + </article> + </div> + <div class="row"> +
\ No newline at end of file diff --git a/library/bootstrap-colorpicker/src/js/colorpicker-color.js b/library/bootstrap-colorpicker/src/js/colorpicker-color.js new file mode 100644 index 000000000..2e0474067 --- /dev/null +++ b/library/bootstrap-colorpicker/src/js/colorpicker-color.js @@ -0,0 +1,508 @@ +// Color object +var Color = function(val) { + this.value = { + h: 0, + s: 0, + b: 0, + a: 1 + }; + this.origFormat = null; // original string format + if (val) { + if (val.toLowerCase !== undefined) { + this.setColor(val); + } else if (val.h !== undefined) { + this.value = val; + } + } +}; + +Color.prototype = { + constructor: Color, + // 140 predefined colors from the HTML Colors spec + colors : { + "aliceblue": "#f0f8ff", + "antiquewhite": "#faebd7", + "aqua": "#00ffff", + "aquamarine": "#7fffd4", + "azure": "#f0ffff", + "beige": "#f5f5dc", + "bisque": "#ffe4c4", + "black": "#000000", + "blanchedalmond": "#ffebcd", + "blue": "#0000ff", + "blueviolet": "#8a2be2", + "brown": "#a52a2a", + "burlywood": "#deb887", + "cadetblue": "#5f9ea0", + "chartreuse": "#7fff00", + "chocolate": "#d2691e", + "coral": "#ff7f50", + "cornflowerblue": "#6495ed", + "cornsilk": "#fff8dc", + "crimson": "#dc143c", + "cyan": "#00ffff", + "darkblue": "#00008b", + "darkcyan": "#008b8b", + "darkgoldenrod": "#b8860b", + "darkgray": "#a9a9a9", + "darkgreen": "#006400", + "darkkhaki": "#bdb76b", + "darkmagenta": "#8b008b", + "darkolivegreen": "#556b2f", + "darkorange": "#ff8c00", + "darkorchid": "#9932cc", + "darkred": "#8b0000", + "darksalmon": "#e9967a", + "darkseagreen": "#8fbc8f", + "darkslateblue": "#483d8b", + "darkslategray": "#2f4f4f", + "darkturquoise": "#00ced1", + "darkviolet": "#9400d3", + "deeppink": "#ff1493", + "deepskyblue": "#00bfff", + "dimgray": "#696969", + "dodgerblue": "#1e90ff", + "firebrick": "#b22222", + "floralwhite": "#fffaf0", + "forestgreen": "#228b22", + "fuchsia": "#ff00ff", + "gainsboro": "#dcdcdc", + "ghostwhite": "#f8f8ff", + "gold": "#ffd700", + "goldenrod": "#daa520", + "gray": "#808080", + "green": "#008000", + "greenyellow": "#adff2f", + "honeydew": "#f0fff0", + "hotpink": "#ff69b4", + "indianred ": "#cd5c5c", + "indigo ": "#4b0082", + "ivory": "#fffff0", + "khaki": "#f0e68c", + "lavender": "#e6e6fa", + "lavenderblush": "#fff0f5", + "lawngreen": "#7cfc00", + "lemonchiffon": "#fffacd", + "lightblue": "#add8e6", + "lightcoral": "#f08080", + "lightcyan": "#e0ffff", + "lightgoldenrodyellow": "#fafad2", + "lightgrey": "#d3d3d3", + "lightgreen": "#90ee90", + "lightpink": "#ffb6c1", + "lightsalmon": "#ffa07a", + "lightseagreen": "#20b2aa", + "lightskyblue": "#87cefa", + "lightslategray": "#778899", + "lightsteelblue": "#b0c4de", + "lightyellow": "#ffffe0", + "lime": "#00ff00", + "limegreen": "#32cd32", + "linen": "#faf0e6", + "magenta": "#ff00ff", + "maroon": "#800000", + "mediumaquamarine": "#66cdaa", + "mediumblue": "#0000cd", + "mediumorchid": "#ba55d3", + "mediumpurple": "#9370d8", + "mediumseagreen": "#3cb371", + "mediumslateblue": "#7b68ee", + "mediumspringgreen": "#00fa9a", + "mediumturquoise": "#48d1cc", + "mediumvioletred": "#c71585", + "midnightblue": "#191970", + "mintcream": "#f5fffa", + "mistyrose": "#ffe4e1", + "moccasin": "#ffe4b5", + "navajowhite": "#ffdead", + "navy": "#000080", + "oldlace": "#fdf5e6", + "olive": "#808000", + "olivedrab": "#6b8e23", + "orange": "#ffa500", + "orangered": "#ff4500", + "orchid": "#da70d6", + "palegoldenrod": "#eee8aa", + "palegreen": "#98fb98", + "paleturquoise": "#afeeee", + "palevioletred": "#d87093", + "papayawhip": "#ffefd5", + "peachpuff": "#ffdab9", + "peru": "#cd853f", + "pink": "#ffc0cb", + "plum": "#dda0dd", + "powderblue": "#b0e0e6", + "purple": "#800080", + "red": "#ff0000", + "rosybrown": "#bc8f8f", + "royalblue": "#4169e1", + "saddlebrown": "#8b4513", + "salmon": "#fa8072", + "sandybrown": "#f4a460", + "seagreen": "#2e8b57", + "seashell": "#fff5ee", + "sienna": "#a0522d", + "silver": "#c0c0c0", + "skyblue": "#87ceeb", + "slateblue": "#6a5acd", + "slategray": "#708090", + "snow": "#fffafa", + "springgreen": "#00ff7f", + "steelblue": "#4682b4", + "tan": "#d2b48c", + "teal": "#008080", + "thistle": "#d8bfd8", + "tomato": "#ff6347", + "turquoise": "#40e0d0", + "violet": "#ee82ee", + "wheat": "#f5deb3", + "white": "#ffffff", + "whitesmoke": "#f5f5f5", + "yellow": "#ffff00", + "yellowgreen": "#9acd32" + }, + _sanitizeNumber: function(val) { + if (typeof val === 'number') { + return val; + } + if (isNaN(val) || (val === null) || (val === '') || (val === undefined)) { + return 1; + } + if (val.toLowerCase !== undefined) { + return parseFloat(val); + } + return 1; + }, + //parse a string to HSB + setColor: function(strVal) { + strVal = strVal.toLowerCase(); + this.value = this.stringToHSB(strVal) || Â { + h: 0, + s: 0, + b: 0, + a: 1 + }; + }, + stringToHSB: function(strVal) { + strVal = strVal.toLowerCase(); + var that = this, + result = false; + $.each(this.stringParsers, function(i, parser) { + var match = parser.re.exec(strVal), + values = match && parser.parse.apply(that, [match]), + format = parser.format || 'rgba'; + if (values) { + if (format.match(/hsla?/)) { + result = that.RGBtoHSB.apply(that, that.HSLtoRGB.apply(that, values)); + } else { + result = that.RGBtoHSB.apply(that, values); + } + that.origFormat = format; + return false; + } + return true; + }); + return result; + }, + setHue: function(h) { + this.value.h = 1 - h; + }, + setSaturation: function(s) { + this.value.s = s; + }, + setBrightness: function(b) { + this.value.b = 1 - b; + }, + setAlpha: function(a) { + this.value.a = parseInt((1 - a) * 100, 10) / 100; + }, + toRGB: function(h, s, v, a) { + h = h || this.value.h; + s = s || this.value.s; + v = v || this.value.b; + a = a || this.value.a; + + var r, g, b, i, f, p, q, t; + if (h && s === undefined && v === undefined) { + s = h.s, v = h.v, h = h.h; + } + i = Math.floor(h * 6); + f = h * 6 - i; + p = v * (1 - s); + q = v * (1 - f * s); + t = v * (1 - (1 - f) * s); + switch (i % 6) { + case 0: + r = v, g = t, b = p; + break; + case 1: + r = q, g = v, b = p; + break; + case 2: + r = p, g = v, b = t; + break; + case 3: + r = p, g = q, b = v; + break; + case 4: + r = t, g = p, b = v; + break; + case 5: + r = v, g = p, b = q; + break; + } + return { + r: Math.floor(r * 255), + g: Math.floor(g * 255), + b: Math.floor(b * 255), + a: a + }; + }, + toHex: function(h, s, b, a) { + var rgb = this.toRGB(h, s, b, a); + return '#' + ((1 << 24) | (parseInt(rgb.r) << 16) | (parseInt(rgb.g) << 8) | parseInt(rgb.b)).toString(16).substr(1); + }, + toHSL: function(h, s, b, a) { + h = h || this.value.h; + s = s || this.value.s; + b = b || this.value.b; + a = a || this.value.a; + + var H = h, + L = (2 - s) * b, + S = s * b; + if (L > 0 && L <= 1) { + S /= L; + } else { + S /= 2 - L; + } + L /= 2; + if (S > 1) { + S = 1; + } + return { + h: isNaN(H) ? 0 : H, + s: isNaN(S) ? 0 : S, + l: isNaN(L) ? 0 : L, + a: isNaN(a) ? 0 : a, + }; + }, + toAlias: function(r, g, b, a) { + var rgb = this.toHex(r, g, b, a); + for(var alias in this.colors){ + if(this.colors[alias] == rgb){ + return alias; + } + } + return false; + }, + RGBtoHSB: function(r, g, b, a) { + r /= 255; + g /= 255; + b /= 255; + + var H, S, V, C; + V = Math.max(r, g, b); + C = V - Math.min(r, g, b); + H = (C === 0 ? null : + V === r ? (g - b) / C : + V === g ? (b - r) / C + 2 : + (r - g) / C + 4 + ); + H = ((H + 360) % 6) * 60 / 360; + S = C === 0 ? 0 : C / V; + return { + h: this._sanitizeNumber(H), + s: S, + b: V, + a: this._sanitizeNumber(a) + }; + }, + HueToRGB: function(p, q, h) { + if (h < 0) { + h += 1; + } else if (h > 1) { + h -= 1; + } + if ((h * 6) < 1) { + return p + (q - p) * h * 6; + } else if ((h * 2) < 1) { + return q; + } else if ((h * 3) < 2) { + return p + (q - p) * ((2 / 3) - h) * 6; + } else { + return p; + } + }, + HSLtoRGB: function(h, s, l, a) { + if (s < 0) { + s = 0; + } + var q; + if (l <= 0.5) { + q = l * (1 + s); + } else { + q = l + s - (l * s); + } + + var p = 2 * l - q; + + var tr = h + (1 / 3); + var tg = h; + var tb = h - (1 / 3); + + var r = Math.round(this.HueToRGB(p, q, tr) * 255); + var g = Math.round(this.HueToRGB(p, q, tg) * 255); + var b = Math.round(this.HueToRGB(p, q, tb) * 255); + return [r, g, b, this._sanitizeNumber(a)]; + }, + toString: function(format) { + format = format || Â 'rgba'; + switch (format) { + case 'rgb': + { + var rgb = this.toRGB(); + return 'rgb(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ')'; + } + break; + case 'rgba': + { + var rgb = this.toRGB(); + return 'rgba(' + rgb.r + ',' + rgb.g + ',' + rgb.b + ',' + rgb.a + ')'; + } + break; + case 'hsl': + { + var hsl = this.toHSL(); + return 'hsl(' + Math.round(hsl.h * 360) + ',' + Math.round(hsl.s * 100) + '%,' + Math.round(hsl.l * 100) + '%)'; + } + break; + case 'hsla': + { + var hsl = this.toHSL(); + return 'hsla(' + Math.round(hsl.h * 360) + ',' + Math.round(hsl.s * 100) + '%,' + Math.round(hsl.l * 100) + '%,' + hsl.a + ')'; + } + break; + case 'hex': + { + return this.toHex(); + } + break; + case 'alias': + return this.toAlias() || this.toHex(); + default: + { + return false; + } + break; + } + }, + // a set of RE's that can match strings and generate color tuples. + // from John Resig color plugin + // https://github.com/jquery/jquery-color/ + stringParsers: [{ + re: /#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/, + format: 'hex', + parse: function(execResult) { + return [ + parseInt(execResult[1], 16), + parseInt(execResult[2], 16), + parseInt(execResult[3], 16), + 1 + ]; + } + }, { + re: /#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/, + format: 'hex', + parse: function(execResult) { + return [ + parseInt(execResult[1] + execResult[1], 16), + parseInt(execResult[2] + execResult[2], 16), + parseInt(execResult[3] + execResult[3], 16), + 1 + ]; + } + }, { + re: /rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*?\)/, + format: 'rgb', + parse: function(execResult) { + return [ + execResult[1], + execResult[2], + execResult[3], + 1 + ]; + } + }, { + re: /rgb\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/, + format: 'rgb', + parse: function(execResult) { + return [ + 2.55 * execResult[1], + 2.55 * execResult[2], + 2.55 * execResult[3], + 1 + ]; + } + }, { + re: /rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'rgba', + parse: function(execResult) { + return [ + execResult[1], + execResult[2], + execResult[3], + execResult[4] + ]; + } + }, { + re: /rgba\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'rgba', + parse: function(execResult) { + return [ + 2.55 * execResult[1], + 2.55 * execResult[2], + 2.55 * execResult[3], + execResult[4] + ]; + } + }, { + re: /hsl\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*?\)/, + format: 'hsl', + parse: function(execResult) { + return [ + execResult[1] / 360, + execResult[2] / 100, + execResult[3] / 100, + execResult[4] + ]; + } + }, { + re: /hsla\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d+(?:\.\d+)?)\s*)?\)/, + format: 'hsla', + parse: function(execResult) { + return [ + execResult[1] / 360, + execResult[2] / 100, + execResult[3] / 100, + execResult[4] + ]; + } + }, { + //predefined color name + re: /^([a-z]{3,})$/, + format: 'alias', + parse: function(execResult) { + var hexval = this.colorNameToHex(execResult[0]) || Â '#000000'; + var match = this.stringParsers[0].re.exec(hexval), + values = match && this.stringParsers[0].parse.apply(this, [match]); + return values; + } + }], + colorNameToHex: function(name) { + if (typeof this.colors[name.toLowerCase()] !== 'undefined') { + return this.colors[name.toLowerCase()]; + } + return false; + } +}; diff --git a/library/bootstrap-colorpicker/src/js/colorpicker.js b/library/bootstrap-colorpicker/src/js/colorpicker.js new file mode 100644 index 000000000..e68b965d1 --- /dev/null +++ b/library/bootstrap-colorpicker/src/js/colorpicker.js @@ -0,0 +1,464 @@ +/*! + * Bootstrap Colorpicker + * http://mjolnic.github.io/bootstrap-colorpicker/ + * + * Originally written by (c) 2012 Stefan Petre + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0.txt + * + * @todo Update DOCS + */ + +(function( factory ) { + "use strict"; + if(typeof define === 'function' && define.amd) { + define(['jquery'], factory); + } + else if(window.jQuery && !window.jQuery.fn.colorpicker) { + factory(window.jQuery); + } +} +(function($) { + 'use strict'; + + '{{color}}'; + + var defaults = { + horizontal: false, // horizontal mode layout ? + inline: false, //forces to show the colorpicker as an inline element + color: false, //forces a color + format: false, //forces a format + input: 'input', // children input selector + container: false, // container selector + component: '.add-on, .input-group-addon', // children component selector + sliders: { + saturation: { + maxLeft: 100, + maxTop: 100, + callLeft: 'setSaturation', + callTop: 'setBrightness' + }, + hue: { + maxLeft: 0, + maxTop: 100, + callLeft: false, + callTop: 'setHue' + }, + alpha: { + maxLeft: 0, + maxTop: 100, + callLeft: false, + callTop: 'setAlpha' + } + }, + slidersHorz: { + saturation: { + maxLeft: 100, + maxTop: 100, + callLeft: 'setSaturation', + callTop: 'setBrightness' + }, + hue: { + maxLeft: 100, + maxTop: 0, + callLeft: 'setHue', + callTop: false + }, + alpha: { + maxLeft: 100, + maxTop: 0, + callLeft: 'setAlpha', + callTop: false + } + }, + template: '<div class="colorpicker dropdown-menu">' + + '<div class="colorpicker-saturation"><i><b></b></i></div>' + + '<div class="colorpicker-hue"><i></i></div>' + + '<div class="colorpicker-alpha"><i></i></div>' + + '<div class="colorpicker-color"><div /></div>' + + '</div>' + }; + + var Colorpicker = function(element, options) { + this.element = $(element).addClass('colorpicker-element'); + this.options = $.extend({}, defaults, this.element.data(), options); + this.component = this.options.component; + this.component = (this.component !== false) ? this.element.find(this.component) : false; + if (this.component && (this.component.length === 0)) { + this.component = false; + } + this.container = (this.options.container === true) ? this.element : this.options.container; + this.container = (this.container !== false) ? $(this.container) : false; + + // Is the element an input? Should we search inside for any input? + this.input = this.element.is('input') ? this.element : (this.options.input ? + this.element.find(this.options.input) : false); + if (this.input && (this.input.length === 0)) { + this.input = false; + } + // Set HSB color + this.color = new Color(this.options.color !== false ? this.options.color : this.getValue()); + this.format = this.options.format !== false ? this.options.format : this.color.origFormat; + + // Setup picker + this.picker = $(this.options.template); + if (this.options.inline) { + this.picker.addClass('colorpicker-inline colorpicker-visible'); + } else { + this.picker.addClass('colorpicker-hidden'); + } + if (this.options.horizontal) { + this.picker.addClass('colorpicker-horizontal'); + } + if (this.format === 'rgba' || this.format === 'hsla') { + this.picker.addClass('colorpicker-with-alpha'); + } + this.picker.on('mousedown.colorpicker', $.proxy(this.mousedown, this)); + this.picker.appendTo(this.container ? this.container : $('body')); + + // Bind events + if (this.input !== false) { + this.input.on({ + 'keyup.colorpicker': $.proxy(this.keyup, this) + }); + if (this.component === false) { + this.element.on({ + 'focus.colorpicker': $.proxy(this.show, this) + }); + } + if (this.options.inline === false) { + this.element.on({ + 'focusout.colorpicker': $.proxy(this.hide, this) + }); + } + } + + if (this.component !== false) { + this.component.on({ + 'click.colorpicker': $.proxy(this.show, this) + }); + } + + if ((this.input === false) && (this.component === false)) { + this.element.on({ + 'click.colorpicker': $.proxy(this.show, this) + }); + } + this.update(); + + $($.proxy(function() { + this.element.trigger('create'); + }, this)); + }; + + Colorpicker.version = '2.0.0-beta'; + + Colorpicker.Color = Color; + + Colorpicker.prototype = { + constructor: Colorpicker, + destroy: function() { + this.picker.remove(); + this.element.removeData('colorpicker').off('.colorpicker'); + if (this.input !== false) { + this.input.off('.colorpicker'); + } + if (this.component !== false) { + this.component.off('.colorpicker'); + } + this.element.removeClass('colorpicker-element'); + this.element.trigger({ + type: 'destroy' + }); + }, + reposition: function() { + if (this.options.inline !== false) { + return false; + } + var type = this.container[0] !== document.body ? 'position' : 'offset'; + var offset = this.component ? this.component[type]() : this.element[type](); + this.picker.css({ + top: offset.top + (this.component ? this.component.outerHeight() : this.element.outerHeight()), + left: offset.left + }); + }, + show: function(e) { + if (this.isDisabled()) { + return false; + } + this.picker.addClass('colorpicker-visible').removeClass('colorpicker-hidden'); + this.reposition(); + $(window).on('resize.colorpicker', $.proxy(this.reposition, this)); + if (!this.hasInput() && e) { + if (e.stopPropagation && e.preventDefault) { + e.stopPropagation(); + e.preventDefault(); + } + } + if (this.options.inline === false) { + $(window.document).on({ + 'mousedown.colorpicker': $.proxy(this.hide, this) + }); + } + this.element.trigger({ + type: 'showPicker', + color: this.color + }); + }, + hide: function() { + this.picker.addClass('colorpicker-hidden').removeClass('colorpicker-visible'); + $(window).off('resize.colorpicker', this.reposition); + $(document).off({ + 'mousedown.colorpicker': this.hide + }); + this.update(); + this.element.trigger({ + type: 'hidePicker', + color: this.color + }); + }, + updateData: function(val) { + val = val || Â this.color.toString(this.format); + this.element.data('color', val); + return val; + }, + updateInput: function(val) { + val = val || Â this.color.toString(this.format); + if (this.input !== false) { + this.input.prop('value', val); + } + return val; + }, + updatePicker: function(val) { + if (val !== undefined) { + this.color = new Color(val); + } + var sl = (this.options.horizontal === false) ? this.options.sliders : this.options.slidersHorz; + var icns = this.picker.find('i'); + if (icns.length === 0) { + return; + } + if (this.options.horizontal === false) { + sl = this.options.sliders; + icns.eq(1).css('top', sl.hue.maxTop * (1 - this.color.value.h)).end() + .eq(2).css('top', sl.alpha.maxTop * (1 - this.color.value.a)); + } else { + sl = this.options.slidersHorz; + icns.eq(1).css('left', sl.hue.maxLeft * (1 - this.color.value.h)).end() + .eq(2).css('left', sl.alpha.maxLeft * (1 - this.color.value.a)); + } + icns.eq(0).css({ + 'top': sl.saturation.maxTop - this.color.value.b * sl.saturation.maxTop, + 'left': this.color.value.s * sl.saturation.maxLeft + }); + this.picker.find('.colorpicker-saturation').css('backgroundColor', this.color.toHex(this.color.value.h, 1, 1, 1)); + this.picker.find('.colorpicker-alpha').css('backgroundColor', this.color.toHex()); + this.picker.find('.colorpicker-color, .colorpicker-color div').css('backgroundColor', this.color.toString(this.format)); + return val; + }, + updateComponent: function(val) { + val = val || Â this.color.toString(this.format); + if (this.component !== false) { + var icn = this.component.find('i').eq(0); + if (icn.length > 0) { + icn.css({ + 'backgroundColor': val + }); + } else { + this.component.css({ + 'backgroundColor': val + }); + } + } + return val; + }, + update: function(force) { + var val = this.updateComponent(); + if ((this.getValue(false) !== false) || (force === true)) { + // Update input/data only if the current value is not blank + this.updateInput(val); + this.updateData(val); + } + this.updatePicker(); + return val; + + }, + setValue: function(val) { // set color manually + this.color = new Color(val); + this.update(); + this.element.trigger({ + type: 'changeColor', + color: this.color, + value: val + }); + }, + getValue: function(defaultValue) { + defaultValue = (defaultValue === undefined) ? '#000000' : defaultValue; + var val; + if (this.hasInput()) { + val = this.input.val(); + } else { + val = this.element.data('color'); + } + if ((val === undefined) || (val === '') || (val === null)) { + // if not defined or empty, return default + val = defaultValue; + } + return val; + }, + hasInput: function() { + return (this.input !== false); + }, + isDisabled: function() { + if (this.hasInput()) { + return (this.input.prop('disabled') === true); + } + return false; + }, + disable: function() { + if (this.hasInput()) { + this.input.prop('disabled', true); + return true; + } + return false; + }, + enable: function() { + if (this.hasInput()) { + this.input.prop('disabled', false); + return true; + } + return false; + }, + currentSlider: null, + mousePointer: { + left: 0, + top: 0 + }, + mousedown: function(e) { + e.stopPropagation(); + e.preventDefault(); + + var target = $(e.target); + + //detect the slider and set the limits and callbacks + var zone = target.closest('div'); + var sl = this.options.horizontal ? this.options.slidersHorz : this.options.sliders; + if (!zone.is('.colorpicker')) { + if (zone.is('.colorpicker-saturation')) { + this.currentSlider = $.extend({}, sl.saturation); + } else if (zone.is('.colorpicker-hue')) { + this.currentSlider = $.extend({}, sl.hue); + } else if (zone.is('.colorpicker-alpha')) { + this.currentSlider = $.extend({}, sl.alpha); + } else { + return false; + } + var offset = zone.offset(); + //reference to guide's style + this.currentSlider.guide = zone.find('i')[0].style; + this.currentSlider.left = e.pageX - offset.left; + this.currentSlider.top = e.pageY - offset.top; + this.mousePointer = { + left: e.pageX, + top: e.pageY + }; + //trigger mousemove to move the guide to the current position + $(document).on({ + 'mousemove.colorpicker': $.proxy(this.mousemove, this), + 'mouseup.colorpicker': $.proxy(this.mouseup, this) + }).trigger('mousemove'); + } + return false; + }, + mousemove: function(e) { + e.stopPropagation(); + e.preventDefault(); + var left = Math.max( + 0, + Math.min( + this.currentSlider.maxLeft, + this.currentSlider.left + ((e.pageX || this.mousePointer.left) - this.mousePointer.left) + ) + ); + var top = Math.max( + 0, + Math.min( + this.currentSlider.maxTop, + this.currentSlider.top + ((e.pageY || this.mousePointer.top) - this.mousePointer.top) + ) + ); + this.currentSlider.guide.left = left + 'px'; + this.currentSlider.guide.top = top + 'px'; + if (this.currentSlider.callLeft) { + this.color[this.currentSlider.callLeft].call(this.color, left / 100); + } + if (this.currentSlider.callTop) { + this.color[this.currentSlider.callTop].call(this.color, top / 100); + } + this.update(true); + + this.element.trigger({ + type: 'changeColor', + color: this.color + }); + return false; + }, + mouseup: function(e) { + e.stopPropagation(); + e.preventDefault(); + $(document).off({ + 'mousemove.colorpicker': this.mousemove, + 'mouseup.colorpicker': this.mouseup + }); + return false; + }, + keyup: function(e) { + if ((e.keyCode === 38)) { + if (this.color.value.a < 1) { + this.color.value.a = Math.round((this.color.value.a + 0.01) * 100) / 100; + } + this.update(true); + } else if ((e.keyCode === 40)) { + if (this.color.value.a > 0) { + this.color.value.a = Math.round((this.color.value.a - 0.01) * 100) / 100; + } + this.update(true); + } else { + var val = this.input.val(); + this.color = new Color(val); + if (this.getValue(false) !== false) { + this.updateData(); + this.updateComponent(); + this.updatePicker(); + } + } + this.element.trigger({ + type: 'changeColor', + color: this.color, + value: val + }); + } + }; + + $.colorpicker = Colorpicker; + + $.fn.colorpicker = function(option) { + var pickerArgs = arguments; + + return this.each(function() { + var $this = $(this), + inst = $this.data('colorpicker'), + options = ((typeof option === 'object') ? option : {}); + if ((!inst) && (typeof option !== 'string')) { + $this.data('colorpicker', new Colorpicker(this, options)); + } else { + if (typeof option === 'string') { + inst[option].apply(inst, Array.prototype.slice.call(pickerArgs, 1)); + } + } + }); + }; + + $.fn.colorpicker.constructor = Colorpicker; + +})); diff --git a/library/bootstrap-colorpicker/src/js/docs.js b/library/bootstrap-colorpicker/src/js/docs.js new file mode 100644 index 000000000..29cbbd2bc --- /dev/null +++ b/library/bootstrap-colorpicker/src/js/docs.js @@ -0,0 +1,45 @@ +$(function() { + // Code for docs demos + function createColorpickers() { + // Api demo + var bodyStyle = $('body')[0].style; + $('#demo_apidemo').colorpicker({ + color: bodyStyle.backgroundColor + }).on('changeColor', function(ev) { + bodyStyle.backgroundColor = ev.color.toHex(); + }); + + // Horizontal mode + $('#demo_forceformat').colorpicker({ + format: 'rgba', // force this format + horizontal: true + }); + + $('.demo-auto').colorpicker(); + + // Disabled / enabled triggers + $(".disable-button").click(function(e) { + e.preventDefault(); + $("#demo_endis").colorpicker('disable'); + }); + + $(".enable-button").click(function(e) { + e.preventDefault(); + $("#demo_endis").colorpicker('enable'); + }); + } + + createColorpickers(); + + // Create / destroy instances + $('.demo-destroy').click(function(e) { + e.preventDefault(); + $('.demo').colorpicker('destroy'); + $(".disable-button, .enable-button").off('click'); + }); + + $('.demo-create').click(function(e) { + e.preventDefault(); + createColorpickers(); + }); +}); diff --git a/library/bootstrap-colorpicker/src/less/colorpicker.less b/library/bootstrap-colorpicker/src/less/colorpicker.less new file mode 100644 index 000000000..311b58fd9 --- /dev/null +++ b/library/bootstrap-colorpicker/src/less/colorpicker.less @@ -0,0 +1,193 @@ +/*! + * Bootstrap Colorpicker + * http://mjolnic.github.io/bootstrap-colorpicker/ + * + * Originally written by (c) 2012 Stefan Petre + * Licensed under the Apache License v2.0 + * http://www.apache.org/licenses/LICENSE-2.0.txt + * + */ +.bgImg(@img){ + background-image: url("../img/bootstrap-colorpicker/@{img}"); +} +.borderRadius(@size){ + -webkit-border-radius: @size; + -moz-border-radius: @size; + border-radius: @size; +} + +.colorpicker-saturation { + width: 100px; + height: 100px; + .bgImg('saturation.png'); + cursor: crosshair; + float: left; + i { + display: block; + height: 5px; + width: 5px; + border: 1px solid #000; + .borderRadius(5px); + position: absolute; + top: 0; + left: 0; + margin: -4px 0 0 -4px; + b { + display: block; + height: 5px; + width: 5px; + border: 1px solid #fff; + .borderRadius(5px); + } + } +} + +.colorpicker-hue, +.colorpicker-alpha { + width: 15px; + height: 100px; + float: left; + cursor: row-resize; + margin-left: 4px; + margin-bottom: 4px; +} +.colorpicker-hue i, +.colorpicker-alpha i { + display: block; + height: 1px; + background: #000; + border-top: 1px solid #fff; + position: absolute; + top: 0; + left: 0; + width: 100%; + margin-top: -1px; +} +.colorpicker-hue { + .bgImg('hue.png'); +} +.colorpicker-alpha { + .bgImg('alpha.png'); + display: none; +} +.colorpicker { + *zoom: 1; + top: 0; + left: 0; + padding: 4px; + min-width: 130px; + margin-top: 1px; + .borderRadius(4px); + z-index:2500; +} +.colorpicker:before, +.colorpicker:after { + display: table; + content: ""; + line-height: 0; +} +.colorpicker:after { + clear: both; +} +.colorpicker:before { + content: ''; + display: inline-block; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-bottom: 7px solid #ccc; + border-bottom-color: rgba(0, 0, 0, 0.2); + position: absolute; + top: -7px; + left: 6px; +} +.colorpicker:after { + content: ''; + display: inline-block; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + border-bottom: 6px solid #ffffff; + position: absolute; + top: -6px; + left: 7px; +} +.colorpicker div { + position: relative; +} +.colorpicker.colorpicker-with-alpha { + min-width: 140px; +} +.colorpicker.colorpicker-with-alpha .colorpicker-alpha { + display: block; +} +.colorpicker-color { + height: 10px; + margin-top: 5px; + clear: both; + .bgImg('alpha.png'); + background-position: 0 100%; +} +.colorpicker-color div { + height: 10px; +} +.colorpicker-element .input-group-addon i, +.colorpicker-element .add-on i { + display: inline-block; + cursor: pointer; + height: 16px; + vertical-align: text-top; + width: 16px; +} +.colorpicker.colorpicker-inline { + position: relative; + display: inline-block; + float: none; +} +.colorpicker.colorpicker-horizontal { + width: 110px; + min-width: 110px; + height: auto; +} +.colorpicker.colorpicker-horizontal .colorpicker-saturation{ + margin-bottom: 4px; +} +.colorpicker.colorpicker-horizontal .colorpicker-color { + width: 100px; +} +.colorpicker.colorpicker-horizontal .colorpicker-hue, +.colorpicker.colorpicker-horizontal .colorpicker-alpha { + width: 100px; + height: 15px; + float: left; + cursor: col-resize; + margin-left: 0px; + margin-bottom: 4px; +} +.colorpicker.colorpicker-horizontal .colorpicker-hue i, +.colorpicker.colorpicker-horizontal .colorpicker-alpha i { + display: block; + height: 15px; + background: #ffffff; + position: absolute; + top: 0; + left: 0; + width: 1px; + border: none; + margin-top: 0px; +} +.colorpicker.colorpicker-horizontal .colorpicker-hue { + .bgImg('hue-horizontal.png'); +} +.colorpicker.colorpicker-horizontal .colorpicker-alpha { + .bgImg('alpha-horizontal.png'); +} + +.colorpicker.colorpicker-hidden{ + display:none; +} + +.colorpicker.colorpicker-visible{ + display:block; +} +.colorpicker-inline.colorpicker-visible{ + display:inline-block; +} diff --git a/library/jquery_ac/friendica.complete.js b/library/jquery_ac/friendica.complete.js index 190625e87..73a6e91d5 100644 --- a/library/jquery_ac/friendica.complete.js +++ b/library/jquery_ac/friendica.complete.js @@ -46,7 +46,7 @@ params: {},
fnFormatResult: fnFormatResult,
delimiter: null,
- zIndex: 9999
+ zIndex: 999
};
this.initialize();
this.setOptions(options);
@@ -78,7 +78,7 @@ if (!this.options.width) { this.options.width = this.el.width(); }
this.mainContainerId = 'AutocompleteContainter_' + uid;
- $('<div id="' + this.mainContainerId + '" style="position:absolute;z-index:9999;"><div class="autocomplete-w1" id="'+this.id+'"><div class="autocomplete" id="' + autocompleteElId + '" style="display:none; width:300px;"></div></div></div>').appendTo('body');
+ $('<div id="' + this.mainContainerId + '" style="position:absolute;z-index:999;"><div class="autocomplete-w1" id="'+this.id+'"><div class="autocomplete" id="' + autocompleteElId + '" style="display:none; width:300px;"></div></div></div>').appendTo('body');
this.container = $('#' + autocompleteElId);
this.fixPosition();
diff --git a/mod/_well_known.php b/mod/_well_known.php index 6e77336c3..885ff9b50 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -19,6 +19,15 @@ function _well_known_init(&$a){ require_once('mod/wfinger.php');
wfinger_init($a);
break;
+ case 'host-meta':
+ $a->argc -= 1;
+ array_shift($a->argv);
+ $a->argv[0] = 'hostxrd';
+ require_once('mod/hostxrd.php');
+ hostxrd_init($a);
+ break;
+ default:
+ break;
}
}
diff --git a/mod/acl.php b/mod/acl.php index ed9e935e9..9bd1a9eb4 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -55,6 +55,17 @@ function acl_init(&$a){ intval(XCHAN_FLAGS_DELETED) ); $contact_count = (int)$r[0]['c']; + + if(intval(get_config('system','taganyone')) || intval(get_pconfig(local_user(),'system','taganyone'))) { + if(((! $r) || (! $r[0]['total'])) && $type == 'c') { + $r = q("SELECT COUNT(xchan_hash) AS c FROM xchan + WHERE not (xchan_flags & %d ) $sql_extra2" , + intval(XCHAN_FLAGS_DELETED) + ); + $contact_count = (int)$r[0]['c']; + } + } + } elseif ($type == 'm') { @@ -134,7 +145,15 @@ function acl_init(&$a){ intval(ABOOK_FLAG_BLOCKED|ABOOK_FLAG_PENDING|ABOOK_FLAG_ARCHIVED), intval(XCHAN_FLAGS_DELETED) ); - + if(intval(get_config('system','taganyone')) || intval(get_pconfig(local_user(),'system','taganyone'))) { + if((! $r) && $type == 'c') { + $r = q("SELECT substr(xchan_hash,1,18) as id, xchan_hash as hash, xchan_name as name, xchan_photo_s as micro, xchan_url as url, xchan_addr as nick, 0 as abook_their_perms, 0 as abook_flags + FROM xchan + WHERE not (xchan_flags & %d ) $sql_extra2 order by xchan_name asc" , + intval(XCHAN_FLAGS_DELETED) + ); + } + } } elseif($type == 'm') { @@ -206,6 +225,20 @@ function acl_init(&$a){ if(count($r)) { foreach($r as $g){ + if(($g['abook_their_perms'] & PERMS_W_TAGWALL) && $type == 'c') { + $contacts[] = array( + "type" => "c", + "photo" => "images/twopeople.png", + "name" => $g['name'] . '+', + "id" => $g['id'] . '+', + "xid" => $g['hash'], + "link" => $g['nick'], + "nick" => substr($g['nick'],0,strpos($g['nick'],'@')), + "self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''), + "taggable" => 'taggable', + "label" => t('network') + ); + } $contacts[] = array( "type" => "c", "photo" => $g['micro'], @@ -215,7 +248,8 @@ function acl_init(&$a){ "link" => $g['nick'], "nick" => substr($g['nick'],0,strpos($g['nick'],'@')), "self" => (($g['abook_flags'] & ABOOK_FLAG_SELF) ? 'abook-self' : ''), - "taggable" => (($g['abook_their_perms'] & PERMS_W_TAGWALL) ? 'taggable' : '') + "taggable" => '', + "label" => '', ); } } diff --git a/mod/admin.php b/mod/admin.php index c4a284941..74e2d8f56 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -24,6 +24,10 @@ function admin_post(&$a){ case 'users': admin_page_users_post($a); break; + case 'channels': + admin_page_channels_post($a); + break; + case 'plugins': if (argc() > 2 && is_file("addon/" . argv(2) . "/" . argv(2) . ".php")){ @@ -85,12 +89,13 @@ function admin_content(&$a) { // array( url, name, extra css classes ) $aside = Array( - 'site' => Array($a->get_baseurl(true)."/admin/site/", t("Site") , "site"), - 'users' => Array($a->get_baseurl(true)."/admin/users/", t("Users") , "users"), - 'plugins'=> Array($a->get_baseurl(true)."/admin/plugins/", t("Plugins") , "plugins"), - 'themes' => Array($a->get_baseurl(true)."/admin/themes/", t("Themes") , "themes"), - 'hubloc' => Array($a->get_baseurl(true)."/admin/hubloc/", t("Server") , "server"), - 'dbsync' => Array($a->get_baseurl(true)."/admin/dbsync/", t('DB updates'), "dbsync") + 'site' => Array($a->get_baseurl(true)."/admin/site/", t("Site") , "site"), + 'users' => Array($a->get_baseurl(true)."/admin/users/", t("Accounts") , "users"), + 'channels' => Array($a->get_baseurl(true)."/admin/channels/", t("Channels") , "channels"), + 'plugins' => Array($a->get_baseurl(true)."/admin/plugins/", t("Plugins") , "plugins"), + 'themes' => Array($a->get_baseurl(true)."/admin/themes/", t("Themes") , "themes"), + 'hubloc' => Array($a->get_baseurl(true)."/admin/hubloc/", t("Server") , "server"), + 'dbsync' => Array($a->get_baseurl(true)."/admin/dbsync/", t('DB updates'), "dbsync") ); /* get plugins admin page */ @@ -132,6 +137,9 @@ function admin_content(&$a) { case 'users': $o = admin_page_users($a); break; + case 'channels': + $o = admin_page_channels($a); + break; case 'plugins': $o = admin_page_plugins($a); break; @@ -236,6 +244,7 @@ function admin_page_site_post(&$a){ $allowed_email = ((x($_POST,'allowed_email')) ? notags(trim($_POST['allowed_email'])) : ''); $block_public = ((x($_POST,'block_public')) ? True : False); $force_publish = ((x($_POST,'publish_all')) ? True : False); + $disable_discover_tab = ((x($_POST,'disable_discover_tab')) ? True : False); $no_login_on_homepage = ((x($_POST,'no_login_on_homepage')) ? True : False); $global_directory = ((x($_POST,'directory_submit_url')) ? notags(trim($_POST['directory_submit_url'])) : ''); $no_community_page = !((x($_POST,'no_community_page')) ? True : False); @@ -333,6 +342,7 @@ function admin_page_site_post(&$a){ set_config('system','allowed_email', $allowed_email); set_config('system','block_public', $block_public); set_config('system','publish_all', $force_publish); + set_config('system','disable_discover_tab', $disable_discover_tab); if($global_directory=="") { del_config('system','directory_submit_url'); } @@ -406,17 +416,17 @@ function admin_page_site(&$a) { /* Register policy */ $register_choices = Array( - REGISTER_CLOSED => t("Closed"), - REGISTER_APPROVE => t("Requires approval"), - REGISTER_OPEN => t("Open") + REGISTER_CLOSED => t("No"), + REGISTER_APPROVE => t("Yes - with approval"), + REGISTER_OPEN => t("Yes") ); /* Acess policy */ $access_choices = Array( - ACCESS_PRIVATE => t("Private"), - ACCESS_PAID => t("Paid Access"), - ACCESS_FREE => t("Free Access"), - ACCESS_TIERED => t("Tiered Access") + ACCESS_PRIVATE => t("My site is not a public server"), + ACCESS_PAID => t("My site has paid access only"), + ACCESS_FREE => t("My site has free access only"), + ACCESS_TIERED => t("My site offers free accounts with optional paid upgrades") ); // $ssl_choices = array( @@ -445,15 +455,16 @@ function admin_page_site(&$a) { '$theme_accessibility' => array('theme_accessibility', t("Accessibility system theme"), get_config('system','accessibility_theme'), t("Accessibility theme"), $theme_choices_accessibility), '$site_channel' => array('site_channel', t("Channel to use for this website's static pages"), get_config('system','site_channel'), t("Site Channel")), // '$ssl_policy' => array('ssl_policy', t("SSL link policy"), (string) intval(get_config('system','ssl_policy')), t("Determines whether generated links should be forced to use SSL"), $ssl_choices), - '$maximagesize' => array('maximagesize', t("Maximum image size"), get_config('system','maximagesize'), t("Maximum size in bytes of uploaded images. Default is 0, which means no limits.")), - '$register_policy' => array('register_policy', t("Register policy"), get_config('system','register_policy'), "", $register_choices), - '$access_policy' => array('access_policy', t("Access policy"), get_config('system','access_policy'), "", $access_choices), + '$maximagesize' => array('maximagesize', t("Maximum image size"), intval(get_config('system','maximagesize')), t("Maximum size in bytes of uploaded images. Default is 0, which means no limits.")), + '$register_policy' => array('register_policy', t("Does this site allow new member registration?"), get_config('system','register_policy'), "", $register_choices), + '$access_policy' => array('access_policy', t("Which best describes the types of account offered by this hub?"), get_config('system','access_policy'), "This is displayed on the public server site list.", $access_choices), '$register_text' => array('register_text', t("Register text"), htmlspecialchars(get_config('system','register_text'), ENT_QUOTES, 'UTF-8'), t("Will be displayed prominently on the registration page.")), '$abandon_days' => array('abandon_days', t('Accounts abandoned after x days'), get_config('system','account_abandon_days'), t('Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit.')), '$allowed_sites' => array('allowed_sites', t("Allowed friend domains"), get_config('system','allowed_sites'), t("Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains")), '$allowed_email' => array('allowed_email', t("Allowed email domains"), get_config('system','allowed_email'), t("Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains")), '$block_public' => array('block_public', t("Block public"), get_config('system','block_public'), t("Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.")), '$force_publish' => array('publish_all', t("Force publish"), get_config('system','publish_all'), t("Check to force all profiles on this site to be listed in the site directory.")), + '$disable_discover_tab' => array('disable_discover_tab', t("Disable discovery tab"), get_config('system','disable_discover_tab'), t("Remove the tab in the network view with public content pulled from sources chosen for this site.")), '$no_login_on_homepage' => array('no_login_on_homepage', t("No login on Homepage"), get_config('system','no_login_on_homepage'), t("Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel).")), '$proxyuser' => array('proxyuser', t("Proxy user"), get_config('system','proxyuser'), ""), @@ -671,7 +682,7 @@ function admin_page_users(&$a){ intval( $uid ) ); - notice( sprintf( (($account['account_flags'] & ACCOUNT_BLOCKED) ? t("User '%s' unblocked"):t("User '%s' blocked")) , $account[0]['account_email']) . EOL); + notice( sprintf( (($account[0]['account_flags'] & ACCOUNT_BLOCKED) ? t("User '%s' unblocked"):t("User '%s' blocked")) , $account[0]['account_email']) . EOL); }; break; } goaway($a->get_baseurl(true) . '/admin/users' ); @@ -767,6 +778,133 @@ function admin_page_users(&$a){ /** + * Channels admin page + * + * @param App $a + */ +function admin_page_channels_post(&$a){ + $channels = ( x($_POST, 'channel') ? $_POST['channel'] : Array() ); + + check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels'); + + if (x($_POST,'page_channels_block')){ + foreach($channels as $uid){ + q("UPDATE channel SET channel_pageflags = ( channel_pageflags ^ %d ) where channel_id = %d", + intval(PAGE_CENSORED), + intval( $uid ) + ); + } + notice( sprintf( tt("%s channel censored/uncensored", "%s channelss censored/uncensored", count($channels)), count($channels)) ); + } + if (x($_POST,'page_channels_delete')){ + require_once("include/Contact.php"); + foreach($channels as $uid){ + channel_remove($uid,true); + } + notice( sprintf( tt("%s channel deleted", "%s channels deleted", count($channels)), count($channels)) ); + } + + goaway($a->get_baseurl(true) . '/admin/channels' ); + return; // NOTREACHED +} + +/** + * @param App $a + * @return string + */ +function admin_page_channels(&$a){ + if (argc() > 2) { + $uid = argv(3); + $channel = q("SELECT * FROM channel WHERE channel_id = %d", + intval($uid) + ); + + if (! $channel) { + notice( t('Channel not found') . EOL); + goaway($a->get_baseurl(true) . '/admin/channels' ); + } + + switch(argv(2)){ + case "delete":{ + check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); + // delete channel + require_once("include/Contact.php"); + channel_remove($uid,true); + + notice( sprintf(t("Channel '%s' deleted"), $channel[0]['channel_name']) . EOL); + }; break; + + case "block":{ + check_form_security_token_redirectOnErr('/admin/channels', 'admin_channels', 't'); + q("UPDATE channel SET channel_pageflags = ( channel_pageflags ^ %d ) where channel_id = %d", + intval(PAGE_CENSORED), + intval( $uid ) + ); + + notice( sprintf( (($channel[0]['channel_pageflags'] & PAGE_CENSORED) ? t("Channel '%s' uncensored"): t("Channel '%s' censored")) , $channel[0]['channel_name'] . ' (' . $channel[0]['channel_address'] . ')' ) . EOL); + }; break; + } + goaway($a->get_baseurl(true) . '/admin/channels' ); + return ''; // NOTREACHED + + } + + /* get channels */ + + $total = q("SELECT count(*) as total FROM channel where not (channel_pageflags & %d)", + intval(PAGE_REMOVED) + ); + if($total) { + $a->set_pager_total($total[0]['total']); + $a->set_pager_itemspage(100); + } + + $order = " order by channel_name asc "; + + $channels = q("SELECT * from channel where not ( channel_pageflags & %d ) $order limit %d , %d ", + intval(PAGE_REMOVED), + intval($a->pager['start']), + intval($a->pager['itemspage']) + ); + + if($channels) { + for($x = 0; $x < count($channels); $x ++) { + if($channels[$x]['channel_pageflags'] & PAGE_CENSORED) + $channels[$x]['blocked'] = true; + else + $channels[$x]['blocked'] = false; + } + } + + $t = get_markup_template("admin_channels.tpl"); + $o = replace_macros($t, array( + // strings // + '$title' => t('Administration'), + '$page' => t('Channels'), + '$submit' => t('Submit'), + '$select_all' => t('select all'), + '$delete' => t('Delete'), + '$block' => t('Censor'), + '$unblock' => t('Uncensor'), + + '$h_channels' => t('Channel'), + '$th_channels' => array( t('UID'), t('Name'), t('Address')), + + '$confirm_delete_multi' => t('Selected channels will be deleted!\n\nEverything that was posted in these channels on this site will be permanently deleted!\n\nAre you sure?'), + '$confirm_delete' => t('The channel {0} will be deleted!\n\nEverything that was posted in this channel on this site will be permanently deleted!\n\nAre you sure?'), + + '$form_security_token' => get_form_security_token("admin_channels"), + + // values // + '$baseurl' => $a->get_baseurl(true), + '$channels' => $channels, + )); + $o .= paginate($a); + return $o; +} + + +/** * Plugins admin page * * @param App $a diff --git a/mod/authtest.php b/mod/authtest.php index 3044a880b..b6d940db2 100644 --- a/mod/authtest.php +++ b/mod/authtest.php @@ -21,6 +21,10 @@ function authtest_content(&$a) { $o .= '<br /><br />'; if(x($_GET,'dest')) { + if(strpos($_GET['dest'],'@')) { + $_GET['dest'] = $_REQUEST['dest'] = 'https://' . substr($_GET['dest'],strpos($_GET['dest'],'@')+1) . '/channel/' . substr($_GET['dest'],0,strpos($_GET['dest'],'@')); + } + $_REQUEST['test'] = 1; $x = magic_init($a); $o .= 'Local Setup returns: ' . print_r($x,true); diff --git a/mod/blocks.php b/mod/blocks.php index 81337448c..74a980c25 100644 --- a/mod/blocks.php +++ b/mod/blocks.php @@ -60,7 +60,8 @@ require_once ('include/conversation.php'); 'nickname' => $a->profile['channel_address'], 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), - 'visitor' => 'block', + 'showacl' => false, + 'visitor' => true, 'mimetype' => 'choose', 'ptlabel' => t('Block Name'), 'profile_uid' => intval($owner), diff --git a/mod/bookmarks.php b/mod/bookmarks.php index 141ae2e0b..9ccc171fe 100644 --- a/mod/bookmarks.php +++ b/mod/bookmarks.php @@ -49,8 +49,13 @@ function bookmarks_content(&$a) { require_once('include/menu.php'); + require_once('include/conversation.php'); - $o = '<h3>' . t('My Bookmarks') . '</h3>'; + $channel = $a->get_channel(); + + $o = profile_tabs($a,true,$channel['channel_address']); + + $o .= '<h3>' . t('My Bookmarks') . '</h3>'; $x = menu_list(local_user(),'',MENU_BOOKMARK); diff --git a/mod/channel.php b/mod/channel.php index 34a1e2dda..395160d2c 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -74,6 +74,7 @@ function channel_content(&$a, $update = 0, $load = false) { $is_owner = (((local_user()) && ($a->profile['profile_uid'] == local_user())) ? true : false); + $channel = $a->get_channel(); $observer = $a->get_observer(); $ob_hash = (($observer) ? $observer['xchan_hash'] : ''); @@ -96,12 +97,16 @@ function channel_content(&$a, $update = 0, $load = false) { $o .= common_friends_visitor_widget($a->profile['profile_uid']); - $channel_acl = array( - 'allow_cid' => $channel['channel_allow_cid'], - 'allow_gid' => $channel['channel_allow_gid'], - 'deny_cid' => $channel['channel_deny_cid'], - 'deny_gid' => $channel['channel_deny_gid'] - ); + if($channel && $is_owner) { + $channel_acl = array( + 'allow_cid' => $channel['channel_allow_cid'], + 'allow_gid' => $channel['channel_allow_gid'], + 'deny_cid' => $channel['channel_deny_cid'], + 'deny_gid' => $channel['channel_deny_gid'] + ); + } + else + $channel_acl = array(); if($perms['post_wall']) { @@ -115,7 +120,7 @@ function channel_content(&$a, $update = 0, $load = false) { 'acl' => (($is_owner) ? populate_acl($channel_acl) : ''), 'showacl' => (($is_owner) ? 'yes' : ''), 'bang' => '', - 'visitor' => (($is_owner || $observer) ? 'block' : 'none'), + 'visitor' => (($is_owner || $observer) ? true : false), 'profile_uid' => $a->profile['profile_uid'] ); @@ -259,6 +264,7 @@ function channel_content(&$a, $update = 0, $load = false) { '$spam' => '0', '$nouveau' => '0', '$wall' => '1', + '$fh' => '0', '$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1), '$search' => '', '$order' => '', diff --git a/mod/chat.php b/mod/chat.php index 0f2b94b9d..bf6eed57c 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -145,6 +145,7 @@ function chat_content(&$a) { if(argc() > 2 && intval(argv(2))) { + $room_id = intval(argv(2)); $bookmark_link = get_bookmark_link($ob); @@ -202,6 +203,7 @@ function chat_content(&$a) { $o = replace_macros(get_markup_template('chatroom_new.tpl'),array( '$header' => t('New Chatroom'), '$name' => array('room_name',t('Chatroom Name'),'', ''), + '$permissions' => t('Permissions'), '$acl' => populate_acl($channel_acl), '$submit' => t('Submit') )); @@ -210,12 +212,13 @@ function chat_content(&$a) { + require_once('include/conversation.php'); - + $o = profile_tabs($a,((local_user() && local_user() == $a->profile['profile_uid']) ? true : false),$a->profile['channel_address']); require_once('include/widgets.php'); - $o = replace_macros(get_markup_template('chatrooms.tpl'), array( + $o .= replace_macros(get_markup_template('chatrooms.tpl'), array( '$header' => sprintf( t('%1$s\'s Chatrooms'), $a->profile['name']), '$baseurl' => z_root(), '$nickname' => $channel['channel_address'], @@ -226,4 +229,4 @@ function chat_content(&$a) { return $o; -}
\ No newline at end of file +} diff --git a/mod/community.php b/mod/community.php deleted file mode 100644 index e4c6e6b04..000000000 --- a/mod/community.php +++ /dev/null @@ -1,105 +0,0 @@ -<?php - -function community_init(&$a) { - if(! local_user()) { - unset($_SESSION['theme']); - unset($_SESSION['mobile_theme']); - } - - -} - - -function community_content(&$a, $update = 0) { - - $o = ''; - - if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) { - notice( t('Public access denied.') . EOL); - return; - } - - if(get_config('system','no_community_page')) { - notice( t('Not available.') . EOL); - return; - } - - require_once("include/bbcode.php"); - require_once('include/security.php'); - require_once('include/conversation.php'); - - - $o .= '<h3>' . t('Community') . '</h3>'; - if(! $update) { - nav_set_selected('community'); - $o .= '<div id="live-community"></div>' . "\r\n"; - $o .= "<script> var profile_uid = -1; var netargs = '/?f='; var profile_page = " . $a->pager['page'] . "; </script>\r\n"; - } - - if(x($a->data,'search')) - $search = notags(trim($a->data['search'])); - else - $search = ((x($_GET,'search')) ? notags(trim(rawurldecode($_GET['search']))) : ''); - - - // Here is the way permissions work in this module... - // Only public posts can be shown - // OR your own posts if you are a logged in member - - if(! get_pconfig(local_user(),'system','alt_pager')) { - $r = q("SELECT COUNT(distinct(`item`.`mid`)) AS `total` - FROM `item` LEFT JOIN `contact` ON `contact`.`id` = `item`.`contact-id` LEFT JOIN `user` ON `user`.`uid` = `item`.`uid` - WHERE `item`.`visible` = 1 AND `item`.`deleted` = 0 and `item`.`moderated` = 0 - AND `item`.`allow_cid` = '' AND `item`.`allow_gid` = '' - AND `item`.`deny_cid` = '' AND `item`.`deny_gid` = '' - AND `item`.`private` = 0 AND `item`.`wall` = 1 AND `user`.`hidewall` = 0 - AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0" - ); - - if(count($r)) - $a->set_pager_total($r[0]['total']); - - if(! $r[0]['total']) { - info( t('No results.') . EOL); - return $o; - } - - } - - $r = q("SELECT distinct(`item`.`mid`), `item`.*, `item`.`id` AS `item_id`, - `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`alias`, `contact`.`rel`, - `contact`.`network`, `contact`.`thumb`, `contact`.`self`, `contact`.`writable`, - `contact`.`id` AS `cid`, `contact`.`uid` AS `contact-uid`, - `user`.`nickname`, `user`.`hidewall` - FROM `item` LEFT JOIN `contact` ON `contact`.`id` = `item`.`contact-id` - LEFT JOIN `user` ON `user`.`uid` = `item`.`uid` - WHERE `item`.`visible` = 1 AND `item`.`deleted` = 0 and `item`.`moderated` = 0 - AND `item`.`allow_cid` = '' AND `item`.`allow_gid` = '' - AND `item`.`deny_cid` = '' AND `item`.`deny_gid` = '' - AND `item`.`private` = 0 AND `item`.`wall` = 1 AND `user`.`hidewall` = 0 - AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0 group by `item`.`mid` - ORDER BY `received` DESC LIMIT %d, %d ", - intval($a->pager['start']), - intval($a->pager['itemspage']) - - ); - - if(! count($r)) { - info( t('No results.') . EOL); - return $o; - } - - // we behave the same in message lists as the search module - - $o .= conversation($a,$r,'community',$update); - - if(! get_pconfig(local_user(),'system','alt_pager')) { - $o .= paginate($a); - } - else { - $o .= alt_pager($a,count($r)); - } - - return $o; -} - diff --git a/mod/connections.php b/mod/connections.php index dbdcbdc93..e95f72b49 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -212,6 +212,27 @@ function connections_content(&$a) { $pending = true; nav_set_selected('intros'); break; + case 'ifpending': + $r = q("SELECT COUNT(abook.abook_id) AS total FROM abook left join xchan on abook.abook_xchan = xchan.xchan_hash where abook_channel = %d and not (abook_flags & %d) and not (xchan_flags & %d )", + intval(local_user()), + intval(ABOOK_FLAG_SELF|ABOOK_FLAG_PENDING|ABOOK_FLAG_IGNORED), + intval(XCHAN_FLAGS_DELETED|XCHAN_FLAGS_ORPHAN) + ); + if($r && $r[0]['total']) { + $search_flags = ABOOK_FLAG_PENDING; + $head = t('New'); + $pending = true; + nav_set_selected('intros'); + $a->argv[1] = 'pending'; + } + else { + $head = t('All'); + $search_flags = 0; + $all = true; + $a->argc = 1; + unset($a->argv[1]); + } + break; case 'unconnected': $search_flags = ABOOK_FLAG_UNCONNECTED; $head = t('Unconnected'); @@ -319,9 +340,9 @@ function connections_content(&$a) { where abook_channel = %d and not (abook_flags & %d) and not (xchan_flags & %d ) $sql_extra $sql_extra2 ", intval(local_user()), intval(ABOOK_FLAG_SELF), - intval(XCHAN_FLAGS_DELETED) + intval(XCHAN_FLAGS_DELETED|XCHAN_FLAGS_ORPHAN) ); - if(count($r)) { + if($r) { $a->set_pager_total($r[0]['total']); $total = $r[0]['total']; } @@ -330,7 +351,7 @@ function connections_content(&$a) { WHERE abook_channel = %d and not (abook_flags & %d) and not ( xchan_flags & %d) $sql_extra $sql_extra2 ORDER BY xchan_name LIMIT %d , %d ", intval(local_user()), intval(ABOOK_FLAG_SELF), - intval(XCHAN_FLAGS_DELETED), + intval(XCHAN_FLAGS_DELETED|XCHAN_FLAGS_ORPHAN), intval($a->pager['start']), intval($a->pager['itemspage']) ); @@ -350,18 +371,16 @@ function connections_content(&$a) { 'thumb' => $rr['xchan_photo_m'], 'name' => $rr['xchan_name'], 'username' => $rr['xchan_name'], - 'sparkle' => $sparkle, + 'classes' => (($rr['abook_flags'] & ABOOK_FLAG_ARCHIVED) ? 'archived' : ''), 'link' => z_root() . '/connedit/' . $rr['abook_id'], - 'url' => $rr['xchan_url'], + 'url' => chanlink_url($rr['xchan_url']), 'network' => network_to_name($rr['network']), ); } } } - - $tpl = get_markup_template("contacts-template.tpl"); - $o .= replace_macros($tpl,array( + $o .= replace_macros(get_markup_template('connections.tpl'),array( '$header' => t('Connections') . (($head) ? ' - ' . $head : ''), '$tabs' => $t, '$total' => $total, @@ -369,6 +388,7 @@ function connections_content(&$a) { '$desc' => t('Search your connections'), '$finding' => (($searching) ? t('Finding: ') . "'" . $search . "'" : ""), '$submit' => t('Find'), + '$edit' => t('Edit'), '$cmd' => $a->cmd, '$contacts' => $contacts, '$paginate' => paginate($a), diff --git a/mod/connedit.php b/mod/connedit.php index b9b7fcce3..61bb62766 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -1,5 +1,11 @@ <?php +/* @file connedit.php + * @brief In this file the connection-editor form is generated and evaluated. + * + * + */ + require_once('include/Contact.php'); require_once('include/socgraph.php'); require_once('include/contact_selectors.php'); @@ -8,6 +14,11 @@ require_once('include/contact_widgets.php'); require_once('include/zot.php'); require_once('include/widgets.php'); +/* @brief Initialize the connection-editor + * + * + */ + function connedit_init(&$a) { if(! local_user()) @@ -31,6 +42,10 @@ function connedit_init(&$a) { } +/* @brief Evaluate posted values and set changes + * + */ + function connedit_post(&$a) { if(! local_user()) @@ -81,7 +96,7 @@ function connedit_post(&$a) { if(strpos($k,'perms_') === 0) { $abook_my_perms += $v; } - } + } $abook_flags = $orig_record[0]['abook_flags']; $new_friend = false; @@ -103,6 +118,15 @@ function connedit_post(&$a) { intval(local_user()) ); + if($orig_record[0]['abook_profile'] != $profile_id) { //Update profile photo permissions + + logger('As a new profile was assigned updateing profile photos'); + require_once('mod/profile_photo.php'); + profile_photo_set_profile_perms($profile_id); + + } + + if($r) info( t('Connection updated.') . EOL); else @@ -114,7 +138,7 @@ function connedit_post(&$a) { } if($new_friend) { - $channel = $a->get_channel(); + $channel = $a->get_channel(); $default_group = $channel['channel_default_group']; if($default_group) { require_once('include/group.php'); @@ -158,6 +182,11 @@ function connedit_post(&$a) { } +/* @brief Clone connection + * + * + */ + function connedit_clone(&$a) { if(! $a->poi) @@ -171,6 +200,10 @@ function connedit_clone(&$a) { build_sync_packet(0 /* use the current local_user */, array('abook' => array($clone))); } +/* @brief Generate content of connection edit page + * + * + */ function connedit_content(&$a) { @@ -298,7 +331,7 @@ function connedit_content(&$a) { contact_remove(local_user(), $orig_record[0]['abook_id']); // FIXME - send to clones - info( t('Contact has been removed.') . EOL ); + info( t('Connection has been removed.') . EOL ); if(x($_SESSION,'return_url')) goaway($a->get_baseurl(true) . '/' . $_SESSION['return_url']); goaway($a->get_baseurl(true) . '/contacts'); @@ -316,7 +349,7 @@ function connedit_content(&$a) { array( 'label' => t('View Profile'), - 'url' => $a->get_baseurl(true) . '/chanview/?f=&cid=' . $contact['abook_id'], + 'url' => chanlink_cid($contact['abook_id']), 'sel' => '', 'title' => sprintf( t('View %s\'s profile'), $contact['xchan_name']), ), @@ -449,6 +482,7 @@ function connedit_content(&$a) { '$them' => t('Their Settings'), '$me' => t('My Settings'), '$perms' => $perms, + '$clear' => t('Clear/Disable Automatic Permissions'), '$forum' => t('Forum Members'), '$soapbox' => t('Soapbox'), '$full' => t('Full Sharing (typical social network permissions)'), diff --git a/mod/dirsearch.php b/mod/dirsearch.php index 801be6189..0ace4ecae 100644 --- a/mod/dirsearch.php +++ b/mod/dirsearch.php @@ -324,6 +324,8 @@ function dir_parse_query($s) { function list_public_sites() { + + $r = q("select * from site where site_access != 0 and site_register !=0 order by rand()"); $ret = array('success' => false); diff --git a/mod/display.php b/mod/display.php index b20eb3e4f..f4d4c38c3 100644 --- a/mod/display.php +++ b/mod/display.php @@ -57,7 +57,7 @@ function display_content(&$a, $update = 0, $load = false) { 'acl' => populate_acl($channel_acl, false), 'bang' => '', - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => local_user(), 'return_path' => 'channel/' . $channel['channel_address'] ); @@ -122,6 +122,7 @@ function display_content(&$a, $update = 0, $load = false) { '$liked' => '0', '$conv' => '0', '$spam' => '0', + '$fh' => '0', '$nouveau' => '0', '$wall' => '0', '$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1), diff --git a/mod/editblock.php b/mod/editblock.php index 8ccccc24b..507050eb0 100644 --- a/mod/editblock.php +++ b/mod/editblock.php @@ -125,8 +125,7 @@ function editblock_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', - '$pvisit' => 'none', + '$visitor' => false, '$public' => t('Public post'), '$jotnets' => $jotnets, '$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'), @@ -143,7 +142,7 @@ function editblock_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => $itm[0]['app'], '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); diff --git a/mod/editlayout.php b/mod/editlayout.php index 838a219c9..da681cf34 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -119,8 +119,7 @@ function editlayout_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', - '$pvisit' => 'none', + '$visitor' => false, '$public' => t('Public post'), '$jotnets' => $jotnets, '$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'), @@ -137,7 +136,7 @@ function editlayout_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); diff --git a/mod/editpost.php b/mod/editpost.php index 8c4117e7a..6556405e3 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -125,8 +125,7 @@ function editpost_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $channel['channel_location'], - '$visitor' => 'none', - '$pvisit' => 'none', + '$visitor' => false, '$public' => t('Public post'), '$jotnets' => $jotnets, '$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'), @@ -143,9 +142,9 @@ function editpost_content(&$a) { '$sourceapp' => t($a->sourcename), '$catsenabled' => $catsenabled, '$defexpire' => datetime_convert('UTC', date_default_timezone_get(),$itm[0]['expires']), - '$feature_expire' => ((feature_enabled(get_app()->profile['profile_uid'],'content_expire') && (! $webpage)) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled(get_app()->profile['profile_uid'],'content_expire') && (! $webpage)) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled(get_app()->profile['profile_uid'],'content_encrypt') && (! $webpage)) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled(get_app()->profile['profile_uid'],'content_encrypt') && (! $webpage)) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, '$expiryModalOK' => t('OK'), diff --git a/mod/editwebpage.php b/mod/editwebpage.php index f11210eea..38aef4a8b 100644 --- a/mod/editwebpage.php +++ b/mod/editwebpage.php @@ -131,8 +131,7 @@ function editwebpage_content(&$a) { //FIXME A return path with $_SESSION doesn't always work for observer - it may WSoD instead of loading a sensible page. So, send folk to the webpage list. - $rp = '/webpages/' . $which; - $lockstate = + $rp = 'webpages/' . $which; $o .= replace_macros($tpl,array( '$return_path' => $rp, @@ -157,10 +156,9 @@ function editwebpage_content(&$a) { '$post_id' => $post_id, '$baseurl' => $a->get_baseurl(), '$defloc' => $itm[0]['location'], - '$visitor' => ($is_owner) ? 'block' : 'none', + '$visitor' => ($is_owner) ? true : false, '$acl' => populate_acl($itm[0]), - '$showacl' => true, - '$pvisit' => ($is_owner) ? 'block' : 'none', + '$showacl' => ($is_owner) ? true : false, '$public' => t('Public post'), '$jotnets' => $jotnets, '$mimeselect' => $mimeselect, @@ -178,7 +176,7 @@ function editwebpage_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$defexpire' => '', - '$feature_expire' => 'none', + '$feature_expire' => false, '$expires' => t('Set expiration date'), )); diff --git a/mod/events.php b/mod/events.php index 2a6067e65..d243f61ba 100755 --- a/mod/events.php +++ b/mod/events.php @@ -163,7 +163,10 @@ function events_content(&$a) { $o =""; // tabs - $tabs = profile_tabs($a, True); + + $channel = $a->get_channel(); + + $tabs = profile_tabs($a, True, $channel['channel_address']); diff --git a/mod/hostxrd.php b/mod/hostxrd.php index 0a66dcc84..ef86f2dd9 100644 --- a/mod/hostxrd.php +++ b/mod/hostxrd.php @@ -1,28 +1,16 @@ <?php -require_once('include/crypto.php'); - function hostxrd_init(&$a) { header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); - $pubkey = get_config('system','site_pubkey'); - - if(! $pubkey) { - $res = new_keypair(1024); - - set_config('system','site_prvkey', $res['prvkey']); - set_config('system','site_pubkey', $res['pubkey']); - } $tpl = get_markup_template('xrd_host.tpl'); - echo replace_macros($tpl, array( + $x = replace_macros(get_markup_template('xrd_host.tpl'), array( '$zhost' => $a->get_hostname(), - '$zroot' => z_root(), - '$domain' => z_path(), - '$zot_post' => z_root() . '/post', - '$bigkey' => salmon_key(get_config('system','site_pubkey')), + '$zroot' => z_root() )); - session_write_close(); - exit(); - + $arr = array('xrd' => $x); + call_hooks('hostxrd',$arr); + echo $arr['xrd']; + killme(); } diff --git a/mod/item.php b/mod/item.php index 6ea434542..be59bd4c7 100644 --- a/mod/item.php +++ b/mod/item.php @@ -33,6 +33,8 @@ function item_post(&$a) { $uid = local_user(); + $channel = null; + if(x($_REQUEST,'dropitems')) { require_once('include/items.php'); $arr_drop = explode(',',$_REQUEST['dropitems']); @@ -150,26 +152,21 @@ function item_post(&$a) { // can_comment_on_post() needs info from the following xchan_query xchan_query($r); + $parent_item = $r[0]; $parent = $r[0]['id']; // multi-level threading - preserve the info but re-parent to our single level threading - //if(($parid) && ($parid != $parent)) - $thr_parent = $parent_mid; - -// if($parent_item['contact-id'] && $uid) { -// $r = q("SELECT * FROM `contact` WHERE `id` = %d AND `uid` = %d LIMIT 1", -// intval($parent_item['contact-id']), -// intval($uid) -// ); -// if(count($r)) -// $parent_contact = $r[0]; -// } + + $thr_parent = $parent_mid; + } + $observer = $a->get_observer(); + if($parent) { logger('mod_item: item_post parent=' . $parent); $can_comment = false; @@ -219,20 +216,22 @@ function item_post(&$a) { $orig_post = $i[0]; } - $channel = null; - if(local_user() && local_user() == $profile_uid) { - $channel = $a->get_channel(); - } - else { - $r = q("SELECT channel.*, account.* FROM channel left join account on channel.channel_account_id = account.account_id - where channel.channel_id = %d LIMIT 1", - intval($profile_uid) - ); - if(count($r)) - $channel = $r[0]; + if(! $channel) { + if(local_user() && local_user() == $profile_uid) { + $channel = $a->get_channel(); + } + else { + // posting as yourself but not necessarily to a channel you control + $r = q("select * from channel left join account on channel_account_id = account_id where channel_id = %d LIMIT 1", + intval($profile_uid) + ); + if($r) + $channel = $r[0]; + } } + if(! $channel) { logger("mod_item: no channel."); if(x($_REQUEST,'return')) @@ -360,20 +359,18 @@ function item_post(&$a) { } } - - $post_type = notags(trim($_REQUEST['type'])); $mimetype = notags(trim($_REQUEST['mimetype'])); if(! $mimetype) $mimetype = 'text/bbcode'; - // Verify ability to use html or php!!! - if($preview) { $body = z_input_filter($profile_uid,$body,$mimetype); } + // Verify ability to use html or php!!! + $execflag = false; if($mimetype === 'application/x-php') { @@ -496,8 +493,6 @@ function item_post(&$a) { $tagged = array(); - $private_forum = false; - if(count($tags)) { $first_access_tag = true; foreach($tags as $tag) { @@ -516,9 +511,9 @@ function item_post(&$a) { continue; $success = handle_tag($a, $body, $access_tag, $str_tags, (local_user()) ? local_user() : $profile_uid , $tag); - logger('handle_tag: ' . print_r($success,tue), LOGGER_DEBUG); + logger('handle_tag: ' . print_r($success,tue), LOGGER_DATA); if(($access_tag) && (! $parent_item)) { - logger('access_tag: ' . $tag . ' ' . print_r($access_tag,true), LOGGER_DEBUG); + logger('access_tag: ' . $tag . ' ' . print_r($access_tag,true), LOGGER_DATA); if ($first_access_tag) { $str_contact_allow = ''; $str_group_allow = ''; @@ -544,22 +539,12 @@ function item_post(&$a) { 'url' => $success['url'] ); } -// if(is_array($success['contact']) && intval($success['contact']['prv'])) { -// $private_forum = true; -// $private_id = $success['contact']['id']; -// } } } // logger('post_tags: ' . print_r($post_tags,true)); - if(($private_forum) && (! $parent) && (! $private)) { - // we tagged a private forum in a top level post and the message was public. - // Restrict it. - $private = 1; - $str_contact_allow = '<' . $private_id . '>'; - } $attachments = ''; $match = false; @@ -573,7 +558,7 @@ function item_post(&$a) { if($r['success']) { $attachments[] = array( 'href' => $a->get_baseurl() . '/attach/' . $r['data']['hash'], - 'length' => $r['data']['filesize'], + 'length' => $r['data']['filesize'], 'type' => $r['data']['filetype'], 'title' => urlencode($r['data']['filename']), 'revision' => $r['data']['revision'] @@ -601,7 +586,6 @@ function item_post(&$a) { } $item_flags |= ITEM_UNSEEN; -// $item_restrict |= ITEM_VISIBLE; if($post_type === 'wall' || $post_type === 'wall-comment') $item_flags = $item_flags | ITEM_WALL; @@ -757,31 +741,12 @@ function item_post(&$a) { $post = item_store($datarray,$execflag); - $post_id = $post['item_id']; if($post_id) { logger('mod_item: saved item ' . $post_id); if($parent) { - - $r = q("UPDATE `item` SET `changed` = '%s' WHERE `parent` = %d ", - dbesc(datetime_convert()), - intval($parent) - ); - - // Inherit ACL's from the parent item. - - $r = q("UPDATE `item` SET `allow_cid` = '%s', `allow_gid` = '%s', `deny_cid` = '%s', `deny_gid` = '%s', `item_private` = %d - WHERE `id` = %d LIMIT 1", - dbesc($parent_item['allow_cid']), - dbesc($parent_item['allow_gid']), - dbesc($parent_item['deny_cid']), - dbesc($parent_item['deny_gid']), - intval($parent_item['item_private']), - intval($post_id) - ); - if($datarray['owner_xchan'] != $datarray['author_xchan']) { notification(array( 'type' => NOTIFY_COMMENT, @@ -796,7 +761,6 @@ function item_post(&$a) { )); } - } else { $parent = $post_id; @@ -814,25 +778,10 @@ function item_post(&$a) { } } - // fallback so that parent always gets set to non-zero. - - if(! $parent) - $parent = $post_id; - - $r = q("UPDATE `item` SET `parent` = %d, `parent_mid` = '%s', `changed` = '%s' - WHERE `id` = %d LIMIT 1", - intval($parent), - dbesc(($parent == $post_id) ? $mid : $parent_item['mid']), - dbesc(datetime_convert()), - intval($post_id) - ); - // photo comments turn the corresponding item visible to the profile wall // This way we don't see every picture in your new photo album posted to your wall at once. // They will show up as people comment on them. -// fixme set item visible as well - if($parent_item['item_restrict'] & ITEM_HIDDEN) { $r = q("UPDATE `item` SET `item_restrict` = %d WHERE `id` = %d LIMIT 1", intval($parent_item['item_restrict'] - ITEM_HIDDEN), @@ -890,9 +839,40 @@ function item_content(&$a) { require_once('include/security.php'); - if(($a->argc == 3) && ($a->argv[1] === 'drop') && intval($a->argv[2])) { + if((argc() == 3) && (argv(1) === 'drop') && intval(argv(2))) { require_once('include/items.php'); - drop_item($a->argv[2]); + $i = q("select id, uid, author_xchan, owner_xchan, source_xchan, item_restrict from item where id = %d and uid = %d limit 1", + intval(argv(2)), + intval(local_user()) + ); + + if($i) { + $can_delete = false; + $local_delete = false; + if(local_user() && local_user() == $i[0]['uid']) + $local_delete = true; + + $ob_hash = get_observer_hash(); + if($ob_hash && ($ob_hash === $i[0]['author_xchan'] || $ob_hash === $i[0]['owner_xchan'] || $ob_hash === $i[0]['source_xchan'])) + $can_delete = true; + + if(! ($can_delete || $local_delete)) { + notice( t('Permission denied.') . EOL); + return; + } + + // if this is a different page type or it's just a local delete + // but not by the item author or owner, do a simple deletion + + if($i[0]['item_restrict'] || ($local_delete && (! $can_delete))) { + drop_item($i[0]['id']); + } + else { + // complex deletion that needs to propagate and be performed in phases + drop_item($i[0]['id'],true,DROPITEM_PHASE1); + tag_deliver($i[0]['uid'],$i[0]['id']); + } + } } } @@ -942,8 +922,16 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { $replaced = true; } if(! $replaced) { + //base tag has the tags name only - $basetag = str_replace('_',' ',substr($tag,1)); + + if((substr($tag,0,7) === '#"') && (substr($tag,-6,6) === '"')) { + $basetag = substr($tag,7); + $basetag = substr($basetag,0,-6); + } + else + $basetag = str_replace('_',' ',substr($tag,1)); + //create text for link $url = $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag); $newtag = '#[zrl=' . $a->get_baseurl() . '/search?tag=' . rawurlencode($basetag) . ']' . $basetag . '[/zrl]'; @@ -962,40 +950,83 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { } //is it a person tag? + if(strpos($tag,'@') === 0) { + + // The @! tag will alter permissions $exclusive = ((strpos($tag,'!') === 1) ? true : false); + //is it already replaced? if(strpos($tag,'[zrl=')) return $replaced; - $stat = false; + //get the person's name - $name = substr($tag,(($exclusive) ? 2 : 1)); - $newname = $name; - $alias = ''; + + $name = substr($tag,(($exclusive) ? 2 : 1)); // The name or name fragment we are going to replace + $newname = $name; // a copy that we can mess with $tagcid = 0; + $r = null; + // is it some generated name? + $forum = false; + $trailing_plus_name = false; + + // @channel+ is a forum or network delivery tag + + if(substr($newname,-1,1) === '+') { + $forum = true; + $newname = substr($newname,0,-1); + } + + // Here we're looking for an address book entry as provided by the auto-completer + // of the form something+nnn where nnn is an abook_id or the first chars of xchan_hash + if(strrpos($newname,'+')) { //get the id - $tagcid = intval(substr($newname,strrpos($newname,'+') + 1)); + + if(strrpos($tagcid,' ')) + $tagcid = substr($tagcid,0,strrpos($tagcid,' ')); + + $tagcid = substr($newname,strrpos($newname,'+') + 1); + + if(strlen($tagcid) < 16) + $abook_id = intval($tagcid); //remove the next word from tag's name if(strpos($name,' ')) { $name = substr($name,0,strpos($name,' ')); } - if($tagcid) { // if there was an id + if($abook_id) { // if there was an id // select channel with that id from the logged in user's address book $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_id = %d AND abook_channel = %d LIMIT 1", - intval($tagcid), + intval($abook_id), intval($profile_uid) ); } + else { + $r = q("SELECT * FROM xchan + WHERE xchan_hash like '%s%%' LIMIT 1", + dbesc($tagcid) + ); + } } - else { - $newname = str_replace('_',' ',$name); + if(! $r) { + + // look for matching names in the address book + + // Two ways to deal with spaces - doube quote the name or use underscores + // we see this after input filtering so quotes have been html entity encoded + + if((substr($name,0,6) === '"') && (substr($name,-6,6) === '"')) { + $newname = substr($name,6); + $newname = substr($newname,0,-6); + } + else + $newname = str_replace('_',' ',$name); //select someone from this user's contacts by name $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash @@ -1012,14 +1043,28 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { intval($profile_uid) ); } + + if(! $r) { + + // it's possible somebody has a name ending with '+', which we stripped off as a forum indicator + // This is very rare but we want to get it right. + + $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash + WHERE xchan_name = '%s' AND abook_channel = %d LIMIT 1", + dbesc($newname . '+'), + intval($profile_uid) + ); + if($r) + $trailing_plus_name = true; + } } - // $r is set, if someone could be selected + // $r is set if we found something if($r) { $profile = $r[0]['xchan_url']; $newname = $r[0]['xchan_name']; - //add person's id to $access_tag if exclusive + // add the channel's xchan_hash to $access_tag if exclusive if($exclusive) { $access_tag .= 'cid:' . $r[0]['xchan_hash']; } @@ -1044,20 +1089,21 @@ function handle_tag($a, &$body, &$access_tag, &$str_tags, $profile_uid, $tag) { } $channel = get_app()->get_channel(); if($channel) { - $newtag = '@' . (($exclusive) ? '!' : '') . '[zrl=' . z_root() . '/channel/' . $channel['channel_address'] . ']' . $newname . '[/zrl]'; + $newtag = '@' . (($exclusive) ? '!' : '') . '[zrl=' . z_root() . '/channel/' . $channel['channel_address'] . ']' . $newname . '[/zrl]'; $body = str_replace('@' . (($exclusive) ? '!' : '') . $name, $newtag, $body); } } } } - //if there is an url for this persons profile + // if there is an url for this channel + if(isset($profile)) { $replaced = true; //create profile link $profile = str_replace(',','%2c',$profile); $url = $profile; - $newtag = '@' . (($exclusive) ? '!' : '') . '[zrl=' . $profile . ']' . $newname . '[/zrl]'; + $newtag = '@' . (($exclusive) ? '!' : '') . '[zrl=' . $profile . ']' . $newname . (($forum && ! $trailing_plus_name) ? '+' : '') . '[/zrl]'; $body = str_replace('@' . (($exclusive) ? '!' : '') . $name, $newtag, $body); //append tag to str_tags if(! stristr($str_tags,$newtag)) { @@ -1077,8 +1123,8 @@ function fix_attached_photo_permissions($uid,$xchan_hash,$body, $match = null; // match img and zmg image links - if(preg_match_all("/\[[zi]mg\](.*?)\[\/[zi]mg\]/",$body,$match)) { - $images = $match[1]; + if(preg_match_all("/\[[zi]mg(.*?)\](.*?)\[\/[zi]mg\]/",$body,$match)) { + $images = $match[2]; if($images) { foreach($images as $image) { if(! stristr($image,get_app()->get_baseurl() . '/photo/')) @@ -1102,14 +1148,13 @@ function fix_attached_photo_permissions($uid,$xchan_hash,$body, if($r) { $r = q("UPDATE photo SET allow_cid = '%s', allow_gid = '%s', deny_cid = '%s', deny_gid = '%s' - WHERE resource_id = '%s' AND uid = %d AND album = '%s' ", + WHERE resource_id = '%s' AND uid = %d ", dbesc($str_contact_allow), dbesc($str_group_allow), dbesc($str_contact_deny), dbesc($str_group_deny), dbesc($image_uri), - intval($uid), - dbesc( t('Wall Photos')) + intval($uid) ); // also update the linked item (which is probably invisible) diff --git a/mod/layouts.php b/mod/layouts.php index 0dcaba361..318e6e29f 100644 --- a/mod/layouts.php +++ b/mod/layouts.php @@ -78,7 +78,8 @@ function layouts_content(&$a) { 'nickname' => $a->profile['channel_address'], 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), - 'visitor' => 'none', + 'showacl' => false, + 'visitor' => false, 'nopreview' => 1, 'ptlabel' => t('Layout Name'), 'profile_uid' => intval($owner), diff --git a/mod/like.php b/mod/like.php index 007d1aee1..a76867422 100755 --- a/mod/like.php +++ b/mod/like.php @@ -48,12 +48,20 @@ function like_content(&$a) { $item = $r[0]; + $sys = get_sys_channel(); + $owner_uid = $item['uid']; $owner_aid = $item['aid']; - if(! perm_is_allowed($owner_uid,$observer['xchan_hash'],'post_comments')) { - notice( t('Permission denied') . EOL); - killme(); + // if this is a "discover" item, (item['uid'] is the sys channel), + // fallback to the item comment policy, which should've been + // respected when generating the conversation thread. + // Even if the activity is rejected by the item owner, it should still get attached + // to the local discover conversation on this site. + + if(($owner_uid != $sys['channel_id']) && (! perm_is_allowed($owner_uid,$observer['xchan_hash'],'post_comments'))) { + notice( t('Permission denied') . EOL); + killme(); } $r = q("select * from xchan where xchan_hash = '%s' limit 1", diff --git a/mod/lockview.php b/mod/lockview.php index 32e7a3afb..0ea708c80 100644 --- a/mod/lockview.php +++ b/mod/lockview.php @@ -26,12 +26,14 @@ function lockview_content(&$a) { $item = $r[0]; - if($item['uid'] != local_user()) + if($item['uid'] != local_user()) { + echo '<li>' . t('Remote privacy information not available.') . '</li>'; killme(); + } if(($item['item_private'] == 1) && (! strlen($item['allow_cid'])) && (! strlen($item['allow_gid'])) && (! strlen($item['deny_cid'])) && (! strlen($item['deny_gid']))) { - echo t('Remote privacy information not available.') . '<br />'; + echo '<li>' . t('Remote privacy information not available.') . '</li>'; killme(); } @@ -40,7 +42,7 @@ function lockview_content(&$a) { $deny_users = expand_acl($item['deny_cid']); $deny_groups = expand_acl($item['deny_gid']); - $o = t('Visible to:') . '<br />'; + $o = '<li>' . t('Visible to:') . '</li>'; $l = array(); stringify_array_elms($allowed_groups,true); @@ -52,28 +54,28 @@ function lockview_content(&$a) { $r = q("SELECT name FROM `groups` WHERE hash IN ( " . implode(', ', $allowed_groups) . " )"); if($r) foreach($r as $rr) - $l[] = '<b>' . $rr['name'] . '</b>'; + $l[] = '<li><b>' . $rr['name'] . '</b></li>'; } if(count($allowed_users)) { $r = q("SELECT xchan_name FROM xchan WHERE xchan_hash IN ( " . implode(', ',$allowed_users) . " )"); if($r) foreach($r as $rr) - $l[] = $rr['xchan_name']; + $l[] = '<li>' . $rr['xchan_name'] . '</li>'; } if(count($deny_groups)) { $r = q("SELECT name FROM `groups` WHERE hash IN ( " . implode(', ', $deny_groups) . " )"); if($r) foreach($r as $rr) - $l[] = '<b><strike>' . $rr['name'] . '</strike></b>'; + $l[] = '<li><b><strike>' . $rr['name'] . '</strike></b></li>'; } if(count($deny_users)) { $r = q("SELECT xchan_name FROM xchan WHERE xchan_hash IN ( " . implode(', ', $deny_users) . " )"); if($r) foreach($r as $rr) - $l[] = '<strike>' . $rr['xchan_name'] . '</strike>'; + $l[] = '<li><strike>' . $rr['xchan_name'] . '</strike></li>'; } - echo $o . implode(', ', $l); + echo $o . implode($l); killme(); } diff --git a/mod/mail.php b/mod/mail.php index eb1b0ddc0..9c84872ef 100644 --- a/mod/mail.php +++ b/mod/mail.php @@ -222,9 +222,9 @@ function mail_content(&$a) { '$wait' => t('Please wait'), '$submit' => t('Submit'), '$defexpire' => '', - '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, @@ -335,9 +335,9 @@ function mail_content(&$a) { '$submit' => t('Submit'), '$wait' => t('Please wait'), '$defexpire' => '', - '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? 'block' : 'none'), + '$feature_expire' => ((feature_enabled(local_user(),'content_expire')) ? true : false), '$expires' => t('Set expiration date'), - '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? 'block' : 'none'), + '$feature_encrypt' => ((feature_enabled(local_user(),'content_encrypt')) ? true : false), '$encrypt' => t('Encrypt text'), '$cipher' => $cipher, diff --git a/mod/network.php b/mod/network.php index 191fe55ed..8202b1044 100644 --- a/mod/network.php +++ b/mod/network.php @@ -100,6 +100,7 @@ function network_content(&$a, $update = 0, $load = false) { $spam = ((x($_GET,'spam')) ? intval($_GET['spam']) : 0); $cmin = ((x($_GET,'cmin')) ? intval($_GET['cmin']) : 0); $cmax = ((x($_GET,'cmax')) ? intval($_GET['cmax']) : 99); + $firehose = ((x($_GET,'fh')) ? intval($_GET['fh']) : 0); $file = ((x($_GET,'file')) ? $_GET['file'] : ''); @@ -135,7 +136,7 @@ function network_content(&$a, $update = 0, $load = false) { 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'acl' => populate_acl((($group || $cid) ? $def_acl : $channel_acl)), 'bang' => (($group || $cid) ? '!' : ''), - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => local_user() ); @@ -218,6 +219,7 @@ function network_content(&$a, $update = 0, $load = false) { . ((x($_GET,'cmin')) ? '&cmin=' . $_GET['cmin'] : '') . ((x($_GET,'cmax')) ? '&cmax=' . $_GET['cmax'] : '') . ((x($_GET,'file')) ? '&file=' . $_GET['file'] : '') + . ((x($_GET,'fh')) ? '&fh=' . $_GET['fh'] : '') . "'; var profile_page = " . $a->pager['page'] . ";</script>"; @@ -235,6 +237,7 @@ function network_content(&$a, $update = 0, $load = false) { '$liked' => (($liked) ? $liked : '0'), '$conv' => (($conv) ? $conv : '0'), '$spam' => (($spam) ? $spam : '0'), + '$fh' => (($firehose) ? $firehose : '0'), '$nouveau' => (($nouveau) ? $nouveau : '0'), '$wall' => '0', '$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0), @@ -316,6 +319,17 @@ function network_content(&$a, $update = 0, $load = false) { } + if($firehose && (! get_config('system','disable_discover_tab'))) { + require_once('include/identity.php'); + $sys = get_sys_channel(); + $uids = " and item.uid = " . intval($sys['channel_id']) . " "; + $a->data['firehose'] = intval($sys['channel_id']); + } + else { + $uids = " and item.uid = " . local_user() . " "; + } + + $simple_update = (($update) ? " and ( item.item_flags & " . intval(ITEM_UNSEEN) . " ) " : ''); if($load) $simple_update = ''; @@ -326,11 +340,10 @@ function network_content(&$a, $update = 0, $load = false) { // "New Item View" - show all items unthreaded in reverse created date order $items = q("SELECT `item`.*, `item`.`id` AS `item_id` FROM `item` - WHERE `item`.`uid` = %d AND item_restrict = 0 + WHERE true $uids AND item_restrict = 0 $simple_update $sql_extra $sql_nets - ORDER BY `item`.`received` DESC $pager_sql ", - intval($_SESSION['uid']) + ORDER BY `item`.`received` DESC $pager_sql " ); require_once('include/items.php'); @@ -354,27 +367,26 @@ function network_content(&$a, $update = 0, $load = false) { $r = q("SELECT distinct item.id AS item_id FROM item left join abook on item.author_xchan = abook.abook_xchan - WHERE item.uid = %d AND item.item_restrict = 0 + WHERE true $uids AND item.item_restrict = 0 AND item.parent = item.id and ((abook.abook_flags & %d) = 0 or abook.abook_flags is null) $sql_extra3 $sql_extra $sql_nets ORDER BY item.$ordering DESC $pager_sql ", - intval(local_user()), intval(ABOOK_FLAG_BLOCKED) ); } else { - // update - $r = q("SELECT item.parent AS item_id FROM item - left join abook on item.author_xchan = abook.abook_xchan - WHERE item.uid = %d AND item.item_restrict = 0 $simple_update - and ((abook.abook_flags & %d) = 0 or abook.abook_flags is null) - $sql_extra3 $sql_extra $sql_nets ", - intval(local_user()), - intval(ABOOK_FLAG_BLOCKED) - ); - + if(! $firehose) { + // update + $r = q("SELECT item.parent AS item_id FROM item + left join abook on item.author_xchan = abook.abook_xchan + WHERE true $uids AND item.item_restrict = 0 $simple_update + and ((abook.abook_flags & %d) = 0 or abook.abook_flags is null) + $sql_extra3 $sql_extra $sql_nets ", + intval(ABOOK_FLAG_BLOCKED) + ); + } } $first = dba_timer(); @@ -388,10 +400,9 @@ function network_content(&$a, $update = 0, $load = false) { $parents_str = ids_to_querystr($r,'item_id'); $items = q("SELECT `item`.*, `item`.`id` AS `item_id` FROM `item` - WHERE `item`.`uid` = %d AND `item`.`item_restrict` = 0 + WHERE true $uids AND `item`.`item_restrict` = 0 AND `item`.`parent` IN ( %s ) $sql_extra ", - intval(local_user()), dbesc($parents_str) ); @@ -423,7 +434,7 @@ function network_content(&$a, $update = 0, $load = false) { // logger('items: ' . count($items)); - if($update_unseen) + if(($update_unseen) && (! $firehose)) $r = q("UPDATE `item` SET item_flags = ( item_flags ^ %d) WHERE (item_flags & %d) AND `uid` = %d $update_unseen ", intval(ITEM_UNSEEN), diff --git a/mod/notes.php b/mod/notes.php index 468b4ef26..e21e4386c 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -10,6 +10,14 @@ function notes_init(&$a) { $body = escape_tags($_REQUEST['note_text']); set_pconfig(local_user(),'notes','text',$body); } + + // push updates to channel clones + + if((argc() > 1) && (argv(1) === 'sync')) { + require_once('include/zot.php'); + build_sync_packet(); + } + logger('notes saved.'); json_return_and_die($ret); diff --git a/mod/notify.php b/mod/notify.php index 23ba098b7..6ee4260ce 100644 --- a/mod/notify.php +++ b/mod/notify.php @@ -11,7 +11,7 @@ function notify_init(&$a) { intval(local_user()) ); if($r) { - q("update notify set seen = 1 where ( link = '%s' or ( parent != 0 and parent = %d and otype = '%s' )) and uid = %d", + q("update notify set seen = 1 where ( link = '%s' or ( parent != '' and parent = '%s' and otype = '%s' )) and uid = %d", dbesc($r[0]['link']), intval($r[0]['parent']), dbesc($r[0]['otype']), diff --git a/mod/oembed.php b/mod/oembed.php index adda63cf2..a053a8c98 100644 --- a/mod/oembed.php +++ b/mod/oembed.php @@ -19,8 +19,7 @@ function oembed_init(&$a){ else { echo "<html><body>"; - $url = base64url_decode(argv(1)); - $j = oembed_fetch_url($url); + $j = oembed_fetch_url(base64url_decode(argv(1))); echo $j->html; // logger('mod-oembed ' . $j->html, LOGGER_ALL); echo "</body></html>"; diff --git a/mod/photos.php b/mod/photos.php index e2279188a..2740f91f9 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -535,14 +535,13 @@ function photos_content(&$a) { $albums = photos_albums_list($a->data['channel'],$a->data['observer']); - $selname = (($datum) ? hex2bin($datum) : ''); $albumselect = '<select id="photos-upload-album-select" name="album" size="4">'; $albumselect .= '<option value="" ' . ((! $selname) ? ' selected="selected" ' : '') . '> </option>'; if(count($albums)) { foreach($albums as $album) { - if($album['text'] === '') + if(! $album['text']) continue; $selected = (($selname === $album['text']) ? ' selected="selected" ' : ''); $albumselect .= '<option value="' . $album['text'] . '"' . $selected . '>' . $album['text'] . '</option>'; diff --git a/mod/post.php b/mod/post.php index 95c984b40..883b11a69 100644 --- a/mod/post.php +++ b/mod/post.php @@ -539,7 +539,7 @@ function post_post(&$a) { $sitekey = $hubsite['hubloc_sitekey']; - logger('mod_zot: Checking sitekey: ' . $sitekey); + logger('mod_zot: Checking sitekey: ' . $sitekey, LOGGER_DATA); if(rsa_verify($data['callback'],base64url_decode($data['callback_sig']),$sitekey)) { $forgery = false; diff --git a/mod/probe.php b/mod/probe.php index e2dd4ef77..8e0b60dcc 100644 --- a/mod/probe.php +++ b/mod/probe.php @@ -20,10 +20,14 @@ function probe_content(&$a) { if($res['success']) $j = json_decode($res['body'],true); else { + $o .= sprintf( t('Fetching URL returns error: %1$s'),$res['error'] . "\r\n\r\n"); $o .= "<strong>https connection failed. Trying again with auto failover to http.</strong>\r\n\r\n"; $res = zot_finger($addr,$channel,true); if($res['success']) $j = json_decode($res['body'],true); + else + $o .= sprintf( t('Fetching URL returns error: %1$s'),$res['error'] . "\r\n\r\n"); + } if($j && $j['permissions'] && $j['permissions']['iv']) $j['permissions'] = json_decode(crypto_unencapsulate($j['permissions'],$channel['channel_prvkey']),true); diff --git a/mod/profile.php b/mod/profile.php index fca7c8f9f..792bf34c5 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -61,7 +61,7 @@ function profile_content(&$a, $update = 0) { $o = ''; if(! (perm_is_allowed($a->profile['profile_uid'],get_observer_hash(), 'view_profile'))) { - notice( t('Access to this profile has been restricted.') . EOL); + notice( t('Permission denied.') . EOL); return; } @@ -69,11 +69,10 @@ function profile_content(&$a, $update = 0) { $is_owner = ((local_user()) && (local_user() == $a->profile['profile_uid']) ? true : false); if($a->profile['hidewall'] && (! $is_owner) && (! remote_user())) { - notice( t('Access to this profile has been restricted.') . EOL); + notice( t('Permission denied.') . EOL); return; } - $o .= profile_tabs($a, $is_owner, $a->profile['channel_address']); diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 876e3a931..c587b9606 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -1,7 +1,65 @@ <?php +/* @file profile_photo.php + @brief Module-file with functions for handling of profile-photos + +*/ + require_once('include/photo/photo_driver.php'); +/* @brief Function for sync'ing permissions of profile-photos and their profile +* +* @param $profileid The id number of the profile to sync +* @return void +*/ + +function profile_photo_set_profile_perms($profileid = '') { + + $allowcid = ''; + if (x($profileid)) { + + $r = q("SELECT photo, profile_guid, id, is_default, uid FROM profile WHERE profile.id = %d OR profile.profile_guid = '%s' LIMIT 1", intval($profileid), dbesc($profileid)); + + } else { + + logger('Resetting permissions on default-profile-photo for user'.local_user()); + $r = q("SELECT photo, profile_guid, id, is_default, uid FROM profile WHERE profile.uid = %d AND is_default = 1 LIMIT 1", intval(local_user()) ); //If no profile is given, we update the default profile + } + + $profile = $r[0]; + if(x($profile['id']) && x($profile['photo'])) { + preg_match("@\w*(?=-\d*$)@i", $profile['photo'], $resource_id); + $resource_id = $resource_id[0]; + + if (intval($profile['is_default']) != 1) { + $r0 = q("SELECT channel_hash FROM channel WHERE channel_id = %d LIMIT 1", intval(local_user()) ); + $r1 = q("SELECT abook.abook_xchan FROM abook WHERE abook_profile = %d ", intval($profile['id'])); //Should not be needed in future. Catches old int-profile-ids. + $r2 = q("SELECT abook.abook_xchan FROM abook WHERE abook_profile = '%s'", dbesc($profile['profile_guid'])); + $allowcid = "<" . $r0[0]['channel_hash'] . ">"; + foreach ($r1 as $entry) { + $allowcid .= "<" . $entry['abook_xchan'] . ">"; + } + foreach ($r2 as $entry) { + $allowcid .= "<" . $entry['abook_xchan'] . ">"; + } + + q("UPDATE `photo` SET allow_cid = '%s' WHERE resource_id = '%s' AND uid = %d",dbesc($allowcid),dbesc($resource_id),intval($profile['uid'])); + + } else { + q("UPDATE `photo` SET allow_cid = '' WHERE profile = 1 AND uid = %d",intval($profile['uid'])); //Reset permissions on default profile picture to public + } + } + + return; +} + +/* @brief Initalize the profile-photo edit view + * + * @param $a Current application + * @return void + * + */ + function profile_photo_init(&$a) { if(! local_user()) { @@ -13,6 +71,12 @@ function profile_photo_init(&$a) { } +/* @brief Evaluate posted values + * + * @param $a Current application + * @return void + * + */ function profile_photo_post(&$a) { @@ -142,6 +206,11 @@ function profile_photo_post(&$a) { // Update directory in background proc_run('php',"include/directory.php",$channel['channel_id']); + + // Now copy profile-permissions to pictures, to prevent privacyleaks by automatically created folder 'Profile Pictures' + + profile_photo_set_profile_perms($_REQUEST['profile']); + } else notice( t('Unable to process image') . EOL); @@ -179,6 +248,13 @@ function profile_photo_post(&$a) { } +/* @brief Generate content of profile-photo view + * + * @param $a Current application + * @return void + * + */ + if(! function_exists('profile_photo_content')) { function profile_photo_content(&$a) { @@ -230,7 +306,7 @@ function profile_photo_content(&$a) { intval(PHOTO_PROFILE), intval(PHOTO_PROFILE), intval(local_user())); - + // set all sizes of this one as profile photos $r = q("UPDATE photo SET profile = 1 WHERE uid = %d AND resource_id = '%s'", intval(local_user()), @@ -249,7 +325,8 @@ function profile_photo_content(&$a) { dbesc($channel['xchan_hash']) ); - proc_run('php','include/directory.php',local_user()); + profile_photo_set_profile_perms(); //Reset default photo permissions to public + proc_run('php','include/directory.php',local_user()); goaway($a->get_baseurl() . '/profiles'); } @@ -273,7 +350,7 @@ function profile_photo_content(&$a) { ); if(! x($a->data,'imagecrop')) { - + $tpl = get_markup_template('profile_photo.tpl'); $o .= replace_macros($tpl,array( @@ -310,6 +387,14 @@ function profile_photo_content(&$a) { return; // NOTREACHED }} +/* @brief Generate the UI for photo-cropping + * + * @param $a Current application + * @param $ph Photo-Factory + * @return void + * + */ + if(! function_exists('profile_photo_crop_ui_head')) { function profile_photo_crop_ui_head(&$a, $ph){ @@ -346,7 +431,7 @@ function profile_photo_crop_ui_head(&$a, $ph){ $p['scale'] = 1; $r = $ph->save($p); - + if($r === false) notice( sprintf(t('Image size reduction [%s] failed.'),"640") . EOL ); else diff --git a/mod/profiles.php b/mod/profiles.php index c71ad9733..720721e92 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -198,27 +198,27 @@ function profiles_post(&$a) { $dob = sprintf('%04d-%02d-%02d',$year,$month,$day); - $name = notags(trim($_POST['name'])); + $name = escape_tags(trim($_POST['name'])); if($orig[0]['name'] != $name) $namechanged = true; - $pdesc = notags(trim($_POST['pdesc'])); - $gender = notags(trim($_POST['gender'])); - $address = notags(trim($_POST['address'])); - $locality = notags(trim($_POST['locality'])); - $region = notags(trim($_POST['region'])); - $postal_code = notags(trim($_POST['postal_code'])); - $country_name = notags(trim($_POST['country_name'])); - $keywords = notags(trim($_POST['keywords'])); - $marital = notags(trim($_POST['marital'])); - $howlong = notags(trim($_POST['howlong'])); - $sexual = notags(trim($_POST['sexual'])); - $homepage = notags(trim($_POST['homepage'])); - $hometown = notags(trim($_POST['hometown'])); - $politic = notags(trim($_POST['politic'])); - $religion = notags(trim($_POST['religion'])); + $pdesc = escape_tags(trim($_POST['pdesc'])); + $gender = escape_tags(trim($_POST['gender'])); + $address = escape_tags(trim($_POST['address'])); + $locality = escape_tags(trim($_POST['locality'])); + $region = escape_tags(trim($_POST['region'])); + $postal_code = escape_tags(trim($_POST['postal_code'])); + $country_name = escape_tags(trim($_POST['country_name'])); + $keywords = escape_tags(trim($_POST['keywords'])); + $marital = escape_tags(trim($_POST['marital'])); + $howlong = escape_tags(trim($_POST['howlong'])); + $sexual = escape_tags(trim($_POST['sexual'])); + $homepage = escape_tags(trim($_POST['homepage'])); + $hometown = escape_tags(trim($_POST['hometown'])); + $politic = escape_tags(trim($_POST['politic'])); + $religion = escape_tags(trim($_POST['religion'])); $likes = fix_mce_lf(escape_tags(trim($_POST['likes']))); $dislikes = fix_mce_lf(escape_tags(trim($_POST['dislikes']))); @@ -237,7 +237,7 @@ function profiles_post(&$a) { $hide_friends = (($_POST['hide_friends'] == 1) ? 1: 0); - $with = ((x($_POST,'with')) ? notags(trim($_POST['with'])) : ''); + $with = ((x($_POST,'with')) ? escape_tags(trim($_POST['with'])) : ''); if(! strlen($howlong)) $howlong = '0000-00-00 00:00:00'; @@ -561,7 +561,7 @@ function profiles_content(&$a) { '$age' => ((intval($r[0]['dob'])) ? '(' . t('Age: ') . age($r[0]['dob'],$a->user['timezone'],$a->user['timezone']) . ')' : ''), '$gender' => gender_selector($r[0]['gender']), '$marital' => marital_selector($r[0]['marital']), - '$with' => strip_tags($r[0]['with']), + '$with' => $r[0]['with'], '$howlong' => ($r[0]['howlong'] === '0000-00-00 00:00:00' ? '' : datetime_convert('UTC',date_default_timezone_get(),$r[0]['howlong'])), '$sexual' => sexpref_selector($r[0]['sexual']), '$about' => $r[0]['about'], diff --git a/mod/profperm.php b/mod/profperm.php index 08838831b..197062936 100644 --- a/mod/profperm.php +++ b/mod/profperm.php @@ -10,7 +10,7 @@ function profperm_init(&$a) { $channel = $a->get_channel(); $which = $channel['channel_address']; - $profile = $a->argv[1]; + $profile = $a->argv[1]; profile_load($a,$which,$profile); @@ -61,9 +61,9 @@ function profperm_content(&$a) { $profile = $r[0]; - $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_channel = %d AND abook_profile = %d", + $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_channel = %d AND abook_profile = '%s'", intval(local_user()), - intval(argv(1)) + dbesc($profile['profile_guid']) ); $ingroup = array(); @@ -75,23 +75,28 @@ function profperm_content(&$a) { if($change) { if(in_array($change,$ingroup)) { - q("UPDATE abook SET abook_profile = 0 WHERE abook_id = %d AND abook_channel = %d LIMIT 1", + q("UPDATE abook SET abook_profile = '' WHERE abook_id = %d AND abook_channel = %d LIMIT 1", intval($change), intval(local_user()) ); } else { - q("UPDATE abook SET abook_profile = %d WHERE abook_id = %d AND abook_channel = %d LIMIT 1", - intval(argv(1)), + q("UPDATE abook SET abook_profile = '%s' WHERE abook_id = %d AND abook_channel = %d LIMIT 1", + dbesc($profile['profile_guid']), intval($change), intval(local_user()) ); } - $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_channel = %d AND abook_profile = %d", + + //Time to update the permissions on the profile-pictures as well + require_once('mod/profile_photo.php'); + profile_photo_set_profile_perms($profile['id']); + + $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_channel = %d AND abook_profile = '%s'", intval(local_user()), - intval(argv(1)) + dbesc($profile['profile_guid']) ); $members = $r; @@ -111,9 +116,9 @@ function profperm_content(&$a) { } $o .= '<div id="prof-update-wrapper">'; - if($change) + if($change) $o = ''; - + $o .= '<div id="prof-members-title">'; $o .= '<h3>' . t('Visible To') . '</h3>'; $o .= '</div>'; @@ -134,7 +139,7 @@ function profperm_content(&$a) { $o .= '<h3>' . t("All Connections") . '</h3>'; $o .= '</div>'; $o .= '<div id="prof-all-contacts">'; - + $r = abook_connections(local_user()); if($r) { diff --git a/mod/rpost.php b/mod/rpost.php index 18d4c86cd..dc25444a3 100644 --- a/mod/rpost.php +++ b/mod/rpost.php @@ -106,7 +106,8 @@ function rpost_content(&$a) { || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'acl' => populate_acl($channel, $false), 'bang' => '', - 'visitor' => 'block', +// 'channel_select' => true, + 'visitor' => true, 'profile_uid' => local_user(), 'title' => $_REQUEST['title'], 'body' => $_REQUEST['body'], diff --git a/mod/search.php b/mod/search.php index 22e521164..82990913b 100644 --- a/mod/search.php +++ b/mod/search.php @@ -95,6 +95,7 @@ function search_content(&$a,$update = 0, $load = false) { '$liked' => '0', '$conv' => '0', '$spam' => '0', + '$fh' => '0', '$nouveau' => '0', '$wall' => '0', '$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0), diff --git a/mod/settings.php b/mod/settings.php index 1d2a5ecf9..3ab34f145 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -937,7 +937,7 @@ function settings_content(&$a) { '$username' => array('username', t('Full Name:'), $username,''), '$email' => array('email', t('Email Address:'), $email, ''), '$timezone' => array('timezone_select' , t('Your Timezone:'), select_timezone($timezone), ''), - '$defloc' => array('defloc', t('Default Post Location:'), $defloc, ''), + '$defloc' => array('defloc', t('Default Post Location:'), $defloc, t('Geographical location to display on your posts')), '$allowloc' => array('allow_location', t('Use Browser Location:'), ((get_pconfig(local_user(),'system','use_browser_location')) ? 1 : ''), ''), '$adult' => array('adult', t('Adult Content'), $adult_flag, t('This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)')), @@ -956,6 +956,7 @@ function settings_content(&$a) { '$lbl_p2macro' => t('Advanced Privacy Settings'), + '$expire' => array('expire',t('Expire other channel content after this many days'),$expire,t('0 or blank prevents expiration')), '$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')), '$permissions' => t('Default Post Permissions'), '$permdesc' => t("\x28click to open/close\x29"), @@ -978,8 +979,8 @@ function settings_content(&$a) { '$post_joingroup' => array('post_joingroup', t('joining a forum/community'), $post_joingroup, ''), '$post_profilechange' => array('post_profilechange', t('making an <em>interesting</em> profile change'), $post_profilechange, ''), '$lbl_not' => t('Send a notification email when:'), - '$notify1' => array('notify1', t('You receive an introduction'), ($notify & NOTIFY_INTRO), NOTIFY_INTRO, ''), - '$notify2' => array('notify2', t('Your introductions are confirmed'), ($notify & NOTIFY_CONFIRM), NOTIFY_CONFIRM, ''), + '$notify1' => array('notify1', t('You receive a connection request'), ($notify & NOTIFY_INTRO), NOTIFY_INTRO, ''), + '$notify2' => array('notify2', t('Your connections are confirmed'), ($notify & NOTIFY_CONFIRM), NOTIFY_CONFIRM, ''), '$notify3' => array('notify3', t('Someone writes on your profile wall'), ($notify & NOTIFY_WALL), NOTIFY_WALL, ''), '$notify4' => array('notify4', t('Someone writes a followup comment'), ($notify & NOTIFY_COMMENT), NOTIFY_COMMENT, ''), '$notify5' => array('notify5', t('You receive a private message'), ($notify & NOTIFY_MAIL), NOTIFY_MAIL, ''), diff --git a/mod/setup.php b/mod/setup.php index d12627e84..07ad34ac5 100755 --- a/mod/setup.php +++ b/mod/setup.php @@ -103,6 +103,7 @@ function setup_post(&$a) { $test = z_fetch_url($siteurl."/setup/testrewrite"); if((! $test['success']) || ($test['body'] != 'ok')) { $a->data['url_fail'] = true; + $a->data['url_error'] = $test['error']; return; } } @@ -169,6 +170,8 @@ function setup_content(&$a) { if(x($a->data,'url_fail')) { $install_wizard_pass = 3; $wizard_status = t('Could not connect to specified site URL. Possible SSL certificate or DNS issue.'); + if($a->data['url_error']) + $wizard_status .= ' ' . $a->data['url_error']; } if(x($a->data,'db_create_failed')) { @@ -548,7 +551,14 @@ function check_htaccess(&$checks) { if(strstr($a->get_baseurl(),'https://')) { $test = z_fetch_url($a->get_baseurl() . "/setup/testrewrite",false,0,array('novalidate' => true)); if($test['success']) { - check_add($checks, t('SSL certificate validation'),false,true, t('SSL certificate cannot be validated. Fix certificate or disable https access to this site.')); + $help = t('SSL certificate cannot be validated. Fix certificate or disable https access to this site.') . EOL; + $help .= t('If you use https access, you MUST use a certification instance known by all internet browsers. You MUST NOT use self-signed certificates!') . EOL; + $help .= t('This restriction is incorporated because public posts from you may for example contain references to images on your own hub. If your') . EOL; + $help .= t('certificate is not known by the internet browser of users they get a warning message complaining about some security issues. Although') . EOL; + $help .= t('these complains are not the real truth - there are no security issues with your encryption! - the users may be confused, nerved or even') .EOL; + $help .= t('worse may become scared about redmatrix having security issues. Use one of the free certification instances!') . EOL; + + check_add($checks, t('SSL certificate validation'),false,true, $help); } } } @@ -602,9 +612,28 @@ function what_next() { $a = get_app(); // install the standard theme set_config('system','allowed_themes','redbasic'); + + // Set a lenient list of ciphers if using openssl. Other ssl engines + // (e.g. NSS used in RedHat) require different syntax, so hopefully + // the default curl cipher list will work for most sites. If not, + // this can set via config. Many distros are now disabling RC4, + // but many Red sites still use it and are unable to change it. + // We do not use SSL for encryption, only to protect session cookies. + // z_fetch_url() is also used to import shared links and other content + // so in theory most any cipher could show up and we should do our best + // to make the content available rather than tell folks that there's a + // weird SSL error which they can't do anything about. + + $x = curl_version(); + if(stristr($x['ssl_version'],'openssl')) + set_config('system','curl_ssl_ciphers','ALL:!eNULL'); + + // Create a system channel require_once ('include/identity.php'); create_sys_channel(); + + $baseurl = $a->get_baseurl(); return t('<h1>What next</h1>') diff --git a/mod/subthread.php b/mod/subthread.php index 11b7236fb..a9d18621c 100755 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -37,15 +37,15 @@ function subthread_content(&$a) { $remote_owner = null; - if(! $item['wall']) { + if(! ($item['item_flags'] & ITEM_WALL)) { // The top level post may have been written by somebody on another system - $r = q("SELECT * FROM `contact` WHERE `id` = %d AND `uid` = %d LIMIT 1", - intval($item['contact-id']), + $r = q("SELECT * FROM abook WHERE abook_xchan = '%s' AND uid = %d LIMIT 1", + intval($item['author_xchan']), intval($item['uid']) ); - if(! count($r)) + if(! $r) return; - if(! $r[0]['self']) + if(! ($r[0]['abook_flags'] & ABOOK_FLAG_SELF)) $remote_owner = $r[0]; } diff --git a/mod/update_community.php b/mod/update_community.php deleted file mode 100644 index 3dcbce6b1..000000000 --- a/mod/update_community.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php - -// See update_profile.php for documentation - -require_once('mod/community.php'); - -function update_community_content(&$a) { - - header("Content-type: text/html"); - echo "<!DOCTYPE html><html><body>\r\n"; - echo (($_GET['msie'] == 1) ? '<div>' : '<section>'); - - $text = community_content($a,true); - $pattern = "/<img([^>]*) src=\"([^\"]*)\"/"; - $replace = "<img\${1} dst=\"\${2}\""; - $text = preg_replace($pattern, $replace, $text); - - $replace = '<br />' . t('[Embedded content - reload page to view]') . '<br />'; - $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; - $text = preg_replace($pattern, $replace, $text); - $pattern = "/<\s*video[^>]*>(.*?)<\s*\/\s*video>/i"; - $text = preg_replace($pattern, $replace, $text); - $pattern = "/<\s*embed[^>]*>(.*?)<\s*\/\s*embed>/i"; - $text = preg_replace($pattern, $replace, $text); - $pattern = "/<\s*iframe[^>]*>(.*?)<\s*\/\s*iframe>/i"; - $text = preg_replace($pattern, $replace, $text); - - echo str_replace("\t",' ',$text); - echo (($_GET['msie'] == 1) ? '</div>' : '</section>'); - echo "</body></html>\r\n"; - killme(); - -}
\ No newline at end of file diff --git a/mod/viewconnections.php b/mod/viewconnections.php index 4f6f81d82..f5e7ab213 100644 --- a/mod/viewconnections.php +++ b/mod/viewconnections.php @@ -29,12 +29,19 @@ function viewconnections_content(&$a) { } + $r = q("SELECT count(*) as total FROM abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and not (abook_flags & %d ) and not ( xchan_flags & %d ) ", + intval($a->profile['uid']), + intval(ABOOK_FLAG_HIDDEN|ABOOK_FLAG_PENDING|ABOOK_FLAG_SELF), + intval(XCHAN_FLAGS_HIDDEN|XCHAN_FLAGS_ORPHAN|XCHAN_FLAGS_DELETED) + ); + if($r) { + $a->set_pager_total($r[0]['total']); + } - $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and abook_flags = 0 and not ( xchan_flags & %d ) and not ( xchan_flags & %d ) and not ( xchan_flags & %d ) order by xchan_name LIMIT %d , %d ", + $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash where abook_channel = %d and not ( abook_flags & %d ) and not ( xchan_flags & %d ) order by xchan_name LIMIT %d , %d ", intval($a->profile['uid']), - intval(XCHAN_FLAGS_HIDDEN), - intval(XCHAN_FLAGS_ORPHAN), - intval(XCHAN_FLAGS_DELETED), + intval(ABOOK_FLAG_HIDDEN|ABOOK_FLAG_PENDING|ABOOK_FLAG_SELF), + intval(XCHAN_FLAGS_HIDDEN|XCHAN_FLAGS_ORPHAN|XCHAN_FLAGS_DELETED), intval($a->pager['start']), intval($a->pager['itemspage']) ); @@ -48,7 +55,7 @@ function viewconnections_content(&$a) { foreach($r as $rr) { - $url = zid($rr['xchan_url']); + $url = chanlink_url($rr['xchan_url']); if($url) { $contacts[] = array( 'id' => $rr['abook_id'], diff --git a/mod/webpages.php b/mod/webpages.php index 7e1b32f36..6328454a6 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -73,9 +73,10 @@ function webpages_content(&$a) { else $channel_acl = array(); + require_once('include/conversation.php'); + $o = profile_tabs($a,true); - - + $o .= '<h2>' . t('Webpages') . '</h2>'; $x = array( 'webpage' => ITEM_WEBPAGE, @@ -84,7 +85,7 @@ function webpages_content(&$a) { 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), 'acl' => ((local_user() && local_user() == $owner) ? populate_acl($channel_acl) : ''), - 'visitor' => 'block', + 'visitor' => true, 'profile_uid' => intval($owner), 'mimetype' => $mimetype, 'layout' => $layout, diff --git a/mod/wfinger.php b/mod/wfinger.php index fb75da193..bdec92b54 100644 --- a/mod/wfinger.php +++ b/mod/wfinger.php @@ -1,7 +1,7 @@ <?php function wfinger_init(&$a) { - + $result = array(); $scheme = ''; @@ -20,9 +20,6 @@ function wfinger_init(&$a) { $resource = $_REQUEST['resource']; - header('Access-Control-Allow-Origin: *'); - - header('Content-type: application/jrd+json'); $r = null; @@ -30,7 +27,13 @@ function wfinger_init(&$a) { if(strpos($resource,'acct:') === 0) { $channel = str_replace('acct:','',$resource); - $channel = substr($channel,0,strpos($channel,'@')); + if(strpos($channel,'@') !== false) { + $host = substr($channel,strpos($channel,'@')+1); + if(strcasecmp($host,get_app()->get_hostname())) { + goaway('https://' . $host . '/.well-known/webfinger?resource=' . $resource); + } + $channel = substr($channel,0,strpos($channel,'@')); + } } if(strpos($resource,'http') === 0) { $channel = str_replace('~','',basename($resource)); @@ -43,6 +46,13 @@ function wfinger_init(&$a) { } + + header('Access-Control-Allow-Origin: *'); + + header('Content-type: application/jrd+json'); + + + if($resource && $r) { $result['subject'] = $resource; @@ -55,6 +65,8 @@ function wfinger_init(&$a) { $result['aliases'] = array(); + $result['properties'] = array('http://webfinger.example/ns/name' => $r[0]['channel_name']); + foreach($aliases as $alias) if($alias != $resource) $result['aliases'][] = $alias; diff --git a/mod/xrd.php b/mod/xrd.php index a576f76c4..4d6a530e4 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -16,35 +16,34 @@ function xrd_init(&$a) { $name = substr($local,0,strpos($local,'@')); } - $r = q("SELECT * FROM `user` WHERE `nickname` = '%s' LIMIT 1", + $r = q("SELECT * FROM channel WHERE channel_address = '%s' LIMIT 1", dbesc($name) ); - if(! count($r)) + if(! $r) killme(); - $salmon_key = salmon_key($r[0]['pubkey']); +// $salmon_key = salmon_key($r[0]['pubkey']); header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); - $dspr = ''; $tpl = get_markup_template('view/xrd_person.tpl'); - $o = replace_macros($tpl, array( - '$nick' => $r[0]['nickname'], + $o = replace_macros(get_markup_template('xrd_person.tpl'), array( + '$nick' => $r[0]['channel_address'], '$accturi' => $uri, - '$profile_url' => $a->get_baseurl() . '/channel/' . $r[0]['nickname'], - '$hcard_url' => $a->get_baseurl() . '/hcard/' . $r[0]['nickname'], - '$atom' => $a->get_baseurl() . '/dfrn_poll/' . $r[0]['nickname'], - '$zot_post' => $a->get_baseurl() . '/post/' . $r[0]['nickname'], - '$poco_url' => $a->get_baseurl() . '/poco/' . $r[0]['nickname'], - '$photo' => $a->get_baseurl() . '/photo/profile/' . $r[0]['uid'], - '$dspr' => $dspr, - '$salmon' => $a->get_baseurl() . '/salmon/' . $r[0]['nickname'], - '$salmen' => $a->get_baseurl() . '/salmon/' . $r[0]['nickname'] . '/mention', - '$modexp' => 'data:application/magic-public-key,' . $salmon_key, - '$bigkey' => salmon_key($r[0]['pubkey']) + '$profile_url' => $a->get_baseurl() . '/channel/' . $r[0]['channel_address'], +// '$hcard_url' => $a->get_baseurl() . '/hcard/' . $r[0]['channel_address'], + '$atom' => $a->get_baseurl() . '/feed/' . $r[0]['channel_address'], + '$zot_post' => $a->get_baseurl() . '/post/' . $r[0]['channel_address'], + '$poco_url' => $a->get_baseurl() . '/poco/' . $r[0]['channel_address'], + '$photo' => $a->get_baseurl() . '/photo/profile/l/' . $r[0]['channel_id'], +// '$dspr' => $dspr, +// '$salmon' => $a->get_baseurl() . '/salmon/' . $r[0]['channel_address'], +// '$salmen' => $a->get_baseurl() . '/salmon/' . $r[0]['channel_address'] . '/mention', +// '$modexp' => 'data:application/magic-public-key,' . $salmon_key, +// '$bigkey' => salmon_key($r[0]['pubkey']) )); diff --git a/mod/zfinger.php b/mod/zfinger.php index 4f59c1973..dcc755992 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -94,10 +94,12 @@ function zfinger_init(&$a) { $id = $e['channel_id']; - $special_channel = (($e['channel_pageflags'] & PAGE_PREMIUM) ? true : false); - $adult_channel = (($e['channel_pageflags'] & PAGE_ADULT) ? true : false); - $searchable = (($e['channel_pageflags'] & PAGE_HIDDEN) ? false : true); - if($e['xchan_flags'] & XCHAN_FLAGS_HIDDEN) + $special_channel = (($e['channel_pageflags'] & PAGE_PREMIUM) ? true : false); + $adult_channel = (($e['channel_pageflags'] & PAGE_ADULT) ? true : false); + $searchable = (($e['channel_pageflags'] & PAGE_HIDDEN) ? false : true); + $deleted = (($e['xchan_flags'] & XCHAN_FLAGS_DELETED) ? true : false); + + if(($e['xchan_flags'] & XCHAN_FLAGS_HIDDEN) || $deleted) $searchable = false; // This is for birthdays and keywords, but must check access permissions @@ -164,7 +166,8 @@ function zfinger_init(&$a) { $ret['target_sig'] = $zsig; $ret['searchable'] = $searchable; $ret['adult_content'] = $adult_channel; - + if($deleted) + $ret['deleted'] = $deleted; // premium or other channel desiring some contact with potential followers before connecting. // This is a template - %s will be replaced with the follow_url we discover for the return channel. diff --git a/mod/zotfeed.php b/mod/zotfeed.php index 6d84a5a1e..480e886cd 100644 --- a/mod/zotfeed.php +++ b/mod/zotfeed.php @@ -21,10 +21,16 @@ function zotfeed_init(&$a) { $channel_address = ((argc() > 1) ? argv(1) : ''); if($channel_address) { - $r = q("select channel_id, channel_name from channel where channel_address = '%s' limit 1", - dbesc(argv(1)) + $r = q("select channel_id, channel_name from channel where channel_address = '%s' and not (channel_pageflags & %d) limit 1", + dbesc(argv(1)), + intval(PAGE_REMOVED) ); } + else { + $x = get_sys_channel(); + if($x) + $r = array($x); + } if(! $r) { $result['message'] = 'Channel not found.'; json_return_and_die($result); diff --git a/util/messages.po b/util/messages.po index 12b40bb88..9ec7d1906 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 2014-03-07.609\n" +"Project-Id-Version: 2014-04-18.650\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-07 00:03-0800\n" +"POT-Creation-Date: 2014-04-18 00:04-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,13 +17,13 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 msgid "Categories" msgstr "" #: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../include/Contact.php:107 ../../include/identity.php:643 -#: ../../mod/directory.php:184 ../../mod/match.php:62 +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../mod/directory.php:188 ../../mod/match.php:62 #: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" msgstr "" @@ -32,7 +32,7 @@ msgstr "" msgid "Ignore/Hide" msgstr "" -#: ../../include/widgets.php:123 ../../mod/connections.php:244 +#: ../../include/widgets.php:123 ../../mod/connections.php:265 msgid "Suggestions" msgstr "" @@ -61,8 +61,8 @@ msgstr "" msgid "Notes" msgstr "" -#: ../../include/widgets.php:173 ../../include/text.php:765 -#: ../../include/text.php:779 ../../mod/filer.php:36 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:173 ../../include/text.php:805 +#: ../../include/text.php:819 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "" @@ -80,130 +80,118 @@ msgid "add" msgstr "" #: ../../include/widgets.php:283 ../../include/features.php:66 -#: ../../include/contact_widgets.php:53 +#: ../../include/contact_widgets.php:58 msgid "Saved Folders" msgstr "" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 msgid "Everything" msgstr "" -#: ../../include/widgets.php:318 +#: ../../include/widgets.php:322 msgid "Archives" msgstr "" -#: ../../include/widgets.php:370 +#: ../../include/widgets.php:384 msgid "Refresh" msgstr "" -#: ../../include/widgets.php:371 ../../mod/connedit.php:389 +#: ../../include/widgets.php:385 ../../mod/connedit.php:395 msgid "Me" msgstr "" -#: ../../include/widgets.php:372 ../../mod/connedit.php:391 +#: ../../include/widgets.php:386 ../../mod/connedit.php:397 msgid "Best Friends" msgstr "" -#: ../../include/widgets.php:373 ../../include/identity.php:314 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 +#: ../../include/widgets.php:387 ../../include/identity.php:342 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 msgid "Friends" msgstr "" -#: ../../include/widgets.php:374 +#: ../../include/widgets.php:388 msgid "Co-workers" msgstr "" -#: ../../include/widgets.php:375 ../../mod/connedit.php:393 +#: ../../include/widgets.php:389 ../../mod/connedit.php:399 msgid "Former Friends" msgstr "" -#: ../../include/widgets.php:376 ../../mod/connedit.php:394 +#: ../../include/widgets.php:390 ../../mod/connedit.php:400 msgid "Acquaintances" msgstr "" -#: ../../include/widgets.php:377 +#: ../../include/widgets.php:391 msgid "Everybody" msgstr "" -#: ../../include/widgets.php:409 +#: ../../include/widgets.php:423 msgid "Account settings" msgstr "" -#: ../../include/widgets.php:415 +#: ../../include/widgets.php:429 msgid "Channel settings" msgstr "" -#: ../../include/widgets.php:421 +#: ../../include/widgets.php:435 msgid "Additional features" msgstr "" -#: ../../include/widgets.php:427 +#: ../../include/widgets.php:441 msgid "Feature settings" msgstr "" -#: ../../include/widgets.php:433 +#: ../../include/widgets.php:447 msgid "Display settings" msgstr "" -#: ../../include/widgets.php:439 +#: ../../include/widgets.php:453 msgid "Connected apps" msgstr "" -#: ../../include/widgets.php:445 +#: ../../include/widgets.php:459 msgid "Export channel" msgstr "" -#: ../../include/widgets.php:457 +#: ../../include/widgets.php:471 msgid "Automatic Permissions (Advanced)" msgstr "" -#: ../../include/widgets.php:467 +#: ../../include/widgets.php:481 msgid "Premium Channel Settings" msgstr "" -#: ../../include/widgets.php:476 ../../include/features.php:43 +#: ../../include/widgets.php:490 ../../include/features.php:43 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "" -#: ../../include/widgets.php:487 ../../include/nav.php:186 -#: ../../mod/admin.php:838 ../../mod/admin.php:1043 +#: ../../include/widgets.php:501 ../../include/nav.php:186 +#: ../../mod/admin.php:976 ../../mod/admin.php:1181 msgid "Settings" msgstr "" -#: ../../include/widgets.php:504 +#: ../../include/widgets.php:518 msgid "Check Mail" msgstr "" -#: ../../include/widgets.php:509 ../../include/nav.php:177 +#: ../../include/widgets.php:523 ../../include/nav.php:177 msgid "New Message" msgstr "" -#: ../../include/widgets.php:585 +#: ../../include/widgets.php:599 msgid "Chat Rooms" msgstr "" -#: ../../include/widgets.php:603 +#: ../../include/widgets.php:617 msgid "Bookmarked Chatrooms" msgstr "" -#: ../../include/widgets.php:621 +#: ../../include/widgets.php:635 msgid "Suggested Chatrooms" msgstr "" -#: ../../include/acl_selectors.php:235 -msgid "Visible to everybody" -msgstr "" - -#: ../../include/acl_selectors.php:236 -msgid "show" -msgstr "" - -#: ../../include/acl_selectors.php:237 -msgid "don't show" -msgstr "" - #: ../../include/activities.php:39 msgid " and " msgstr "" @@ -227,7 +215,7 @@ msgstr "" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1427 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1443 msgid "Logout" msgstr "" @@ -243,8 +231,8 @@ msgstr "" msgid "Your posts and conversations" msgstr "" -#: ../../include/nav.php:81 ../../include/conversation.php:933 -#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 +#: ../../include/nav.php:81 ../../include/conversation.php:937 +#: ../../mod/connedit.php:318 ../../mod/connedit.php:432 msgid "View Profile" msgstr "" @@ -260,7 +248,7 @@ msgstr "" msgid "Manage/Edit profiles" msgstr "" -#: ../../include/nav.php:84 ../../include/conversation.php:1475 +#: ../../include/nav.php:84 ../../include/conversation.php:1504 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "" @@ -269,7 +257,7 @@ msgstr "" msgid "Your photos" msgstr "" -#: ../../include/nav.php:85 ../../include/conversation.php:1484 +#: ../../include/nav.php:85 ../../include/conversation.php:1513 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "" @@ -287,7 +275,7 @@ msgid "Your chatrooms" msgstr "" #: ../../include/nav.php:87 ../../include/nav.php:180 -#: ../../include/conversation.php:1506 ../../mod/events.php:354 +#: ../../include/conversation.php:1535 ../../mod/events.php:357 msgid "Events" msgstr "" @@ -295,7 +283,7 @@ msgstr "" msgid "Your events" msgstr "" -#: ../../include/nav.php:88 ../../include/conversation.php:1514 +#: ../../include/nav.php:88 ../../include/conversation.php:1543 msgid "Bookmarks" msgstr "" @@ -303,7 +291,8 @@ msgstr "" msgid "Your bookmarks" msgstr "" -#: ../../include/nav.php:90 ../../include/conversation.php:1525 +#: ../../include/nav.php:90 ../../include/conversation.php:1554 +#: ../../mod/webpages.php:79 msgid "Webpages" msgstr "" @@ -311,7 +300,7 @@ msgstr "" msgid "Your webpages" msgstr "" -#: ../../include/nav.php:94 ../../boot.php:1428 +#: ../../include/nav.php:94 ../../boot.php:1444 msgid "Login" msgstr "" @@ -332,7 +321,7 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1404 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1420 msgid "Register" msgstr "" @@ -356,8 +345,8 @@ msgstr "" msgid "Addon applications, utilities, games" msgstr "" -#: ../../include/nav.php:144 ../../include/text.php:763 -#: ../../include/text.php:777 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:803 +#: ../../include/text.php:817 ../../mod/search.php:29 msgid "Search" msgstr "" @@ -365,7 +354,7 @@ msgstr "" msgid "Search site content" msgstr "" -#: ../../include/nav.php:147 ../../mod/directory.php:211 +#: ../../include/nav.php:147 ../../mod/directory.php:215 msgid "Directory" msgstr "" @@ -397,12 +386,9 @@ msgstr "" msgid "Mark all channel notifications seen" msgstr "" -#: ../../include/nav.php:165 -msgid "Intros" -msgstr "" - -#: ../../include/nav.php:165 ../../mod/connections.php:250 -msgid "New Connections" +#: ../../include/nav.php:165 ../../include/nav.php:188 +#: ../../mod/connections.php:384 +msgid "Connections" msgstr "" #: ../../include/nav.php:168 @@ -469,15 +455,11 @@ msgstr "" msgid "Account/Channel Settings" msgstr "" -#: ../../include/nav.php:188 ../../mod/connections.php:365 -msgid "Connections" -msgstr "" - #: ../../include/nav.php:188 msgid "Manage/Edit Friends and Connections" msgstr "" -#: ../../include/nav.php:195 ../../mod/admin.php:112 +#: ../../include/nav.php:195 ../../mod/admin.php:117 msgid "Admin" msgstr "" @@ -493,668 +475,811 @@ msgstr "" msgid "Please wait..." msgstr "" -#: ../../include/text.php:315 -msgid "prev" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: ../../include/text.php:317 -msgid "first" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" msgstr "" -#: ../../include/text.php:346 -msgid "last" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" msgstr "" -#: ../../include/text.php:349 -msgid "next" +#: ../../include/event.php:40 ../../include/identity.php:726 +#: ../../include/bb2diaspora.php:455 ../../mod/events.php:465 +#: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 +msgid "Location:" msgstr "" -#: ../../include/text.php:361 -msgid "older" +#: ../../include/api.php:1016 +msgid "Public Timeline" msgstr "" -#: ../../include/text.php:363 -msgid "newer" +#: ../../include/Contact.php:123 +msgid "New window" msgstr "" -#: ../../include/text.php:678 -msgid "No connections" +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" msgstr "" -#: ../../include/text.php:692 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "" -msgstr[1] "" +#: ../../include/features.php:23 +msgid "General Features" +msgstr "" -#: ../../include/text.php:704 -msgid "View Connections" +#: ../../include/features.php:25 +msgid "Content Expiration" msgstr "" -#: ../../include/text.php:845 -msgid "poke" +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" msgstr "" -#: ../../include/text.php:845 ../../include/conversation.php:240 -msgid "poked" +#: ../../include/features.php:26 +msgid "Multiple Profiles" msgstr "" -#: ../../include/text.php:846 -msgid "ping" +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" msgstr "" -#: ../../include/text.php:846 -msgid "pinged" +#: ../../include/features.php:27 +msgid "Web Pages" msgstr "" -#: ../../include/text.php:847 -msgid "prod" +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" msgstr "" -#: ../../include/text.php:847 -msgid "prodded" +#: ../../include/features.php:28 +msgid "Private Notes" msgstr "" -#: ../../include/text.php:848 -msgid "slap" +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" msgstr "" -#: ../../include/text.php:848 -msgid "slapped" +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" msgstr "" -#: ../../include/text.php:849 -msgid "finger" +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." msgstr "" -#: ../../include/text.php:849 -msgid "fingered" +#: ../../include/features.php:34 +msgid "Expert Mode" msgstr "" -#: ../../include/text.php:850 -msgid "rebuff" +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" msgstr "" -#: ../../include/text.php:850 -msgid "rebuffed" +#: ../../include/features.php:35 +msgid "Premium Channel" msgstr "" -#: ../../include/text.php:862 -msgid "happy" +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" msgstr "" -#: ../../include/text.php:863 -msgid "sad" +#: ../../include/features.php:40 +msgid "Post Composition Features" msgstr "" -#: ../../include/text.php:864 -msgid "mellow" +#: ../../include/features.php:41 +msgid "Richtext Editor" msgstr "" -#: ../../include/text.php:865 -msgid "tired" +#: ../../include/features.php:41 +msgid "Enable richtext editor" msgstr "" -#: ../../include/text.php:866 -msgid "perky" +#: ../../include/features.php:42 +msgid "Post Preview" msgstr "" -#: ../../include/text.php:867 -msgid "angry" +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" msgstr "" -#: ../../include/text.php:868 -msgid "stupified" +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" msgstr "" -#: ../../include/text.php:869 -msgid "puzzled" +#: ../../include/features.php:44 +msgid "Even More Encryption" msgstr "" -#: ../../include/text.php:870 -msgid "interested" +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" msgstr "" -#: ../../include/text.php:871 -msgid "bitter" +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" msgstr "" -#: ../../include/text.php:872 -msgid "cheerful" +#: ../../include/features.php:50 +msgid "Search by Date" msgstr "" -#: ../../include/text.php:873 -msgid "alive" +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" msgstr "" -#: ../../include/text.php:874 -msgid "annoyed" +#: ../../include/features.php:51 +msgid "Collections Filter" msgstr "" -#: ../../include/text.php:875 -msgid "anxious" +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" msgstr "" -#: ../../include/text.php:876 -msgid "cranky" +#: ../../include/features.php:52 +msgid "Save search terms for re-use" msgstr "" -#: ../../include/text.php:877 -msgid "disturbed" +#: ../../include/features.php:53 +msgid "Network Personal Tab" msgstr "" -#: ../../include/text.php:878 -msgid "frustrated" +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" msgstr "" -#: ../../include/text.php:879 -msgid "motivated" +#: ../../include/features.php:54 +msgid "Network New Tab" msgstr "" -#: ../../include/text.php:880 -msgid "relaxed" +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" msgstr "" -#: ../../include/text.php:881 -msgid "surprised" +#: ../../include/features.php:55 +msgid "Affinity Tool" msgstr "" -#: ../../include/text.php:1042 -msgid "Monday" +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" msgstr "" -#: ../../include/text.php:1042 -msgid "Tuesday" +#: ../../include/features.php:56 +msgid "Suggest Channels" msgstr "" -#: ../../include/text.php:1042 -msgid "Wednesday" +#: ../../include/features.php:56 +msgid "Show channel suggestions" msgstr "" -#: ../../include/text.php:1042 -msgid "Thursday" +#: ../../include/features.php:61 +msgid "Post/Comment Tools" msgstr "" -#: ../../include/text.php:1042 -msgid "Friday" +#: ../../include/features.php:63 +msgid "Edit Sent Posts" msgstr "" -#: ../../include/text.php:1042 -msgid "Saturday" +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" msgstr "" -#: ../../include/text.php:1042 -msgid "Sunday" +#: ../../include/features.php:64 +msgid "Tagging" msgstr "" -#: ../../include/text.php:1046 -msgid "January" +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" msgstr "" -#: ../../include/text.php:1046 -msgid "February" +#: ../../include/features.php:65 +msgid "Post Categories" msgstr "" -#: ../../include/text.php:1046 -msgid "March" +#: ../../include/features.php:65 +msgid "Add categories to your posts" msgstr "" -#: ../../include/text.php:1046 -msgid "April" +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" msgstr "" -#: ../../include/text.php:1046 -msgid "May" +#: ../../include/features.php:67 +msgid "Dislike Posts" msgstr "" -#: ../../include/text.php:1046 -msgid "June" +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" msgstr "" -#: ../../include/text.php:1046 -msgid "July" +#: ../../include/features.php:68 +msgid "Star Posts" msgstr "" -#: ../../include/text.php:1046 -msgid "August" +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" msgstr "" -#: ../../include/text.php:1046 -msgid "September" +#: ../../include/features.php:69 +msgid "Tag Cloud" msgstr "" -#: ../../include/text.php:1046 -msgid "October" +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" msgstr "" -#: ../../include/text.php:1046 -msgid "November" +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" msgstr "" -#: ../../include/text.php:1046 -msgid "December" +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" msgstr "" -#: ../../include/text.php:1124 -msgid "unknown.???" +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" msgstr "" -#: ../../include/text.php:1125 -msgid "bytes" +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" msgstr "" -#: ../../include/text.php:1160 -msgid "remove category" +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" msgstr "" -#: ../../include/text.php:1182 -msgid "remove from file" +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" msgstr "" -#: ../../include/text.php:1240 ../../include/text.php:1252 -msgid "Click to open/close" +#: ../../include/contact_selectors.php:54 +msgid "Frequently" msgstr "" -#: ../../include/text.php:1407 ../../mod/events.php:332 -msgid "link to source" +#: ../../include/contact_selectors.php:55 +msgid "Hourly" msgstr "" -#: ../../include/text.php:1426 -msgid "Select a page layout: " +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" msgstr "" -#: ../../include/text.php:1429 ../../include/text.php:1494 -msgid "default" +#: ../../include/contact_selectors.php:57 +msgid "Daily" msgstr "" -#: ../../include/text.php:1465 -msgid "Page content type: " +#: ../../include/contact_selectors.php:58 +msgid "Weekly" msgstr "" -#: ../../include/text.php:1506 -msgid "Select an alternate language" +#: ../../include/contact_selectors.php:59 +msgid "Monthly" +msgstr "" + +#: ../../include/contact_selectors.php:74 +msgid "Friendica" +msgstr "" + +#: ../../include/contact_selectors.php:75 +msgid "OStatus" +msgstr "" + +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" +msgstr "" + +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1446 +msgid "Email" +msgstr "" + +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" msgstr "" -#: ../../include/text.php:1627 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +#: ../../include/contact_selectors.php:79 +msgid "Facebook" +msgstr "" + +#: ../../include/contact_selectors.php:80 +msgid "Zot!" +msgstr "" + +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" +msgstr "" + +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" +msgstr "" + +#: ../../include/contact_selectors.php:83 +msgid "MySpace" +msgstr "" + +#: ../../include/conversation.php:117 ../../include/text.php:1697 +#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:45 msgid "photo" msgstr "" -#: ../../include/text.php:1630 ../../include/conversation.php:120 +#: ../../include/conversation.php:120 ../../include/text.php:1700 #: ../../mod/tagger.php:49 msgid "event" msgstr "" -#: ../../include/text.php:1633 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "" + +#: ../../include/conversation.php:145 ../../include/text.php:1703 +#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:53 msgid "status" msgstr "" -#: ../../include/text.php:1635 ../../include/conversation.php:147 +#: ../../include/conversation.php:147 ../../include/text.php:1705 #: ../../mod/tagger.php:55 msgid "comment" msgstr "" -#: ../../include/text.php:1640 -msgid "activity" +#: ../../include/conversation.php:161 ../../mod/like.php:142 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../include/text.php:1897 -msgid "Design" +#: ../../include/conversation.php:164 ../../mod/like.php:144 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../include/text.php:1899 -msgid "Blocks" +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" msgstr "" -#: ../../include/text.php:1900 -msgid "Menus" +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" msgstr "" -#: ../../include/text.php:1901 -msgid "Layouts" +#: ../../include/conversation.php:240 ../../include/text.php:885 +msgid "poked" msgstr "" -#: ../../include/text.php:1902 -msgid "Pages" +#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" msgstr "" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 -#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 -#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 -#: ../../include/bbcode.php:640 -msgid "Image/photo" +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" msgstr "" -#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 -msgid "Encrypted content" +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:365 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 +msgid "Delete" msgstr "" -#: ../../include/bbcode.php:170 -msgid "QR code" +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" msgstr "" -#: ../../include/bbcode.php:213 +#: ../../include/conversation.php:646 ../../include/ItemObject.php:161 +msgid "Message is verified" +msgstr "" + +#: ../../include/conversation.php:666 #, php-format -msgid "%1$s wrote the following %2$s %3$s" +msgid "View %s's profile @ %s" msgstr "" -#: ../../include/bbcode.php:215 -msgid "post" +#: ../../include/conversation.php:680 +msgid "Categories:" msgstr "" -#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 -msgid "$1 wrote:" +#: ../../include/conversation.php:681 +msgid "Filed under:" msgstr "" -#: ../../include/Contact.php:123 -msgid "New window" +#: ../../include/conversation.php:690 ../../include/ItemObject.php:226 +#, php-format +msgid " from %s" msgstr "" -#: ../../include/Contact.php:124 -msgid "Open the selected location in a different window or browser tab" +#: ../../include/conversation.php:693 ../../include/ItemObject.php:229 +#, php-format +msgid "last edited: %s" msgstr "" -#: ../../include/features.php:23 -msgid "General Features" +#: ../../include/conversation.php:694 ../../include/ItemObject.php:230 +#, php-format +msgid "Expires: %s" msgstr "" -#: ../../include/features.php:25 -msgid "Content Expiration" +#: ../../include/conversation.php:709 +msgid "View in context" msgstr "" -#: ../../include/features.php:25 -msgid "Remove posts/comments and/or private messages at a future time" +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:259 ../../mod/mail.php:222 +#: ../../mod/mail.php:336 ../../mod/editpost.php:121 +#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115 +#: ../../mod/editwebpage.php:152 ../../mod/photos.php:974 +msgid "Please wait" msgstr "" -#: ../../include/features.php:26 -msgid "Multiple Profiles" +#: ../../include/conversation.php:838 +msgid "remove" msgstr "" -#: ../../include/features.php:26 -msgid "Ability to create multiple profiles" +#: ../../include/conversation.php:842 +msgid "Loading..." msgstr "" -#: ../../include/features.php:27 -msgid "Web Pages" +#: ../../include/conversation.php:843 +msgid "Delete Selected Items" msgstr "" -#: ../../include/features.php:27 -msgid "Provide managed web pages on your channel" +#: ../../include/conversation.php:934 +msgid "View Source" msgstr "" -#: ../../include/features.php:28 -msgid "Private Notes" +#: ../../include/conversation.php:935 +msgid "Follow Thread" msgstr "" -#: ../../include/features.php:28 -msgid "Enables a tool to store notes and reminders" +#: ../../include/conversation.php:936 +msgid "View Status" msgstr "" -#: ../../include/features.php:33 -msgid "Extended Identity Sharing" +#: ../../include/conversation.php:938 +msgid "View Photos" msgstr "" -#: ../../include/features.php:33 -msgid "" -"Share your identity with all websites on the internet. When disabled, " -"identity is only shared with sites in the matrix." +#: ../../include/conversation.php:939 +msgid "Matrix Activity" msgstr "" -#: ../../include/features.php:34 -msgid "Expert Mode" +#: ../../include/conversation.php:940 +msgid "Edit Contact" msgstr "" -#: ../../include/features.php:34 -msgid "Enable Expert Mode to provide advanced configuration options" +#: ../../include/conversation.php:941 +msgid "Send PM" msgstr "" -#: ../../include/features.php:35 -msgid "Premium Channel" +#: ../../include/conversation.php:942 +msgid "Poke" msgstr "" -#: ../../include/features.php:35 -msgid "" -"Allows you to set restrictions and terms on those that connect with your " -"channel" +#: ../../include/conversation.php:998 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../include/features.php:40 -msgid "Post Composition Features" +#: ../../include/conversation.php:998 +#, php-format +msgid "%s doesn't like this." msgstr "" -#: ../../include/features.php:41 -msgid "Richtext Editor" +#: ../../include/conversation.php:1002 +#, php-format +msgid "<span %1$s>%2$d people</span> like this." +msgid_plural "<span %1$s>%2$d people</span> like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1004 +#, php-format +msgid "<span %1$s>%2$d people</span> don't like this." +msgid_plural "<span %1$s>%2$d people</span> don't like this." +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1010 +msgid "and" msgstr "" -#: ../../include/features.php:41 -msgid "Enable richtext editor" +#: ../../include/conversation.php:1013 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] "" +msgstr[1] "" + +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s like this." msgstr "" -#: ../../include/features.php:42 -msgid "Post Preview" +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../include/features.php:42 -msgid "Allow previewing posts and comments before publishing them" +#: ../../include/conversation.php:1071 +msgid "Visible to <strong>everybody</strong>" msgstr "" -#: ../../include/features.php:43 -msgid "Automatically import channel content from other channels or feeds" +#: ../../include/conversation.php:1072 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" msgstr "" -#: ../../include/features.php:44 -msgid "Even More Encryption" +#: ../../include/conversation.php:1073 +msgid "Please enter a video link/URL:" msgstr "" -#: ../../include/features.php:44 -msgid "" -"Allow optional encryption of content end-to-end with a shared secret key" +#: ../../include/conversation.php:1074 +msgid "Please enter an audio link/URL:" msgstr "" -#: ../../include/features.php:49 -msgid "Network and Stream Filtering" +#: ../../include/conversation.php:1075 +msgid "Tag term:" msgstr "" -#: ../../include/features.php:50 -msgid "Search by Date" +#: ../../include/conversation.php:1076 ../../mod/filer.php:49 +msgid "Save to Folder:" msgstr "" -#: ../../include/features.php:50 -msgid "Ability to select posts by date ranges" +#: ../../include/conversation.php:1077 +msgid "Where are you right now?" msgstr "" -#: ../../include/features.php:51 -msgid "Collections Filter" +#: ../../include/conversation.php:1078 ../../mod/mail.php:172 +#: ../../mod/mail.php:270 ../../mod/editpost.php:52 +msgid "Expires YYYY-MM-DD HH:MM" msgstr "" -#: ../../include/features.php:51 -msgid "Enable widget to display Network posts only from selected collections" +#: ../../include/conversation.php:1088 ../../include/ItemObject.php:557 +#: ../../mod/webpages.php:123 ../../mod/editpost.php:140 +#: ../../mod/editblock.php:141 ../../mod/editlayout.php:135 +#: ../../mod/editwebpage.php:175 ../../mod/photos.php:994 +msgid "Preview" msgstr "" -#: ../../include/features.php:52 -msgid "Save search terms for re-use" +#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 +#: ../../mod/photos.php:973 +msgid "Share" msgstr "" -#: ../../include/features.php:53 -msgid "Network Personal Tab" +#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 +msgid "Page link title" msgstr "" -#: ../../include/features.php:53 -msgid "Enable tab to display only Network posts that you've interacted on" +#: ../../include/conversation.php:1107 +msgid "Post as" msgstr "" -#: ../../include/features.php:54 -msgid "Network New Tab" +#: ../../include/conversation.php:1108 ../../mod/mail.php:219 +#: ../../mod/mail.php:332 ../../mod/editpost.php:113 +#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107 +#: ../../mod/editwebpage.php:144 +msgid "Upload photo" msgstr "" -#: ../../include/features.php:54 -msgid "Enable tab to display all new Network activity" +#: ../../include/conversation.php:1109 +msgid "upload photo" msgstr "" -#: ../../include/features.php:55 -msgid "Affinity Tool" +#: ../../include/conversation.php:1110 ../../mod/mail.php:220 +#: ../../mod/mail.php:333 ../../mod/editpost.php:114 +#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108 +#: ../../mod/editwebpage.php:145 +msgid "Attach file" msgstr "" -#: ../../include/features.php:55 -msgid "Filter stream activity by depth of relationships" +#: ../../include/conversation.php:1111 +msgid "attach file" msgstr "" -#: ../../include/features.php:56 -msgid "Suggest Channels" +#: ../../include/conversation.php:1112 ../../mod/mail.php:221 +#: ../../mod/mail.php:334 ../../mod/editpost.php:115 +#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109 +#: ../../mod/editwebpage.php:146 +msgid "Insert web link" msgstr "" -#: ../../include/features.php:56 -msgid "Show channel suggestions" +#: ../../include/conversation.php:1113 +msgid "web link" msgstr "" -#: ../../include/features.php:61 -msgid "Post/Comment Tools" +#: ../../include/conversation.php:1114 +msgid "Insert video link" msgstr "" -#: ../../include/features.php:63 -msgid "Edit Sent Posts" +#: ../../include/conversation.php:1115 +msgid "video link" msgstr "" -#: ../../include/features.php:63 -msgid "Edit and correct posts and comments after sending" +#: ../../include/conversation.php:1116 +msgid "Insert audio link" msgstr "" -#: ../../include/features.php:64 -msgid "Tagging" +#: ../../include/conversation.php:1117 +msgid "audio link" msgstr "" -#: ../../include/features.php:64 -msgid "Ability to tag existing posts" +#: ../../include/conversation.php:1118 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:118 ../../mod/editlayout.php:113 +#: ../../mod/editwebpage.php:150 +msgid "Set your location" msgstr "" -#: ../../include/features.php:65 -msgid "Post Categories" +#: ../../include/conversation.php:1119 +msgid "set location" msgstr "" -#: ../../include/features.php:65 -msgid "Add categories to your posts" +#: ../../include/conversation.php:1120 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:119 ../../mod/editlayout.php:114 +#: ../../mod/editwebpage.php:151 +msgid "Clear browser location" msgstr "" -#: ../../include/features.php:66 -msgid "Ability to file posts under folders" +#: ../../include/conversation.php:1121 +msgid "clear location" msgstr "" -#: ../../include/features.php:67 -msgid "Dislike Posts" +#: ../../include/conversation.php:1123 ../../mod/editpost.php:132 +#: ../../mod/editblock.php:132 ../../mod/editlayout.php:126 +#: ../../mod/editwebpage.php:167 +msgid "Set title" msgstr "" -#: ../../include/features.php:67 -msgid "Ability to dislike posts/comments" +#: ../../include/conversation.php:1126 ../../mod/editpost.php:134 +#: ../../mod/editblock.php:135 ../../mod/editlayout.php:129 +#: ../../mod/editwebpage.php:169 +msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/features.php:68 -msgid "Star Posts" +#: ../../include/conversation.php:1128 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:121 ../../mod/editlayout.php:116 +#: ../../mod/editwebpage.php:153 +msgid "Permission settings" msgstr "" -#: ../../include/features.php:68 -msgid "Ability to mark special posts with a star indicator" +#: ../../include/conversation.php:1129 +msgid "permissions" msgstr "" -#: ../../include/features.php:69 -msgid "Tag Cloud" +#: ../../include/conversation.php:1136 ../../mod/editpost.php:129 +#: ../../mod/editblock.php:129 ../../mod/editlayout.php:123 +#: ../../mod/editwebpage.php:162 +msgid "Public post" msgstr "" -#: ../../include/features.php:69 -msgid "Provide a personal tag cloud on your channel page" +#: ../../include/conversation.php:1138 ../../mod/editpost.php:135 +#: ../../mod/editblock.php:136 ../../mod/editlayout.php:130 +#: ../../mod/editwebpage.php:170 +msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../include/contact_selectors.php:30 -msgid "Unknown | Not categorised" +#: ../../include/conversation.php:1151 ../../mod/mail.php:226 +#: ../../mod/mail.php:339 ../../mod/editpost.php:146 +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140 +#: ../../mod/editwebpage.php:180 +msgid "Set expiration date" msgstr "" -#: ../../include/contact_selectors.php:31 -msgid "Block immediately" +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:560 +#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:148 +msgid "Encrypt text" msgstr "" -#: ../../include/contact_selectors.php:32 -msgid "Shady, spammer, self-marketer" +#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 +msgid "OK" msgstr "" -#: ../../include/contact_selectors.php:33 -msgid "Known to me, but no opinion" +#: ../../include/conversation.php:1156 ../../mod/settings.php:516 +#: ../../mod/settings.php:542 ../../mod/editpost.php:151 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 +msgid "Cancel" msgstr "" -#: ../../include/contact_selectors.php:34 -msgid "OK, probably harmless" +#: ../../include/conversation.php:1395 +msgid "Discover" msgstr "" -#: ../../include/contact_selectors.php:35 -msgid "Reputable, has my trust" +#: ../../include/conversation.php:1398 +msgid "Imported public streams" msgstr "" -#: ../../include/contact_selectors.php:54 -msgid "Frequently" +#: ../../include/conversation.php:1403 +msgid "Commented Order" msgstr "" -#: ../../include/contact_selectors.php:55 -msgid "Hourly" +#: ../../include/conversation.php:1406 +msgid "Sort by Comment Date" msgstr "" -#: ../../include/contact_selectors.php:56 -msgid "Twice daily" +#: ../../include/conversation.php:1410 +msgid "Posted Order" msgstr "" -#: ../../include/contact_selectors.php:57 -msgid "Daily" +#: ../../include/conversation.php:1413 +msgid "Sort by Post Date" msgstr "" -#: ../../include/contact_selectors.php:58 -msgid "Weekly" +#: ../../include/conversation.php:1418 +msgid "Personal" msgstr "" -#: ../../include/contact_selectors.php:59 -msgid "Monthly" +#: ../../include/conversation.php:1421 +msgid "Posts that mention or involve you" msgstr "" -#: ../../include/contact_selectors.php:74 -msgid "Friendica" +#: ../../include/conversation.php:1427 ../../mod/menu.php:61 +#: ../../mod/connections.php:211 ../../mod/connections.php:223 +msgid "New" msgstr "" -#: ../../include/contact_selectors.php:75 -msgid "OStatus" +#: ../../include/conversation.php:1430 +msgid "Activity Stream - by date" msgstr "" -#: ../../include/contact_selectors.php:76 -msgid "RSS/Atom" +#: ../../include/conversation.php:1436 +msgid "Starred" msgstr "" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 -#: ../../mod/admin.php:751 ../../boot.php:1430 -msgid "Email" +#: ../../include/conversation.php:1439 +msgid "Favourite Posts" msgstr "" -#: ../../include/contact_selectors.php:78 -msgid "Diaspora" +#: ../../include/conversation.php:1446 +msgid "Spam" msgstr "" -#: ../../include/contact_selectors.php:79 -msgid "Facebook" +#: ../../include/conversation.php:1449 +msgid "Posts flagged as SPAM" msgstr "" -#: ../../include/contact_selectors.php:80 -msgid "Zot!" +#: ../../include/conversation.php:1483 ../../mod/admin.php:890 +msgid "Channel" msgstr "" -#: ../../include/contact_selectors.php:81 -msgid "LinkedIn" +#: ../../include/conversation.php:1486 +msgid "Status Messages and Posts" msgstr "" -#: ../../include/contact_selectors.php:82 -msgid "XMPP/IM" +#: ../../include/conversation.php:1495 +msgid "About" msgstr "" -#: ../../include/contact_selectors.php:83 -msgid "MySpace" +#: ../../include/conversation.php:1498 +msgid "Profile Details" +msgstr "" + +#: ../../include/conversation.php:1507 ../../include/photos.php:311 +msgid "Photo Albums" +msgstr "" + +#: ../../include/conversation.php:1516 +msgid "Files and Storage" +msgstr "" + +#: ../../include/conversation.php:1525 ../../include/conversation.php:1528 +msgid "Chatrooms" +msgstr "" + +#: ../../include/conversation.php:1538 +msgid "Events and Calendar" +msgstr "" + +#: ../../include/conversation.php:1546 +msgid "Saved Bookmarks" +msgstr "" + +#: ../../include/conversation.php:1557 +msgid "Manage Webpages" msgstr "" #: ../../include/datetime.php:43 ../../include/datetime.php:45 @@ -1235,22 +1360,35 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:603 +#: ../../include/bbcode.php:606 ../../include/bbcode.php:611 +#: ../../include/bbcode.php:614 ../../include/bbcode.php:617 +#: ../../include/bbcode.php:620 ../../include/bbcode.php:625 +#: ../../include/bbcode.php:628 ../../include/bbcode.php:633 +#: ../../include/bbcode.php:636 ../../include/bbcode.php:639 +#: ../../include/bbcode.php:642 +msgid "Image/photo" msgstr "" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:653 +msgid "Encrypted content" msgstr "" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" +#: ../../include/bbcode.php:170 +msgid "QR code" msgstr "" -#: ../../include/event.php:40 ../../include/identity.php:694 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111 -msgid "Location:" +#: ../../include/bbcode.php:213 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "" + +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "" + +#: ../../include/bbcode.php:571 ../../include/bbcode.php:591 +msgid "$1 wrote:" msgstr "" #: ../../include/group.php:25 @@ -1264,7 +1402,7 @@ msgstr "" msgid "Default privacy group for new contacts" msgstr "" -#: ../../include/group.php:242 ../../mod/admin.php:751 +#: ../../include/group.php:242 ../../mod/admin.php:762 msgid "All Channels" msgstr "" @@ -1293,12 +1431,12 @@ msgid "Delete this item?" msgstr "" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 -#: ../../mod/photos.php:993 ../../mod/photos.php:1080 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 msgid "Comment" msgstr "" #: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:130 msgid "show more" msgstr "" @@ -1334,76 +1472,80 @@ msgstr "" msgid "Passphrase hint" msgstr "" -#: ../../include/js_strings.php:17 -msgid "timeago.prefixAgo" +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." msgstr "" #: ../../include/js_strings.php:18 -msgid "timeago.prefixFromNow" +msgid "timeago.prefixAgo" msgstr "" #: ../../include/js_strings.php:19 -msgid "ago" +msgid "timeago.prefixFromNow" msgstr "" #: ../../include/js_strings.php:20 -msgid "from now" +msgid "ago" msgstr "" #: ../../include/js_strings.php:21 -msgid "less than a minute" +msgid "from now" msgstr "" #: ../../include/js_strings.php:22 -msgid "about a minute" +msgid "less than a minute" msgstr "" #: ../../include/js_strings.php:23 +msgid "about a minute" +msgstr "" + +#: ../../include/js_strings.php:24 #, php-format msgid "%d minutes" msgstr "" -#: ../../include/js_strings.php:24 +#: ../../include/js_strings.php:25 msgid "about an hour" msgstr "" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 #, php-format msgid "about %d hours" msgstr "" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 msgid "a day" msgstr "" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 #, php-format msgid "%d days" msgstr "" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 msgid "about a month" msgstr "" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 #, php-format msgid "%d months" msgstr "" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 msgid "about a year" msgstr "" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 #, php-format msgid "%d years" msgstr "" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 msgid " " msgstr "" -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 msgid "timeago.numbers" msgstr "" @@ -1426,7 +1568,7 @@ msgstr "" #: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 #: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 #: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 -#: ../../mod/photos.php:656 ../../mod/photos.php:678 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 msgid "Profile Photos" msgstr "" @@ -1435,30 +1577,31 @@ msgstr "" #: ../../include/attach.php:283 ../../include/attach.php:297 #: ../../include/attach.php:322 ../../include/attach.php:513 #: ../../include/attach.php:585 ../../include/chat.php:113 -#: ../../include/photos.php:15 ../../include/items.php:3571 +#: ../../include/photos.php:15 ../../include/items.php:3606 #: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 #: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44 -#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/invite.php:104 ../../mod/mail.php:108 ../../mod/settings.php:492 +#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/editpost.php:13 ../../mod/bookmarks.php:46 #: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 -#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 -#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 +#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/item.php:179 +#: ../../mod/item.php:187 ../../mod/item.php:860 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/setup.php:203 +#: ../../mod/connedit.php:188 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 #: ../../mod/network.php:12 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/blocks.php:29 +#: ../../mod/blocks.php:44 ../../mod/chat.php:89 ../../mod/chat.php:94 #: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 -#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 -#: ../../mod/profile_photo.php:200 ../../mod/connections.php:169 -#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 -#: ../../mod/poke.php:128 ../../mod/channel.php:88 ../../mod/channel.php:188 -#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:34 ../../mod/filestorage.php:10 +#: ../../mod/achievements.php:27 ../../mod/editblock.php:34 +#: ../../mod/manage.php:6 ../../mod/editlayout.php:48 +#: ../../mod/profile_photo.php:187 ../../mod/profile_photo.php:200 +#: ../../mod/connections.php:169 ../../mod/notifications.php:66 +#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/poke.php:128 ../../mod/channel.php:89 +#: ../../mod/channel.php:193 ../../mod/channel.php:236 +#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:10 #: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 #: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 #: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 @@ -1530,835 +1673,722 @@ msgstr "" msgid "%1$s's bookmarks" msgstr "" -#: ../../include/conversation.php:123 -msgid "channel" -msgstr "" - -#: ../../include/conversation.php:161 ../../mod/like.php:134 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: ../../include/conversation.php:164 ../../mod/like.php:136 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: ../../include/conversation.php:201 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "" - -#: ../../include/conversation.php:236 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: ../../include/conversation.php:258 ../../mod/mood.php:63 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 -msgid "Select" -msgstr "" - -#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 -#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:746 ../../mod/connedit.php:359 -#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 -msgid "Delete" -msgstr "" - -#: ../../include/conversation.php:642 ../../include/ItemObject.php:161 -msgid "Message is verified" -msgstr "" - -#: ../../include/conversation.php:662 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: ../../include/conversation.php:676 -msgid "Categories:" +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" msgstr "" -#: ../../include/conversation.php:677 -msgid "Filed under:" +#: ../../include/acl_selectors.php:239 +msgid "Show" msgstr "" -#: ../../include/conversation.php:686 ../../include/ItemObject.php:226 -#, php-format -msgid " from %s" +#: ../../include/acl_selectors.php:240 +msgid "Don't show" msgstr "" -#: ../../include/conversation.php:689 ../../include/ItemObject.php:229 -#, php-format -msgid "last edited: %s" +#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206 +#: ../../mod/filestorage.php:124 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 +msgid "Permissions" msgstr "" -#: ../../include/conversation.php:690 ../../include/ItemObject.php:230 -#, php-format -msgid "Expires: %s" +#: ../../include/acl_selectors.php:247 +msgid "Close" msgstr "" -#: ../../include/conversation.php:705 -msgid "View in context" +#: ../../include/identity.php:30 ../../mod/item.php:1232 +msgid "Unable to obtain identity information from database" msgstr "" -#: ../../include/conversation.php:707 ../../include/conversation.php:1120 -#: ../../include/ItemObject.php:259 ../../mod/editpost.php:121 -#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:120 -#: ../../mod/photos.php:975 -msgid "Please wait" +#: ../../include/identity.php:63 +msgid "Empty name" msgstr "" -#: ../../include/conversation.php:834 -msgid "remove" +#: ../../include/identity.php:65 +msgid "Name too long" msgstr "" -#: ../../include/conversation.php:838 -msgid "Loading..." +#: ../../include/identity.php:166 +msgid "No account identifier" msgstr "" -#: ../../include/conversation.php:839 -msgid "Delete Selected Items" +#: ../../include/identity.php:176 +msgid "Nickname is required." msgstr "" -#: ../../include/conversation.php:930 -msgid "View Source" +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." msgstr "" -#: ../../include/conversation.php:931 -msgid "Follow Thread" +#: ../../include/identity.php:195 +msgid "" +"Nickname has unsupported characters or is already being used on this site." msgstr "" -#: ../../include/conversation.php:932 -msgid "View Status" +#: ../../include/identity.php:258 +msgid "Unable to retrieve created identity" msgstr "" -#: ../../include/conversation.php:934 -msgid "View Photos" +#: ../../include/identity.php:317 +msgid "Default Profile" msgstr "" -#: ../../include/conversation.php:935 -msgid "Matrix Activity" +#: ../../include/identity.php:509 +msgid "Requested channel is not available." msgstr "" -#: ../../include/conversation.php:936 -msgid "Edit Contact" +#: ../../include/identity.php:557 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/layouts.php:8 ../../mod/blocks.php:10 +#: ../../mod/achievements.php:8 ../../mod/profile.php:16 +#: ../../mod/filestorage.php:40 +msgid "Requested profile is not available." msgstr "" -#: ../../include/conversation.php:937 -msgid "Send PM" +#: ../../include/identity.php:689 ../../mod/profiles.php:603 +msgid "Change profile photo" msgstr "" -#: ../../include/conversation.php:938 -msgid "Poke" +#: ../../include/identity.php:695 +msgid "Profiles" msgstr "" -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s likes this." +#: ../../include/identity.php:695 +msgid "Manage/edit profiles" msgstr "" -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s doesn't like this." +#: ../../include/identity.php:696 ../../mod/profiles.php:604 +msgid "Create New Profile" msgstr "" -#: ../../include/conversation.php:1004 -#, php-format -msgid "<span %1$s>%2$d people</span> like this." -msgid_plural "<span %1$s>%2$d people</span> like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1006 -#, php-format -msgid "<span %1$s>%2$d people</span> don't like this." -msgid_plural "<span %1$s>%2$d people</span> don't like this." -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1012 -msgid "and" +#: ../../include/identity.php:699 +msgid "Edit Profile" msgstr "" -#: ../../include/conversation.php:1015 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/conversation.php:1016 -#, php-format -msgid "%s like this." +#: ../../include/identity.php:710 ../../mod/profiles.php:615 +msgid "Profile Image" msgstr "" -#: ../../include/conversation.php:1016 -#, php-format -msgid "%s don't like this." +#: ../../include/identity.php:713 ../../mod/profiles.php:618 +msgid "visible to everybody" msgstr "" -#: ../../include/conversation.php:1066 -msgid "Visible to <strong>everybody</strong>" +#: ../../include/identity.php:714 ../../mod/profiles.php:619 +msgid "Edit visibility" msgstr "" -#: ../../include/conversation.php:1067 ../../mod/mail.php:171 -#: ../../mod/mail.php:269 -msgid "Please enter a link URL:" +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:163 +msgid "Gender:" msgstr "" -#: ../../include/conversation.php:1068 -msgid "Please enter a video link/URL:" +#: ../../include/identity.php:729 ../../include/identity.php:972 +#: ../../mod/directory.php:165 +msgid "Status:" msgstr "" -#: ../../include/conversation.php:1069 -msgid "Please enter an audio link/URL:" +#: ../../include/identity.php:730 ../../include/identity.php:983 +#: ../../mod/directory.php:167 +msgid "Homepage:" msgstr "" -#: ../../include/conversation.php:1070 -msgid "Tag term:" +#: ../../include/identity.php:731 ../../mod/dirprofile.php:157 +msgid "Online Now" msgstr "" -#: ../../include/conversation.php:1071 ../../mod/filer.php:35 -msgid "Save to Folder:" +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:262 +msgid "g A l F d" msgstr "" -#: ../../include/conversation.php:1072 -msgid "Where are you right now?" +#: ../../include/identity.php:797 ../../include/identity.php:877 +msgid "F d" msgstr "" -#: ../../include/conversation.php:1073 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:270 -msgid "Expires YYYY-MM-DD HH:MM" +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:284 +msgid "[today]" msgstr "" -#: ../../include/conversation.php:1083 ../../include/ItemObject.php:557 -#: ../../mod/webpages.php:122 ../../mod/editpost.php:141 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 -#: ../../mod/editblock.php:142 ../../mod/photos.php:995 -msgid "Preview" +#: ../../include/identity.php:854 +msgid "Birthday Reminders" msgstr "" -#: ../../include/conversation.php:1097 ../../mod/layouts.php:112 -#: ../../mod/photos.php:974 -msgid "Share" +#: ../../include/identity.php:855 +msgid "Birthdays this week:" msgstr "" -#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 -msgid "Page link title" +#: ../../include/identity.php:910 +msgid "[No description]" msgstr "" -#: ../../include/conversation.php:1101 ../../mod/editpost.php:113 -#: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:112 -msgid "Upload photo" +#: ../../include/identity.php:928 +msgid "Event Reminders" msgstr "" -#: ../../include/conversation.php:1102 -msgid "upload photo" +#: ../../include/identity.php:929 +msgid "Events this week:" msgstr "" -#: ../../include/conversation.php:1103 ../../mod/editpost.php:114 -#: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:113 -msgid "Attach file" +#: ../../include/identity.php:942 ../../include/identity.php:1026 +#: ../../mod/profperm.php:107 +msgid "Profile" msgstr "" -#: ../../include/conversation.php:1104 -msgid "attach file" +#: ../../include/identity.php:950 ../../mod/settings.php:937 +msgid "Full Name:" msgstr "" -#: ../../include/conversation.php:1105 ../../mod/editpost.php:115 -#: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:114 -msgid "Insert web link" +#: ../../include/identity.php:957 +msgid "j F, Y" msgstr "" -#: ../../include/conversation.php:1106 -msgid "web link" +#: ../../include/identity.php:958 +msgid "j F" msgstr "" -#: ../../include/conversation.php:1107 -msgid "Insert video link" +#: ../../include/identity.php:965 +msgid "Birthday:" msgstr "" -#: ../../include/conversation.php:1108 -msgid "video link" +#: ../../include/identity.php:969 +msgid "Age:" msgstr "" -#: ../../include/conversation.php:1109 -msgid "Insert audio link" +#: ../../include/identity.php:978 +#, php-format +msgid "for %1$d %2$s" msgstr "" -#: ../../include/conversation.php:1110 -msgid "audio link" +#: ../../include/identity.php:981 ../../mod/profiles.php:526 +msgid "Sexual Preference:" msgstr "" -#: ../../include/conversation.php:1111 ../../mod/editpost.php:119 -#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 -#: ../../mod/editblock.php:118 -msgid "Set your location" +#: ../../include/identity.php:985 ../../mod/profiles.php:528 +msgid "Hometown:" msgstr "" -#: ../../include/conversation.php:1112 -msgid "set location" +#: ../../include/identity.php:987 +msgid "Tags:" msgstr "" -#: ../../include/conversation.php:1113 ../../mod/editpost.php:120 -#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 -#: ../../mod/editblock.php:119 -msgid "Clear browser location" +#: ../../include/identity.php:989 ../../mod/profiles.php:529 +msgid "Political Views:" msgstr "" -#: ../../include/conversation.php:1114 -msgid "clear location" +#: ../../include/identity.php:991 +msgid "Religion:" msgstr "" -#: ../../include/conversation.php:1116 ../../mod/editpost.php:133 -#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 -#: ../../mod/editblock.php:133 -msgid "Set title" +#: ../../include/identity.php:993 ../../mod/directory.php:169 +msgid "About:" msgstr "" -#: ../../include/conversation.php:1119 ../../mod/editpost.php:135 -#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 -#: ../../mod/editblock.php:136 -msgid "Categories (comma-separated list)" +#: ../../include/identity.php:995 +msgid "Hobbies/Interests:" msgstr "" -#: ../../include/conversation.php:1121 ../../mod/editpost.php:122 -#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 -#: ../../mod/editblock.php:121 -msgid "Permission settings" +#: ../../include/identity.php:997 ../../mod/profiles.php:532 +msgid "Likes:" msgstr "" -#: ../../include/conversation.php:1122 -msgid "permissions" +#: ../../include/identity.php:999 ../../mod/profiles.php:533 +msgid "Dislikes:" msgstr "" -#: ../../include/conversation.php:1130 ../../mod/editpost.php:130 -#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 -#: ../../mod/editblock.php:130 -msgid "Public post" +#: ../../include/identity.php:1002 +msgid "Contact information and Social Networks:" msgstr "" -#: ../../include/conversation.php:1132 ../../mod/editpost.php:136 -#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 -#: ../../mod/editblock.php:137 -msgid "Example: bob@example.com, mary@example.com" +#: ../../include/identity.php:1004 +msgid "My other channels:" msgstr "" -#: ../../include/conversation.php:1145 ../../mod/editpost.php:147 -#: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:147 -msgid "Set expiration date" +#: ../../include/identity.php:1006 +msgid "Musical interests:" msgstr "" -#: ../../include/conversation.php:1147 ../../include/ItemObject.php:560 -#: ../../mod/editpost.php:149 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" +#: ../../include/identity.php:1008 +msgid "Books, literature:" msgstr "" -#: ../../include/conversation.php:1149 ../../mod/editpost.php:151 -msgid "OK" +#: ../../include/identity.php:1010 +msgid "Television:" msgstr "" -#: ../../include/conversation.php:1150 ../../mod/settings.php:516 -#: ../../mod/settings.php:542 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/editpost.php:152 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 -msgid "Cancel" +#: ../../include/identity.php:1012 +msgid "Film/dance/culture/entertainment:" msgstr "" -#: ../../include/conversation.php:1381 -msgid "Commented Order" +#: ../../include/identity.php:1014 +msgid "Love/Romance:" msgstr "" -#: ../../include/conversation.php:1384 -msgid "Sort by Comment Date" +#: ../../include/identity.php:1016 +msgid "Work/employment:" msgstr "" -#: ../../include/conversation.php:1387 -msgid "Posted Order" +#: ../../include/identity.php:1018 +msgid "School/education:" msgstr "" -#: ../../include/conversation.php:1390 -msgid "Sort by Post Date" +#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 +#: ../../include/menu.php:42 ../../mod/thing.php:235 +#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:119 +#: ../../mod/editpost.php:112 ../../mod/layouts.php:112 +#: ../../mod/blocks.php:94 ../../mod/editblock.php:111 +#: ../../mod/editlayout.php:106 ../../mod/connections.php:391 +#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:170 +msgid "Edit" msgstr "" -#: ../../include/conversation.php:1394 -msgid "Personal" +#: ../../include/ItemObject.php:118 +msgid "save to folder" msgstr "" -#: ../../include/conversation.php:1397 -msgid "Posts that mention or involve you" +#: ../../include/ItemObject.php:146 +msgid "add star" msgstr "" -#: ../../include/conversation.php:1400 ../../mod/menu.php:61 -#: ../../mod/connections.php:211 -msgid "New" +#: ../../include/ItemObject.php:147 +msgid "remove star" msgstr "" -#: ../../include/conversation.php:1403 -msgid "Activity Stream - by date" +#: ../../include/ItemObject.php:148 +msgid "toggle star status" msgstr "" -#: ../../include/conversation.php:1410 -msgid "Starred" +#: ../../include/ItemObject.php:152 +msgid "starred" msgstr "" -#: ../../include/conversation.php:1413 -msgid "Favourite Posts" +#: ../../include/ItemObject.php:169 +msgid "add tag" msgstr "" -#: ../../include/conversation.php:1420 -msgid "Spam" +#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 +msgid "I like this (toggle)" msgstr "" -#: ../../include/conversation.php:1423 -msgid "Posts flagged as SPAM" +#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 +msgid "like" msgstr "" -#: ../../include/conversation.php:1454 -msgid "Channel" +#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" msgstr "" -#: ../../include/conversation.php:1457 -msgid "Status Messages and Posts" +#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 +msgid "dislike" msgstr "" -#: ../../include/conversation.php:1466 -msgid "About" +#: ../../include/ItemObject.php:187 +msgid "Share this" msgstr "" -#: ../../include/conversation.php:1469 -msgid "Profile Details" +#: ../../include/ItemObject.php:187 +msgid "share" msgstr "" -#: ../../include/conversation.php:1478 ../../include/photos.php:302 -msgid "Photo Albums" +#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 +#, php-format +msgid "View %s's profile - %s" msgstr "" -#: ../../include/conversation.php:1487 -msgid "Files and Storage" +#: ../../include/ItemObject.php:213 +msgid "to" msgstr "" -#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 -msgid "Chatrooms" +#: ../../include/ItemObject.php:214 +msgid "via" msgstr "" -#: ../../include/conversation.php:1509 -msgid "Events and Calendar" +#: ../../include/ItemObject.php:215 +msgid "Wall-to-Wall" msgstr "" -#: ../../include/conversation.php:1517 -msgid "Saved Bookmarks" +#: ../../include/ItemObject.php:216 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../include/conversation.php:1528 -msgid "Manage Webpages" +#: ../../include/ItemObject.php:250 +msgid "Bookmark Links" msgstr "" -#: ../../include/identity.php:30 ../../mod/item.php:1187 -msgid "Unable to obtain identity information from database" -msgstr "" +#: ../../include/ItemObject.php:280 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" -#: ../../include/identity.php:63 -msgid "Empty name" +#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" msgstr "" -#: ../../include/identity.php:65 -msgid "Name too long" +#: ../../include/ItemObject.php:548 ../../mod/events.php:472 +#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/settings.php:515 +#: ../../mod/settings.php:627 ../../mod/settings.php:655 +#: ../../mod/settings.php:679 ../../mod/settings.php:751 +#: ../../mod/settings.php:929 ../../mod/connect.php:92 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:441 +#: ../../mod/admin.php:750 ../../mod/admin.php:884 ../../mod/admin.php:1017 +#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/connedit.php:443 +#: ../../mod/profiles.php:506 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/chat.php:175 ../../mod/chat.php:208 +#: ../../mod/import.php:387 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../mod/mood.php:142 +#: ../../view/theme/redbasic/php/config.php:95 +#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/blogga/php/config.php:67 +msgid "Submit" msgstr "" -#: ../../include/identity.php:147 -msgid "No account identifier" +#: ../../include/ItemObject.php:549 +msgid "Bold" msgstr "" -#: ../../include/identity.php:157 -msgid "Nickname is required." +#: ../../include/ItemObject.php:550 +msgid "Italic" msgstr "" -#: ../../include/identity.php:171 -msgid "" -"Nickname has unsupported characters or is already being used on this site." +#: ../../include/ItemObject.php:551 +msgid "Underline" msgstr "" -#: ../../include/identity.php:230 -msgid "Unable to retrieve created identity" +#: ../../include/ItemObject.php:552 +msgid "Quote" msgstr "" -#: ../../include/identity.php:289 -msgid "Default Profile" +#: ../../include/ItemObject.php:553 +msgid "Code" msgstr "" -#: ../../include/identity.php:481 -msgid "Requested channel is not available." +#: ../../include/ItemObject.php:554 +msgid "Image" msgstr "" -#: ../../include/identity.php:528 ../../mod/webpages.php:8 -#: ../../mod/connect.php:13 ../../mod/layouts.php:8 -#: ../../mod/achievements.php:8 ../../mod/blocks.php:10 -#: ../../mod/profile.php:16 ../../mod/filestorage.php:40 -msgid "Requested profile is not available." +#: ../../include/ItemObject.php:555 +msgid "Link" msgstr "" -#: ../../include/identity.php:580 -msgid " Sorry, you don't have the permission to view this profile. " +#: ../../include/ItemObject.php:556 +msgid "Video" msgstr "" -#: ../../include/identity.php:657 ../../mod/profiles.php:603 -msgid "Change profile photo" +#: ../../include/reddav.php:1069 +msgid "Edit File properties" msgstr "" -#: ../../include/identity.php:663 -msgid "Profiles" +#: ../../include/network.php:652 +msgid "view full size" msgstr "" -#: ../../include/identity.php:663 -msgid "Manage/edit profiles" +#: ../../include/text.php:320 +msgid "prev" msgstr "" -#: ../../include/identity.php:664 ../../mod/profiles.php:604 -msgid "Create New Profile" +#: ../../include/text.php:322 +msgid "first" msgstr "" -#: ../../include/identity.php:667 -msgid "Edit Profile" +#: ../../include/text.php:351 +msgid "last" msgstr "" -#: ../../include/identity.php:678 ../../mod/profiles.php:615 -msgid "Profile Image" +#: ../../include/text.php:354 +msgid "next" msgstr "" -#: ../../include/identity.php:681 ../../mod/profiles.php:618 -msgid "visible to everybody" +#: ../../include/text.php:366 +msgid "older" msgstr "" -#: ../../include/identity.php:682 ../../mod/profiles.php:619 -msgid "Edit visibility" +#: ../../include/text.php:368 +msgid "newer" msgstr "" -#: ../../include/identity.php:696 ../../include/identity.php:923 -#: ../../mod/directory.php:159 -msgid "Gender:" +#: ../../include/text.php:719 +msgid "No connections" msgstr "" -#: ../../include/identity.php:697 ../../include/identity.php:943 -#: ../../mod/directory.php:161 -msgid "Status:" -msgstr "" +#: ../../include/text.php:732 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "" +msgstr[1] "" -#: ../../include/identity.php:698 ../../include/identity.php:954 -#: ../../mod/directory.php:163 -msgid "Homepage:" +#: ../../include/text.php:744 +msgid "View Connections" msgstr "" -#: ../../include/identity.php:699 ../../mod/dirprofile.php:157 -msgid "Online Now" +#: ../../include/text.php:885 +msgid "poke" msgstr "" -#: ../../include/identity.php:767 ../../include/identity.php:847 -#: ../../mod/ping.php:262 -msgid "g A l F d" +#: ../../include/text.php:886 +msgid "ping" msgstr "" -#: ../../include/identity.php:768 ../../include/identity.php:848 -msgid "F d" +#: ../../include/text.php:886 +msgid "pinged" msgstr "" -#: ../../include/identity.php:813 ../../include/identity.php:888 -#: ../../mod/ping.php:284 -msgid "[today]" +#: ../../include/text.php:887 +msgid "prod" msgstr "" -#: ../../include/identity.php:825 -msgid "Birthday Reminders" +#: ../../include/text.php:887 +msgid "prodded" msgstr "" -#: ../../include/identity.php:826 -msgid "Birthdays this week:" +#: ../../include/text.php:888 +msgid "slap" msgstr "" -#: ../../include/identity.php:881 -msgid "[No description]" +#: ../../include/text.php:888 +msgid "slapped" msgstr "" -#: ../../include/identity.php:899 -msgid "Event Reminders" +#: ../../include/text.php:889 +msgid "finger" msgstr "" -#: ../../include/identity.php:900 -msgid "Events this week:" +#: ../../include/text.php:889 +msgid "fingered" msgstr "" -#: ../../include/identity.php:913 ../../include/identity.php:997 -#: ../../mod/profperm.php:107 -msgid "Profile" +#: ../../include/text.php:890 +msgid "rebuff" msgstr "" -#: ../../include/identity.php:921 ../../mod/settings.php:937 -msgid "Full Name:" +#: ../../include/text.php:890 +msgid "rebuffed" msgstr "" -#: ../../include/identity.php:928 -msgid "j F, Y" +#: ../../include/text.php:902 +msgid "happy" msgstr "" -#: ../../include/identity.php:929 -msgid "j F" +#: ../../include/text.php:903 +msgid "sad" msgstr "" -#: ../../include/identity.php:936 -msgid "Birthday:" +#: ../../include/text.php:904 +msgid "mellow" msgstr "" -#: ../../include/identity.php:940 -msgid "Age:" +#: ../../include/text.php:905 +msgid "tired" msgstr "" -#: ../../include/identity.php:949 -#, php-format -msgid "for %1$d %2$s" +#: ../../include/text.php:906 +msgid "perky" msgstr "" -#: ../../include/identity.php:952 ../../mod/profiles.php:526 -msgid "Sexual Preference:" +#: ../../include/text.php:907 +msgid "angry" msgstr "" -#: ../../include/identity.php:956 ../../mod/profiles.php:528 -msgid "Hometown:" +#: ../../include/text.php:908 +msgid "stupified" msgstr "" -#: ../../include/identity.php:958 -msgid "Tags:" +#: ../../include/text.php:909 +msgid "puzzled" msgstr "" -#: ../../include/identity.php:960 ../../mod/profiles.php:529 -msgid "Political Views:" +#: ../../include/text.php:910 +msgid "interested" msgstr "" -#: ../../include/identity.php:962 -msgid "Religion:" +#: ../../include/text.php:911 +msgid "bitter" msgstr "" -#: ../../include/identity.php:964 ../../mod/directory.php:165 -msgid "About:" +#: ../../include/text.php:912 +msgid "cheerful" msgstr "" -#: ../../include/identity.php:966 -msgid "Hobbies/Interests:" +#: ../../include/text.php:913 +msgid "alive" msgstr "" -#: ../../include/identity.php:968 ../../mod/profiles.php:532 -msgid "Likes:" +#: ../../include/text.php:914 +msgid "annoyed" msgstr "" -#: ../../include/identity.php:970 ../../mod/profiles.php:533 -msgid "Dislikes:" +#: ../../include/text.php:915 +msgid "anxious" msgstr "" -#: ../../include/identity.php:973 -msgid "Contact information and Social Networks:" +#: ../../include/text.php:916 +msgid "cranky" msgstr "" -#: ../../include/identity.php:975 -msgid "My other channels:" +#: ../../include/text.php:917 +msgid "disturbed" msgstr "" -#: ../../include/identity.php:977 -msgid "Musical interests:" +#: ../../include/text.php:918 +msgid "frustrated" msgstr "" -#: ../../include/identity.php:979 -msgid "Books, literature:" +#: ../../include/text.php:919 +msgid "motivated" msgstr "" -#: ../../include/identity.php:981 -msgid "Television:" +#: ../../include/text.php:920 +msgid "relaxed" msgstr "" -#: ../../include/identity.php:983 -msgid "Film/dance/culture/entertainment:" +#: ../../include/text.php:921 +msgid "surprised" msgstr "" -#: ../../include/identity.php:985 -msgid "Love/Romance:" +#: ../../include/text.php:1082 +msgid "Monday" msgstr "" -#: ../../include/identity.php:987 -msgid "Work/employment:" +#: ../../include/text.php:1082 +msgid "Tuesday" msgstr "" -#: ../../include/identity.php:989 -msgid "School/education:" +#: ../../include/text.php:1082 +msgid "Wednesday" msgstr "" -#: ../../include/ItemObject.php:89 ../../mod/photos.php:847 -msgid "Private Message" +#: ../../include/text.php:1082 +msgid "Thursday" msgstr "" -#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 -#: ../../include/menu.php:42 ../../mod/thing.php:235 -#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118 -#: ../../mod/editpost.php:112 ../../mod/layouts.php:111 -#: ../../mod/editlayout.php:106 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:111 -#: ../../mod/filestorage.php:170 -msgid "Edit" +#: ../../include/text.php:1082 +msgid "Friday" msgstr "" -#: ../../include/ItemObject.php:118 -msgid "save to folder" +#: ../../include/text.php:1082 +msgid "Saturday" msgstr "" -#: ../../include/ItemObject.php:146 -msgid "add star" +#: ../../include/text.php:1082 +msgid "Sunday" msgstr "" -#: ../../include/ItemObject.php:147 -msgid "remove star" +#: ../../include/text.php:1086 +msgid "January" msgstr "" -#: ../../include/ItemObject.php:148 -msgid "toggle star status" +#: ../../include/text.php:1086 +msgid "February" msgstr "" -#: ../../include/ItemObject.php:152 -msgid "starred" +#: ../../include/text.php:1086 +msgid "March" msgstr "" -#: ../../include/ItemObject.php:169 -msgid "add tag" +#: ../../include/text.php:1086 +msgid "April" msgstr "" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:972 -msgid "I like this (toggle)" +#: ../../include/text.php:1086 +msgid "May" msgstr "" -#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 -msgid "like" +#: ../../include/text.php:1086 +msgid "June" msgstr "" -#: ../../include/ItemObject.php:185 ../../mod/photos.php:973 -msgid "I don't like this (toggle)" +#: ../../include/text.php:1086 +msgid "July" msgstr "" -#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 -msgid "dislike" +#: ../../include/text.php:1086 +msgid "August" msgstr "" -#: ../../include/ItemObject.php:187 -msgid "Share this" +#: ../../include/text.php:1086 +msgid "September" msgstr "" -#: ../../include/ItemObject.php:187 -msgid "share" +#: ../../include/text.php:1086 +msgid "October" msgstr "" -#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 -#, php-format -msgid "View %s's profile - %s" +#: ../../include/text.php:1086 +msgid "November" msgstr "" -#: ../../include/ItemObject.php:213 -msgid "to" +#: ../../include/text.php:1086 +msgid "December" msgstr "" -#: ../../include/ItemObject.php:214 -msgid "via" +#: ../../include/text.php:1164 +msgid "unknown.???" msgstr "" -#: ../../include/ItemObject.php:215 -msgid "Wall-to-Wall" +#: ../../include/text.php:1165 +msgid "bytes" msgstr "" -#: ../../include/ItemObject.php:216 -msgid "via Wall-To-Wall:" +#: ../../include/text.php:1200 +msgid "remove category" msgstr "" -#: ../../include/ItemObject.php:250 -msgid "Bookmark Links" +#: ../../include/text.php:1249 +msgid "remove from file" msgstr "" -#: ../../include/ItemObject.php:280 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/ItemObject.php:545 ../../mod/photos.php:991 -#: ../../mod/photos.php:1078 -msgid "This is you" +#: ../../include/text.php:1310 ../../include/text.php:1322 +msgid "Click to open/close" msgstr "" -#: ../../include/ItemObject.php:548 ../../mod/events.php:469 -#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:929 -#: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 -#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:431 -#: ../../mod/admin.php:739 ../../mod/admin.php:879 ../../mod/admin.php:1078 -#: ../../mod/admin.php:1165 ../../mod/connedit.php:437 -#: ../../mod/profiles.php:506 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/setup.php:304 ../../mod/setup.php:347 -#: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335 -#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:131 ../../mod/photos.php:566 -#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994 -#: ../../mod/photos.php:1081 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:93 -#: ../../view/theme/apw/php/config.php:256 -#: ../../view/theme/blogga/view/theme/blog/config.php:67 -#: ../../view/theme/blogga/php/config.php:67 -msgid "Submit" +#: ../../include/text.php:1477 ../../mod/events.php:335 +msgid "link to source" msgstr "" -#: ../../include/ItemObject.php:549 -msgid "Bold" +#: ../../include/text.php:1496 +msgid "Select a page layout: " msgstr "" -#: ../../include/ItemObject.php:550 -msgid "Italic" +#: ../../include/text.php:1499 ../../include/text.php:1564 +msgid "default" msgstr "" -#: ../../include/ItemObject.php:551 -msgid "Underline" +#: ../../include/text.php:1535 +msgid "Page content type: " msgstr "" -#: ../../include/ItemObject.php:552 -msgid "Quote" +#: ../../include/text.php:1576 +msgid "Select an alternate language" msgstr "" -#: ../../include/ItemObject.php:553 -msgid "Code" +#: ../../include/text.php:1710 +msgid "activity" msgstr "" -#: ../../include/ItemObject.php:554 -msgid "Image" +#: ../../include/text.php:1969 +msgid "Design" msgstr "" -#: ../../include/ItemObject.php:555 -msgid "Link" +#: ../../include/text.php:1971 +msgid "Blocks" msgstr "" -#: ../../include/ItemObject.php:556 -msgid "Video" +#: ../../include/text.php:1972 +msgid "Menus" msgstr "" -#: ../../include/api.php:1022 -msgid "Public Timeline" +#: ../../include/text.php:1973 +msgid "Layouts" msgstr "" -#: ../../include/network.php:640 -msgid "view full size" +#: ../../include/text.php:1974 +msgid "Pages" msgstr "" #: ../../include/notify.php:23 @@ -2618,7 +2648,7 @@ msgstr "" msgid "Room is full" msgstr "" -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:78 +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:80 #: ../../view/theme/apw/php/config.php:185 msgid "Default" msgstr "" @@ -2751,192 +2781,193 @@ msgstr "" msgid "Safe Mode" msgstr "" -#: ../../include/enotify.php:40 +#: ../../include/enotify.php:41 msgid "Red Matrix Notification" msgstr "" -#: ../../include/enotify.php:41 +#: ../../include/enotify.php:42 msgid "redmatrix" msgstr "" -#: ../../include/enotify.php:43 +#: ../../include/enotify.php:44 msgid "Thank You," msgstr "" -#: ../../include/enotify.php:45 +#: ../../include/enotify.php:46 #, php-format msgid "%s Administrator" msgstr "" -#: ../../include/enotify.php:80 +#: ../../include/enotify.php:81 #, php-format msgid "%s <!item_type!>" msgstr "" -#: ../../include/enotify.php:84 +#: ../../include/enotify.php:85 #, php-format msgid "[Red:Notify] New mail received at %s" msgstr "" -#: ../../include/enotify.php:86 +#: ../../include/enotify.php:87 #, php-format msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "" -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 #, php-format msgid "%1$s sent you %2$s." msgstr "" -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 msgid "a private message" msgstr "" -#: ../../include/enotify.php:88 +#: ../../include/enotify.php:89 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: ../../include/enotify.php:142 +#: ../../include/enotify.php:144 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "" -#: ../../include/enotify.php:150 +#: ../../include/enotify.php:152 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "" -#: ../../include/enotify.php:159 +#: ../../include/enotify.php:161 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "" -#: ../../include/enotify.php:170 +#: ../../include/enotify.php:172 #, php-format msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: ../../include/enotify.php:171 +#: ../../include/enotify.php:173 #, php-format msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "" -#: ../../include/enotify.php:174 ../../include/enotify.php:189 -#: ../../include/enotify.php:215 ../../include/enotify.php:234 -#: ../../include/enotify.php:248 +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: ../../include/enotify.php:180 +#: ../../include/enotify.php:182 #, php-format msgid "[Red:Notify] %s posted to your profile wall" msgstr "" -#: ../../include/enotify.php:182 +#: ../../include/enotify.php:184 #, php-format msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "" -#: ../../include/enotify.php:184 +#: ../../include/enotify.php:186 #, php-format msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "" -#: ../../include/enotify.php:208 +#: ../../include/enotify.php:210 #, php-format msgid "[Red:Notify] %s tagged you" msgstr "" -#: ../../include/enotify.php:209 +#: ../../include/enotify.php:211 #, php-format msgid "%1$s, %2$s tagged you at %3$s" msgstr "" -#: ../../include/enotify.php:210 +#: ../../include/enotify.php:212 #, php-format msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "" -#: ../../include/enotify.php:223 +#: ../../include/enotify.php:225 #, php-format msgid "[Red:Notify] %1$s poked you" msgstr "" -#: ../../include/enotify.php:224 +#: ../../include/enotify.php:226 #, php-format msgid "%1$s, %2$s poked you at %3$s" msgstr "" -#: ../../include/enotify.php:225 +#: ../../include/enotify.php:227 #, php-format msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "" -#: ../../include/enotify.php:241 +#: ../../include/enotify.php:243 #, php-format msgid "[Red:Notify] %s tagged your post" msgstr "" -#: ../../include/enotify.php:242 +#: ../../include/enotify.php:244 #, php-format msgid "%1$s, %2$s tagged your post at %3$s" msgstr "" -#: ../../include/enotify.php:243 +#: ../../include/enotify.php:245 #, php-format msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "" -#: ../../include/enotify.php:255 +#: ../../include/enotify.php:257 msgid "[Red:Notify] Introduction received" msgstr "" -#: ../../include/enotify.php:256 +#: ../../include/enotify.php:258 #, php-format -msgid "%1$s, you've received an introduction from '%2$s' at %3$s" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" msgstr "" -#: ../../include/enotify.php:257 +#: ../../include/enotify.php:259 #, php-format -msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." msgstr "" -#: ../../include/enotify.php:261 ../../include/enotify.php:280 +#: ../../include/enotify.php:263 ../../include/enotify.php:282 #, php-format msgid "You may visit their profile at %s" msgstr "" -#: ../../include/enotify.php:263 +#: ../../include/enotify.php:265 #, php-format -msgid "Please visit %s to approve or reject the introduction." +msgid "Please visit %s to approve or reject the connection request." msgstr "" -#: ../../include/enotify.php:270 +#: ../../include/enotify.php:272 msgid "[Red:Notify] Friend suggestion received" msgstr "" -#: ../../include/enotify.php:271 +#: ../../include/enotify.php:273 #, php-format msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "" -#: ../../include/enotify.php:272 +#: ../../include/enotify.php:274 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from %4$s." msgstr "" -#: ../../include/enotify.php:278 +#: ../../include/enotify.php:280 msgid "Name:" msgstr "" -#: ../../include/enotify.php:279 +#: ../../include/enotify.php:281 msgid "Photo:" msgstr "" -#: ../../include/enotify.php:282 +#: ../../include/enotify.php:284 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" @@ -2954,19 +2985,15 @@ msgstr "" msgid "Unable to process image" msgstr "" -#: ../../include/photos.php:185 +#: ../../include/photos.php:186 msgid "Photo storage failed." msgstr "" -#: ../../include/photos.php:306 ../../mod/photos.php:694 -#: ../../mod/photos.php:1191 +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 msgid "Upload New Photos" msgstr "" -#: ../../include/reddav.php:1063 -msgid "Edit File properties" -msgstr "" - #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -2974,40 +3001,52 @@ msgid_plural "%d invitations available" msgstr[0] "" msgstr[1] "" -#: ../../include/contact_widgets.php:20 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +msgid "Advanced" +msgstr "" + +#: ../../include/contact_widgets.php:22 msgid "Find Channels" msgstr "" -#: ../../include/contact_widgets.php:21 +#: ../../include/contact_widgets.php:23 msgid "Enter name or interest" msgstr "" -#: ../../include/contact_widgets.php:22 +#: ../../include/contact_widgets.php:24 msgid "Connect/Follow" msgstr "" -#: ../../include/contact_widgets.php:23 +#: ../../include/contact_widgets.php:25 msgid "Examples: Robert Morgenstein, Fishing" msgstr "" -#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207 -#: ../../mod/directory.php:212 ../../mod/connections.php:371 +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:211 +#: ../../mod/directory.php:216 ../../mod/connections.php:390 msgid "Find" msgstr "" -#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 msgid "Channel Suggestions" msgstr "" -#: ../../include/contact_widgets.php:27 +#: ../../include/contact_widgets.php:29 msgid "Random Profile" msgstr "" -#: ../../include/contact_widgets.php:28 +#: ../../include/contact_widgets.php:30 msgid "Invite Friends" msgstr "" -#: ../../include/contact_widgets.php:120 +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "" + +#: ../../include/contact_widgets.php:125 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" @@ -3030,6 +3069,43 @@ msgstr "" msgid "This action is not available under your subscription plan." msgstr "" +#: ../../include/items.php:272 ../../mod/like.php:63 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../index.php:350 +msgid "Permission denied" +msgstr "" + +#: ../../include/items.php:789 +msgid "(Unknown)" +msgstr "" + +#: ../../include/items.php:3544 ../../mod/thing.php:78 ../../mod/admin.php:159 +#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 +msgid "Item not found." +msgstr "" + +#: ../../include/items.php:3928 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "" + +#: ../../include/items.php:3943 +msgid "Collection is empty." +msgstr "" + +#: ../../include/items.php:3950 +#, php-format +msgid "Collection: %s" +msgstr "" + +#: ../../include/items.php:3961 +#, php-format +msgid "Connection: %s" +msgstr "" + +#: ../../include/items.php:3964 +msgid "Connection not found." +msgstr "" + #: ../../include/follow.php:23 msgid "Channel is blocked on this site." msgstr "" @@ -3042,29 +3118,33 @@ msgstr "" msgid "Response from remote channel was incomplete." msgstr "" -#: ../../include/follow.php:126 +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "" + +#: ../../include/follow.php:132 msgid "Channel discovery failed." msgstr "" -#: ../../include/follow.php:143 +#: ../../include/follow.php:149 msgid "local account not found." msgstr "" -#: ../../include/follow.php:152 +#: ../../include/follow.php:158 msgid "Cannot connect to yourself." msgstr "" -#: ../../include/security.php:294 +#: ../../include/security.php:295 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: ../../include/oembed.php:168 +#: ../../include/oembed.php:171 msgid "Embedded content" msgstr "" -#: ../../include/oembed.php:177 +#: ../../include/oembed.php:180 msgid "Embedding disabled" msgstr "" @@ -3152,52 +3232,15 @@ msgstr "" msgid "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "" -#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 -#: ../../mod/group.php:68 ../../index.php:350 -msgid "Permission denied" -msgstr "" - -#: ../../include/items.php:756 -msgid "(Unknown)" -msgstr "" - -#: ../../include/items.php:3509 ../../mod/thing.php:78 ../../mod/admin.php:151 -#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 -msgid "Item not found." -msgstr "" - -#: ../../include/items.php:3845 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "" - -#: ../../include/items.php:3860 -msgid "Collection is empty." -msgstr "" - -#: ../../include/items.php:3867 -#, php-format -msgid "Collection: %s" -msgstr "" - -#: ../../include/items.php:3878 -#, php-format -msgid "Connection: %s" -msgstr "" - -#: ../../include/items.php:3881 -msgid "Connection not found." -msgstr "" - -#: ../../include/zot.php:574 +#: ../../include/zot.php:583 msgid "Invalid data packet" msgstr "" -#: ../../include/zot.php:584 +#: ../../include/zot.php:593 msgid "Unable to verify channel signature" msgstr "" -#: ../../include/zot.php:761 +#: ../../include/zot.php:790 #, php-format msgid "Unable to verify site signature for %s" msgstr "" @@ -3218,68 +3261,68 @@ msgstr "" msgid "Event title and start time are required." msgstr "" -#: ../../mod/events.php:287 +#: ../../mod/events.php:290 msgid "l, F j" msgstr "" -#: ../../mod/events.php:309 +#: ../../mod/events.php:312 msgid "Edit event" msgstr "" -#: ../../mod/events.php:355 +#: ../../mod/events.php:358 msgid "Create New Event" msgstr "" -#: ../../mod/events.php:356 +#: ../../mod/events.php:359 msgid "Previous" msgstr "" -#: ../../mod/events.php:357 ../../mod/setup.php:258 +#: ../../mod/events.php:360 ../../mod/setup.php:261 msgid "Next" msgstr "" -#: ../../mod/events.php:428 +#: ../../mod/events.php:431 msgid "hour:minute" msgstr "" -#: ../../mod/events.php:447 +#: ../../mod/events.php:450 msgid "Event details" msgstr "" -#: ../../mod/events.php:448 +#: ../../mod/events.php:451 #, php-format msgid "Format is %s %s. Starting date and Title are required." msgstr "" -#: ../../mod/events.php:450 +#: ../../mod/events.php:453 msgid "Event Starts:" msgstr "" -#: ../../mod/events.php:450 ../../mod/events.php:464 +#: ../../mod/events.php:453 ../../mod/events.php:467 msgid "Required" msgstr "" -#: ../../mod/events.php:453 +#: ../../mod/events.php:456 msgid "Finish date/time is not known or not relevant" msgstr "" -#: ../../mod/events.php:455 +#: ../../mod/events.php:458 msgid "Event Finishes:" msgstr "" -#: ../../mod/events.php:458 +#: ../../mod/events.php:461 msgid "Adjust for viewer timezone" msgstr "" -#: ../../mod/events.php:460 +#: ../../mod/events.php:463 msgid "Description:" msgstr "" -#: ../../mod/events.php:464 +#: ../../mod/events.php:467 msgid "Title:" msgstr "" -#: ../../mod/events.php:466 +#: ../../mod/events.php:469 msgid "Share this event" msgstr "" @@ -3421,6 +3464,80 @@ msgid "" "com" msgstr "" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "" + +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "" + +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "" + +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "" + +#: ../../mod/mail.php:121 ../../mod/message.php:31 +msgid "Messages" +msgstr "" + +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "" + +#: ../../mod/mail.php:149 +msgid "Message recalled." +msgstr "" + +#: ../../mod/mail.php:206 +msgid "Send Private Message" +msgstr "" + +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "" + +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "" + +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "" + +#: ../../mod/mail.php:292 ../../mod/message.php:72 +msgid "Delete message" +msgstr "" + +#: ../../mod/mail.php:293 +msgid "Recall message" +msgstr "" + +#: ../../mod/mail.php:295 +msgid "Message has been recalled." +msgstr "" + +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "" + +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "" + +#: ../../mod/mail.php:318 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "" + +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "" + #: ../../mod/settings.php:71 msgid "Name is required" msgstr "" @@ -3471,6 +3588,7 @@ msgid "Add application" msgstr "" #: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:891 msgid "Name" msgstr "" @@ -3583,7 +3701,7 @@ msgstr "" msgid "Connector Settings" msgstr "" -#: ../../mod/settings.php:708 ../../mod/admin.php:379 +#: ../../mod/settings.php:708 ../../mod/admin.php:389 msgid "No special theme for mobile devices" msgstr "" @@ -3701,6 +3819,10 @@ msgstr "" msgid "Default Post Location:" msgstr "" +#: ../../mod/settings.php:940 +msgid "Geographical location to display on your posts" +msgstr "" + #: ../../mod/settings.php:941 msgid "Use Browser Location:" msgstr "" @@ -3764,104 +3886,112 @@ msgid "Advanced Privacy Settings" msgstr "" #: ../../mod/settings.php:959 -msgid "Maximum Friend Requests/Day:" +msgid "Expire other channel content after this many days" msgstr "" #: ../../mod/settings.php:959 -msgid "May reduce spam activity" +msgid "0 or blank prevents expiration" msgstr "" #: ../../mod/settings.php:960 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: ../../mod/settings.php:960 +msgid "May reduce spam activity" +msgstr "" + +#: ../../mod/settings.php:961 msgid "Default Post Permissions" msgstr "" -#: ../../mod/settings.php:961 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +#: ../../mod/settings.php:962 ../../mod/mitem.php:134 ../../mod/mitem.php:177 msgid "(click to open/close)" msgstr "" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:973 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:973 msgid "Useful to reduce spamming" msgstr "" -#: ../../mod/settings.php:975 -msgid "Notification Settings" -msgstr "" - #: ../../mod/settings.php:976 -msgid "By default post a status message when:" +msgid "Notification Settings" msgstr "" #: ../../mod/settings.php:977 -msgid "accepting a friend request" +msgid "By default post a status message when:" msgstr "" #: ../../mod/settings.php:978 -msgid "joining a forum/community" +msgid "accepting a friend request" msgstr "" #: ../../mod/settings.php:979 -msgid "making an <em>interesting</em> profile change" +msgid "joining a forum/community" msgstr "" #: ../../mod/settings.php:980 -msgid "Send a notification email when:" +msgid "making an <em>interesting</em> profile change" msgstr "" #: ../../mod/settings.php:981 -msgid "You receive an introduction" +msgid "Send a notification email when:" msgstr "" #: ../../mod/settings.php:982 -msgid "Your introductions are confirmed" +msgid "You receive a connection request" msgstr "" #: ../../mod/settings.php:983 -msgid "Someone writes on your profile wall" +msgid "Your connections are confirmed" msgstr "" #: ../../mod/settings.php:984 -msgid "Someone writes a followup comment" +msgid "Someone writes on your profile wall" msgstr "" #: ../../mod/settings.php:985 -msgid "You receive a private message" +msgid "Someone writes a followup comment" msgstr "" #: ../../mod/settings.php:986 -msgid "You receive a friend suggestion" +msgid "You receive a private message" msgstr "" #: ../../mod/settings.php:987 -msgid "You are tagged in a post" +msgid "You receive a friend suggestion" msgstr "" #: ../../mod/settings.php:988 +msgid "You are tagged in a post" +msgstr "" + +#: ../../mod/settings.php:989 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:992 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:992 +#: ../../mod/settings.php:993 msgid "Change the behaviour of this account for special situations" msgstr "" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:996 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "" -#: ../../mod/settings.php:996 +#: ../../mod/settings.php:997 msgid "Miscellaneous Settings" msgstr "" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:999 msgid "Personal menu to display in your channel pages" msgstr "" @@ -3966,8 +4096,8 @@ msgstr "" msgid "Not found." msgstr "" -#: ../../mod/webpages.php:121 ../../mod/layouts.php:115 -#: ../../mod/blocks.php:96 +#: ../../mod/webpages.php:122 ../../mod/layouts.php:116 +#: ../../mod/blocks.php:97 msgid "View" msgstr "" @@ -3997,54 +4127,53 @@ msgstr "" msgid "Applications" msgstr "" -#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 -msgid "Edit post" -msgstr "" - -#: ../../mod/cloud.php:112 -msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +#: ../../mod/editpost.php:20 ../../mod/editblock.php:8 +#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 +#: ../../mod/editlayout.php:36 ../../mod/editwebpage.php:32 +msgid "Item not found" msgstr "" -#: ../../mod/bookmarks.php:38 -msgid "Bookmark added" +#: ../../mod/editpost.php:31 +msgid "Item is not editable" msgstr "" -#: ../../mod/bookmarks.php:53 -msgid "My Bookmarks" +#: ../../mod/editpost.php:42 ../../mod/rpost.php:86 +msgid "Edit post" msgstr "" -#: ../../mod/bookmarks.php:64 -msgid "My Connections Bookmarks" +#: ../../mod/editpost.php:53 +msgid "Delete item?" msgstr "" -#: ../../mod/item.php:145 -msgid "Unable to locate original post." +#: ../../mod/editpost.php:116 ../../mod/editblock.php:115 +#: ../../mod/editlayout.php:110 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" msgstr "" -#: ../../mod/item.php:346 -msgid "Empty post discarded." +#: ../../mod/editpost.php:117 ../../mod/editblock.php:116 +#: ../../mod/editlayout.php:111 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" msgstr "" -#: ../../mod/item.php:388 -msgid "Executable content type not permitted to this channel." +#: ../../mod/editpost.php:118 ../../mod/editblock.php:117 +#: ../../mod/editlayout.php:112 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" msgstr "" -#: ../../mod/item.php:845 -msgid "System error. Post not saved." +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "" -#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34 -msgid "Wall Photos" +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" msgstr "" -#: ../../mod/item.php:1192 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" msgstr "" -#: ../../mod/item.php:1198 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" msgstr "" #: ../../mod/subthread.php:105 @@ -4054,7 +4183,6 @@ msgstr "" #: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 #: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 msgid "[Embedded content - reload page to view]" msgstr "" @@ -4072,60 +4200,26 @@ msgstr "" msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "" -#: ../../mod/chat.php:19 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "" - -#: ../../mod/chat.php:165 -msgid "Room not found" -msgstr "" - -#: ../../mod/chat.php:175 -msgid "Leave Room" -msgstr "" - -#: ../../mod/chat.php:176 -msgid "I am away right now" -msgstr "" - -#: ../../mod/chat.php:177 -msgid "I am online" -msgstr "" - -#: ../../mod/chat.php:179 -msgid "Bookmark this room" -msgstr "" - -#: ../../mod/chat.php:203 ../../mod/chat.php:223 -msgid "New Chatroom" -msgstr "" - -#: ../../mod/chat.php:204 -msgid "Chatroom Name" -msgstr "" - -#: ../../mod/chat.php:219 -#, php-format -msgid "%1$s's Chatrooms" +#: ../../mod/acl.php:239 +msgid "network" msgstr "" #: ../../mod/viewconnections.php:17 ../../mod/search.php:13 #: ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 -#: ../../mod/photos.php:443 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 msgid "Public access denied." msgstr "" -#: ../../mod/viewconnections.php:43 +#: ../../mod/viewconnections.php:50 msgid "No connections." msgstr "" -#: ../../mod/viewconnections.php:55 +#: ../../mod/viewconnections.php:62 #, php-format msgid "Visit %s's profile [%s]" msgstr "" -#: ../../mod/viewconnections.php:70 +#: ../../mod/viewconnections.php:77 msgid "View Connnections" msgstr "" @@ -4141,7 +4235,7 @@ msgstr "" msgid "Select a tag to remove: " msgstr "" -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:908 msgid "Remove" msgstr "" @@ -4247,6 +4341,32 @@ msgstr "" msgid "Item not available." msgstr "" +#: ../../mod/item.php:147 +msgid "Unable to locate original post." +msgstr "" + +#: ../../mod/item.php:345 +msgid "Empty post discarded." +msgstr "" + +#: ../../mod/item.php:385 +msgid "Executable content type not permitted to this channel." +msgstr "" + +#: ../../mod/item.php:794 +msgid "System error. Post not saved." +msgstr "" + +#: ../../mod/item.php:1237 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "" + +#: ../../mod/item.php:1243 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "" + #: ../../mod/mitem.php:47 msgid "Menu element updated." msgstr "" @@ -4347,6 +4467,10 @@ msgstr "" msgid "Edit Menu Element" msgstr "" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "" + #: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." msgstr "" @@ -4363,7 +4487,7 @@ msgstr "" msgid "Visible To" msgstr "" -#: ../../mod/profperm.php:134 ../../mod/connections.php:256 +#: ../../mod/profperm.php:134 ../../mod/connections.php:277 msgid "All Connections" msgstr "" @@ -4415,545 +4539,621 @@ msgstr "" msgid "Click on a channel to add or remove." msgstr "" -#: ../../mod/admin.php:48 +#: ../../mod/admin.php:52 msgid "Theme settings updated." msgstr "" -#: ../../mod/admin.php:88 ../../mod/admin.php:430 +#: ../../mod/admin.php:92 ../../mod/admin.php:440 msgid "Site" msgstr "" -#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750 -msgid "Users" +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "" + +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" msgstr "" -#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878 +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 msgid "Plugins" msgstr "" -#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077 +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 msgid "Themes" msgstr "" -#: ../../mod/admin.php:92 ../../mod/admin.php:529 +#: ../../mod/admin.php:97 ../../mod/admin.php:540 msgid "Server" msgstr "" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "DB updates" msgstr "" -#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 msgid "Logs" msgstr "" -#: ../../mod/admin.php:113 +#: ../../mod/admin.php:118 msgid "Plugin Features" msgstr "" -#: ../../mod/admin.php:115 +#: ../../mod/admin.php:120 msgid "User registrations waiting for confirmation" msgstr "" -#: ../../mod/admin.php:189 +#: ../../mod/admin.php:197 msgid "Message queues" msgstr "" -#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 -#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877 -#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163 +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 msgid "Administration" msgstr "" -#: ../../mod/admin.php:195 +#: ../../mod/admin.php:203 msgid "Summary" msgstr "" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:205 msgid "Registered users" msgstr "" -#: ../../mod/admin.php:199 ../../mod/admin.php:532 +#: ../../mod/admin.php:207 ../../mod/admin.php:543 msgid "Pending registrations" msgstr "" -#: ../../mod/admin.php:200 +#: ../../mod/admin.php:208 msgid "Version" msgstr "" -#: ../../mod/admin.php:202 ../../mod/admin.php:533 +#: ../../mod/admin.php:210 ../../mod/admin.php:544 msgid "Active plugins" msgstr "" -#: ../../mod/admin.php:350 +#: ../../mod/admin.php:360 msgid "Site settings updated." msgstr "" -#: ../../mod/admin.php:381 +#: ../../mod/admin.php:391 msgid "No special theme for accessibility" msgstr "" -#: ../../mod/admin.php:409 +#: ../../mod/admin.php:419 msgid "Closed" msgstr "" -#: ../../mod/admin.php:410 +#: ../../mod/admin.php:420 msgid "Requires approval" msgstr "" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:421 msgid "Open" msgstr "" -#: ../../mod/admin.php:416 +#: ../../mod/admin.php:426 msgid "Private" msgstr "" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:427 msgid "Paid Access" msgstr "" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:428 msgid "Free Access" msgstr "" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:429 msgid "Tiered Access" msgstr "" -#: ../../mod/admin.php:432 ../../mod/register.php:189 +#: ../../mod/admin.php:442 ../../mod/register.php:189 msgid "Registration" msgstr "" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:443 msgid "File upload" msgstr "" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:444 msgid "Policies" msgstr "" -#: ../../mod/admin.php:435 -msgid "Advanced" -msgstr "" - -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:449 msgid "Site name" msgstr "" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:450 msgid "Banner/Logo" msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:451 msgid "Administrator Information" msgstr "" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:451 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:452 msgid "System language" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:453 msgid "System theme" msgstr "" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:453 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:454 msgid "Mobile system theme" msgstr "" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:454 msgid "Theme for mobile devices" msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:455 msgid "Accessibility system theme" msgstr "" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:455 msgid "Accessibility theme" msgstr "" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:456 msgid "Channel to use for this website's static pages" msgstr "" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:456 msgid "Site Channel" msgstr "" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:458 msgid "Maximum image size" msgstr "" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:458 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:459 msgid "Register policy" msgstr "" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:460 msgid "Access policy" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:461 msgid "Register text" msgstr "" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:461 msgid "Will be displayed prominently on the registration page." msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:462 msgid "Accounts abandoned after x days" msgstr "" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:462 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:463 msgid "Allowed friend domains" msgstr "" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:463 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:464 msgid "Allowed email domains" msgstr "" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:464 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:465 msgid "Block public" msgstr "" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:465 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:466 msgid "Force publish" msgstr "" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:466 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" +msgstr "" + +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "" + +#: ../../mod/admin.php:468 msgid "No login on Homepage" msgstr "" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:468 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "" -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:470 msgid "Proxy user" msgstr "" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:471 msgid "Proxy URL" msgstr "" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:472 msgid "Network timeout" msgstr "" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:472 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:473 msgid "Delivery interval" msgstr "" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:473 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:474 msgid "Poll interval" msgstr "" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:474 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:475 msgid "Maximum Load Average" msgstr "" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:475 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: ../../mod/admin.php:520 +#: ../../mod/admin.php:531 msgid "No server found" msgstr "" -#: ../../mod/admin.php:527 ../../mod/admin.php:751 +#: ../../mod/admin.php:538 ../../mod/admin.php:762 msgid "ID" msgstr "" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:538 msgid "for channel" msgstr "" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:538 msgid "on server" msgstr "" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:538 msgid "Status" msgstr "" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:559 msgid "Update has been marked successful" msgstr "" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:569 #, php-format msgid "Executing %s failed. Check system logs." msgstr "" -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:572 #, php-format msgid "Update %s was successfully applied." msgstr "" -#: ../../mod/admin.php:565 +#: ../../mod/admin.php:576 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "" -#: ../../mod/admin.php:568 +#: ../../mod/admin.php:579 #, php-format msgid "Update function %s could not be found." msgstr "" -#: ../../mod/admin.php:583 +#: ../../mod/admin.php:594 msgid "No failed updates." msgstr "" -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:598 msgid "Failed Updates" msgstr "" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:600 msgid "Mark success (if update was manually applied)" msgstr "" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:601 msgid "Attempt to execute this update step automatically" msgstr "" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:627 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:634 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "" msgstr[1] "" -#: ../../mod/admin.php:654 +#: ../../mod/admin.php:665 msgid "Account not found" msgstr "" -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:676 #, php-format msgid "User '%s' deleted" msgstr "" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' unblocked" msgstr "" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' blocked" msgstr "" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" +msgstr "" + +#: ../../mod/admin.php:751 ../../mod/admin.php:885 msgid "select all" msgstr "" -#: ../../mod/admin.php:741 +#: ../../mod/admin.php:752 msgid "User registrations waiting for confirm" msgstr "" -#: ../../mod/admin.php:742 +#: ../../mod/admin.php:753 msgid "Request date" msgstr "" -#: ../../mod/admin.php:743 +#: ../../mod/admin.php:754 msgid "No registrations." msgstr "" -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:755 msgid "Approve" msgstr "" -#: ../../mod/admin.php:745 +#: ../../mod/admin.php:756 msgid "Deny" msgstr "" -#: ../../mod/admin.php:747 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:758 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Block" msgstr "" -#: ../../mod/admin.php:748 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:759 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Unblock" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Register date" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Last login" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Expires" msgstr "" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Service Class" msgstr "" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:764 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:765 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "" -#: ../../mod/admin.php:795 +#: ../../mod/admin.php:797 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/admin.php:823 +msgid "Channel not found" +msgstr "" + +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" +msgstr "" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" +msgstr "" + +#: ../../mod/admin.php:887 +msgid "Censor" +msgstr "" + +#: ../../mod/admin.php:888 +msgid "Uncensor" +msgstr "" + +#: ../../mod/admin.php:891 +msgid "UID" +msgstr "" + +#: ../../mod/admin.php:891 ../../mod/profiles.php:337 +msgid "Address" +msgstr "" + +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: ../../mod/admin.php:933 #, php-format msgid "Plugin %s disabled." msgstr "" -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:937 #, php-format msgid "Plugin %s enabled." msgstr "" -#: ../../mod/admin.php:809 ../../mod/admin.php:1011 +#: ../../mod/admin.php:947 ../../mod/admin.php:1149 msgid "Disable" msgstr "" -#: ../../mod/admin.php:811 ../../mod/admin.php:1013 +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 msgid "Enable" msgstr "" -#: ../../mod/admin.php:837 ../../mod/admin.php:1042 +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 msgid "Toggle" msgstr "" -#: ../../mod/admin.php:845 ../../mod/admin.php:1052 +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 msgid "Author: " msgstr "" -#: ../../mod/admin.php:846 ../../mod/admin.php:1053 +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 msgid "Maintainer: " msgstr "" -#: ../../mod/admin.php:975 +#: ../../mod/admin.php:1113 msgid "No themes found." msgstr "" -#: ../../mod/admin.php:1034 +#: ../../mod/admin.php:1172 msgid "Screenshot" msgstr "" -#: ../../mod/admin.php:1082 +#: ../../mod/admin.php:1220 msgid "[Experimental]" msgstr "" -#: ../../mod/admin.php:1083 +#: ../../mod/admin.php:1221 msgid "[Unsupported]" msgstr "" -#: ../../mod/admin.php:1110 +#: ../../mod/admin.php:1248 msgid "Log settings updated." msgstr "" -#: ../../mod/admin.php:1166 +#: ../../mod/admin.php:1304 msgid "Clear" msgstr "" -#: ../../mod/admin.php:1172 +#: ../../mod/admin.php:1310 msgid "Debugging" msgstr "" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1311 msgid "Log file" msgstr "" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1311 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "" -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1312 msgid "Log level" msgstr "" -#: ../../mod/filer.php:35 +#: ../../mod/filer.php:49 msgid "- select -" msgstr "" @@ -4962,60 +5162,413 @@ msgstr "" msgid "Welcome to %s" msgstr "" -#: ../../mod/editpost.php:20 ../../mod/editlayout.php:36 -#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:8 -#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 -msgid "Item not found" +#: ../../mod/setup.php:162 +msgid "Red Matrix Server - Setup" msgstr "" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" +#: ../../mod/setup.php:168 +msgid "Could not connect to database." msgstr "" -#: ../../mod/editpost.php:53 -msgid "Delete item?" +#: ../../mod/setup.php:172 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." msgstr "" -#: ../../mod/editpost.php:116 ../../mod/editlayout.php:110 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:115 -msgid "Insert YouTube video" +#: ../../mod/setup.php:179 +msgid "Could not create table." msgstr "" -#: ../../mod/editpost.php:117 ../../mod/editlayout.php:111 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:116 -msgid "Insert Vorbis [.ogg] video" +#: ../../mod/setup.php:185 +msgid "Your site database has been installed." msgstr "" -#: ../../mod/editpost.php:118 ../../mod/editlayout.php:112 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:117 -msgid "Insert Vorbis [.ogg] audio" +#: ../../mod/setup.php:190 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." +msgstr "" + +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:641 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "" + +#: ../../mod/setup.php:257 +msgid "System check" +msgstr "" + +#: ../../mod/setup.php:262 +msgid "Check again" +msgstr "" + +#: ../../mod/setup.php:284 +msgid "Database connection" +msgstr "" + +#: ../../mod/setup.php:285 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "" + +#: ../../mod/setup.php:286 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "" + +#: ../../mod/setup.php:287 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "" + +#: ../../mod/setup.php:291 +msgid "Database Server Name" +msgstr "" + +#: ../../mod/setup.php:291 +msgid "Default is localhost" +msgstr "" + +#: ../../mod/setup.php:292 +msgid "Database Port" +msgstr "" + +#: ../../mod/setup.php:292 +msgid "Communication port number - use 0 for default" +msgstr "" + +#: ../../mod/setup.php:293 +msgid "Database Login Name" +msgstr "" + +#: ../../mod/setup.php:294 +msgid "Database Login Password" +msgstr "" + +#: ../../mod/setup.php:295 +msgid "Database Name" +msgstr "" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "Site administrator email address" +msgstr "" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "" + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Website URL" +msgstr "" + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please use SSL (https) URL if available." +msgstr "" + +#: ../../mod/setup.php:301 ../../mod/setup.php:344 +msgid "Please select a default timezone for your website" +msgstr "" + +#: ../../mod/setup.php:328 +msgid "Site settings" +msgstr "" + +#: ../../mod/setup.php:387 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "" + +#: ../../mod/setup.php:388 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "" + +#: ../../mod/setup.php:392 +msgid "PHP executable path" +msgstr "" + +#: ../../mod/setup.php:392 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "" + +#: ../../mod/setup.php:397 +msgid "Command line PHP" +msgstr "" + +#: ../../mod/setup.php:406 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "" + +#: ../../mod/setup.php:407 +msgid "This is required for message delivery to work." +msgstr "" + +#: ../../mod/setup.php:409 +msgid "PHP register_argc_argv" +msgstr "" + +#: ../../mod/setup.php:430 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "" + +#: ../../mod/setup.php:431 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." +msgstr "" + +#: ../../mod/setup.php:433 +msgid "Generate encryption keys" +msgstr "" + +#: ../../mod/setup.php:440 +msgid "libCurl PHP module" +msgstr "" + +#: ../../mod/setup.php:441 +msgid "GD graphics PHP module" +msgstr "" + +#: ../../mod/setup.php:442 +msgid "OpenSSL PHP module" +msgstr "" + +#: ../../mod/setup.php:443 +msgid "mysqli PHP module" +msgstr "" + +#: ../../mod/setup.php:444 +msgid "mb_string PHP module" +msgstr "" + +#: ../../mod/setup.php:445 +msgid "mcrypt PHP module" +msgstr "" + +#: ../../mod/setup.php:450 ../../mod/setup.php:452 +msgid "Apache mod_rewrite module" +msgstr "" + +#: ../../mod/setup.php:450 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "" + +#: ../../mod/setup.php:456 ../../mod/setup.php:459 +msgid "proc_open" +msgstr "" + +#: ../../mod/setup.php:456 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "" + +#: ../../mod/setup.php:464 +msgid "Error: libCURL PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:468 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "" + +#: ../../mod/setup.php:472 +msgid "Error: openssl PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:476 +msgid "Error: mysqli PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:480 +msgid "Error: mb_string PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:484 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "" + +#: ../../mod/setup.php:500 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." +msgstr "" + +#: ../../mod/setup.php:501 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "" + +#: ../../mod/setup.php:502 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "" + +#: ../../mod/setup.php:503 +msgid "" +"You can alternatively skip this procedure and perform a manual installation. " +"Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "" + +#: ../../mod/setup.php:506 +msgid ".htconfig.php is writable" +msgstr "" + +#: ../../mod/setup.php:516 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: ../../mod/setup.php:517 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." +msgstr "" + +#: ../../mod/setup.php:518 ../../mod/setup.php:536 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has " +"write access to this folder." +msgstr "" + +#: ../../mod/setup.php:519 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" + +#: ../../mod/setup.php:522 +msgid "view/tpl/smarty3 is writable" +msgstr "" + +#: ../../mod/setup.php:535 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to " +"have write access to the store directory under the Red top level folder" +msgstr "" + +#: ../../mod/setup.php:539 +msgid "store is writable" +msgstr "" + +#: ../../mod/setup.php:554 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access " +"to this site." +msgstr "" + +#: ../../mod/setup.php:555 +msgid "" +"If you use https access, you MUST use a certification instance known by all " +"internet browsers. You MUST NOT use self-signed certificates!" +msgstr "" + +#: ../../mod/setup.php:556 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub. If your" +msgstr "" + +#: ../../mod/setup.php:557 +msgid "" +"certificate is not known by the internet browser of users they get a warning " +"message complaining about some security issues. Although" +msgstr "" + +#: ../../mod/setup.php:558 +msgid "" +"these complains are not the real truth - there are no security issues with " +"your encryption! - the users may be confused, nerved or even" +msgstr "" + +#: ../../mod/setup.php:559 +msgid "" +"worse may become scared about redmatrix having security issues. Use one of " +"the free certification instances!" +msgstr "" + +#: ../../mod/setup.php:561 +msgid "SSL certificate validation" +msgstr "" + +#: ../../mod/setup.php:568 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" + +#: ../../mod/setup.php:570 +msgid "Url rewrite is working" msgstr "" -#: ../../mod/directory.php:144 ../../mod/profiles.php:561 +#: ../../mod/setup.php:580 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "" + +#: ../../mod/setup.php:604 +msgid "Errors encountered creating database tables." +msgstr "" + +#: ../../mod/setup.php:639 +msgid "<h1>What next</h1>" +msgstr "" + +#: ../../mod/setup.php:640 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +msgstr "" + +#: ../../mod/directory.php:148 ../../mod/profiles.php:561 #: ../../mod/dirprofile.php:98 msgid "Age: " msgstr "" -#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101 +#: ../../mod/directory.php:151 ../../mod/dirprofile.php:101 msgid "Gender: " msgstr "" -#: ../../mod/directory.php:208 +#: ../../mod/directory.php:212 msgid "Finding:" msgstr "" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "next page" msgstr "" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "previous page" msgstr "" -#: ../../mod/directory.php:223 +#: ../../mod/directory.php:227 msgid "No entries (some entries may be hidden)." msgstr "" +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." +msgstr "" + +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "" + #: ../../mod/connedit.php:49 ../../mod/connections.php:37 msgid "Could not access contact record." msgstr "" @@ -5032,300 +5585,300 @@ msgstr "" msgid "Failed to update connection record." msgstr "" -#: ../../mod/connedit.php:204 +#: ../../mod/connedit.php:210 msgid "Could not access address book record." msgstr "" -#: ../../mod/connedit.php:218 +#: ../../mod/connedit.php:224 msgid "Refresh failed - channel is currently unavailable." msgstr "" -#: ../../mod/connedit.php:225 +#: ../../mod/connedit.php:231 msgid "Channel has been unblocked" msgstr "" -#: ../../mod/connedit.php:226 +#: ../../mod/connedit.php:232 msgid "Channel has been blocked" msgstr "" -#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 -#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 -#: ../../mod/connedit.php:281 +#: ../../mod/connedit.php:236 ../../mod/connedit.php:248 +#: ../../mod/connedit.php:260 ../../mod/connedit.php:272 +#: ../../mod/connedit.php:287 msgid "Unable to set address book parameters." msgstr "" -#: ../../mod/connedit.php:237 +#: ../../mod/connedit.php:243 msgid "Channel has been unignored" msgstr "" -#: ../../mod/connedit.php:238 +#: ../../mod/connedit.php:244 msgid "Channel has been ignored" msgstr "" -#: ../../mod/connedit.php:249 +#: ../../mod/connedit.php:255 msgid "Channel has been unarchived" msgstr "" -#: ../../mod/connedit.php:250 +#: ../../mod/connedit.php:256 msgid "Channel has been archived" msgstr "" -#: ../../mod/connedit.php:261 +#: ../../mod/connedit.php:267 msgid "Channel has been unhidden" msgstr "" -#: ../../mod/connedit.php:262 +#: ../../mod/connedit.php:268 msgid "Channel has been hidden" msgstr "" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:282 msgid "Channel has been approved" msgstr "" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:283 msgid "Channel has been unapproved" msgstr "" -#: ../../mod/connedit.php:295 -msgid "Contact has been removed." +#: ../../mod/connedit.php:301 +msgid "Connection has been removed." msgstr "" -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:321 #, php-format msgid "View %s's profile" msgstr "" -#: ../../mod/connedit.php:319 +#: ../../mod/connedit.php:325 msgid "Refresh Permissions" msgstr "" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:328 msgid "Fetch updated permissions" msgstr "" -#: ../../mod/connedit.php:326 +#: ../../mod/connedit.php:332 msgid "Recent Activity" msgstr "" -#: ../../mod/connedit.php:329 +#: ../../mod/connedit.php:335 msgid "View recent posts and comments" msgstr "" -#: ../../mod/connedit.php:336 +#: ../../mod/connedit.php:342 msgid "Block or Unblock this connection" msgstr "" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 msgid "Unignore" msgstr "" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "" -#: ../../mod/connedit.php:343 +#: ../../mod/connedit.php:349 msgid "Ignore or Unignore this connection" msgstr "" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Unarchive" msgstr "" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Archive" msgstr "" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:355 msgid "Archive or Unarchive this connection" msgstr "" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Unhide" msgstr "" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Hide" msgstr "" -#: ../../mod/connedit.php:355 +#: ../../mod/connedit.php:361 msgid "Hide or Unhide this connection" msgstr "" -#: ../../mod/connedit.php:362 +#: ../../mod/connedit.php:368 msgid "Delete this connection" msgstr "" -#: ../../mod/connedit.php:395 +#: ../../mod/connedit.php:401 msgid "Unknown" msgstr "" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +#: ../../mod/connedit.php:411 ../../mod/connedit.php:440 msgid "Approve this connection" msgstr "" -#: ../../mod/connedit.php:405 +#: ../../mod/connedit.php:411 msgid "Accept connection to allow communication" msgstr "" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 msgid "Automatic Permissions Settings" msgstr "" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 #, php-format msgid "Connections: settings for %s" msgstr "" -#: ../../mod/connedit.php:425 +#: ../../mod/connedit.php:431 msgid "" "When receiving a channel introduction, any permissions provided here will be " "applied to the new connection automatically and the introduction approved. " "Leave this page if you do not wish to use this feature." msgstr "" -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:433 msgid "Slide to adjust your degree of friendship" msgstr "" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:439 msgid "inherited" msgstr "" -#: ../../mod/connedit.php:435 +#: ../../mod/connedit.php:441 msgid "Connection has no individual permissions!" msgstr "" -#: ../../mod/connedit.php:436 +#: ../../mod/connedit.php:442 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy settings</" "a>, though you may wish to review the \"Advanced Permissions\"." msgstr "" -#: ../../mod/connedit.php:438 +#: ../../mod/connedit.php:444 msgid "Profile Visibility" msgstr "" -#: ../../mod/connedit.php:439 +#: ../../mod/connedit.php:445 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "" -#: ../../mod/connedit.php:440 +#: ../../mod/connedit.php:446 msgid "Contact Information / Notes" msgstr "" -#: ../../mod/connedit.php:441 +#: ../../mod/connedit.php:447 msgid "Edit contact notes" msgstr "" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:449 msgid "Their Settings" msgstr "" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:450 msgid "My Settings" msgstr "" -#: ../../mod/connedit.php:446 +#: ../../mod/connedit.php:452 msgid "Forum Members" msgstr "" -#: ../../mod/connedit.php:447 +#: ../../mod/connedit.php:453 msgid "Soapbox" msgstr "" -#: ../../mod/connedit.php:448 +#: ../../mod/connedit.php:454 msgid "Full Sharing (typical social network permissions)" msgstr "" -#: ../../mod/connedit.php:449 +#: ../../mod/connedit.php:455 msgid "Cautious Sharing " msgstr "" -#: ../../mod/connedit.php:450 +#: ../../mod/connedit.php:456 msgid "Follow Only" msgstr "" -#: ../../mod/connedit.php:451 +#: ../../mod/connedit.php:457 msgid "Individual Permissions" msgstr "" -#: ../../mod/connedit.php:452 +#: ../../mod/connedit.php:458 msgid "" "Some permissions may be inherited from your channel <a href=\"settings" "\">privacy settings</a>, which have higher priority than individual " "settings. Changing those inherited settings on this page will have no effect." msgstr "" -#: ../../mod/connedit.php:453 +#: ../../mod/connedit.php:459 msgid "Advanced Permissions" msgstr "" -#: ../../mod/connedit.php:454 +#: ../../mod/connedit.php:460 msgid "Simple Permissions (select one and submit)" msgstr "" -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:464 #, php-format msgid "Visit %s's profile - %s" msgstr "" -#: ../../mod/connedit.php:459 +#: ../../mod/connedit.php:465 msgid "Block/Unblock contact" msgstr "" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:466 msgid "Ignore contact" msgstr "" -#: ../../mod/connedit.php:461 +#: ../../mod/connedit.php:467 msgid "Repair URL settings" msgstr "" -#: ../../mod/connedit.php:462 +#: ../../mod/connedit.php:468 msgid "View conversations" msgstr "" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:470 msgid "Delete contact" msgstr "" -#: ../../mod/connedit.php:467 +#: ../../mod/connedit.php:473 msgid "Last update:" msgstr "" -#: ../../mod/connedit.php:469 +#: ../../mod/connedit.php:475 msgid "Update public posts" msgstr "" -#: ../../mod/connedit.php:471 +#: ../../mod/connedit.php:477 msgid "Update now" msgstr "" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:483 msgid "Currently blocked" msgstr "" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:484 msgid "Currently ignored" msgstr "" -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:485 msgid "Currently archived" msgstr "" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:486 msgid "Currently pending" msgstr "" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "Hide this contact from others" msgstr "" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "" @@ -5334,7 +5887,7 @@ msgstr "" msgid "Help with this feature" msgstr "" -#: ../../mod/layouts.php:83 +#: ../../mod/layouts.php:84 msgid "Layout Name" msgstr "" @@ -5385,23 +5938,23 @@ msgstr "" msgid "No such group" msgstr "" -#: ../../mod/network.php:118 +#: ../../mod/network.php:119 msgid "Search Results For:" msgstr "" -#: ../../mod/network.php:172 +#: ../../mod/network.php:173 msgid "Collection is empty" msgstr "" -#: ../../mod/network.php:180 +#: ../../mod/network.php:181 msgid "Collection: " msgstr "" -#: ../../mod/network.php:193 +#: ../../mod/network.php:194 msgid "Connection: " msgstr "" -#: ../../mod/network.php:196 +#: ../../mod/network.php:197 msgid "Invalid connection." msgstr "" @@ -5474,10 +6027,6 @@ msgstr "" msgid "Interests" msgstr "" -#: ../../mod/profiles.php:337 -msgid "Address" -msgstr "" - #: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 msgid "Location" msgstr "" @@ -5653,21 +6202,6 @@ msgstr "" msgid "Include desirable objects in your profile" msgstr "" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "" - -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please " -"logout and retry." -msgstr "" - -#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "" - #: ../../mod/dirsearch.php:21 msgid "This site is not a directory server" msgstr "" @@ -5735,360 +6269,49 @@ msgstr "" msgid "Unable to remove source." msgstr "" -#: ../../mod/lockview.php:34 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:43 -msgid "Visible to:" +#: ../../mod/blocks.php:66 +msgid "Block Name" msgstr "" #: ../../mod/magic.php:70 msgid "Hub not found." msgstr "" -#: ../../mod/setup.php:161 -msgid "Red Matrix Server - Setup" -msgstr "" - -#: ../../mod/setup.php:167 -msgid "Could not connect to database." -msgstr "" - -#: ../../mod/setup.php:171 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "" - -#: ../../mod/setup.php:176 -msgid "Could not create table." -msgstr "" - -#: ../../mod/setup.php:182 -msgid "Your site database has been installed." -msgstr "" - -#: ../../mod/setup.php:187 -msgid "" -"You may need to import the file \"install/database.sql\" manually using " -"phpmyadmin or mysql." -msgstr "" - -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "" - -#: ../../mod/setup.php:254 -msgid "System check" -msgstr "" - -#: ../../mod/setup.php:259 -msgid "Check again" -msgstr "" - -#: ../../mod/setup.php:281 -msgid "Database connection" -msgstr "" - -#: ../../mod/setup.php:282 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "" - -#: ../../mod/setup.php:283 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "" - -#: ../../mod/setup.php:284 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "" - -#: ../../mod/setup.php:288 -msgid "Database Server Name" -msgstr "" - -#: ../../mod/setup.php:288 -msgid "Default is localhost" -msgstr "" - -#: ../../mod/setup.php:289 -msgid "Database Port" -msgstr "" - -#: ../../mod/setup.php:289 -msgid "Communication port number - use 0 for default" -msgstr "" - -#: ../../mod/setup.php:290 -msgid "Database Login Name" -msgstr "" - -#: ../../mod/setup.php:291 -msgid "Database Login Password" -msgstr "" - -#: ../../mod/setup.php:292 -msgid "Database Name" -msgstr "" - -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "Site administrator email address" -msgstr "" - -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "" - -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Website URL" -msgstr "" - -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Please use SSL (https) URL if available." -msgstr "" - -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Please select a default timezone for your website" -msgstr "" - -#: ../../mod/setup.php:325 -msgid "Site settings" -msgstr "" - -#: ../../mod/setup.php:384 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "" - -#: ../../mod/setup.php:385 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "" - -#: ../../mod/setup.php:389 -msgid "PHP executable path" -msgstr "" - -#: ../../mod/setup.php:389 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: ../../mod/setup.php:394 -msgid "Command line PHP" -msgstr "" - -#: ../../mod/setup.php:403 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "" - -#: ../../mod/setup.php:404 -msgid "This is required for message delivery to work." -msgstr "" - -#: ../../mod/setup.php:406 -msgid "PHP register_argc_argv" -msgstr "" - -#: ../../mod/setup.php:427 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "" - -#: ../../mod/setup.php:428 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." -msgstr "" - -#: ../../mod/setup.php:430 -msgid "Generate encryption keys" -msgstr "" - -#: ../../mod/setup.php:437 -msgid "libCurl PHP module" -msgstr "" - -#: ../../mod/setup.php:438 -msgid "GD graphics PHP module" -msgstr "" - -#: ../../mod/setup.php:439 -msgid "OpenSSL PHP module" -msgstr "" - -#: ../../mod/setup.php:440 -msgid "mysqli PHP module" -msgstr "" - -#: ../../mod/setup.php:441 -msgid "mb_string PHP module" -msgstr "" - -#: ../../mod/setup.php:442 -msgid "mcrypt PHP module" -msgstr "" - -#: ../../mod/setup.php:447 ../../mod/setup.php:449 -msgid "Apache mod_rewrite module" -msgstr "" - -#: ../../mod/setup.php:447 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "" - -#: ../../mod/setup.php:453 ../../mod/setup.php:456 -msgid "proc_open" -msgstr "" - -#: ../../mod/setup.php:453 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "" - -#: ../../mod/setup.php:461 -msgid "Error: libCURL PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:465 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "" - -#: ../../mod/setup.php:469 -msgid "Error: openssl PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:473 -msgid "Error: mysqli PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:477 -msgid "Error: mb_string PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:481 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" - -#: ../../mod/setup.php:497 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." -msgstr "" - -#: ../../mod/setup.php:498 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "" - -#: ../../mod/setup.php:499 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "" - -#: ../../mod/setup.php:500 -msgid "" -"You can alternatively skip this procedure and perform a manual installation. " -"Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "" - -#: ../../mod/setup.php:503 -msgid ".htconfig.php is writable" -msgstr "" - -#: ../../mod/setup.php:513 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: ../../mod/setup.php:514 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." -msgstr "" - -#: ../../mod/setup.php:515 ../../mod/setup.php:533 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has " -"write access to this folder." -msgstr "" - -#: ../../mod/setup.php:516 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" - -#: ../../mod/setup.php:519 -msgid "view/tpl/smarty3 is writable" -msgstr "" - -#: ../../mod/setup.php:532 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to " -"have write access to the store directory under the Red top level folder" -msgstr "" - -#: ../../mod/setup.php:536 -msgid "store is writable" +#: ../../mod/chat.php:19 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." msgstr "" -#: ../../mod/setup.php:551 -msgid "SSL certificate validation" +#: ../../mod/chat.php:166 +msgid "Room not found" msgstr "" -#: ../../mod/setup.php:551 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access " -"to this site." +#: ../../mod/chat.php:176 +msgid "Leave Room" msgstr "" -#: ../../mod/setup.php:558 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." +#: ../../mod/chat.php:177 +msgid "I am away right now" msgstr "" -#: ../../mod/setup.php:560 -msgid "Url rewrite is working" +#: ../../mod/chat.php:178 +msgid "I am online" msgstr "" -#: ../../mod/setup.php:570 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." +#: ../../mod/chat.php:180 +msgid "Bookmark this room" msgstr "" -#: ../../mod/setup.php:594 -msgid "Errors encountered creating database tables." +#: ../../mod/chat.php:204 ../../mod/chat.php:226 +msgid "New Chatroom" msgstr "" -#: ../../mod/setup.php:607 -msgid "<h1>What next</h1>" +#: ../../mod/chat.php:205 +msgid "Chatroom Name" msgstr "" -#: ../../mod/setup.php:608 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../mod/chat.php:222 +#, php-format +msgid "%1$s's Chatrooms" msgstr "" #: ../../mod/siteinfo.php:57 @@ -6194,7 +6417,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:85 ../../boot.php:1438 +#: ../../mod/lostpass.php:85 ../../boot.php:1454 msgid "Password Reset" msgstr "" @@ -6243,6 +6466,18 @@ msgstr "" msgid "Reset" msgstr "" +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "" + +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "" + +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "" + #: ../../mod/rbmark.php:88 msgid "Select a bookmark folder" msgstr "" @@ -6393,10 +6628,6 @@ msgstr "" msgid "No matches" msgstr "" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "" - #: ../../mod/chatsvc.php:102 msgid "Away" msgstr "" @@ -6405,84 +6636,15 @@ msgstr "" msgid "Online" msgstr "" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "" - -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "" - -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "" - -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "" - -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "" - -#: ../../mod/mail.php:132 -msgid "Message deleted." -msgstr "" - -#: ../../mod/mail.php:149 -msgid "Message recalled." -msgstr "" - -#: ../../mod/mail.php:206 -msgid "Send Private Message" -msgstr "" - -#: ../../mod/mail.php:207 ../../mod/mail.php:323 -msgid "To:" -msgstr "" - -#: ../../mod/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" -msgstr "" - -#: ../../mod/mail.php:249 -msgid "Message not found." -msgstr "" - -#: ../../mod/mail.php:292 ../../mod/message.php:72 -msgid "Delete message" -msgstr "" - -#: ../../mod/mail.php:293 -msgid "Recall message" -msgstr "" - -#: ../../mod/mail.php:295 -msgid "Message has been recalled." -msgstr "" - -#: ../../mod/mail.php:312 -msgid "Private Conversation" -msgstr "" - -#: ../../mod/mail.php:316 -msgid "Delete conversation" -msgstr "" - -#: ../../mod/mail.php:318 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "" - -#: ../../mod/mail.php:322 -msgid "Send Reply" -msgstr "" - #: ../../mod/openid.php:26 msgid "OpenID protocol error. No ID returned." msgstr "" +#: ../../mod/openid.php:72 ../../mod/openid.php:178 ../../mod/post.php:257 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "" + #: ../../mod/editlayout.php:72 msgid "Edit Layout" msgstr "" @@ -6491,10 +6653,21 @@ msgstr "" msgid "Delete layout?" msgstr "" -#: ../../mod/editlayout.php:147 +#: ../../mod/editlayout.php:146 msgid "Delete Layout" msgstr "" +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please " +"logout and retry." +msgstr "" + +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "" + #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." msgstr "" @@ -6571,84 +6744,88 @@ msgstr "" msgid "Image size reduction [%s] failed." msgstr "" -#: ../../mod/connections.php:191 ../../mod/connections.php:269 +#: ../../mod/connections.php:191 ../../mod/connections.php:290 msgid "Blocked" msgstr "" -#: ../../mod/connections.php:196 ../../mod/connections.php:276 +#: ../../mod/connections.php:196 ../../mod/connections.php:297 msgid "Ignored" msgstr "" -#: ../../mod/connections.php:201 ../../mod/connections.php:290 +#: ../../mod/connections.php:201 ../../mod/connections.php:311 msgid "Hidden" msgstr "" -#: ../../mod/connections.php:206 ../../mod/connections.php:283 +#: ../../mod/connections.php:206 ../../mod/connections.php:304 msgid "Archived" msgstr "" -#: ../../mod/connections.php:217 ../../mod/connections.php:297 -msgid "Unconnected" +#: ../../mod/connections.php:229 ../../mod/connections.php:243 +msgid "All" msgstr "" -#: ../../mod/connections.php:222 -msgid "All" +#: ../../mod/connections.php:238 ../../mod/connections.php:318 +msgid "Unconnected" msgstr "" -#: ../../mod/connections.php:247 +#: ../../mod/connections.php:268 msgid "Suggest new connections" msgstr "" -#: ../../mod/connections.php:253 +#: ../../mod/connections.php:271 +msgid "New Connections" +msgstr "" + +#: ../../mod/connections.php:274 msgid "Show pending (new) connections" msgstr "" -#: ../../mod/connections.php:259 +#: ../../mod/connections.php:280 msgid "Show all connections" msgstr "" -#: ../../mod/connections.php:262 +#: ../../mod/connections.php:283 msgid "Unblocked" msgstr "" -#: ../../mod/connections.php:265 +#: ../../mod/connections.php:286 msgid "Only show unblocked connections" msgstr "" -#: ../../mod/connections.php:272 +#: ../../mod/connections.php:293 msgid "Only show blocked connections" msgstr "" -#: ../../mod/connections.php:279 +#: ../../mod/connections.php:300 msgid "Only show ignored connections" msgstr "" -#: ../../mod/connections.php:286 +#: ../../mod/connections.php:307 msgid "Only show archived connections" msgstr "" -#: ../../mod/connections.php:293 +#: ../../mod/connections.php:314 msgid "Only show hidden connections" msgstr "" -#: ../../mod/connections.php:300 +#: ../../mod/connections.php:321 msgid "Only show one-way connections" msgstr "" -#: ../../mod/connections.php:345 +#: ../../mod/connections.php:366 #, php-format msgid "%1$s [%2$s]" msgstr "" -#: ../../mod/connections.php:346 +#: ../../mod/connections.php:367 msgid "Edit contact" msgstr "" -#: ../../mod/connections.php:369 +#: ../../mod/connections.php:388 msgid "Search your connections" msgstr "" -#: ../../mod/connections.php:370 +#: ../../mod/connections.php:389 msgid "Finding: " msgstr "" @@ -6668,10 +6845,6 @@ msgstr "" msgid "System Notifications" msgstr "" -#: ../../mod/blocks.php:65 -msgid "Block Name" -msgstr "" - #: ../../mod/oexchange.php:23 msgid "Unable to find your hub." msgstr "" @@ -6688,12 +6861,12 @@ msgstr "" msgid "Delete webpage?" msgstr "" -#: ../../mod/editwebpage.php:189 +#: ../../mod/editwebpage.php:187 msgid "Delete Webpage" msgstr "" -#: ../../mod/profile.php:64 ../../mod/profile.php:72 -msgid "Access to this profile has been restricted." +#: ../../mod/follow.php:25 +msgid "Channel added." msgstr "" #: ../../mod/poke.php:159 @@ -6716,20 +6889,12 @@ msgstr "" msgid "Make this post private" msgstr "" -#: ../../mod/channel.php:85 -msgid "Insufficient permissions. Request redirected to profile page." -msgstr "" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "" - -#: ../../mod/community.php:32 -msgid "Community" +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" msgstr "" -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." msgstr "" #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 @@ -6749,18 +6914,6 @@ msgstr "" msgid "Suggest a friend for %s" msgstr "" -#: ../../mod/editblock.php:77 -msgid "Edit Block" -msgstr "" - -#: ../../mod/editblock.php:87 -msgid "Delete block?" -msgstr "" - -#: ../../mod/editblock.php:154 -msgid "Delete Block" -msgstr "" - #: ../../mod/dirprofile.php:114 msgid "Status: " msgstr "" @@ -6797,11 +6950,6 @@ msgstr "" msgid "Edit file permissions" msgstr "" -#: ../../mod/filestorage.php:124 ../../mod/photos.php:607 -#: ../../mod/photos.php:950 -msgid "Permissions" -msgstr "" - #: ../../mod/filestorage.php:126 msgid "Include all files and sub folders" msgstr "" @@ -6991,11 +7139,11 @@ msgstr "" msgid "Album not found." msgstr "" -#: ../../mod/photos.php:119 ../../mod/photos.php:672 +#: ../../mod/photos.php:119 ../../mod/photos.php:671 msgid "Delete Album" msgstr "" -#: ../../mod/photos.php:159 ../../mod/photos.php:955 +#: ../../mod/photos.php:159 ../../mod/photos.php:954 msgid "Delete Photo" msgstr "" @@ -7007,106 +7155,106 @@ msgstr "" msgid "Access to this item is restricted." msgstr "" -#: ../../mod/photos.php:577 +#: ../../mod/photos.php:576 #, php-format msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "" -#: ../../mod/photos.php:580 +#: ../../mod/photos.php:579 #, php-format msgid "You have used %1$.2f Mbytes of photo storage." msgstr "" -#: ../../mod/photos.php:599 +#: ../../mod/photos.php:598 msgid "Upload Photos" msgstr "" -#: ../../mod/photos.php:603 ../../mod/photos.php:667 +#: ../../mod/photos.php:602 ../../mod/photos.php:666 msgid "New album name: " msgstr "" -#: ../../mod/photos.php:604 +#: ../../mod/photos.php:603 msgid "or existing album name: " msgstr "" -#: ../../mod/photos.php:605 +#: ../../mod/photos.php:604 msgid "Do not show a status post for this upload" msgstr "" -#: ../../mod/photos.php:656 ../../mod/photos.php:678 ../../mod/photos.php:1127 -#: ../../mod/photos.php:1142 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 msgid "Contact Photos" msgstr "" -#: ../../mod/photos.php:682 +#: ../../mod/photos.php:681 msgid "Edit Album" msgstr "" -#: ../../mod/photos.php:688 +#: ../../mod/photos.php:687 msgid "Show Newest First" msgstr "" -#: ../../mod/photos.php:690 +#: ../../mod/photos.php:689 msgid "Show Oldest First" msgstr "" -#: ../../mod/photos.php:733 ../../mod/photos.php:1174 +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 msgid "View Photo" msgstr "" -#: ../../mod/photos.php:779 +#: ../../mod/photos.php:778 msgid "Permission denied. Access to this item may be restricted." msgstr "" -#: ../../mod/photos.php:781 +#: ../../mod/photos.php:780 msgid "Photo not available" msgstr "" -#: ../../mod/photos.php:841 +#: ../../mod/photos.php:840 msgid "Use as profile photo" msgstr "" -#: ../../mod/photos.php:865 +#: ../../mod/photos.php:864 msgid "View Full Size" msgstr "" -#: ../../mod/photos.php:939 +#: ../../mod/photos.php:938 msgid "Edit photo" msgstr "" -#: ../../mod/photos.php:941 +#: ../../mod/photos.php:940 msgid "Rotate CW (right)" msgstr "" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:941 msgid "Rotate CCW (left)" msgstr "" -#: ../../mod/photos.php:944 +#: ../../mod/photos.php:943 msgid "New album name" msgstr "" -#: ../../mod/photos.php:947 +#: ../../mod/photos.php:946 msgid "Caption" msgstr "" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:948 msgid "Add a Tag" msgstr "" -#: ../../mod/photos.php:952 +#: ../../mod/photos.php:951 msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "" -#: ../../mod/photos.php:1105 +#: ../../mod/photos.php:1104 msgid "In This Photo:" msgstr "" -#: ../../mod/photos.php:1180 +#: ../../mod/photos.php:1179 msgid "View Album" msgstr "" -#: ../../mod/photos.php:1189 +#: ../../mod/photos.php:1188 msgid "Recent Photos" msgstr "" @@ -7130,128 +7278,132 @@ msgstr "" msgid "posted an event" msgstr "" -#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/redbasic/php/config.php:98 #: ../../view/theme/apw/php/config.php:259 #: ../../view/theme/blogga/view/theme/blog/config.php:69 #: ../../view/theme/blogga/php/config.php:69 msgid "Theme settings" msgstr "" -#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/redbasic/php/config.php:99 #: ../../view/theme/apw/php/config.php:260 msgid "Set scheme" msgstr "" -#: ../../view/theme/redbasic/php/config.php:98 +#: ../../view/theme/redbasic/php/config.php:100 msgid "Narrow navbar" msgstr "" -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:101 msgid "Navigation bar background colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:102 msgid "Navigation bar gradient top colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:103 msgid "Navigation bar gradient bottom colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Navigation active button gradient top colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Navigation active button gradient bottom colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Navigation bar border colour " msgstr "" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Navigation bar icon colour " msgstr "" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Navigation bar active icon colour " msgstr "" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:109 msgid "link colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:108 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Set font-colour for banner" msgstr "" -#: ../../view/theme/redbasic/php/config.php:109 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Set the background colour" msgstr "" -#: ../../view/theme/redbasic/php/config.php:110 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Set the background image" msgstr "" -#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Set the background colour of items" msgstr "" -#: ../../view/theme/redbasic/php/config.php:112 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set the opacity of items" msgstr "" -#: ../../view/theme/redbasic/php/config.php:113 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Set the basic colour for item icons" msgstr "" -#: ../../view/theme/redbasic/php/config.php:114 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set the hover colour for item icons" msgstr "" -#: ../../view/theme/redbasic/php/config.php:115 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set font-size for the entire application" msgstr "" -#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/redbasic/php/config.php:118 #: ../../view/theme/apw/php/config.php:261 msgid "Set font-size for posts and comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:117 +#: ../../view/theme/redbasic/php/config.php:119 msgid "Set font-colour for posts and comments" msgstr "" -#: ../../view/theme/redbasic/php/config.php:118 +#: ../../view/theme/redbasic/php/config.php:120 msgid "Set radius of corners" msgstr "" -#: ../../view/theme/redbasic/php/config.php:119 +#: ../../view/theme/redbasic/php/config.php:121 msgid "Set shadow depth of photos" msgstr "" -#: ../../view/theme/redbasic/php/config.php:120 +#: ../../view/theme/redbasic/php/config.php:122 msgid "Set maximum width of conversation regions" msgstr "" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Center conversation regions" +msgstr "" + +#: ../../view/theme/redbasic/php/config.php:124 msgid "Set minimum opacity of nav bar - to hide it" msgstr "" -#: ../../view/theme/redbasic/php/config.php:122 +#: ../../view/theme/redbasic/php/config.php:125 msgid "Set size of conversation author photo" msgstr "" -#: ../../view/theme/redbasic/php/config.php:123 +#: ../../view/theme/redbasic/php/config.php:126 msgid "Set size of followup author photos" msgstr "" -#: ../../view/theme/redbasic/php/config.php:124 +#: ../../view/theme/redbasic/php/config.php:127 msgid "Sloppy photo albums" msgstr "" -#: ../../view/theme/redbasic/php/config.php:124 +#: ../../view/theme/redbasic/php/config.php:127 msgid "Are you a clean desk or a messy desk person?" msgstr "" @@ -7399,41 +7551,41 @@ msgstr "" msgid "Header image only on profile pages" msgstr "" -#: ../../boot.php:1236 +#: ../../boot.php:1252 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1239 +#: ../../boot.php:1255 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1403 +#: ../../boot.php:1419 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "" -#: ../../boot.php:1431 +#: ../../boot.php:1447 msgid "Password" msgstr "" -#: ../../boot.php:1432 +#: ../../boot.php:1448 msgid "Remember me" msgstr "" -#: ../../boot.php:1437 +#: ../../boot.php:1453 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1502 +#: ../../boot.php:1518 msgid "permission denied" msgstr "" -#: ../../boot.php:1503 +#: ../../boot.php:1519 msgid "Got Zot?" msgstr "" -#: ../../boot.php:1924 +#: ../../boot.php:1949 msgid "toggle mobile" msgstr "" diff --git a/vendor/autoload.php b/vendor/autoload.php index 5944e90ba..4ab3c99bc 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInit4d84580b3010f36341ea4e8d04bc8eab::getLoader(); +return ComposerAutoloaderInitd0f40897631bfac5572c9d06d82344bf::getLoader(); diff --git a/vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php index 1db8d9a0b..a71055531 100644 --- a/vendor/composer/ClassLoader.php +++ b/vendor/composer/ClassLoader.php @@ -42,19 +42,36 @@ namespace Composer\Autoload; */ class ClassLoader { - private $prefixes = array(); - private $fallbackDirs = array(); + // PSR-4 + private $prefixLengthsPsr4 = array(); + private $prefixDirsPsr4 = array(); + private $fallbackDirsPsr4 = array(); + + // PSR-0 + private $prefixesPsr0 = array(); + private $fallbackDirsPsr0 = array(); + private $useIncludePath = false; private $classMap = array(); public function getPrefixes() { - return call_user_func_array('array_merge', $this->prefixes); + return call_user_func_array('array_merge', $this->prefixesPsr0); + } + + public function getPrefixesPsr4() + { + return $this->prefixDirsPsr4; } public function getFallbackDirs() { - return $this->fallbackDirs; + return $this->fallbackDirsPsr0; + } + + public function getFallbackDirsPsr4() + { + return $this->fallbackDirsPsr4; } public function getClassMap() @@ -75,23 +92,24 @@ class ClassLoader } /** - * Registers a set of classes, merging with any others previously set. + * Registers a set of PSR-0 directories for a given prefix, either + * appending or prepending to the ones previously set for this prefix. * - * @param string $prefix The classes prefix - * @param array|string $paths The location(s) of the classes - * @param bool $prepend Prepend the location(s) + * @param string $prefix The prefix + * @param array|string $paths The PSR-0 root directories + * @param bool $prepend Whether to prepend the directories */ public function add($prefix, $paths, $prepend = false) { if (!$prefix) { if ($prepend) { - $this->fallbackDirs = array_merge( + $this->fallbackDirsPsr0 = array_merge( (array) $paths, - $this->fallbackDirs + $this->fallbackDirsPsr0 ); } else { - $this->fallbackDirs = array_merge( - $this->fallbackDirs, + $this->fallbackDirsPsr0 = array_merge( + $this->fallbackDirsPsr0, (array) $paths ); } @@ -100,38 +118,104 @@ class ClassLoader } $first = $prefix[0]; - if (!isset($this->prefixes[$first][$prefix])) { - $this->prefixes[$first][$prefix] = (array) $paths; + if (!isset($this->prefixesPsr0[$first][$prefix])) { + $this->prefixesPsr0[$first][$prefix] = (array) $paths; return; } if ($prepend) { - $this->prefixes[$first][$prefix] = array_merge( + $this->prefixesPsr0[$first][$prefix] = array_merge( + (array) $paths, + $this->prefixesPsr0[$first][$prefix] + ); + } else { + $this->prefixesPsr0[$first][$prefix] = array_merge( + $this->prefixesPsr0[$first][$prefix], + (array) $paths + ); + } + } + + /** + * Registers a set of PSR-4 directories for a given namespace, either + * appending or prepending to the ones previously set for this namespace. + * + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param array|string $paths The PSR-0 base directories + * @param bool $prepend Whether to prepend the directories + */ + public function addPsr4($prefix, $paths, $prepend = false) + { + if (!$prefix) { + // Register directories for the root namespace. + if ($prepend) { + $this->fallbackDirsPsr4 = array_merge( + (array) $paths, + $this->fallbackDirsPsr4 + ); + } else { + $this->fallbackDirsPsr4 = array_merge( + $this->fallbackDirsPsr4, + (array) $paths + ); + } + } elseif (!isset($this->prefixDirsPsr4[$prefix])) { + // Register directories for a new namespace. + $length = strlen($prefix); + if ('\\' !== $prefix[$length - 1]) { + throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); + } + $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; + $this->prefixDirsPsr4[$prefix] = (array) $paths; + } elseif ($prepend) { + // Prepend directories for an already registered namespace. + $this->prefixDirsPsr4[$prefix] = array_merge( (array) $paths, - $this->prefixes[$first][$prefix] + $this->prefixDirsPsr4[$prefix] ); } else { - $this->prefixes[$first][$prefix] = array_merge( - $this->prefixes[$first][$prefix], + // Append directories for an already registered namespace. + $this->prefixDirsPsr4[$prefix] = array_merge( + $this->prefixDirsPsr4[$prefix], (array) $paths ); } } /** - * Registers a set of classes, replacing any others previously set. + * Registers a set of PSR-0 directories for a given prefix, + * replacing any others previously set for this prefix. * - * @param string $prefix The classes prefix - * @param array|string $paths The location(s) of the classes + * @param string $prefix The prefix + * @param array|string $paths The PSR-0 base directories */ public function set($prefix, $paths) { if (!$prefix) { - $this->fallbackDirs = (array) $paths; + $this->fallbackDirsPsr0 = (array) $paths; + } else { + $this->prefixesPsr0[$prefix[0]][$prefix] = (array) $paths; + } + } - return; + /** + * Registers a set of PSR-4 directories for a given namespace, + * replacing any others previously set for this namespace. + * + * @param string $prefix The prefix/namespace, with trailing '\\' + * @param array|string $paths The PSR-4 base directories + */ + public function setPsr4($prefix, $paths) { + if (!$prefix) { + $this->fallbackDirsPsr4 = (array) $paths; + } else { + $length = strlen($prefix); + if ('\\' !== $prefix[$length - 1]) { + throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator."); + } + $this->prefixLengthsPsr4[$prefix[0]][$prefix] = $length; + $this->prefixDirsPsr4[$prefix] = (array) $paths; } - $this->prefixes[substr($prefix, 0, 1)][$prefix] = (array) $paths; } /** @@ -182,7 +266,7 @@ class ClassLoader public function loadClass($class) { if ($file = $this->findFile($class)) { - include $file; + includeFile($file); return true; } @@ -202,45 +286,93 @@ class ClassLoader $class = substr($class, 1); } + // class map lookup if (isset($this->classMap[$class])) { return $this->classMap[$class]; } + $file = $this->findFileWithExtension($class, '.php'); + + // Search for Hack files if we are running on HHVM + if ($file === null && defined('HHVM_VERSION')) { + $file = $this->findFileWithExtension($class, '.hh'); + } + + if ($file === null) { + // Remember that this class does not exist. + return $this->classMap[$class] = false; + } + + return $file; + } + + private function findFileWithExtension($class, $ext) + { + // PSR-4 lookup + $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext; + + $first = $class[0]; + if (isset($this->prefixLengthsPsr4[$first])) { + foreach ($this->prefixLengthsPsr4[$first] as $prefix => $length) { + if (0 === strpos($class, $prefix)) { + foreach ($this->prefixDirsPsr4[$prefix] as $dir) { + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $length))) { + return $file; + } + } + } + } + } + + // PSR-4 fallback dirs + foreach ($this->fallbackDirsPsr4 as $dir) { + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) { + return $file; + } + } + + // PSR-0 lookup if (false !== $pos = strrpos($class, '\\')) { // namespaced class name - $classPath = strtr(substr($class, 0, $pos), '\\', DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR; - $className = substr($class, $pos + 1); + $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1) + . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR); } else { // PEAR-like class name - $classPath = null; - $className = $class; + $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext; } - $classPath .= strtr($className, '_', DIRECTORY_SEPARATOR) . '.php'; - - $first = $class[0]; - if (isset($this->prefixes[$first])) { - foreach ($this->prefixes[$first] as $prefix => $dirs) { + if (isset($this->prefixesPsr0[$first])) { + foreach ($this->prefixesPsr0[$first] as $prefix => $dirs) { if (0 === strpos($class, $prefix)) { foreach ($dirs as $dir) { - if (file_exists($dir . DIRECTORY_SEPARATOR . $classPath)) { - return $dir . DIRECTORY_SEPARATOR . $classPath; + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { + return $file; } } } } } - foreach ($this->fallbackDirs as $dir) { - if (file_exists($dir . DIRECTORY_SEPARATOR . $classPath)) { - return $dir . DIRECTORY_SEPARATOR . $classPath; + // PSR-0 fallback dirs + foreach ($this->fallbackDirsPsr0 as $dir) { + if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) { + return $file; } } - if ($this->useIncludePath && $file = stream_resolve_include_path($classPath)) { + // PSR-0 include paths. + if ($this->useIncludePath && $file = stream_resolve_include_path($logicalPathPsr0)) { return $file; } - - return $this->classMap[$class] = false; } } + +/** + * Scope isolated include. + * + * Prevents access to $this/self from included files. + */ +function includeFile($file) +{ + include $file; +} diff --git a/vendor/composer/autoload_namespaces.php b/vendor/composer/autoload_namespaces.php index e64e0a875..a3c1e111b 100644 --- a/vendor/composer/autoload_namespaces.php +++ b/vendor/composer/autoload_namespaces.php @@ -12,4 +12,5 @@ return array( 'Sabre\\DAV' => array($vendorDir . '/sabre/dav/lib'), 'Sabre\\CardDAV' => array($vendorDir . '/sabre/dav/lib'), 'Sabre\\CalDAV' => array($vendorDir . '/sabre/dav/lib'), + 'Monolog' => array($vendorDir . '/monolog/monolog/src'), ); diff --git a/vendor/composer/autoload_psr4.php b/vendor/composer/autoload_psr4.php new file mode 100644 index 000000000..b265c64a2 --- /dev/null +++ b/vendor/composer/autoload_psr4.php @@ -0,0 +1,9 @@ +<?php + +// autoload_psr4.php @generated by Composer + +$vendorDir = dirname(dirname(__FILE__)); +$baseDir = dirname($vendorDir); + +return array( +); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index 9faa11fc8..33803553e 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit4d84580b3010f36341ea4e8d04bc8eab +class ComposerAutoloaderInitd0f40897631bfac5572c9d06d82344bf { private static $loader; @@ -19,9 +19,9 @@ class ComposerAutoloaderInit4d84580b3010f36341ea4e8d04bc8eab return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit4d84580b3010f36341ea4e8d04bc8eab', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitd0f40897631bfac5572c9d06d82344bf', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit4d84580b3010f36341ea4e8d04bc8eab', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitd0f40897631bfac5572c9d06d82344bf', 'loadClassLoader')); $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); @@ -31,6 +31,11 @@ class ComposerAutoloaderInit4d84580b3010f36341ea4e8d04bc8eab $loader->set($namespace, $path); } + $map = require __DIR__ . '/autoload_psr4.php'; + foreach ($map as $namespace => $path) { + $loader->setPsr4($namespace, $path); + } + $classMap = require __DIR__ . '/autoload_classmap.php'; if ($classMap) { $loader->addClassMap($classMap); @@ -41,3 +46,8 @@ class ComposerAutoloaderInit4d84580b3010f36341ea4e8d04bc8eab return $loader; } } + +function composerRequired0f40897631bfac5572c9d06d82344bf($file) +{ + require $file; +} diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 81bd0fd3a..bd9d342fb 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -1,24 +1,69 @@ [ { + "name": "monolog/monolog", + "version": "1.0.2", + "version_normalized": "1.0.2.0", + "source": { + "type": "git", + "url": "https://github.com/Seldaek/monolog.git", + "reference": "b704c49a3051536f67f2d39f13568f74615b9922" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b704c49a3051536f67f2d39f13568f74615b9922", + "reference": "b704c49a3051536f67f2d39f13568f74615b9922", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "time": "2011-10-24 09:39:02", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-0": { + "Monolog": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be", + "role": "Developer" + } + ], + "description": "Logging for PHP 5.3", + "homepage": "http://github.com/Seldaek/monolog", + "keywords": [ + "log", + "logging" + ] + }, + { "name": "sabre/vobject", - "version": "2.1.3", - "version_normalized": "2.1.3.0", + "version": "2.1.4", + "version_normalized": "2.1.4.0", "source": { "type": "git", "url": "https://github.com/fruux/sabre-vobject.git", - "reference": "e46d6855cfef23318e7c422cd08d36e344624675" + "reference": "199b6ec87104b05e3013dfd5b90eafbbe4cf97dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/e46d6855cfef23318e7c422cd08d36e344624675", - "reference": "e46d6855cfef23318e7c422cd08d36e344624675", + "url": "https://api.github.com/repos/fruux/sabre-vobject/zipball/199b6ec87104b05e3013dfd5b90eafbbe4cf97dc", + "reference": "199b6ec87104b05e3013dfd5b90eafbbe4cf97dc", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.1" }, - "time": "2013-10-02 15:57:01", + "time": "2014-03-30 23:01:06", "bin": [ "bin/vobjectvalidate.php" ], @@ -51,17 +96,17 @@ }, { "name": "sabre/dav", - "version": "1.8.7", - "version_normalized": "1.8.7.0", + "version": "1.8.9", + "version_normalized": "1.8.9.0", "source": { "type": "git", "url": "https://github.com/fruux/sabre-dav.git", - "reference": "41c750da3c60a427cdd847df090ef0fc7e8f1076" + "reference": "25e095469e44d195cd255bdce55ce473224558bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/41c750da3c60a427cdd847df090ef0fc7e8f1076", - "reference": "41c750da3c60a427cdd847df090ef0fc7e8f1076", + "url": "https://api.github.com/repos/fruux/sabre-dav/zipball/25e095469e44d195cd255bdce55ce473224558bc", + "reference": "25e095469e44d195cd255bdce55ce473224558bc", "shasum": "" }, "require": { @@ -90,7 +135,7 @@ "ext-curl": "*", "ext-pdo": "*" }, - "time": "2013-10-02 18:38:26", + "time": "2014-02-26 22:17:11", "bin": [ "bin/sabredav" ], diff --git a/vendor/sabre/dav/.travis.yml b/vendor/sabre/dav/.travis.yml index 37c99f841..baffa5b97 100644 --- a/vendor/sabre/dav/.travis.yml +++ b/vendor/sabre/dav/.travis.yml @@ -4,6 +4,13 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 + - hhvm + +matrix: + allow_failures: + - php: 5.6 + - php: hhvm services: - mysql diff --git a/vendor/sabre/dav/ChangeLog b/vendor/sabre/dav/ChangeLog index 145cf1fcb..e41a6c88a 100644 --- a/vendor/sabre/dav/ChangeLog +++ b/vendor/sabre/dav/ChangeLog @@ -1,6 +1,14 @@ -1.8.7-stable (2013-10-02) +1.8.9-stable (2014-02-26) + * The zip release ships with sabre/vobject 2.1.3. + * includes changes from version 1.7.11. + +1.8.8-stable (2014-02-09) * The zip release ships with sabre/vobject 2.1.3. - * Includes changes from version 1.7.9. + * includes changes from version 1.7.10. + +1.8.7-stable (2013-10-02) + * the zip release ships with sabre/vobject 2.1.3. + * includes changes from version 1.7.9. 1.8.6-stable (2013-06-18) * The zip release ships with sabre/vobject 2.1.0. @@ -49,6 +57,16 @@ * Added: The Proxy principal classes now both implement an interface, for greater flexiblity. +1.7.11-stable (2014-02-26) + * The zip release ships with sabre/vobject 2.1.3. + * Fixed: Issue #407: large downloads failed. + * Fixed: Issue #414: XXE security problem on older PHP versions. + +1.7.10-stable (2014-02-09) + * The zip release ships with sabre/vobject 2.1.3. + * Fixed: Potential security vulnerability in the http client. + * Fixed: Issue #374: Don't urlescape colon (:) when it's not required. + 1.7.9-stable (2013-10-02) * The zip release ships with sabre/vobject 2.1.3. * Fixed: Issue #365. Incorrect output when principal urls have spaces in diff --git a/vendor/sabre/dav/LICENSE b/vendor/sabre/dav/LICENSE index 68aceab80..7435c19fd 100644 --- a/vendor/sabre/dav/LICENSE +++ b/vendor/sabre/dav/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/) +Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). All rights reserved. diff --git a/vendor/sabre/dav/build.xml b/vendor/sabre/dav/build.xml index 6a37d2011..0f70f8199 100644 --- a/vendor/sabre/dav/build.xml +++ b/vendor/sabre/dav/build.xml @@ -14,13 +14,6 @@ <zip destfile="build/SabreDAV-${sabredav.version}.zip" basedir="build/SabreDAV" prefix="SabreDAV/" /> </target> - <target name="uploadzip" depends="buildzip"> - <echo>Uploading to Google Code</echo> - <propertyprompt propertyName="googlecode.username" promptText="Enter your googlecode username" useExistingValue="true" /> - <propertyprompt propertyName="googlecode.password" promptText="Enter your googlecode password" useExistingValue="true" /> - <exec command="bin/googlecode_upload.py -s 'SabreDAV ${sabredav.version}' -p sabredav --labels=${sabredav.ucstability} -u '${googlecode.username}' -w '${googlecode.password}' build/SabreDAV-${sabredav.version}.zip" checkreturn="true" /> - </target> - <target name="clean" depends="init"> <echo msg="Removing build files (cleaning up distribution)" /> <delete dir="docs/api" /> diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php index 21f88162b..4e46c2e19 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php @@ -10,7 +10,7 @@ use Sabre\CalDAV; * * Checkout the BackendInterface for all the methods that must be implemented. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php index b8334e5d0..62ce4a36a 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php @@ -5,7 +5,7 @@ namespace Sabre\CalDAV\Backend; /** * Every CalDAV backend must at least implement this interface. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php index 50021a3e7..f151fcc81 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php @@ -16,7 +16,7 @@ namespace Sabre\CalDAV\Backend; * * The primary usecase is to allow for calendar-sharing. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php index 99130ceb1..1405788ba 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php @@ -12,7 +12,7 @@ use Sabre\DAV; * This backend is used to store calendar-data in a PDO database, such as * sqlite or MySQL * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php index 8fb2b320c..a2d23820b 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php @@ -165,7 +165,7 @@ namespace Sabre\CalDAV\Backend; * the backend, the SharingPlugin automatically injects it and assumes both * features are available. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php index 63bd2b07a..6d2ae7388 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php @@ -11,7 +11,7 @@ use Sabre\DAVACL; * A calendar can contain multiple TODO and or Events. These are represented * as \Sabre\CalDAV\CalendarObject objects. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php index 1fbb51b79..82776c305 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php @@ -5,7 +5,7 @@ namespace Sabre\CalDAV; /** * The CalendarObject represents a single VEVENT or VTODO within a Calendar. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php index c894a066e..ba3ea172b 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php @@ -10,7 +10,7 @@ use Sabre\VObject; * Whoever designed this format, and the CalDAV equivalent even more so, * has no feel for design. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php index fd47127f2..b440ce8f4 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php @@ -14,7 +14,7 @@ use DateTime; * This is used to determine which icalendar objects should be returned for a * calendar-query REPORT request. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php index 5d1ee7780..9883d9f69 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php @@ -10,7 +10,7 @@ use Sabre\DAVACL\PrincipalBackend; * This object is responsible for generating a list of calendar-homes for each * user. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php index b8d36794c..4d9ab3afc 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php @@ -8,7 +8,7 @@ use Sabre\CalDAV; /** * InvalidComponentType * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php b/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php index aa0637295..a2153b5af 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php @@ -12,7 +12,7 @@ use Sabre\VObject; * This is useful for clients that don't support CalDAV yet. They often do * support ics files. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php b/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php index 8be36d35a..564924333 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php @@ -8,7 +8,7 @@ use Sabre\DAV; * * Implement this interface to allow a node to be recognized as an calendar. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php b/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php index 365d4009c..b87028e78 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php @@ -11,7 +11,7 @@ use Sabre\DAV; * * Calendar objects are resources such as Events, Todo's or Journals. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php b/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php index b418eab52..15ae14c01 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php @@ -5,7 +5,7 @@ namespace Sabre\CalDAV; /** * This interface represents a Calendar that can be shared with other users. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php b/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php index f9084a4f4..0c388ad18 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php @@ -5,7 +5,7 @@ namespace Sabre\CalDAV; /** * This interface represents a Calendar that is shared by a different user. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php index e86f81b59..7f87fb365 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php @@ -16,7 +16,7 @@ use Sabre\DAVACL; * This collection should only return Sabre\CalDAV\Notifications\INode nodes as * its children. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php index 57a2f7dfb..2e810a621 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php @@ -14,7 +14,7 @@ use Sabre\DAV; * This collection should only return Sabre\CalDAV\Notifications\INode nodes as * its children. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php index 854e891dd..6f5fdc56f 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php @@ -12,7 +12,7 @@ namespace Sabre\CalDAV\Notifications; * For a complete example, check out the Notification class, which contains * some helper functions. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php index cf64eb682..b64d5aaef 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php @@ -6,7 +6,7 @@ use Sabre\DAV; /** * This interface reflects a single notification type. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php index ef0aa0c26..d6f301093 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php @@ -13,7 +13,7 @@ use Sabre\DAVACL; * MUST return an xml document that matches the requirements of the * 'caldav-notifications.txt' spec. - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php index 42daf3fb0..f2d6eabc7 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php @@ -9,7 +9,7 @@ use Sabre\CalDAV; /** * This class represents the cs:invite-notification notification element. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php index 3654a3e16..c91366b98 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php @@ -9,7 +9,7 @@ use Sabre\CalDAV; /** * This class represents the cs:invite-reply notification element. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php index a6a1c4928..c3a1d740b 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php @@ -11,7 +11,7 @@ use Sabre\CalDAV; * This notification can be used to indicate to the user that the system is * down. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php index 084036cf9..53b6f6d71 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php @@ -12,7 +12,7 @@ use Sabre\VObject; * This plugin provides functionality added by CalDAV (RFC 4791) * It implements new reports, and the MKCALENDAR method. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php index 4fc70e265..1b2c1d407 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php @@ -11,7 +11,7 @@ use Sabre\DAVACL; * calendar-proxy-write sub-principals, as defined by the caldav-proxy * specification. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php index a774b2aad..8a3fd1cd5 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php @@ -10,7 +10,7 @@ use Sabre\DAVACL; * Any principal node implementing this interface will be picked up as a 'proxy * principal group'. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php index 48c84d25d..513e2b360 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php @@ -10,7 +10,7 @@ use Sabre\DAVACL; * Any principal node implementing this interface will be picked up as a 'proxy * principal group'. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php index 0a8bf57b0..25f494af7 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php @@ -11,7 +11,7 @@ use Sabre\DAV; * This is needed to implement 'Calendar delegation' support. This class is * instantiated by User. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php index c9b136fe0..3e5f0c41d 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php @@ -11,7 +11,7 @@ use Sabre\DAV; * This is needed to implement 'Calendar delegation' support. This class is * instantiated by User. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php index d37ca115d..2d3a95e53 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php @@ -11,7 +11,7 @@ use Sabre\DAVACL; * collection and returns the caldav-proxy-read and caldav-proxy-write child * principals. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php index 5284baf3a..eb0417ee2 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php @@ -16,7 +16,7 @@ use Sabre\DAV; * such as VEVENT, VTODO * * @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php index e955e5f1c..dceae7574 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php @@ -14,7 +14,7 @@ use Sabre\CalDAV; * namespace. * * @see https://trac.calendarserver.org/browser/CalendarServer/trunk/doc/Extensions/caldav-sharing-02.txt - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php index 967c5e22a..4d3667e95 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php @@ -15,7 +15,7 @@ use Sabre\CalDAV; * means that this calendar will not be taken into consideration when a * different user queries for free-busy information. If it's 'opaque', it will. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php index 84c66c913..6a35f938a 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php @@ -12,7 +12,7 @@ use Sabre\CalDAV; * property in the CalDAV namespace. It simply requires an array of components, * such as VEVENT, VTODO * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php index ab989e831..22b2cc124 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php @@ -11,7 +11,7 @@ use Sabre\CalDAV\Plugin; * in the CalDAV namespace. SabreDAV only has support for text/calendar;2.0 * so the value is currently hardcoded. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php index cefc3d3bd..48f3aca88 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php @@ -9,7 +9,7 @@ use Sabre\DAV; * This property is a representation of the supported-collation-set property * in the CalDAV namespace. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php index 2a6c5f360..4c0ea1c96 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php @@ -15,7 +15,7 @@ use Sabre\DAV; * If you want to customize the email that gets sent out, you can do so by * extending this class and overriding the sendMessage method. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php index 55a70bd34..5c7b2705e 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php @@ -6,7 +6,7 @@ namespace Sabre\CalDAV\Schedule; * Implement this interface to have a node be recognized as a CalDAV scheduling * outbox. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php index d05889f35..f401ba7ef 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php @@ -12,7 +12,7 @@ use Sabre\DAVACL; * free-busy requests. This functionality is completely handled by the * Scheduling plugin, so this object is actually mostly static. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php b/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php index 47e098847..25790a853 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php @@ -6,7 +6,7 @@ namespace Sabre\CalDAV; * This object represents a CalDAV calendar that can be shared with other * users. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php b/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php index 7641289dd..d880c06ca 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php @@ -7,7 +7,7 @@ use Sabre\DAVACL; /** * This object represents a CalDAV calendar that is shared by a different user. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php b/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php index c37571706..b8270c3f7 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php @@ -16,7 +16,7 @@ use Sabre\DAV; * Note: This feature is experimental, and may change in between different * SabreDAV versions. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php b/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php index a3be4fdd3..67de13105 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php @@ -8,7 +8,7 @@ use Sabre\DAVACL; /** * The UserCalenders class contains all calendars associated to one user * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php b/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php index 5f305820a..78cf017f9 100644 --- a/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php +++ b/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php @@ -5,7 +5,7 @@ namespace Sabre\CalDAV; /** * This class contains the Sabre\CalDAV version constants. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php b/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php index 85b301cb8..ec95796a7 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php @@ -10,7 +10,7 @@ use Sabre\DAVACL; * * The AddressBook can contain multiple vcards * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php b/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php index 2b5cd209d..101e80ead 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php @@ -10,7 +10,7 @@ use Sabre\DAV; * Whoever designed this format, and the CalDAV equivalent even more so, * has no feel for design. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php b/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php index acee40efc..2398fdfe9 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php @@ -9,7 +9,7 @@ use Sabre\DAVACL; * * This object lists a collection of users, which can contain addressbooks. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php b/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php index 363b73afa..06e848539 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php @@ -9,7 +9,7 @@ namespace Sabre\CardDAV\Backend; * * This class doesn't do much, but it was added for consistency. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php b/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php index c4607c217..3bb5bd98b 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php @@ -11,7 +11,7 @@ namespace Sabre\CardDAV\Backend; * class. The value of the addressBookId is completely up to you, it can be any * arbitrary value you can use as an unique identifier. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php b/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php index 014aeb491..0614498ff 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php @@ -10,7 +10,7 @@ use Sabre\DAV; * * This CardDAV backend uses PDO to store addressbooks * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php b/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php index 93ad7d2ac..b3eaf410b 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php @@ -9,7 +9,7 @@ use Sabre\DAV; /** * The Card object represents a single Card from an addressbook * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php b/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php index ebb8e2b63..bd4ac600f 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * Implement this interface to allow a node to be recognized as an addressbook. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php b/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php index f12ad9a1d..af28d3830 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php @@ -10,7 +10,7 @@ use Sabre\DAV; * Extend the ICard interface to allow your custom nodes to be picked up as * 'Cards'. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php b/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php index f0cfd59a0..5dfe4832d 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php @@ -11,7 +11,7 @@ namespace Sabre\CardDAV; * A full description can be found in the IETF draft: * - draft-daboo-carddav-directory-gateway * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php b/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php index 7d8d80fd3..e7a0f0aba 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php @@ -11,7 +11,7 @@ use Sabre\VObject; * * The CardDAV plugin adds CardDAV functionality to the WebDAV server * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php b/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php index b2bb6b551..208efabe7 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php @@ -11,7 +11,7 @@ use Sabre\CardDAV; * This property is a representation of the supported-address-data property * in the CardDAV namespace. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php b/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php index dca465b9e..54ea87901 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php @@ -10,7 +10,7 @@ use Sabre\DAVACL; * * The UserAddressBooks collection contains a list of addressbooks associated with a user * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php b/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php index b1e6f5e48..8889cbd4b 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php @@ -12,7 +12,7 @@ use Sabre\VObject; * This is useful for clients that don't support CardDAV yet. They often do * support vcf files. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @author Thomas Tanghus (http://tanghus.net/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License diff --git a/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php b/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php index 9b691423c..ade46ea00 100644 --- a/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php +++ b/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php @@ -7,7 +7,7 @@ namespace Sabre\CardDAV; * * This class contains the Sabre\CardDAV version information * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php index daa8bd8ad..5ea6f6c7c 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php @@ -12,7 +12,7 @@ use Sabre\HTTP; * Most of the digest logic is handled, implementors just need to worry about * the validateUserPass method. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author James David Low (http://jameslow.com/) * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php index 14993a014..e140f7b3a 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php @@ -12,7 +12,7 @@ use Sabre\DAV; * Most of the digest logic is handled, implementors just need to worry about * the getDigestHash method * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php index bdde16716..308f5eff2 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php @@ -11,7 +11,7 @@ use Sabre\DAV; * * Make sure apache is properly configured for this to work. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php index 140adaa2e..36e472002 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php @@ -5,7 +5,7 @@ namespace Sabre\DAV\Auth\Backend; /** * This is the base class for any authentication object. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php index c325b1e5b..c7c1047a5 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * The backend file must conform to Apache's htdigest format * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php index 1bc6699b7..a5fb5f18c 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php @@ -7,7 +7,7 @@ namespace Sabre\DAV\Auth\Backend; * * The backend file must conform to Apache's htdigest format * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php index fccbcc22f..95c669e4a 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php @@ -12,7 +12,7 @@ use Sabre\DAV; * * {DAV:}current-user-principal property from RFC5397 * * {DAV:}principal-collection-set property from RFC3744 * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php b/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php index 36c63f515..41ec4bb8b 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php @@ -15,7 +15,7 @@ use Sabre\DAV; * so this extension does what the rest of the world does, and guesses it based * on the file extension. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php b/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php index a429e8f88..ff8452c57 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php @@ -10,7 +10,7 @@ use Sabre\DAV; * * This should allow easy debugging of PROPFIND * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php b/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php index 5fefc7ee2..0e54f706f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php @@ -13,7 +13,7 @@ use Sabre\DAV; * The class intercepts GET requests to collection resources and generates a simple * html index. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -374,7 +374,7 @@ class Plugin extends DAV\ServerPlugin { $html.=$output; $html.= "</table> - <address>Generated by SabreDAV " . $version . " (c)2007-2013 <a href=\"http://code.google.com/p/sabredav/\">http://code.google.com/p/sabredav/</a></address> + <address>Generated by SabreDAV " . $version . " (c)2007-2014 <a href=\"http://code.google.com/p/sabredav/\">http://code.google.com/p/sabredav/</a></address> </body> </html>"; diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Client.php b/vendor/sabre/dav/lib/Sabre/DAV/Client.php index b9cf043a2..1cec8ff6f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Client.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Client.php @@ -10,7 +10,7 @@ namespace Sabre\DAV; * * NOTE: This class is experimental, it's api will likely change in the future. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -314,7 +314,11 @@ class Client { CURLOPT_RETURNTRANSFER => true, // Return headers as part of the response CURLOPT_HEADER => true, - CURLOPT_POSTFIELDS => $body, + + // For security we cast this to a string. If somehow an array could + // be passed here, it would be possible for an attacker to use @ to + // post local files. + CURLOPT_POSTFIELDS => (string)$body, // Automatically follow redirects CURLOPT_FOLLOWLOCATION => true, CURLOPT_MAXREDIRS => 5, @@ -526,7 +530,12 @@ class Client { $body = XMLUtil::convertDAVNamespace($body); + // Fixes an XXE vulnerability on PHP versions older than 5.3.23 or + // 5.4.13. + $previous = libxml_disable_entity_loader(true); $responseXML = simplexml_load_string($body, null, LIBXML_NOBLANKS | LIBXML_NOCDATA); + libxml_disable_entity_loader($previous); + if ($responseXML===false) { throw new \InvalidArgumentException('The passed data is not valid XML'); } diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Collection.php b/vendor/sabre/dav/lib/Sabre/DAV/Collection.php index d8d5265b9..9564dd462 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Collection.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Collection.php @@ -8,7 +8,7 @@ namespace Sabre\DAV; * This is a helper class, that should aid in getting collections classes setup. * Most of its methods are implemented, and throw permission denied exceptions * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception.php index 9c7a985b4..3f99fc4dd 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception.php @@ -5,7 +5,7 @@ * * This is SabreDAV's base exception file, use this to implement your own exception. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php index bcf4c8eb4..2fcd4c04d 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php @@ -8,7 +8,7 @@ namespace Sabre\DAV\Exception; * The BadRequest is thrown when the user submitted an invalid HTTP request * BadRequest * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php index 2c8fa8167..b15ca37cc 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php @@ -8,7 +8,7 @@ namespace Sabre\DAV\Exception; * A 409 Conflict is thrown when a user tried to make a directory over an existing * file or in a parent directory that doesn't exist. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php index ba66f243d..33cdf50d8 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php @@ -10,7 +10,7 @@ use Sabre\DAV; * Similar to the Locked exception, this exception thrown when a LOCK request * was made, on a resource which was already locked * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php index da700ebb0..6743d1d04 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php @@ -8,7 +8,7 @@ namespace Sabre\DAV\Exception; * Deprecated: Warning, this class is deprecated and will be removed in a * future version of SabreDAV. Please use Sabre\DAV\Exception\NotFound instead. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @deprecated Use Sabre\DAV\Exception\NotFound instead * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php index 3c9a46677..6fb5004d7 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php @@ -7,7 +7,7 @@ namespace Sabre\DAV\Exception; * * This exception is thrown whenever a user tries to do an operation he's not allowed to * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php index 8505ce17f..90aa6abb2 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php @@ -7,7 +7,7 @@ namespace Sabre\DAV\Exception; * * This Exception can be thrown, when for example a harddisk is full or a quota is exceeded * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php index ce64f2ee0..16162e08f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php @@ -10,7 +10,7 @@ namespace Sabre\DAV\Exception; * * See RFC5689 section 3.3 * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php index a8f8407f0..e99b68d40 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * This exception is thrown by UNLOCK if a supplied lock-token is invalid * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php index 2f8460be2..000adaac9 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * The 423 is thrown when a client tried to access a resource that was locked, without supplying a valid lock token * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php index 09aeca4c8..7dd97f48f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php @@ -7,7 +7,7 @@ namespace Sabre\DAV\Exception; * * The 405 is thrown when a client tried to create a directory on an already existing directory * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php index 695edda15..1c4dc2ae9 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php @@ -10,7 +10,7 @@ use Sabre\DAV; * This exception is thrown when the client did not provide valid * authentication credentials. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php index 605c650a4..281ba2136 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php @@ -7,7 +7,7 @@ namespace Sabre\DAV\Exception; * * This Exception is thrown when a Node couldn't be found. It returns HTTP error code 404 * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php index 6934a53e5..0b76fb19a 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php @@ -7,7 +7,7 @@ namespace Sabre\DAV\Exception; * * This exception is thrown when the client tried to call an unsupported HTTP method or other feature * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php index ad053fd79..511403c2b 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php @@ -10,7 +10,7 @@ use Sabre\DAV; * The PaymentRequired exception may be thrown in a case where a user must pay * to access a certain resource or operation. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php index 225b99a36..9e51ba01f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php @@ -11,7 +11,7 @@ use Sabre\DAV; * like for example an If, If-None-Match or If-Match header, which caused the HTTP * request to not execute (the condition of the header failed) * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php index d55c99bd0..59bee3f34 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * This exception is thrown when the client requested an unknown report through the REPORT method * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php index 0a8a85808..c33aa9bb1 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php @@ -10,7 +10,7 @@ use Sabre\DAV; * This exception is normally thrown when the user * request a range that is out of the entity bounds. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php index dca764899..157687c6e 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php @@ -11,7 +11,7 @@ use Sabre\DAV; * is currently not available (e.g. down for maintenance). * * @author Thomas Müller <thomas.mueller@tmit.eu> - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class ServiceUnavailable extends DAV\Exception { diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php b/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php index 38f5a9fac..293c9b7b9 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php @@ -8,7 +8,7 @@ namespace Sabre\DAV\Exception; * The 415 Unsupported Media Type status code is generally sent back when the client * tried to call an HTTP method, with a body the server didn't understand * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php b/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php index 333492d17..8a6d1f038 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php @@ -6,7 +6,7 @@ use Sabre\DAV; /** * Directory class * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php b/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php index 437a4dd78..b15883555 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php @@ -7,7 +7,7 @@ use Sabre\DAV; /** * File class * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php b/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php index 4f52e1683..dc31bdfe9 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * The node class implements the method used by both the File and the Directory classes * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php b/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php index c27ad5ba5..e547b368a 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php @@ -7,7 +7,7 @@ use Sabre\DAV; /** * Directory class * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php b/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php index 402195757..e895d9140 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php @@ -6,7 +6,7 @@ use Sabre\DAV; /** * File class * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php b/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php index 4fb6c9a9a..285ab496a 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * The node class implements the method used by both the File and the Directory classes * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/File.php b/vendor/sabre/dav/lib/Sabre/DAV/File.php index 10f56c540..4ab25530d 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/File.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/File.php @@ -8,7 +8,7 @@ namespace Sabre\DAV; * This is a helper class, that should aid in getting file classes setup. * Most of its methods are implemented, and throw permission denied exceptions * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php b/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php index 3f26c1245..2c4d95456 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php @@ -7,7 +7,7 @@ namespace Sabre\DAV; * * This interface should be implemented by each class that represents a collection * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php b/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php index 50ae3f4d2..45ab8630f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php @@ -8,7 +8,7 @@ namespace Sabre\DAV; * This interface can be used to create special-type of collection-resources * as defined by RFC 5689. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/IFile.php b/vendor/sabre/dav/lib/Sabre/DAV/IFile.php index 025b0213d..1df454db2 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/IFile.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/IFile.php @@ -9,7 +9,7 @@ namespace Sabre\DAV; * this specific node a PUT or GET method may be performed, to either update, * or retrieve the contents of the file. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/INode.php b/vendor/sabre/dav/lib/Sabre/DAV/INode.php index c3f3c4abd..f59dca754 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/INode.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/INode.php @@ -5,7 +5,7 @@ namespace Sabre\DAV; /** * The INode interface is the base interface, and the parent class of both ICollection and IFile * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php b/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php index 5e0124549..7f0d8b259 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php @@ -7,7 +7,7 @@ namespace Sabre\DAV; * * Implement this interface to support custom WebDAV properties requested and sent from clients. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php b/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php index 463c0f0db..60fedb5a5 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php @@ -9,7 +9,7 @@ namespace Sabre\DAV; * will check for quota information on any given node. If the information is not available it will * attempt to fetch the information from the root node. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php index 78fa8aa9a..fa13f462c 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php @@ -11,7 +11,7 @@ use Sabre\DAV\Locks; * to ensure that if default code is required in the backend, there will be a * non-bc-breaking way to do so. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php index 7665a10b5..7bd7d572d 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php @@ -8,7 +8,7 @@ use Sabre\DAV\Locks; * If you are defining your own Locks backend, you must implement this * interface. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php index b77d8b5af..971db9740 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php @@ -17,7 +17,7 @@ use Sabre\DAV\Locks\LockInfo; * You are recommended to use either the PDO or the File backend instead. * * @deprecated - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php index 22d31e347..c62e1d465 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php @@ -12,7 +12,7 @@ use Sabre\DAV\Locks\LockInfo; * Note that this is not nearly as robust as a database, you are encouraged * to use the PDO backend instead. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php index cb9f633cc..3617daafc 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php @@ -10,7 +10,7 @@ use Sabre\DAV\Locks\LockInfo; * This Lock Manager stores all its data in a database. You must pass a PDO * connection object in the constructor. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php b/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php index f7178a819..d3588ac10 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php @@ -8,7 +8,7 @@ namespace Sabre\DAV\Locks; * An object of the LockInfo class holds all the information relevant to a * single lock. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php index ece363e1b..34e1b53f9 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php @@ -14,7 +14,7 @@ use Sabre\DAV; * $lockPlugin = new Sabre\DAV\Locks\Plugin($lockBackend); * $server->addPlugin($lockPlugin); * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -621,10 +621,17 @@ class Plugin extends DAV\ServerPlugin { */ protected function parseLockRequest($body) { + // Fixes an XXE vulnerability on PHP versions older than 5.3.23 or + // 5.4.13. + $previous = libxml_disable_entity_loader(true); + + $xml = simplexml_load_string( DAV\XMLUtil::convertDAVNamespace($body), null, LIBXML_NOWARNING); + libxml_disable_entity_loader($previous); + $xml->registerXPathNamespace('d','urn:DAV'); $lockInfo = new LockInfo(); diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php b/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php index 669acafc0..23f7f31e2 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * Simply append ?mount to any collection to generate the davmount response. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Node.php b/vendor/sabre/dav/lib/Sabre/DAV/Node.php index 53c4b831a..3619ac250 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Node.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Node.php @@ -7,7 +7,7 @@ namespace Sabre\DAV; * * This is a helper class, that should aid in getting nodes setup. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php b/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php index fda55e19a..5bdfdffe6 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php @@ -7,7 +7,7 @@ namespace Sabre\DAV; * * This implementation of the Tree class makes use of the INode, IFile and ICollection API's * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php b/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php index 15598a010..69c41b008 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php @@ -9,7 +9,7 @@ use Sabre\DAV; * It may be used to update a file chunk, upload big a file into smaller * chunks or resume an upload * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Jean-Tiare LE BIGOT (http://www.jtlebi.fr/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php b/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php index cc06c8369..26188a1fa 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php @@ -14,7 +14,7 @@ use Sabre\DAV; * $patchPlugin = new \Sabre\DAV\PartialUpdate\Plugin(); * $server->addPlugin($patchPlugin); * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Jean-Tiare LE BIGOT (http://www.jtlebi.fr/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property.php b/vendor/sabre/dav/lib/Sabre/DAV/Property.php index 00f0df3fe..c5943f1b0 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property.php @@ -7,7 +7,7 @@ namespace Sabre\DAV; * * Extend this class to create custom complex properties * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php index 9240f55cc..b0b950535 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php @@ -14,7 +14,7 @@ use Sabre\HTTP; * This class uses unix timestamps internally, and converts them to RFC 1123 times for * serialization * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php index ac198c723..e51d4e3f7 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php @@ -10,7 +10,7 @@ use Sabre\DAV; * The href property represents a url within a {DAV:}href element. * This is used by many WebDAV extensions, but not really within the WebDAV core spec * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php index 3eab755ca..e0cca68cd 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * This property contains multiple {DAV:}href elements, each containing a url. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php index a4ae09b3f..473c1942f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php @@ -9,7 +9,7 @@ namespace Sabre\DAV\Property; * This is used by certain subsystems to aquire more information about for example * the owner of a file * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php index 3b36ca6a7..52095f733 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * This property contains all the open locks on a given resource * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php index 9582d5598..e5ce84b7f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php @@ -10,7 +10,7 @@ use Sabre\DAV; * Normally for files this is empty, and for collection {DAV:}collection. * However, other specs define different values for this. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php index 58e90d89d..16aa23168 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php @@ -11,7 +11,7 @@ use Sabre\DAV; * This is used by the Server class to encode individual items within a multistatus * response. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php index b605a4e9a..d9840f585 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php @@ -11,7 +11,7 @@ use Sabre\DAV; * This is used by the Server class to encode items within a multistatus * response. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php index e6f477c38..1bab4e0be 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php @@ -10,7 +10,7 @@ use Sabre\DAV; * This property contains information about what kind of locks * this server supports. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php b/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php index 993105b8a..d5ed32c42 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php @@ -10,7 +10,7 @@ use Sabre\DAV; * This property is defined in RFC3253, but since it's * so common in other webdav-related specs, it is part of the core server. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php b/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php index 856e643f3..f3b8862aa 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php @@ -7,7 +7,7 @@ namespace Sabre\DAV; * * Implement this interface to create new complex properties * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Server.php b/vendor/sabre/dav/lib/Sabre/DAV/Server.php index 11ac642d6..4aa6cacd4 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Server.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Server.php @@ -6,7 +6,7 @@ use Sabre\HTTP; /** * Main DAV server class * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php b/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php index b8396abaf..44bd037b9 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php @@ -7,7 +7,7 @@ namespace Sabre\DAV; * * Plugins can modify or extend the servers behaviour. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php b/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php index c38c39e72..17af83c8c 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php @@ -8,7 +8,7 @@ namespace Sabre\DAV; * The SimpleCollection is used to quickly setup static directory structures. * Just create the object with a proper name, and add children to use it. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php b/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php index 694207eec..4c3b673ae 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php @@ -9,7 +9,7 @@ namespace Sabre\DAV; * the directory structure. One usecase would be to add a 'readme.txt' to a * root of a webserver with some standard content. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php b/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php index 0f299bf11..1f42694a5 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php @@ -9,7 +9,7 @@ namespace Sabre\DAV; * the CalDAV calendar-query REPORT, and CardDAV addressbook-query REPORT. * Because they both need it, it was decided to put it in Sabre\DAV instead. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php b/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php index d1ae18d5b..6c3f05b56 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php @@ -22,7 +22,7 @@ namespace Sabre\DAV; * Additional patterns can be added, by adding on to the * temporaryFilePatterns property. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Tree.php b/vendor/sabre/dav/lib/Sabre/DAV/Tree.php index af08c39f0..196b6024b 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Tree.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Tree.php @@ -5,7 +5,7 @@ namespace Sabre\DAV; /** * Abstract tree object * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php b/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php index 9004f678a..2e478b306 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php @@ -13,7 +13,7 @@ use Sabre\DAV; * * Specifically copying and moving are much, much faster. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php b/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php index b71ea003d..1ab874077 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php @@ -14,7 +14,10 @@ namespace Sabre\DAV; * ). Since these are reserved, but don't have a reserved meaning in url, these characters are * kept as-is. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * It was also discovered that versions of the SOGO connector for thunderbird + * has issues with urlencoded colons. + * + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -30,7 +33,7 @@ class URLUtil { */ static function encodePath($path) { - return preg_replace_callback('/([^A-Za-z0-9_\-\.~\(\)\/])/',function($match) { + return preg_replace_callback('/([^A-Za-z0-9_\-\.~\(\)\/:])/',function($match) { return '%'.sprintf('%02x',ord($match[0])); @@ -48,7 +51,7 @@ class URLUtil { */ static function encodePathSegment($pathSegment) { - return preg_replace_callback('/([^A-Za-z0-9_\-\.~\(\)])/',function($match) { + return preg_replace_callback('/([^A-Za-z0-9_\-\.~\(\):])/',function($match) { return '%'.sprintf('%02x',ord($match[0])); diff --git a/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php b/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php index e6b78fac6..f20e1cba0 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php @@ -9,7 +9,7 @@ namespace Sabre\DAV; * UUIDs are used a decent amount within various *DAV standards, so it made * sense to include it. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAV/Version.php b/vendor/sabre/dav/lib/Sabre/DAV/Version.php index c82bc17e3..c15de9de9 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/Version.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/Version.php @@ -5,7 +5,7 @@ namespace Sabre\DAV; /** * This class contains the SabreDAV version constants. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -14,7 +14,7 @@ class Version { /** * Full version number */ - const VERSION = '1.8.7'; + const VERSION = '1.8.9'; /** * Stability : alpha, beta, stable diff --git a/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php b/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php index 298398da0..046a59162 100644 --- a/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php +++ b/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php @@ -5,7 +5,7 @@ namespace Sabre\DAV; /** * XML utilities for WebDAV * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -113,6 +113,9 @@ class XMLUtil { // Retaining old error setting $oldErrorSetting = libxml_use_internal_errors(true); + // Fixes an XXE vulnerability on PHP versions older than 5.3.23 or + // 5.4.13. + $oldEntityLoaderSetting = libxml_disable_entity_loader(true); // Clearing any previous errors libxml_clear_errors(); @@ -121,7 +124,7 @@ class XMLUtil { // We don't generally care about any whitespace $dom->preserveWhiteSpace = false; - + $dom->loadXML(self::convertDAVNamespace($xml),LIBXML_NOWARNING | LIBXML_NOERROR); if ($error = libxml_get_last_error()) { @@ -131,6 +134,7 @@ class XMLUtil { // Restoring old mechanism for error handling if ($oldErrorSetting===false) libxml_use_internal_errors(false); + if ($oldEntityLoaderSetting===false) libxml_disable_entity_loader(true); return $dom; diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php b/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php index 3f9a080d4..a0bd88b1e 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php @@ -11,7 +11,7 @@ use Sabre\DAV; * * To use this class, simply implement the getChildForPrincipal method. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php index 25c8b7f4c..17cf31300 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php @@ -8,7 +8,7 @@ use Sabre\DAV; * This exception is thrown when a client attempts to set conflicting * permissions. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php index 5ec4a8e88..443215f00 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php @@ -10,7 +10,7 @@ use Sabre\DAV; * The 403-need privileges is thrown when a user didn't have the appropriate * permissions to perform an operation * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php index 836153ef1..98aed0878 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php @@ -8,7 +8,7 @@ use Sabre\DAV; * This exception is thrown when a user tries to set a privilege that's marked * as abstract. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php index 753945b3d..4cb560004 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php @@ -8,7 +8,7 @@ use Sabre\DAV; * If a client tried to set a privilege assigned to a non-existant principal, * this exception will be thrown. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php index aa976334f..a2fbfd352 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php @@ -8,7 +8,7 @@ use Sabre\DAV; * If a client tried to set a privilege that doesn't exist, this exception will * be thrown. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php b/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php index 2fbfb5463..87d0565d6 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php @@ -8,7 +8,7 @@ use Sabre\DAV; * * If you want to add WebDAV ACL to a node, you must implement this class * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php b/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php index 87e3f4ec5..7ebb9518f 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * Implement this interface to define your own principals * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php b/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php index 33ffd3317..655f9ba6d 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php @@ -10,7 +10,7 @@ use Sabre\DAV; * Implement this interface to ensure that your principal collection can be * searched using the principal-property-search REPORT. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php index 1609d942f..558d1c5ac 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php @@ -13,7 +13,7 @@ use Sabre\DAV; * property, defined in RFC5397 and the {DAV:}expand-property report, as * defined in RFC3253. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php index 267100212..549d6397b 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php @@ -15,7 +15,7 @@ use Sabre\DAV; * This principal also has basic ACL settings, only allowing the principal * access it's own principal. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php index 234d334e8..0336a3d17 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php @@ -9,7 +9,7 @@ namespace Sabre\DAVACL\PrincipalBackend; * have a non-bc-breaking way to add a default generic implementation to * functions we may add in the future. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php index 6bb21e566..8ff2fca39 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php @@ -9,7 +9,7 @@ namespace Sabre\DAVACL\PrincipalBackend; * implement Sabre\DAVACL\IPrincipal directly. This interface is used solely by * Sabre\DAVACL\AbstractPrincipalCollection. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php index 17c271150..5fb3d56da 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php @@ -12,7 +12,7 @@ use Sabre\DAVACL; * This backend assumes all principals are in a single collection. The default collection * is 'principals/', but this can be overriden. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php index 32216311b..8caa65a08 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php @@ -8,7 +8,7 @@ namespace Sabre\DAVACL; * This collection represents a list of users. * The users are instances of Sabre\DAVACL\Principal * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php index 158628c30..d0bf6b763 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php @@ -7,7 +7,7 @@ use Sabre\DAV; /** * This class represents the {DAV:}acl property * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php index fa79b4af0..47e2ef732 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php @@ -9,7 +9,7 @@ use Sabre\DAV; * * This property represents {DAV:}acl-restrictions, as defined in RFC3744. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php index 5b7a81ccb..c6d946bc6 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php @@ -10,7 +10,7 @@ use Sabre\DAV; * This class represents the current-user-privilege-set property. When * requested, it contain all the privileges a user has on a specific node. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php index 951ef7f8e..5a32c0942 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php @@ -9,7 +9,7 @@ use Sabre\DAV; * The principal property represents a principal from RFC3744 (ACL). * The property can be used to specify a principal or pseudo principals. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php index ee074fff5..19a121058 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php @@ -14,7 +14,7 @@ use Sabre\DAV; * Sabre\DAVACL\Plugin::getSupportedPrivilegeSet as the argument in its * constructor. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php b/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php index b01e2e65b..6782544e6 100644 --- a/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php +++ b/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php @@ -5,7 +5,7 @@ namespace Sabre\DAVACL; /** * This class contains the SabreDAV version constants. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php index f697f23f1..018412517 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php @@ -7,7 +7,7 @@ namespace Sabre\HTTP; * * Use this class to leverage amazon's AWS authentication header * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php index 886e34737..a00772966 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php @@ -7,7 +7,7 @@ namespace Sabre\HTTP; * * This class has the common functionality for BasicAuth and DigestAuth * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php index 36aa31cbc..179c01dea 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php @@ -7,7 +7,7 @@ namespace Sabre\HTTP; * * Use this class for easy http authentication setup * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php b/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php index 19b58eba3..bac8cc8da 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php @@ -21,7 +21,7 @@ namespace Sabre\HTTP; * requireLogin() method. * * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Request.php b/vendor/sabre/dav/lib/Sabre/HTTP/Request.php index b0f1e62bf..53daf7182 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Request.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Request.php @@ -12,7 +12,7 @@ namespace Sabre\HTTP; * request per run it can operate as a singleton. For more information check out * the behaviour around 'defaultInputStream'. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Response.php b/vendor/sabre/dav/lib/Sabre/HTTP/Response.php index fd7c0bc38..df692a7a6 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Response.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Response.php @@ -7,7 +7,7 @@ namespace Sabre\HTTP; * * It contains the HTTP status code, response headers and a message body. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -161,7 +161,7 @@ class Response { if (is_resource($body)) { - fpassthru($body); + file_put_contents('php://output', $body); } else { diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Util.php b/vendor/sabre/dav/lib/Sabre/HTTP/Util.php index 42fd0a003..e16a0ad37 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Util.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Util.php @@ -5,7 +5,7 @@ namespace Sabre\HTTP; /** * HTTP utility methods * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @author Paul Voegler * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License diff --git a/vendor/sabre/dav/lib/Sabre/HTTP/Version.php b/vendor/sabre/dav/lib/Sabre/HTTP/Version.php index f4b70437f..8ca171289 100644 --- a/vendor/sabre/dav/lib/Sabre/HTTP/Version.php +++ b/vendor/sabre/dav/lib/Sabre/HTTP/Version.php @@ -5,7 +5,7 @@ namespace Sabre\HTTP; /** * This class contains the Sabre\HTTP version constants. * - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ @@ -14,7 +14,7 @@ class Version { /** * Full version number */ - const VERSION = '1.8.1'; + const VERSION = '1.8.9'; /** * Stability : alpha, beta, stable diff --git a/vendor/sabre/dav/lib/Sabre/autoload.php b/vendor/sabre/dav/lib/Sabre/autoload.php index 8ae127350..2de197c9c 100644 --- a/vendor/sabre/dav/lib/Sabre/autoload.php +++ b/vendor/sabre/dav/lib/Sabre/autoload.php @@ -10,7 +10,7 @@ * instead. * * @deprecated Will be removed in a future version! - * @copyright Copyright (C) 2007-2013 fruux GmbH (https://fruux.com/). + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php b/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php index 5a78a0522..511288480 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php @@ -8,8 +8,8 @@ use Sabre\VObject; * This unittests is created to find out why recurring events have wrong DTSTART value * * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class ExpandEventsDTSTARTandDTENDTest extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php b/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php index a179bf7f8..d5e9ff5ab 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php @@ -7,9 +7,8 @@ use Sabre\VObject; /** * This unittests is created to find out why recurring events have wrong DTSTART value * - * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class ExpandEventsDTSTARTandDTENDbyDayTest extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php b/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php index 96e7c6f09..e5a13f77b 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php @@ -11,8 +11,8 @@ use Sabre\VObject; * Hopefully, by the time I'm done with this, I've both found the problem, and * fixed it :) * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class ExpandEventsDoubleEventsTest extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php b/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php index 4e4c2cbf1..e473cdeb1 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php @@ -7,9 +7,8 @@ use Sabre\VObject; /** * This unittest is created to check if queries for time-range include the start timestamp or not * - * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class GetEventsByTimerangeTest extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php index 8cc8ad31f..a27e3a9e5 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php @@ -8,8 +8,8 @@ use Sabre\VObject; * This unittest is created to find out why an overwritten DAILY event has wrong DTSTART, DTEND, SUMMARY and RECURRENCEID * * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 Rooftop Solutions. All rights reserved. + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class Issue203Test extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php index db336c806..d9998ef44 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php @@ -7,9 +7,8 @@ use Sabre\VObject; /** * This unittest is created to check if a VALARM TRIGGER of PT0S is supported * - * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class Issue205Test extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php index 5e28c804b..d149a3984 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php @@ -7,9 +7,8 @@ use Sabre\VObject; /** * This unittest is created to check for an endless loop in Sabre\CalDAV\CalendarQueryValidator * - * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class Issue211Test extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php index c701df544..e97cbc4a6 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php @@ -7,9 +7,8 @@ use Sabre\HTTP; /** * This unittest is created to check for an endless loop in CalendarQueryValidator * - * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class Issue220Test extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php index e8b6dfaa6..9345bdcb2 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php @@ -6,8 +6,8 @@ use Sabre\HTTP; /** * This unittest is created to check if the time-range filter is working correctly with all-day-events * - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class Issue228Test extends \Sabre\DAVServerTest { diff --git a/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php b/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php index 200274ce8..a97eb3bdd 100644 --- a/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php +++ b/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php @@ -12,10 +12,8 @@ namespace Sabre\CalDAV\Schedule\IMip; * If you want to customize the email that gets sent out, you can do so by * extending this class and overriding the sendMessage method. * - * @package Sabre - * @subpackage CalDAV - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ class Mock extends \Sabre\CalDAV\Schedule\IMip { diff --git a/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php b/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php index f17ca4b85..5d1380865 100644 --- a/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php +++ b/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php @@ -15,7 +15,7 @@ class URLUtilTest extends \PHPUnit_Framework_TestCase{ '%00%01%02%03%04%05%06%07%08%09%0a%0b%0c%0d%0e%0f'. '%10%11%12%13%14%15%16%17%18%19%1a%1b%1c%1d%1e%1f'. '%20%21%22%23%24%25%26%27()%2a%2b%2c-./'. - '0123456789%3a%3b%3c%3d%3e%3f'. + '0123456789:%3b%3c%3d%3e%3f'. '%40ABCDEFGHIJKLMNO' . 'PQRSTUVWXYZ%5b%5c%5d%5e_' . '%60abcdefghijklmno' . @@ -39,7 +39,7 @@ class URLUtilTest extends \PHPUnit_Framework_TestCase{ '%00%01%02%03%04%05%06%07%08%09%0a%0b%0c%0d%0e%0f'. '%10%11%12%13%14%15%16%17%18%19%1a%1b%1c%1d%1e%1f'. '%20%21%22%23%24%25%26%27()%2a%2b%2c-.%2f'. - '0123456789%3a%3b%3c%3d%3e%3f'. + '0123456789:%3b%3c%3d%3e%3f'. '%40ABCDEFGHIJKLMNO' . 'PQRSTUVWXYZ%5b%5c%5d%5e_' . '%60abcdefghijklmno' . diff --git a/vendor/sabre/dav/tests/Sabre/DAVServerTest.php b/vendor/sabre/dav/tests/Sabre/DAVServerTest.php index 5dc72fda0..a92c7065a 100644 --- a/vendor/sabre/dav/tests/Sabre/DAVServerTest.php +++ b/vendor/sabre/dav/tests/Sabre/DAVServerTest.php @@ -14,9 +14,8 @@ require_once 'Sabre/DAV/Auth/Backend/Mock.php'; * This class is supposed to provide a reasonably big framework to quickly get * a testing environment running. * - * @package Sabre - * @copyright Copyright (C) 2007-2013 Rooftop Solutions. All rights reserved. - * @author Evert Pot (http://www.rooftopsolutions.nl/) + * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/). + * @author Evert Pot (http://evertpot.com/) * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License */ abstract class DAVServerTest extends \PHPUnit_Framework_TestCase { diff --git a/vendor/sabre/vobject/.travis.yml b/vendor/sabre/vobject/.travis.yml index 6bf8b7592..5bd15086d 100644 --- a/vendor/sabre/vobject/.travis.yml +++ b/vendor/sabre/vobject/.travis.yml @@ -3,6 +3,14 @@ php: - 5.3 - 5.4 - 5.5 + - 5.5.9 + - 5.5.10 + - 5.6 + +matrix: + allow_failures: + - php: 5.5.10 + - php: 5.6 script: phpunit --configuration tests/phpunit.xml diff --git a/vendor/sabre/vobject/ChangeLog b/vendor/sabre/vobject/ChangeLog index 616c7ce26..96e1fb669 100644 --- a/vendor/sabre/vobject/ChangeLog +++ b/vendor/sabre/vobject/ChangeLog @@ -1,3 +1,7 @@ +2.1.4-stable (2014-03-30) + * Fixed: Issue #87: Several compatibility fixes related to timezone + handling changes in PHP 5.5.10. + 2.1.3-stable (2013-10-02) * Fixed: Issue #55. \r must be stripped from property values. * Fixed: Issue #65. Putting quotes around parameter values that contain a diff --git a/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php b/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php index 6f5b69f3f..c009a6af0 100644 --- a/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php +++ b/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php @@ -298,6 +298,36 @@ class TimeZoneUtil { 'Fiji' => 'Pacific/Fiji', 'New Zealand' => 'Pacific/Auckland', 'Tonga' => 'Pacific/Tongatapu', + + // PHP 5.5.10 failed on a few timezones that were valid before. We're + // normalizing them here. + 'CST6CDT' => 'America/Chicago', + 'Cuba' => 'America/Havana', + 'Egypt' => 'Africa/Cairo', + 'Eire' => 'Europe/Dublin', + 'EST5EDT' => 'America/New_York', + 'Factory' => 'UTC', + 'GB-Eire' => 'Europe/London', + 'GMT0' => 'UTC', + 'Greenwich' => 'UTC', + 'Hongkong' => 'Asia/Hong_Kong', + 'Iceland' => 'Atlantic/Reykjavik', + 'Iran' => 'Asia/Tehran', + 'Israel' => 'Asia/Jerusalem', + 'Jamaica' => 'America/Jamaica', + 'Japan' => 'Asia/Tokyo', + 'Kwajalein' => 'Pacific/Kwajalein', + 'Libya' => 'Africa/Tripoli', + 'MST7MDT' => 'America/Denver', + 'Navajo' => 'America/Denver', + 'NZ-CHAT' => 'Pacific/Chatham', + 'Poland' => 'Europe/Warsaw', + 'Portugal' => 'Europe/Lisbon', + 'PST8PDT' => 'America/Los_Angeles', + 'Singapore' => 'Asia/Singapore', + 'Turkey' => 'Europe/Istanbul', + 'Universal' => 'UTC', + 'W-SU' => 'Europe/Moscow', ); /** @@ -408,9 +438,21 @@ class TimeZoneUtil { static public function getTimeZone($tzid, Component $vcalendar = null, $failIfUncertain = false) { // First we will just see if the tzid is a support timezone identifier. - try { - return new \DateTimeZone($tzid); - } catch (\Exception $e) { + // + // The only exception is if the timezone starts with (. This is to + // handle cases where certain microsoft products generate timezone + // identifiers that for instance look like: + // + // (GMT+01.00) Sarajevo/Warsaw/Zagreb + // + // Since PHP 5.5.10, the first bit will be used as the timezone and + // this method will return just GMT+01:00. This is wrong, because it + // doesn't take DST into account. + if ($tzid[0]!=='(') { + try { + return new \DateTimeZone($tzid); + } catch (\Exception $e) { + } } // Next, we check if the tzid is somewhere in our tzid map. @@ -420,6 +462,12 @@ class TimeZoneUtil { // Maybe the author was hyper-lazy and just included an offset. We // support it, but we aren't happy about it. + // + // Note that the path in the source will never be taken from PHP 5.5.10 + // onwards. PHP 5.5.10 supports the "GMT+0100" style of format, so it + // already gets returned early in this function. Once we drop support + // for versions under PHP 5.5.10, this bit can be taken out of the + // source. if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) { return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0')); } @@ -443,10 +491,7 @@ class TimeZoneUtil { $lic = substr($lic,8); } - try { - return new \DateTimeZone($lic); - } catch (\Exception $e) { - } + return self::getTimeZone($lic, null, $failIfUncertain); } // Microsoft may add a magic number, which we also have an diff --git a/vendor/sabre/vobject/lib/Sabre/VObject/Version.php b/vendor/sabre/vobject/lib/Sabre/VObject/Version.php index 2a64140f4..5b04d0b7a 100644 --- a/vendor/sabre/vobject/lib/Sabre/VObject/Version.php +++ b/vendor/sabre/vobject/lib/Sabre/VObject/Version.php @@ -14,7 +14,7 @@ class Version { /** * Full version number */ - const VERSION = '2.1.3'; + const VERSION = '2.1.4'; /** * Stability : alpha, beta, stable diff --git a/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php b/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php index 1811d8b6f..5988f16e2 100644 --- a/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php +++ b/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php @@ -1291,7 +1291,7 @@ class RecurrenceIteratorTest extends \PHPUnit_Framework_TestCase { } - $tz = new DateTimeZone('GMT'); + $tz = new DateTimeZone('UTC'); $this->assertEquals(array( new DateTime('2012-01-07 12:00:00',$tz), new DateTime('2012-01-08 12:00:00',$tz), @@ -1356,7 +1356,7 @@ class RecurrenceIteratorTest extends \PHPUnit_Framework_TestCase { } - $tz = new DateTimeZone('GMT'); + $tz = new DateTimeZone('UTC'); $this->assertEquals(array( new DateTime('2012-01-12 12:00:00',$tz), new DateTime('2012-01-13 12:00:00',$tz), diff --git a/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php b/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php index 7f76353d2..b898e8d26 100644 --- a/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php +++ b/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php @@ -144,7 +144,12 @@ HI; function testTimezoneOffset() { $tz = TimeZoneUtil::getTimeZone('GMT-0400', null, true); - $ex = new \DateTimeZone('Etc/GMT-4'); + + if (version_compare(PHP_VERSION, '5.5.10', '>=')) { + $ex = new \DateTimeZone('-04:00'); + } else { + $ex = new \DateTimeZone('Etc/GMT-4'); + } $this->assertEquals($ex->getName(), $tz->getName()); } @@ -289,7 +294,11 @@ END:VCALENDAR HI; $tz = TimeZoneUtil::getTimeZone('/freeassociation.sourceforge.net/Tzfile/SystemV/EST5EDT', Reader::read($vobj), true); - $ex = new \DateTimeZone('EST5EDT'); + if (version_compare(PHP_VERSION, '5.5.10', '>=')) { + $ex = new \DateTimeZone('America/New_York'); + } else { + $ex = new \DateTimeZone('EST5EDT'); + } $this->assertEquals($ex->getName(), $tz->getName()); } diff --git a/version.inc b/version.inc index 0a170250a..8b6f8c940 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-13.615 +2014-04-21.652 diff --git a/view/ca/smarty3/cmnt_received_eml.tpl b/view/ca/smarty3/cmnt_received_eml.tpl deleted file mode 100644 index c398c5231..000000000 --- a/view/ca/smarty3/cmnt_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$username}}, - - '{{$from}}' ha comentat un element/conversació que està s seguint. - ------ -{{$body}} ------ - -Accedeix a {{$siteurl}} per a veure la conversa completa: - -{{$display}} - - - {{$sitename}} - - - diff --git a/view/ca/smarty3/follow_notify_eml.tpl b/view/ca/smarty3/follow_notify_eml.tpl deleted file mode 100644 index b90804741..000000000 --- a/view/ca/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$myname}}, - -Tens un nou seguidor en {{$sitename}} - '{{$requestor}}'. - -Pots visitar el seu perfil en {{$url}}. - -Iniciï sessió en el seu lloc per a aprovar o rebutjar/cancelar la sol·licitud. - -{{$siteurl}} - - - {{$sitename}} diff --git a/view/ca/smarty3/friend_complete_eml.tpl b/view/ca/smarty3/friend_complete_eml.tpl deleted file mode 100644 index b26152d81..000000000 --- a/view/ca/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$username}}, - - Grans noticies... '{{$fn}}' a '{{$dfrn_url}}' ha acceptat la teva sol·licitud de connexió en '{{$sitename}}'. - -Ara sous amics mutus i podreu intercanviar actualizacions de estatus, fotos, i correu electrónic -sense cap restricció. - -Visita la teva pà gina de 'Contactes' en {{$sitename}} si desitja realizar qualsevol canvi en aquesta relació. - -{{$siteurl}} - -[Per exemple, pots crear un perfil independent amb informació que no esta disponible al públic en general -- i assignar drets de visualització a '{{$fn}}']. - - - {{$sitename}} - - diff --git a/view/ca/smarty3/intro_complete_eml.tpl b/view/ca/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 2149c477a..000000000 --- a/view/ca/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,26 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$username}}, - - '{{$fn}}' en '{{$dfrn_url}}' ha acceptat la teva petició -connexió a '{{$sitename}}'. - - '{{$fn}}' ha optat per acceptar-te com a "fan", que restringeix certes -formes de comunicació, com missatges privats i algunes interaccions -amb el perfil. Si ets una "celebritat" o una pà gina de comunitat, -aquests ajustos s'aplican automà ticament - - '{{$fn}}' pot optar per extendre aixó en una relació més permisiva -en el futur. - - Començarà s a rebre les actualizacions públiques de estatus de '{{$fn}}', -que apareixeran a la teva pà gina "Xarxa" en - -{{$siteurl}} - - - {{$sitename}} diff --git a/view/ca/smarty3/lostpass_eml.tpl b/view/ca/smarty3/lostpass_eml.tpl deleted file mode 100644 index 55a14e1d5..000000000 --- a/view/ca/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,40 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$username}}, - - S'ha rebut una sol·licitud en {{$sitename}} recentment per restablir -la teva contrasenya. Per confirmar aquesta sol·licitud, per favor seleccioni l'enllaç de -verificació sota o copia-ho i pega-ho en la barra d'adreces del teu navegador. - -Si NO has sol·licitat aquest canvi, per favor NO segueixis l'enllaç indicat i ignora -i/o elimina aquest missatge. - -La teva contrasenya no es canviarà tret que puguem verificar que ets la teva qui -va emetre aquesta sol·licitud. - -Segueix aquest enllaç per verificar la teva identitat: - -{{$reset_link}} - -A continuació rebrà s un missatge amb la nova contrasenya. - -Després de accedir, podrà s canviar la contrasenya del teu compte a la pà gina de -configuració. - -Les dades d'accés són els següents: - - -Lloc: {{$siteurl}} -Nom: {{$email}} - - - - -Salutacions, - L'administració de {{$sitename}} - - diff --git a/view/ca/smarty3/mail_received_html_body_eml.tpl b/view/ca/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index e61d861a2..000000000 --- a/view/ca/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Mensaje de Friendica</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendica</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">Has rebut un nou missatge privat de '{{$from}}' en {{$siteName}}.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> - <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Accedeix a <a href="{{$siteurl}}">{{$siteurl}}</a> per a llegir i respondre als teus missatges privats.</td></tr> - <tr><td></td><td>{{$siteName}}</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/ca/smarty3/mail_received_text_body_eml.tpl b/view/ca/smarty3/mail_received_text_body_eml.tpl deleted file mode 100644 index 3bd4a186f..000000000 --- a/view/ca/smarty3/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Has rebut un nou missatge privat de '{{$from}}' en {{$siteName}}. - -{{$title}} - -{{$textversion}} - -Accedeix a {{$siteurl}} per a llegir i respondre als teus missatges privats. - - {{$siteName}} diff --git a/view/ca/smarty3/passchanged_eml.tpl b/view/ca/smarty3/passchanged_eml.tpl deleted file mode 100644 index eddf2ed85..000000000 --- a/view/ca/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$username}}, - - La teva contrasenya ha estat modificada com has sol·licitat. Pren nota d'aquesta informació -(o canvÃa immediatament la contrasenya amb quelcom que recordis). - - -Les teves dades d'accés son les següents: - -Lloc: {{$siteurl}} -Nom: {{$email}} -Contrasenya: {{$new_password}} - -Després d'accedir pots canviar la contrasenya des de la pà gina de configuració del teu perfil. - - - {{$sitename}} - - diff --git a/view/ca/smarty3/register_open_eml.tpl b/view/ca/smarty3/register_open_eml.tpl deleted file mode 100644 index b4e90991b..000000000 --- a/view/ca/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$username}}, - - Grà cies per registrar-te en {{$sitename}}. El teu compte ha estat creat. - - -Les dades d'accés són les següents: - - -Lloc: {{$siteurl}} -Nom: {{$email}} -Contrasenya: {{$password}} - - -Després d'accedir pots canviar la teva contrasenya a la pà gina de "Configuració". - -Pren un moment per revisar les altres configuracions del compte en aquesta pà gina. - - -Grà cies i benvingut/da {{$sitename}}. - - diff --git a/view/ca/smarty3/register_verify_eml.tpl b/view/ca/smarty3/register_verify_eml.tpl deleted file mode 100644 index d9cc94c1a..000000000 --- a/view/ca/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,28 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -S'ha rebut la sol·licitud de registre d'un nou usuari en -{{$sitename}} que requereix la teva aprovació. - -Les dades d'accés són els següents: - -Nom Complet: {{$username}} -Lloc: {{$siteurl}} -Nom: {{$email}} - - -Per aprovar aquesta sol·licitud, visita el següent enllaç: - -{{$siteurl}}/regmod/allow/{{$hash}} - -Per denegar la sol·licitud i eliminar el compte, per favor visita: - -{{$siteurl}}/regmod/deny/{{$hash}} - - -Grà cies. - - diff --git a/view/ca/smarty3/request_notify_eml.tpl b/view/ca/smarty3/request_notify_eml.tpl deleted file mode 100644 index 3e94e1a59..000000000 --- a/view/ca/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$myname}}, - -Acabes de rebre una sol·licitud de connexió de '{{$requestor}}' en {{$sitename}}. - -Pots visitar el seu perfil en {{$url}}. - -Accedeix al teu lloc per a veure la presentació completa i acceptar o ignorar/cancel·lar la sol·licitud. - -{{$siteurl}} - - - {{$sitename}} diff --git a/view/ca/smarty3/wall_received_eml.tpl b/view/ca/smarty3/wall_received_eml.tpl deleted file mode 100644 index faaaf1b19..000000000 --- a/view/ca/smarty3/wall_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Apreciat/da {{$username}}, - - '{{$from}}' ha escrit quelcom en el mur del teu perfil. - ------ -{{$body}} ------ - -Accedeix a {{$siteurl}} per a veure o esborrar l'element: - -{{$display}} - - - {{$sitename}} - - - diff --git a/view/cs/smarty3/cmnt_received_eml.tpl b/view/cs/smarty3/cmnt_received_eml.tpl deleted file mode 100644 index 2bf7cc18c..000000000 --- a/view/cs/smarty3/cmnt_received_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Milý/Milá {{$username}}, - - '{{$from}}' okommentoval položku/konverzaci, kterou následujete. - ------ -{{$body}} ------ - -PÅ™ihlaste se na {{$siteurl}} pro zobrazenà kompletnà konverzace: - -{{$display}} - -DÃky, - {{$sitename}} administrátor diff --git a/view/cs/smarty3/cmnt_received_html_body_eml.tpl b/view/cs/smarty3/cmnt_received_html_body_eml.tpl deleted file mode 100644 index 306c7266f..000000000 --- a/view/cs/smarty3/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika zpráva</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} okomentoval položku/konverzaci, kterou následujete.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">{{$body}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">PÅ™ihlaste se na <a href="{{$display}}">pro zobrazenà kompletnà konverzace</a>.</td></tr> - <tr><td></td><td>DÃky,</td></tr> - <tr><td></td><td>{{$sitename}} administrátor</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/cs/smarty3/cmnt_received_text_body_eml.tpl b/view/cs/smarty3/cmnt_received_text_body_eml.tpl deleted file mode 100644 index 2bf7cc18c..000000000 --- a/view/cs/smarty3/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Milý/Milá {{$username}}, - - '{{$from}}' okommentoval položku/konverzaci, kterou následujete. - ------ -{{$body}} ------ - -PÅ™ihlaste se na {{$siteurl}} pro zobrazenà kompletnà konverzace: - -{{$display}} - -DÃky, - {{$sitename}} administrátor diff --git a/view/cs/smarty3/follow_notify_eml.tpl b/view/cs/smarty3/follow_notify_eml.tpl deleted file mode 100644 index f2bd3175b..000000000 --- a/view/cs/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Milý/Milá {{$username}}, - -Máte nového následovatele na {{$sitename}} - '{{$requestor}}'. - -Můžete si prohlédnout jeho/jejà profil na {{$url}}. - -PÅ™ihlaste se na váš server k odsouhlasenà nebo ignorovánÃ/zruÅ¡enà žádosti. - -{{$siteurl}} - -S pozdravem, - - {{$sitename}} administrátor diff --git a/view/cs/smarty3/friend_complete_eml.tpl b/view/cs/smarty3/friend_complete_eml.tpl deleted file mode 100644 index 138036d63..000000000 --- a/view/cs/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Milý/Milá {{$username}}, - - SkvÄ›lé zprávy... '{{$fn}}' na '{{$dfrn_url}}' odsouhlasil Váš požadavek na spojenà na '{{$sitename}}'. - -Jste nynà přátelé a můžete si vyměňovat aktualizace statusu, fotek a e-mailů bez omezenÃ. - -Pokud budete chtÃt tento vztah jakkoliv upravit, navÅ¡tivte VaÅ¡i stránku "Kontakty" na {{$sitename}}. - -{{$siteurl}} - -(Nynà můžete napÅ™Ãklad vytvoÅ™it separátnà profil s informacemi, které nebudou viditelné veÅ™ejnÄ›, a nastavit právo pro zobrazenà tohoto profilu pro '{{$fn}}'). - -S pozdravem, - - {{$sitename}} administrátor - diff --git a/view/cs/smarty3/intro_complete_eml.tpl b/view/cs/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 2666d4679..000000000 --- a/view/cs/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Milý/Milá {{$username}}, - - - '{{$fn}}' na '{{$dfrn_url}}' odsouhlasil Váš požadavek na spojenà na '{{$sitename}}'. - - '{{$fn}}' Vás oznaÄil za svého "fanouÅ¡ka", což jistým způsobem omezuje komunikaci (napÅ™Ãklad v oblasti soukromých zpráv a nÄ›kterých profilových interakcÃ. Pokud je toto celebritnà nebo komunitnà stránka, bylo toto nastavenà byla pÅ™ijato automaticky. - - '{{$fn}}' může v budoucnu rozÅ¡ÃÅ™it toto spojenà na oboustranné nebo jinak ménÄ› restriktivnÃ. - - Nynà zaÄnete dostávat veÅ™ejné aktualizace statusu od '{{$fn}}', které se objevà ve VaÅ¡Ã stránce "SÃÅ¥" na webu - -{{$siteurl}} - -S pozdravem, - - {{$sitename}} administrátor diff --git a/view/cs/smarty3/lostpass_eml.tpl b/view/cs/smarty3/lostpass_eml.tpl deleted file mode 100644 index 697908076..000000000 --- a/view/cs/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,28 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Milý/Milá {{$username}}, - Na webu {{$sitename}} byl zaregistrován požadavek na znovunastavenà hesla k VaÅ¡emu úÄtu. Pro potvrzenà této žádosti prosÃm kliknÄ›te na potvrzovacà odkaz nÞe, nebo si tento odkaz zkopÃrujte do adresnÃho řádku prohlÞeÄe. -Pokud jste o znovunastavenà hesla NEŽÃDALI, prosÃm NEKLIKEJTE na tento odkaz a ignorujte tento e-mail nebo ho rovnou smažte. - -VaÅ¡e heslo nebude zmÄ›nÄ›no, dokud nebudeme mÃt potvrzenÃ, že jste o tento požadavek zažádali právÄ› Vy. - -KliknÄ›te na tento odkaz pro prověřenà VaÅ¡Ã identity: - -{{$reset_link}} - -Poté obdržÃte dalÅ¡Ã zprávu obsahujÃcà nové heslo. - -NáslednÄ› si toto heslo můžete zmÄ›nit z vaÅ¡eho úÄtu na stránce NastavenÃ. - -PÅ™ihlaÅ¡ovacà údaje jsou tato: - -Adresa webu: {{$siteurl}} -PÅ™ihlaÅ¡ovacà jméno: {{$email}} - -S pozdravem, - - {{$sitename}} administrátor diff --git a/view/cs/smarty3/mail_received_html_body_eml.tpl b/view/cs/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index 304e94bc0..000000000 --- a/view/cs/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika Zpráva</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} Vám poslal(a) novou soukromou zprávu na {{$siteName}}.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> - <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">PÅ™ihlaste se na <a href="{{$siteurl}}">{{$siteurl}}<a/> pro Ätenà a zaslánà odpovÄ›dà na VaÅ¡e soukromé zprávy.</td></tr> - <tr><td></td><td>DÃky,</td></tr> - <tr><td></td><td>{{$siteName}} administrátor</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/cs/smarty3/mail_received_text_body_eml.tpl b/view/cs/smarty3/mail_received_text_body_eml.tpl deleted file mode 100644 index de9a84a76..000000000 --- a/view/cs/smarty3/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,15 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$from}} Vám poslal(a) novou soukromou zprávu na {{$siteName}}. - -{{$title}} - -{{$textversion}} - -PÅ™ihlaste se na {{$siteurl}} pro Ätenà a zaslánà odpovÄ›dà na VaÅ¡e soukromé zprávy. - -DÃky, -{{$siteName}} administrátor diff --git a/view/cs/smarty3/passchanged_eml.tpl b/view/cs/smarty3/passchanged_eml.tpl deleted file mode 100644 index 41eb2b403..000000000 --- a/view/cs/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Milý/Milá {{$username}}, - VaÅ¡e heslo bylo na VaÅ¡i žádost zmÄ›nÄ›no. ProsÃm zaznamenejte si tuto informaci (nebo si VaÅ¡e heslo změňte na nÄ›jaké, které si budete pamatovat). - -VaÅ¡e pÅ™ihlaÅ¡ovacà údaje jsou tato: - -Adresa webu: {{$siteurl}} -PÅ™ihlaÅ¡ovacà jméno: {{$email}} -Heslo: {{$new_password}} - -Toto heslo si můžete zmÄ›nit z vaÅ¡eho úÄtu na stránce Nastavenà poté, co se pÅ™ihlásÃte. - -S pozdravem, - {{$sitename}} administrátor diff --git a/view/cs/smarty3/register_open_eml.tpl b/view/cs/smarty3/register_open_eml.tpl deleted file mode 100644 index 7278baf7c..000000000 --- a/view/cs/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,28 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Milý/milá {{$username}}, - DÃky za registraci na {{$sitename}}. Váš úÄet byl vytvoÅ™en. -VaÅ¡e pÅ™ihlaÅ¡ovacà údaje jsou tato: - -Adresa webu: {{$siteurl}} -PÅ™ihlaÅ¡ovacà jméno: {{$email}} -Heslo: {{$password}} - -Toto heslo si můžete zmÄ›nit z vaÅ¡eho úÄtu na stránce "NastavenÃ" poté, co se pÅ™ihlásÃte. - -VÄ›nujte prosÃm chvÃli revizi dalÅ¡Ãch nastavenà VaÅ¡eho úÄtu na této stránce. - -Můžete také pÅ™idat nÄ›které základnà informace do VaÅ¡eho defaultnÃho profilu (na stránce "Profily"), ÄÃmž umožnÃte jiným lidem Vás snadnÄ›ji nalézt. - -DoporuÄujeme nastavit celé jméno, pÅ™idat profilové foto, pÅ™idat nÄ›jaká profilová "klÃÄová slova" (což je velmi užiteÄné pro hledánà nových přátel) a zemi, ve které žijete. NemusÃte zadávat vÃc informacÃ. - -PlnÄ› respektujeme VaÅ¡e právo na soukromà a žádná z výše uvedených položek nenà povinná. -Pokud jste nový a neznáte na tomto webu nikoho jiného, zadánÃm tÄ›chto položek můžete zÃskat nové a zajÃmavé přátele. - -DÃky a vÃtejte na {{$sitename}}. - -S pozdravem, - {{$sitename}} administrátor diff --git a/view/cs/smarty3/register_verify_eml.tpl b/view/cs/smarty3/register_verify_eml.tpl deleted file mode 100644 index 785a18267..000000000 --- a/view/cs/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Na webu {{$sitename}} byla vytvoÅ™ena nová uživatelská registrace, která vyžaduje VaÅ¡e schválenÃ. - -PÅ™ihlaÅ¡ovacà údaje jsou tato: - -Celé jméno: {{$username}} -Adresa webu: {{$siteurl}} -PÅ™ihlaÅ¡ovacà jméno: {{$email}} - -Pro odsouhlasenà tohoto požadavku prosÃm kliknÄ›te na následujÃcà odkaz: - - -{{$siteurl}}/regmod/allow/{{$hash}} - - -Pro zamÃtnutà žádosti a odstranÄ›nà úÄtu prosÃm kliknÄ›te na tento odkaz: - - -{{$siteurl}}/regmod/deny/{{$hash}} - - -DÃky. diff --git a/view/cs/smarty3/request_notify_eml.tpl b/view/cs/smarty3/request_notify_eml.tpl deleted file mode 100644 index 537cea01c..000000000 --- a/view/cs/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,20 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Milý/Milá {{$username}}, - -PrávÄ› jste obdržel/obdržela požadavek na spojenà na webu {{$sitename}} - -od '{{$requestor}}'. - -Můžete navÅ¡tÃvit jeho/jejà profil na následujÃcÃm odkazu {{$url}}. - -PÅ™ihlaste se na Váš web k zobrazenà kompletnà žádosti a odsouhlaste nebo ignorujte/zruÅ¡te tuto žádost. - -{{$siteurl}} - -S pozdravem, - {{$sitename}} administrátor diff --git a/view/cs/smarty3/wall_received_eml.tpl b/view/cs/smarty3/wall_received_eml.tpl deleted file mode 100644 index a7c8bd136..000000000 --- a/view/cs/smarty3/wall_received_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Milý/Milá {{$username}}, - - '{{$from}}' obohatil VaÅ¡i profilovou zeÄ. - ------ -{{$body}} ------ - -PÅ™ihlaste se na {{$siteurl}} k zobrazenà nebo smazánà této položky: - -{{$display}} - -DÃky, - {{$sitename}} administrátor diff --git a/view/cs/smarty3/wall_received_html_body_eml.tpl b/view/cs/smarty3/wall_received_html_body_eml.tpl deleted file mode 100644 index 9b53c6f97..000000000 --- a/view/cs/smarty3/wall_received_html_body_eml.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika zpráva</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} obohatil VaÅ¡i profilovou zeÄ.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="padding-right:22px;">{{$body}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">PÅ™ihlaste se na <a href="{{$siteurl}}">{{$siteurl}}</a> k <a href="{{$display}}">zobrazenà nebo smazánà této položky.</a></td></tr> - <tr><td></td><td>DÃky,</td></tr> - <tr><td></td><td>{{$sitename}} administrátor</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/cs/smarty3/wall_received_text_body_eml.tpl b/view/cs/smarty3/wall_received_text_body_eml.tpl deleted file mode 100644 index eddf6d330..000000000 --- a/view/cs/smarty3/wall_received_text_body_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Milý/Milá {{$username}}, - - '{{$from}}' obohatil VaÅ¡i profilovou zeÄ. - ------ -{{$body}} ------ - -PÅ™ihlaste se na {{$siteurl}} k zobrazenà nebo smazánà této položky: - -{{$display}} - -DÃky, - {{$sitename}} administrátor diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index aff35bf85..10d341691 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -1,28 +1,9 @@ /* override some bootstrap settings */ -*, -*:before, -*:after { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} html { font-size: 100%; } -.panel-body .form-control{ - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.profile-jot-text{ - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} - - h1, .h1 { font-size: 24px; @@ -121,6 +102,10 @@ nav .navbar-collapse .navbar-right { margin-right: 5px; } +.nav-tabs.nav-justified > li { + white-space: nowrap; +} + code { white-space: normal; } diff --git a/view/css/conversation.css b/view/css/conversation.css index 188dbaccc..6b1bdb9fb 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -1,16 +1,12 @@ /* jot */ -#profile-jot-wrapper { - margin-top: 25px; -} - #jot-title, #jot-category, #jot-pagetitle { border: 0px; margin: 0px; padding: 8px; - height: 1.8em; + height: 3.4em; width: 70%; margin-bottom: 5px; } @@ -20,73 +16,18 @@ } #profile-jot-text { - height: 1.8em; + height: 3.4em; padding: 8px; - margin-right: 0px; - width: 90%; + width: 100%; } #profile-jot-text-loading { float: left; - margin: 14px 0px 0px 12px; + padding: 30px 0px 0px 12px; } #profile-jot-submit-wrapper { margin-top: 10px; - width: 90%; -} - -#profile-jot-submit { - height: 22px; - width: 70px; - float: right; -} - -#profile-upload-wrapper, -#wall-image-upload-div, -#wall-image-upload, -#wall-file-upload-div, -#wall-file-upload, -#profile-link, -#profile-video, -#profile-audio, -#profile-location, -#profile-nolocation, -#profile-expires, -#profile-expires, -#jot-perms-icon, -#jot-preview-link, -#profile-encrypt, -.hover, .focus { - cursor: pointer; -} - -#profile-upload-wrapper, -#profile-attach-wrapper, -#profile-link-wrapper, -#profile-video-wrapper, -#profile-audio-wrapper, -#profile-location-wrapper, -#profile-nolocation-wrapper, -#profile-expire-wrapper, -#profile-encrypt-wrapper { - float: left; - margin-left: 15px; -} - -#profile-jot-perms { - float: right; - padding: 6px; -} - -#jot-perms-icon { - float: left; -} - -#jot-preview-link { - float: left; - margin-left: 45px; - margin-top: 0px; } #profile-jot-perms-end { @@ -97,9 +38,12 @@ margin-bottom: 30px; } -#profile-rotator { +#profile-rotator-wrapper { float: left; - margin: 8px 0px 0px 20px; +} + +#profile-rotator { + margin: 16px 0px 0px 16px; } /* this is referenced in js/acl.js - not sure if it is still needed. */ @@ -114,12 +58,14 @@ .thread-wrapper.toplevel_item { width: 90%; + margin-bottom: 10px; } /* conv_item */ .hide-comments-outer { - margin-left: 10px; + margin-left: 60px; + padding: 15px 10px 15px 7px; } .wall-item-content-wrapper { @@ -138,7 +84,7 @@ .wall-item-info { display: block; float: left; - margin-right: 20px; + margin-right: 10px; } .wallwall .wwto { @@ -208,28 +154,12 @@ } -/* -.wall-item-lock { - position: absolute; - left: 105px; - top: 1px; -} - -.comment .wall-item-lock { - left: 65px; -} - -.wall-item-lock { - -} -*/ .lockview { cursor: pointer; } -.wall-item-location { - text-overflow: ellipsis; - max-width: 30%; +.lockview-panel { + padding: 3px 20px; } .wall-item-author { @@ -285,11 +215,21 @@ .wall-item-tools { clear: both; padding: 5px 10px; + margin-left: 60px; +} +.wall-item-tools-bs { +clear: both; + padding: 5px 10px; + margin-left: 40px; +} +.comment .wall-item-tools { + margin-left: 0; +} +.comment .wall-item-tools-bs { + padding: 0px 0px; + margin-left: 35px; } - .item-tool { - float: left; - margin-right: 8px; cursor: pointer; } @@ -323,8 +263,13 @@ .wall-item-like, .wall-item-dislike { margin-top: 5px; + margin-left: 65px; +} +.comment .wall-item-like, +.comment .wall-item-dislike { + margin-top: 5px; + margin-left: 50px; } - .wall-item-wrapper-end { clear: both; } @@ -344,7 +289,7 @@ } .comment-edit-photo { - margin: 10px 20px 10px 10px; + margin: 10px; float: left; } @@ -353,6 +298,7 @@ margin: 0px 0 -5px 0px; padding: 0px; width: 75%; + min-width: 170px } [class^="comment-edit-bb"] > li { @@ -373,8 +319,9 @@ } .comment-edit-text-empty { - height: 1.2em; + height: 2.8em; width: 30%; + min-width: 170px; overflow: auto; margin-bottom: 10px; } @@ -382,6 +329,7 @@ .comment-edit-text-full { height: 150px; width: 50%; + min-width: 170px; overflow: auto; } @@ -414,7 +362,7 @@ } .comment-edit-submit { - margin: 10px 0px 10px 110px; + margin: 10px 0px 10px 52px; } .comment-preview-icon { diff --git a/view/css/default.css b/view/css/default.css index f8d00d34c..793148019 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -8,26 +8,28 @@ header #banner { main { display: table; + table-layout: fixed; position: relative; width: 100%; height: 100%; } aside#region_1 { - width: 210px; - min-width: 210px; + width: 231px; + min-width: 231px; + max-width: 231px; display: table-cell; vertical-align: top; - padding: 65px 7px 7px 7px; + padding: 65px 7px 0px 7px; } aside input[type='text'] { - width: 174px; + width: 100%; } section { width: 100%; display: table-cell; vertical-align: top; - padding: 65px 15px 200px 7px; + padding: 65px 13px 200px 13px; } diff --git a/view/css/mod_connections.css b/view/css/mod_connections.css index c460fec28..097027179 100644 --- a/view/css/mod_connections.css +++ b/view/css/mod_connections.css @@ -1,4 +1,9 @@ +.search-input { + padding: 4px 12px; + margin: 3px; +} + .field_abook_help { color: #000; } @@ -107,8 +112,11 @@ .contact-entry-wrapper { float: left; width: 120px; - height: 120px; + height: 150px; padding: 10px; + margin: 8px 10px 0 0; + border-top: 1px solid #eee; + border-left: 2px solid #eee; } #contacts-search { @@ -128,7 +136,9 @@ float: left; margin-left: 0px; margin-right: 10px; + margin-bottom: 10px; width: 120px; + height: 36px; overflow: hidden; } diff --git a/view/css/mod_settings.css b/view/css/mod_settings.css index 5b0105204..651167b47 100644 --- a/view/css/mod_settings.css +++ b/view/css/mod_settings.css @@ -1,3 +1,13 @@ + +ul#settings-privacy-macros { + list-style-type: none; + margin: 0 0 10px 0; + padding: 0; +} +#settings-privacy-macros li { + margin-top: 5px; +} + #settings-permissions-wrapper { margin-top: 15px; } @@ -29,6 +39,7 @@ #settings-notifications label { margin-left: 20px; + width: 330px; } #settings-notify-desc, #settings-activity-desc { font-weight: bold; diff --git a/view/css/widgets.css b/view/css/widgets.css index dcda66b81..0b9a1cd13 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -1,6 +1,13 @@ + +/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ + .widget { - padding: 8px; - margin-top: 5px; + margin-left: 10px; + padding: 0 8px 8px 8px; +} + +.widget h3 { + margin-left: -10px; } /* suggest */ @@ -22,8 +29,8 @@ /* notes */ #note-text { - width: 190px; - max-width: 190px; + width: 100%; + resize: vertical; height: 150px; } @@ -33,6 +40,15 @@ /* saved searches */ + +#netsearch-box #search-submit { + margin: 10px 0 7px 0; +} + +#search-save { + margin: 10px 0 7px 5px; +} + .saved-search-li { margin-top: 3px; } @@ -45,24 +61,34 @@ opacity: 1; } +.saved-search-icon { + float: right; +} + .savedsearchterm { - margin-left: 10px; + display: block; + width: 150px; + overflow: hidden; } -/* fileas */ +/* peoplefind */ -.fileas-ul li { - margin-top: 10px; +#peoplefind-sidebar .btn { + margin: 10px 0 10px 0; } -.fileas-link { - margin-left: 24px; +#side-peoplefind-url { + margin-top: 5px; } -.fileas-all { - margin-left: 0px; +#side-peoplefind-url { + font-size: 1em; } + +/* fileas */ + + /* posted date */ #datebrowse-sidebar select { @@ -73,17 +99,6 @@ /* categories */ -.categories-ul li { - margin-top: 10px; -} - -.categories-link { - margin-left: 24px; -} - -.categories-all { - margin-left: 0px; -} /* group */ @@ -91,18 +106,36 @@ margin-bottom: 10px; } +#sidebar-new-group { + margin-bottom: 10px; +} + #sidebar-group-list .icon, #sidebar-group-list .iconspacer { display: inline-block; height: 12px; width: 12px; } +.sidebar-group-name { + display: block; + width: 170px; + overflow: hidden; +} + +#sidebar-group-ul { + margin-bottom: 10px; +} + #sidebar-group-list li { margin-top: 3px; } +.sidebar-group-li input { + float: right; +} + .groupsideedit { - margin-right: 10px; + float: right; } .group-edit-icon { @@ -124,3 +157,9 @@ li:hover .group-edit-icon { margin-top: 10px; margin-bottom: 45px; } + +/* photo albums */ + +#photo-albums-upload-link { + margin-top: 10px; +}
\ No newline at end of file diff --git a/view/de/messages.po b/view/de/messages.po index fe7074d5a..5c9b7bad4 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -6318,7 +6318,7 @@ msgstr "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet." #: ../../mod/manage.php:72 msgid "Create a new channel" -msgstr "Erzeuge neues Kanal" +msgstr "Erzeuge neuen Kanal" #: ../../mod/manage.php:77 msgid "Channel Manager" diff --git a/view/de/smarty3/cmnt_received_eml.tpl b/view/de/smarty3/cmnt_received_eml.tpl deleted file mode 100644 index 9b5c3d842..000000000 --- a/view/de/smarty3/cmnt_received_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - -'{{$from}}' hat einen Pinnwandeintrag kommentiert dem du auch folgst. - ------ -{{$body}} ------ - -Um die gesamte Konversation zu sehen melde dich bitte bei {{$siteurl}} an: - -{{$display}} - -Danke für die Aufmerksamkeit - {{$sitename}} Administrator - - diff --git a/view/de/smarty3/cmnt_received_html_body_eml.tpl b/view/de/smarty3/cmnt_received_html_body_eml.tpl deleted file mode 100644 index c219fcb18..000000000 --- a/view/de/smarty3/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendica Nachricht</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} hat einen Beitrag kommentiert dem du auch folgst.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">{{$body}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich an um <a href="{{$display}}">die komplette Unterhaltung anzuzeigen</a>.</td></tr> - <tr><td></td><td>Beste Grüße,</td></tr> - <tr><td></td><td>{{$sitename}} Administrator</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/de/smarty3/cmnt_received_text_body_eml.tpl b/view/de/smarty3/cmnt_received_text_body_eml.tpl deleted file mode 100644 index d100040c0..000000000 --- a/view/de/smarty3/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Hallo {{$username}}, - -'{{$from}}' hat einen Pinnwandeintrag kommentiert dem du auch folgst. - ------ -{{$body}} ------ - -Um die gesamte Konversation zu sehen melde dich bitte bei {{$siteurl}} an: - -{{$display}} - -Danke fŸr die Aufmerksamkeit - {{$sitename}} Administrator - - diff --git a/view/de/smarty3/follow_notify_eml.tpl b/view/de/smarty3/follow_notify_eml.tpl deleted file mode 100644 index 7bec4d32d..000000000 --- a/view/de/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$myname}}, - -Du hast einen neuen Anhänger auf {{$sitename}} - '{{$requestor}}'. - -Du kannst das Profil unter {{$url}} besuchen. - -Bitte melde dich an um die Anfrage zu bestätigen oder sie zu ignorieren bzw. abzulehnen. - -{{$siteurl}} - -beste Grüße, - - {{$sitename}} Administrator
\ No newline at end of file diff --git a/view/de/smarty3/friend_complete_eml.tpl b/view/de/smarty3/friend_complete_eml.tpl deleted file mode 100644 index 592bf7dd8..000000000 --- a/view/de/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - - Großartige Neuigkeiten... '{{$fn}}' auf '{{$dfrn_url}}' hat -deine Kontaktanfrage auf '{{$sitename}}' bestätigt. - -Ihr seid nun beidseitige Freunde und könnt Statusmitteilungen, Bilder und Emails -ohne Einschränkungen austauschen. - -Rufe deine 'Kontakte' Seite auf {{$sitename}} auf, wenn du -Änderungen an diesem Kontakt vornehmen willst. - -{{$siteurl}} - -[Du könntest z.B. ein spezielles Profil anlegen, das Informationen enthält, -die nicht für die breite Öffentlichkeit sichtbar sein sollen und es für '{{$fn}}' zum Betrachten freigeben]. - -Beste Grüße, - - {{$sitename}} Administrator - -
\ No newline at end of file diff --git a/view/de/smarty3/intro_complete_eml.tpl b/view/de/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 45912d746..000000000 --- a/view/de/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - - '{{$fn}}' auf '{{$dfrn_url}}' hat deine Verbindungsanfrage -auf '{{$sitename}}' akzeptiert. - - '{{$fn}}' hat entschieden Dich als "Fan" zu akzeptieren, was zu einigen -Einschränkungen bei der Kommunikation führt - wie zB das Schreiben von privaten Nachrichten und einige Profil -Interaktionen. Sollte dies ein Promi-Konto oder eine Forum-Seite sein, werden die Einstellungen -automatisch angewandt. - - '{{$fn}}' kann wählen, ob die Freundschaft in eine beidseitige oder alles erlaubende -Beziehung in der Zukunft erweitert wird. - - Du empfängst ab sofort die öffentlichen Beiträge von '{{$fn}}', -auf deiner "Netzwerk" Seite. - -{{$siteurl}} - -Beste Grüße, - - {{$sitename}} Administrator
\ No newline at end of file diff --git a/view/de/smarty3/lostpass_eml.tpl b/view/de/smarty3/lostpass_eml.tpl deleted file mode 100644 index 4cc5203ed..000000000 --- a/view/de/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - Auf {{$sitename}} wurde eine Anfrage zum Zurücksetzen deines -Passworts empfangen. Um diese zu bestätigen folge bitte dem Link -weiter unten oder kopiere ihn in die Adressleiste deines Browsers. - -Wenn du die Anfrage NICHT gesendet haben solltest, dann IGNORIERE -bitte diese Mail und den Link. - -Dein Passwort wird nicht geändert werden solange wir nicht überprüfen -konnten, dass du die Anfrage gestellt hast. - -Folge diesem Link um deine Identität zu verifizieren: - -{{$reset_link}} - -Du wirst eine weitere Email erhalten mit dem neuen Passwort. - -Das Passwort kannst du anschließend wie gewohnt in deinen Account Einstellungen ändern. - -Die Login-Details sind die folgenden: - -Adresse der Seite: {{$siteurl}} -Login Name: {{$email}} - - - - -Grüße, - {{$sitename}} Administrator - -
\ No newline at end of file diff --git a/view/de/smarty3/mail_received_html_body_eml.tpl b/view/de/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index b4de64bdb..000000000 --- a/view/de/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,31 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendica Nachricht</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr> - - - <tr><td style="padding-top:22px;" colspan="2">{{$fromi}} hat dir eine private Nachricht auf {{$siteName}} gesendet.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> - <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich auf <a href="{{$siteurl}}/message">{{$siteurl}}/message</a> an um die Nachricht zu bearbeiten.</td></tr> - <tr><td></td><td>Beste Grüße,</td></tr> - <tr><td></td><td>{{$siteName}} Administrator</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/de/smarty3/mail_received_text_body_eml.tpl b/view/de/smarty3/mail_received_text_body_eml.tpl deleted file mode 100644 index 2004cc3b0..000000000 --- a/view/de/smarty3/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Du hast eine neue private Nachricht von '{{$from}}' auf '{{$siteName}}' erhhalten. - -{{$title}} - -{{$textversion}} - -Bitte melde dich unter {{$siteurl}} an um deine privaten Nachrichte zu lesen und zu -beantworten. - -Viele GrŸ§e, -{{$siteName}} Administrator diff --git a/view/de/smarty3/passchanged_eml.tpl b/view/de/smarty3/passchanged_eml.tpl deleted file mode 100644 index 4fd97881f..000000000 --- a/view/de/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - Dein Passwort wurde wie gewünscht geändert. Bitte bewahre diese -Informationen in deinen Unterlagen auf (oder ändere dein Passwort sofort -in etwas, was du dir merken kannst). - - -Deine Login Daten wurden wie folgt geändert: - -Adresse der Seite: {{$siteurl}} -Login Name: {{$email}} -Passwort: {{$new_password}} - -Du kannst dein Passwort unter deinen Account-Einstellungen ändern, wenn du angemeldet bist. - - -Beste Grüße, - {{$sitename}} Administrator - -
\ No newline at end of file diff --git a/view/de/smarty3/register_open_eml.tpl b/view/de/smarty3/register_open_eml.tpl deleted file mode 100644 index 9e474ce9e..000000000 --- a/view/de/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - Danke für deine Anmeldung auf {{$sitename}}. Dein Account wurde angelegt. -Hier die Login Details: - - -Adresse der Seite: {{$siteurl}} -Login Name: {{$email}} -Passwort: {{$password}} - -Du kannst und solltest das Passwort in den "Einstellungen" zu deinem Account ändern, -nachdem du dich erstmalig eingeloggt hast. - -Bitte nimm dir einige Augenblicke Zeit, um die anderen Einstellungen auf der Seite kennenzulernen und zu überprüfen. - -Eventuell möchtest du außerdem einige grundlegende Informationen in deinem Standardprofil (auf der "Profile" Seite) eintragen, -damit andere Leute dich einfacher finden können. - -Wir empfehlen den kompletten Namen anzugeben, ein eigenes Profilbild hochzuladen, -sowie ein paar "Profil-Schlüsselwörter" einzutragen (um leichter Menschen mit gleichen Interessen zu finden) - und -vielleicht auch in welchen Land du lebst; falls du nicht konkreter -werden möchtest. - -Wir respektieren dein Recht auf Privatsphäre und keine dieser Angaben ist notwendig. -Wenn du ganz neu bei Friendica bist und niemanden kennst, werden sie dir aber helfen -ein paar neue und interessante Freunde zu finden. - - -Danke und willkommen auf {{$sitename}}. - -Beste Grüße, - {{$sitename}} Administrator - -
\ No newline at end of file diff --git a/view/de/smarty3/register_verify_eml.tpl b/view/de/smarty3/register_verify_eml.tpl deleted file mode 100644 index c7acbd9b6..000000000 --- a/view/de/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Eine Neuanmeldung auf {{$sitename}} benötigt -deine Aufmerksamkeit. - - -Die Login-Einzelheiten sind die folgenden: - -Kompletter Name: {{$username}} -Adresse der Seite: {{$siteurl}} -Login Name: {{$email}} - - -Um die Anfrage zu bestätigen besuche bitte: - - -{{$siteurl}}/regmod/allow/{{$hash}} - - -Um die Anfrage abzulehnen und den Account zu löschen besuche bitte: - - -{{$siteurl}}/regmod/deny/{{$hash}} - - -Danke! diff --git a/view/de/smarty3/request_notify_eml.tpl b/view/de/smarty3/request_notify_eml.tpl deleted file mode 100644 index ed8ebc951..000000000 --- a/view/de/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$myname}}, - -du hast eine Kontaktanfrage von '{{$requestor}}' auf {{$sitename}} - -erhalten. - -Du kannst sein/ihr Profil unter {{$url}} finden. - -Bitte melde dich an um die komplette Vorstellung einzusehen -und die Anfrage zu bestätigen oder zu ignorieren oder abzulehnen. - -{{$siteurl}} - -Beste Grüße, - - {{$sitename}} Administrator
\ No newline at end of file diff --git a/view/de/smarty3/update_fail_eml.tpl b/view/de/smarty3/update_fail_eml.tpl deleted file mode 100644 index 4329d0e42..000000000 --- a/view/de/smarty3/update_fail_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Hi,
-ich bin {{$sitename}}.
-Die friendica Entwickler haben jüngst Update {{$update}} veröffentlicht,
-aber als ich versucht habe es zu installieren ist etwas schrecklich schief gegangen.
-Das sollte schnellst möglichst behoben werden und ich kann das nicht alleine machen.
-Bitte wende dich an einen friendica Entwickler, falls du mir nicht alleine helfen kannst. Meine Datenbank könnte unbrauchbar sein.
-
-Die Fehlermeldung lautet '{{$error}}'.
-
-Tut mir Leid!
-Deine friendica Instanz auf {{$siteurl}}
\ No newline at end of file diff --git a/view/de/smarty3/wall_received_eml.tpl b/view/de/smarty3/wall_received_eml.tpl deleted file mode 100644 index 2ace0d5f4..000000000 --- a/view/de/smarty3/wall_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - -'{{$from}}' hat etwas auf deiner Profilwand gepostet. - ------ -{{$body}} ------ - -Bitte melde dich unter {{$siteurl}} an um den Eintrag anzusehen oder zu löschen. - -{{$display}} - -Besten Dank! - {{$sitename}} Administrator - - - diff --git a/view/de/smarty3/wall_received_html_body_eml.tpl b/view/de/smarty3/wall_received_html_body_eml.tpl deleted file mode 100644 index c58ee7500..000000000 --- a/view/de/smarty3/wall_received_html_body_eml.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendica Nachricht</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/friendica-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendica</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} hat etwas auf deine Pinnwand gepostet.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="padding-right:22px;">{{$body}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Bitte melde dich auf <a href="{{$siteurl}}">{{$siteurl}}</a> an um <a href="{{$display}}">den Eintrag anzusehen oder ihn zu löschen</a>.</td></tr> - <tr><td></td><td>Beste Grüße,</td></tr> - <tr><td></td><td>{{$sitename}} Administrator</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/de/smarty3/wall_received_text_body_eml.tpl b/view/de/smarty3/wall_received_text_body_eml.tpl deleted file mode 100644 index eb310177d..000000000 --- a/view/de/smarty3/wall_received_text_body_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Hallo {{$username}}, - - '{{$from}}' hat etwas auf deiner Pinnwand gepostet. - ------ -{{$body}} ------ - -Bitte melde dich auf {{$siteurl}} an um den Beitrag anzusehen oder ihn zu löschen: - -{{$display}} - -Besten Dank! - {{$sitename}} Administrator - - - diff --git a/view/de/strings.php b/view/de/strings.php index ee694c324..611eff282 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -1485,7 +1485,7 @@ $a->strings["Your old login password"] = "Ihr altes Login Kennwort"; $a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Egal welche Option Du wählst, bitte lege fest, ob dieser Server die neue primäre Adresse dieses Kanals sein soll, oder ob der bisherige Red-Server diese Rolle weiterhin wahrnimmt. Du kannst von beiden Servern aus posten, aber nur einer kann der primäre Ort Deiner Dateien, Fotos und Medien sein."; $a->strings["Make this hub my primary location"] = "Dieser Red-Server ist mein primärer Server."; $a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du hast %1$.0f von maximal %2$.0f erlaubten Kanälen eingerichtet."; -$a->strings["Create a new channel"] = "Erzeuge neues Kanal"; +$a->strings["Create a new channel"] = "Erzeuge neuen Kanal"; $a->strings["Channel Manager"] = "Kanal-Manager"; $a->strings["Current Channel"] = "Aktueller Kanal"; $a->strings["Attach to one of your channels by selecting it."] = "Wähle einen Deiner Kanäle aus, um ihn zu verwenden."; diff --git a/view/en/htconfig.tpl b/view/en/htconfig.tpl index 840e7a124..9377472bd 100644 --- a/view/en/htconfig.tpl +++ b/view/en/htconfig.tpl @@ -69,10 +69,6 @@ $a->config['system']['sellpage'] = ''; $a->config['system']['max_import_size'] = 200000; -// maximum size of uploaded photos - -$a->config['system']['maximagesize'] = 12000000; - // Location of PHP command line processor $a->config['system']['php_path'] = '{{$phpath}}'; diff --git a/view/en/smarty3/follow_notify_eml.tpl b/view/en/smarty3/follow_notify_eml.tpl deleted file mode 100644 index e944aad1a..000000000 --- a/view/en/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Dear {{$myname}}, - -You have a new follower at {{$sitename}} - '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/en/smarty3/friend_complete_eml.tpl b/view/en/smarty3/friend_complete_eml.tpl deleted file mode 100644 index 8f72027e1..000000000 --- a/view/en/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Dear {{$username}}, - - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - -You are now mutual friends and may exchange status updates, photos, and email -without restriction. - -Please visit your 'Contacts' page at {{$sitename}} if you wish to make -any changes to this relationship. - -{{$siteurl}} - -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. - -Sincerely, - - {{$sitename}} Administrator - - diff --git a/view/en/smarty3/htconfig.tpl b/view/en/smarty3/htconfig.tpl deleted file mode 100644 index b4b7b5ed0..000000000 --- a/view/en/smarty3/htconfig.tpl +++ /dev/null @@ -1,74 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<?php - -// Set the following for your MySQL installation -// Copy or rename this file to .htconfig.php - -$db_host = '{{$dbhost}}'; -$db_user = '{{$dbuser}}'; -$db_pass = '{{$dbpass}}'; -$db_data = '{{$dbdata}}'; - -/* - * Notice: Many of the following settings will be available in the admin panel - * after a successful site install. Once they are set in the admin panel, they - * are stored in the DB - and the DB setting will over-ride any corresponding - * setting in this file - * - * The command-line tool util/config is able to query and set the DB items - * directly if for some reason the admin panel is not available and a system - * setting requires modification. - * - */ - - -// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". -// It can be changed later and only applies to timestamps for anonymous viewers. - -$default_timezone = '{{$timezone}}'; - -// What is your site name? - -$a->config['system']['baseurl'] = '{{$siteurl}}'; -$a->config['system']['sitename'] = "Red Matrix"; -$a->config['system']['location_hash'] = '{{$site_id}}'; - -// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. -// Be certain to create your own personal account before setting -// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on -// the registration page. REGISTER_APPROVE requires you set 'admin_email' -// to the email address of an already registered person who can authorise -// and/or approve/deny the request. - -$a->config['system']['register_policy'] = REGISTER_OPEN; -$a->config['system']['register_text'] = ''; -$a->config['system']['admin_email'] = '{{$adminmail}}'; - -// Maximum size of an imported message, 0 is unlimited - -$a->config['system']['max_import_size'] = 200000; - -// maximum size of uploaded photos - -$a->config['system']['maximagesize'] = 800000; - -// Location of PHP command line processor - -$a->config['system']['php_path'] = '{{$phpath}}'; - -// Configure how we communicate with directory servers. -// DIRECTORY_MODE_NORMAL = directory client, we will find a directory -// DIRECTORY_MODE_SECONDARY = caching directory or mirror -// DIRECTORY_MODE_PRIMARY = main directory server -// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services - -$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; - -// default system theme - -$a->config['system']['theme'] = 'redbasic'; - diff --git a/view/en/smarty3/intro_complete_eml.tpl b/view/en/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 7cf2dd562..000000000 --- a/view/en/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Dear {{$username}}, - - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. - - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. - - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. - - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Network' page at - -{{$siteurl}} - -Sincerely, - - {{$sitename}} Administrator diff --git a/view/en/smarty3/lostpass_eml.tpl b/view/en/smarty3/lostpass_eml.tpl deleted file mode 100644 index f739d5252..000000000 --- a/view/en/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Dear {{$username}}, - A request was recently received at {{$sitename}} to reset your account -password. In order to confirm this request, please select the verification link -below or paste it into your web browser address bar. - -If you did NOT request this change, please DO NOT follow the link -provided and ignore and/or delete this email. - -Your password will not be changed unless we can verify that you -issued this request. - -Follow this link to verify your identity: - -{{$reset_link}} - -You will then receive a follow-up message containing the new password. - -You may change that password from your account settings page after logging in. - -The login details are as follows: - -Site Location: {{$siteurl}} -Login Name: {{$email}} - - - - -Sincerely, - {{$sitename}} Administrator - - diff --git a/view/en/smarty3/passchanged_eml.tpl b/view/en/smarty3/passchanged_eml.tpl deleted file mode 100644 index c17860df6..000000000 --- a/view/en/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Dear {{$username}}, - Your password has been changed as requested. Please retain this -information for your records (or change your password immediately to -something that you will remember). - - -Your login details are as follows: - -Site Location: {{$siteurl}} -Login Name: {{$email}} -Password: {{$new_password}} - -You may change that password from your account settings page after logging in. - - -Sincerely, - {{$sitename}} Administrator - - diff --git a/view/en/smarty3/register_open_eml.tpl b/view/en/smarty3/register_open_eml.tpl deleted file mode 100644 index 160427ddb..000000000 --- a/view/en/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -An account has been created at {{$sitename}} for this email address. -The login details are as follows: - -Site Location: {{$siteurl}} -Login: {{$email}} -Password: (the password which was provided during registration) - -If this account was created without your knowledge and is not desired, you may -visit this site and reset the password. This will allow you to remove the -account from the links on the Settings page, and we -apologise for any inconvenience. - -Thank you and welcome to {{$sitename}}. - -Sincerely, - {{$sitename}} Administrator - - diff --git a/view/en/smarty3/register_verify_eml.tpl b/view/en/smarty3/register_verify_eml.tpl deleted file mode 100644 index 8261d6960..000000000 --- a/view/en/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -A new user registration request was received at {{$sitename}} which requires -your approval. - - -The login details are as follows: - -Site Location: {{$siteurl}} -Login Name: {{$email}} -IP Address: {{$details}} - -To approve this request please visit the following link: - - -{{$siteurl}}/regmod/allow/{{$hash}} - - -To deny the request and remove the account, please visit: - - -{{$siteurl}}/regmod/deny/{{$hash}} - - -Thank you. - diff --git a/view/en/smarty3/request_notify_eml.tpl b/view/en/smarty3/request_notify_eml.tpl deleted file mode 100644 index 26a17b4bc..000000000 --- a/view/en/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Dear {{$myname}}, - -You have just received a connection request at {{$sitename}} - -from '{{$requestor}}'. - -You may visit their profile at {{$url}}. - -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. - -{{$siteurl}} - -Regards, - - {{$sitename}} administrator diff --git a/view/en/smarty3/update_fail_eml.tpl b/view/en/smarty3/update_fail_eml.tpl deleted file mode 100644 index 931d9e455..000000000 --- a/view/en/smarty3/update_fail_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Hey,
-I'm {{$sitename}};
-The friendica developers released update {{$update}} recently,
-but when I tried to install it, something went terribly wrong.
-This needs to be fixed soon and I can't do it alone. Please contact a
-friendica developer if you can not help me on your own. My database might be invalid.
-
-The error message is '{{$error}}'.
-
-I'm sorry,
-your friendica server at {{$siteurl}}
\ No newline at end of file diff --git a/view/eo/smarty3/follow_notify_eml.tpl b/view/eo/smarty3/follow_notify_eml.tpl deleted file mode 100644 index 7edac031b..000000000 --- a/view/eo/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kara {{$myname}}, - -Vi havas novan abonanton ĉe {{$sitename}} - '{{$requestor}}'. - -Vi povas viziti ilian profilon ĉe {{$url}}. - -Bonvolu ensaluti en vian retejon por aprobi au malaprobi/nuligi la peton. - -{{$siteurl}} - -Salutoj, - - [{{$sitename}}] administranto
\ No newline at end of file diff --git a/view/eo/smarty3/friend_complete_eml.tpl b/view/eo/smarty3/friend_complete_eml.tpl deleted file mode 100644 index dc4cdd61a..000000000 --- a/view/eo/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kara {{$username}}, - - Boegaj novaĵoj.... '{{$fn}}' ĉe '{{$dfrn_url}}' aprobis -vian kontaktpeton ĉe '{{$sitename}}'. - -Vi nun estas reciprokaj amikoj kaj povas interÅanÄi afiÅojn, bildojn kaj mesaÄojn -senkatene. - -Bonvolu viziti vian 'Kontaktoj' paÄon ĉe {{$sitename}} se vi volas -Åangi la rilaton. - -{{$siteurl}} - -[Ekzempe, vi eble volas krei disiÄintan profilon kun informoj kiu ne -haveblas al la komuna publiko - kaj rajtigi '{{$fn}}' al Äi]' - -Salutoj, - - {{$sitename}} administranto - -
\ No newline at end of file diff --git a/view/eo/smarty3/intro_complete_eml.tpl b/view/eo/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 678c57b36..000000000 --- a/view/eo/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kara {{$username}}, - - '{{$fn}}' ĉe '{{$dfrn_url}}' akceptis -vian kontaktpeton ĉe '{{$sitename}}'. - - '{{$fn}}' elektis vin kiel "admiranto", kio malpermesas -kelkajn komunikilojn - ekzemple privataj mesaÄoj kaj kelkaj profilrilataj -agoj. Se tio estas konto de komunumo aÅ de eminentulo, tiaj agordoj -aÅtomate aktiviÄis. - - '{{$fn}}' eblas konverti la rilaton al ambaÅdirekta rilato -aÅ apliki pli da permesoj. - - Vi ekricevos publikajn afiÅojn de '{{$fn}}', -kiuj aperos sur via 'Reto' paÄo ĉe - -{{$siteurl}} - -Salutoj, - - {{$sitename}} administranto
\ No newline at end of file diff --git a/view/eo/smarty3/lostpass_eml.tpl b/view/eo/smarty3/lostpass_eml.tpl deleted file mode 100644 index 6fcf8f9ad..000000000 --- a/view/eo/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kara {{$username}}, - {{$sitename}} ricevis peton por rekomencigi vian pasvorton. -Por konfirmi la peton, bonvolu klaki la sekvantan konfirmligilon -aÅ alglui Äin en la adreskampo de via retumilo. - -Se vi NE petis tiun ÅanÄon, bonvolu NE KLAKU la -sekvantan ligilon kaj ignoru aÅ forvisu ĉi-mesaÄon. - -Ni ne ÅanÄu vian pasvorton se ni ne povas kontroli ĉu estas vi -kiu petis la ÅanÄon. - -Sekvu ĉi tion ligilon por konfirmi vian identecon: - -{{$reset_link}} - -Poste, vi ricevos mesaÄon enhavonte la novan pasvorton. - -Vi eblas Åangi la pasvorton ĉe viaj kontdoagordoj paÄo post ensaluti. - -La akreditaĵoj estas: - -Retejo:»{{$siteurl}} -Salutnomo:»{{$email}} - - - - -Salutoj, - {{$sitename}} administranto - -
\ No newline at end of file diff --git a/view/eo/smarty3/passchanged_eml.tpl b/view/eo/smarty3/passchanged_eml.tpl deleted file mode 100644 index 3252a6e7c..000000000 --- a/view/eo/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kara {{$username}}, - Via pasvorto estas ÅanÄita laÅ via peto. Bonvolu konservi ĉi tiun -informon (aÅ tuj ÅanÄu vian pasvorton al -iu kiun vi povas memori). - - -Jen viaj legitimaĵoj: - -Retejo:»{{$siteurl}} -Salutnomo:»{{$email}} -Pasvorto:»{{$new_password}} - -Vi eblas ÅanÄi la pasvorton ĉe la paÄo Agordoj -> Konto kiam vi estas ensalutita. - - -Salutoj, - {{$sitename}} administranto - -
\ No newline at end of file diff --git a/view/eo/smarty3/register_open_eml.tpl b/view/eo/smarty3/register_open_eml.tpl deleted file mode 100644 index 29bcbb52d..000000000 --- a/view/eo/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kara {{$username}}, - Dankon pro via registrado ĉe {{$sitename}}. Vian konton estas kreita. -Jen viaj legitimaĵoj: - - -Retejo:»{{$siteurl}} -Salutnomo:»{{$email}} -Pasvorto:»{{$password}} - -Vi eblas ÅanÄi la pasvorton ĉe la paÄo Agordoj -> Konto kiam vi estas -ensalutita. - -Bonvolu preni kelkajn momentoj por kontroli la aliajn kontaktagordojn. - -Eble vi volas aldoni kelkajn bazajn informojn al via profilo -(ĉe la paÄo "Profiloj"), tial vi troveblas al aliaj uzantoj. - -Ni rekomendas agordi vian plenan noman, aldoni profilbildon, -kaj aldojo kelkajn Ålosilvortojn (tre utila por trovi novajn amikojn) - kaj -eble en kiu lando vi loÄas, se vi ne volas pli specifa -ol tio. - -Ni tute respektas vian privatecon, kaj neniu de tiuj agordoj necesas. -Se vi novas kaj ne konas iun ĉi tie, ili eble helpas -vin trovi novajn kaj interesajn amikojn. - - -Dankon kaj bonvenon ĉe {{$sitename}}. - -Salutoj, - {{$sitename}} administranto - -
\ No newline at end of file diff --git a/view/eo/smarty3/register_verify_eml.tpl b/view/eo/smarty3/register_verify_eml.tpl deleted file mode 100644 index cc02c01f8..000000000 --- a/view/eo/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Nova peto por registrado atendas ĉe {{$sitename}} -kaj bezonas vian aprobon. - - -Jen la detaloj de la peto: - -Plena Nomo:»{{$username}} -Retejo:»{{$siteurl}} -Salutnomo:»{{$email}} - - -Aprobonte la peton, bonvolu klaki tiun ligilon: - - -{{$siteurl}}/regmod/allow/{{$hash}} - - -Malaprobonte kaj forviÅonte la konton, bonvolu klaki: - - -{{$siteurl}}/regmod/deny/{{$hash}} - - -Dankon! diff --git a/view/eo/smarty3/request_notify_eml.tpl b/view/eo/smarty3/request_notify_eml.tpl deleted file mode 100644 index 9bba49fd0..000000000 --- a/view/eo/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kara {{$myname}}, - -Vi ĵus ricevis kontaktpeton ĉe {{$sitename}} - -de '{{$requestor}}'. - -Vi eblas viziti la profilon de la petanto ĉe {{$url}}. - -Bonvolu ensaluti en la retejo por vidi la plenan prezenton -kaj aprobi aÅ ignori/nuligi la peton. - -{{$siteurl}} - -Salutoj, - - {{$sitename}} administranto
\ No newline at end of file diff --git a/view/eo/smarty3/update_fail_eml.tpl b/view/eo/smarty3/update_fail_eml.tpl deleted file mode 100644 index 728713227..000000000 --- a/view/eo/smarty3/update_fail_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Saluton!
-Mi estas {{$sitename}}.
-La programistoj de Frienda eldonis Äisdatigon {{$update}} antaÅ ne longe,
-sed kiam mi provis instali Äin, io terure malsukcesis.
-Tio tuj bezonas riparon kaj mi ne povas fari Äin sole. Bonvolu kontakti
-Friendica programistion se vi ne povas helpi vin mem. Mia datumbazo eble ne plu validas.
-
-La erarmesaÄo estas '{{$error}}'.
-
-Mi bedaÅras,
-via Friendica servilo ĉe {{$siteurl}}
\ No newline at end of file diff --git a/view/es/smarty3/cmnt_received_eml.tpl b/view/es/smarty3/cmnt_received_eml.tpl deleted file mode 100644 index ee5db7122..000000000 --- a/view/es/smarty3/cmnt_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$username}}, - - '{{$from}}' ha comentado un elemento/conversación que estás siguiendo. - ------ -{{$body}} ------ - -Accede a {{$siteurl}} para ver la conversación completa: - -{{$display}} - - - {{$sitename}} - - - diff --git a/view/es/smarty3/follow_notify_eml.tpl b/view/es/smarty3/follow_notify_eml.tpl deleted file mode 100644 index bed92f59c..000000000 --- a/view/es/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$myname}}, - -Tienes un nuevo seguidor en {{$sitename}} - '{{$requestor}}'. - -Puedes visitar su perfil en {{$url}}. - -Inicie sesión en su sitio para aprobar o rechazar/cancelar la solicitud. - -{{$siteurl}} - - - {{$sitename}} diff --git a/view/es/smarty3/friend_complete_eml.tpl b/view/es/smarty3/friend_complete_eml.tpl deleted file mode 100644 index 7ed514068..000000000 --- a/view/es/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$username}}, - - Grandes noticias... '{{$fn}}' a '{{$dfrn_url}}' ha aceptado tu solicitud de conexión en '{{$sitename}}'. - -Ahora sois amigos mutuos y podreis intercambiar actualizaciones de estado, fotos, y correo electrónico -sin restricción alguna. - -Visita tu página de 'Contactos' en {{$sitename}} si desear realizar cualquier cambio en esta relación. - -{{$siteurl}} - -[Por ejemplo, puedes crear un perfil independiente con información que no está disponible al público en general -- y asignar derechos de visualización a '{{$fn}}']. - - - {{$sitename}} - - diff --git a/view/es/smarty3/intro_complete_eml.tpl b/view/es/smarty3/intro_complete_eml.tpl deleted file mode 100644 index e77fce2cd..000000000 --- a/view/es/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,26 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$username}}, - - '{{$fn}}' en '{{$dfrn_url}}' ha aceptado tu petición -conexión a '{{$sitename}}'. - - '{{$fn}}' ha optado por aceptarte come "fan", que restringe ciertas -formas de comunicación, como mensajes privados y algunas interacciones -con el perfil. Si eres una "celebridad" o una página de comunidad, -estos ajustes se aplican automáticamente - - '{{$fn}}' puede optar por extender esto en una relación más permisiva -en el futuro. - - Empezarás a recibir las actualizaciones públicas de estado de '{{$fn}}', -que aparecerán en tu página "Red" en - -{{$siteurl}} - - - {{$sitename}} diff --git a/view/es/smarty3/lostpass_eml.tpl b/view/es/smarty3/lostpass_eml.tpl deleted file mode 100644 index 7a78067ae..000000000 --- a/view/es/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$username}}, - - Se ha recibido una solicitud en {{$sitename}} recientemente para restablecer -tu contraseña. Para confirmar esta solicitud, por favor seleccione el enlace de -verificación debajo o cópialo y pégalo en la barra de direcciones de tu navegador. - -Se NO has solicitado este cambio, por favor NO sigas el enlace indicado e ignora -y/o elimina este mensaje. - -Tu contraseña no se cambiará a menos que podamos verificar que eres tu quien -emitió esta solicitud. - -Sigue este enlace para verificar tu identidad: - -{{$reset_link}} - -A continuación recibirás un mensaje con la nueva contraseña. - -Despues de accceder, podrás cambiar la contraseña de tu cuenta en la página de -configuración. - -Los datos de acceso son los siguientes: - -Sitio: {{$siteurl}} -Nombre: {{$email}} - - - - -Saludos, - La administración de {{$sitename}} - - diff --git a/view/es/smarty3/mail_received_html_body_eml.tpl b/view/es/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index 49d53eb22..000000000 --- a/view/es/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Mensaje de Friendika</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">Has recibido un nuevo mensaje privado de '{{$from}}' en {{$siteName}}.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> - <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Accede a <a href="{{$siteurl}}">{{$siteurl}}</a> para leer y responder a tus mensajes privados.</td></tr> - <tr><td></td><td>{{$siteName}}</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/es/smarty3/mail_received_text_body_eml.tpl b/view/es/smarty3/mail_received_text_body_eml.tpl deleted file mode 100644 index 7ff093b91..000000000 --- a/view/es/smarty3/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Has recibido un nuevo mensaje privado de '{{$from}}' en {{$siteName}}. - -{{$title}} - -{{$textversion}} - -Accede a {{$siteurl}} para leer y responder a tus mensajes privados. - - {{$siteName}} diff --git a/view/es/smarty3/passchanged_eml.tpl b/view/es/smarty3/passchanged_eml.tpl deleted file mode 100644 index e17776eaa..000000000 --- a/view/es/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$username}}, - - Tu contraseña ha sido modificada como has solicitado. Anota esta información -(o cambia inmediatamente la contraseña con algo que recuerdes). - - -Tus datos de acceso son los siguientes: - -Sitio: {{$siteurl}} -Nombre: {{$email}} -Contraseña: {{$new_password}} - -Después de acceder puedes cambiar la contraseña desde la página de configuración de tu perfil. - - - {{$sitename}} - - diff --git a/view/es/smarty3/register_open_eml.tpl b/view/es/smarty3/register_open_eml.tpl deleted file mode 100644 index 5d5630461..000000000 --- a/view/es/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,26 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$username}}, - - Gracias por registrarte en {{$sitename}}. Tu cuenta ha sido creada. - - -Los datos de acceso son los siguientes: - -Sitio: {{$siteurl}} -Nombre: {{$email}} -Contraseña: {{$password}} - - -Después de acceder puedes cambiar tu contraseña en la página de "Configuración". - -Toma un momento para revisar las otras configuraciones de la cuenta en esa página. - - -Gracias y bienvenido/a {{$sitename}}. - - diff --git a/view/es/smarty3/register_verify_eml.tpl b/view/es/smarty3/register_verify_eml.tpl deleted file mode 100644 index a67aedd10..000000000 --- a/view/es/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Se ha recibido la solicitud de registro de un nuevo usuario en -{{$sitename}} que requiere tu aprobación. - -Los datos de acceso son los siguientes: - -Nombre Completo: {{$username}} -Sitio: {{$siteurl}} -Nombre: {{$email}} - - -Para aprobar esta solicitud, visita el siguiente enlace: - -{{$siteurl}}/regmod/allow/{{$hash}} - -Para denegar la solicitud y eliminar la cuenta, por favor visita: - -{{$siteurl}}/regmod/deny/{{$hash}} - - -Gracias. - diff --git a/view/es/smarty3/request_notify_eml.tpl b/view/es/smarty3/request_notify_eml.tpl deleted file mode 100644 index f7bdf3294..000000000 --- a/view/es/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$myname}}, - -Acabas de recibir una solicitud de conexión de '{{$requestor}}' en {{$sitename}}. - -Puedes visitar su perfil en {{$url}}. - -Accede a tu sitio para ver la presentación completa y aceptar o ignorar/cancelar la solicitud. - -{{$siteurl}} - - - {{$sitename}} diff --git a/view/es/smarty3/wall_received_eml.tpl b/view/es/smarty3/wall_received_eml.tpl deleted file mode 100644 index a69c421c2..000000000 --- a/view/es/smarty3/wall_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Estimado/a {{$username}}, - - '{{$from}}' ha escrito algo en el muro de tu perfil. - ------ -{{$body}} ------ - -Accede a {{$siteurl}} para ver o borrar el elemento: - -{{$display}} - - - {{$sitename}} - - - diff --git a/view/fr/smarty3/cmnt_received_eml.tpl b/view/fr/smarty3/cmnt_received_eml.tpl deleted file mode 100644 index a2c1407f5..000000000 --- a/view/fr/smarty3/cmnt_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - « {{$from}} » a commenté un élément ou une conversation que vous suivez. - ------ -{{$body}} ------ - -Connectez-vous à {{$siteurl}} si vous souhaitez voir la conversation complète : - -{{$display}} - -Merci, - L'administrateur de {{$sitename}} - - - diff --git a/view/fr/smarty3/cmnt_received_html_body_eml.tpl b/view/fr/smarty3/cmnt_received_html_body_eml.tpl deleted file mode 100644 index 265a11fc1..000000000 --- a/view/fr/smarty3/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Message de Friendica</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendica</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} a commenté un élément ou une conversation que vous suivez.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">{{$body}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2"><a href="{{$display}}">Connectez-vous à {{$siteurl}} si vous souhaitez voir la conversation complète</a></td></tr> - <tr><td></td><td>Merci,</td></tr> - <tr><td></td><td>L'administrateur de {{$sitename}}</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/fr/smarty3/cmnt_received_text_body_eml.tpl b/view/fr/smarty3/cmnt_received_text_body_eml.tpl deleted file mode 100644 index b0360655b..000000000 --- a/view/fr/smarty3/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,20 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - « {{$from}} » a commenté un éléŽment ou une conversation que vous suivez. - ------ -{{$body}} ------ - -Connectez-vous à {{$siteurl}} si vous souhaitez voir la conversation complète : - -{{$display}} - -Merci, - L'administrateur de {{$sitename}}
\ No newline at end of file diff --git a/view/fr/smarty3/follow_notify_eml.tpl b/view/fr/smarty3/follow_notify_eml.tpl deleted file mode 100644 index 7f7da5ec3..000000000 --- a/view/fr/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$myname}}, - -Une nouvelle personne - {{$requestor}} - vous suit désormais sur {{$sitename}}. - -Vous pouvez consulter son profil sur {{$url}}. - -Merci de vous connecter à votre site pour approuver ou ignorer/annuler cette demande. - -{{$siteurl}} - -Cordialement, - - l'administrateur de {{$sitename}} diff --git a/view/fr/smarty3/friend_complete_eml.tpl b/view/fr/smarty3/friend_complete_eml.tpl deleted file mode 100644 index 2f68255a2..000000000 --- a/view/fr/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,28 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - Grande nouvelle… « {{$fn}} » (de « {{$dfrn_url}} ») a accepté votre -demande de connexion à « {{$sitename}} ». - -Vous êtes désormais dans une relation réciproque et pouvez échanger des -photos, des humeurs et des messages sans restriction. - -Merci de visiter votre page « Contacts » sur {{$sitename}} pour toute -modification que vous souhaiteriez apporter à cette relation. - -{{$siteurl}} - -[Par exemple, vous pouvez créer un profil spécifique avec des informations -cachées au grand public - et ainsi assigner des droits privilégiés à -« {{$fn}} »]/ - -Sincèremment, - - l'administrateur de {{$sitename}} - - diff --git a/view/fr/smarty3/intro_complete_eml.tpl b/view/fr/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 4e1f8a5d5..000000000 --- a/view/fr/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - « {{$fn}} » du site « {{$dfrn_url}} » a accepté votre -demande de mise en relation sur « {{$sitename}} ». - - « {{$fn}} » a décidé de vous accepter comme « fan », ce qui restreint -certains de vos moyens de communication - tels que les messages privés et -certaines interactions avec son profil. S'il s'agit de la page d'une -célébrité et/ou communauté, ces réglages ont été définis automatiquement. - - « {{$fn}} » pourra choisir d'étendre votre relation à quelque chose de -plus permissif dans l'avenir. - - Vous allez commencer à recevoir les mises à jour publiques du -statut de « {{$fn}} », lesquelles apparaîtront sur votre page « Réseau » sur - -{{$siteurl}} - -Sincèrement votre, - - l'administrateur de {{$sitename}} diff --git a/view/fr/smarty3/lostpass_eml.tpl b/view/fr/smarty3/lostpass_eml.tpl deleted file mode 100644 index 13801872d..000000000 --- a/view/fr/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - Nous avons récemment reçu, chez {{$sitename}}, une demande de remise -à zéro du mot de passe protégeant votre compte. Pour confirmer cette -demande, merci de cliquer sur le lien de vérification suivant, ou de le -coller dans la barre d'adresse de votre navigateur web. - -Si vous n'êtes PAS à l'origine de cette demande, merci de NE PAS suivre -le lien en question, et d'ignorer/supprimer ce courriel. - -Votre mot de passe ne sera réinitialisé qu'une fois que nous aurons pu -nous assurer que vous êtes bien à l'origine de cette demande. - -Merci de suivre le lien suivant pour confirmer votre identité : - -{{$reset_link}} - -Vous recevrez en retour un message avec votre nouveau mot de passe. - -Vous pourrez ensuite changer ce mot de passe, après connexion, dans la -page des réglages du compte. - -Les informations du compte concerné sont : - -Site : {{$siteurl}} -Pseudo/Courriel : {{$email}} - - - -Sincèrement votre, - l'administrateur de {{$sitename}} - - diff --git a/view/fr/smarty3/mail_received_html_body_eml.tpl b/view/fr/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index 2eb35f881..000000000 --- a/view/fr/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Message de Friendica</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendica</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} vous a envoyé un message à {{$siteName}}.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> - <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Veuillez Ouvrir une session sur <a href="{{$siteurl}}">{{$siteurl}}</a> pour lire et répondre à vos messages privés.</td></tr> - <tr><td></td><td>Merci,</td></tr> - <tr><td></td><td>{{$siteName}} Administrateur</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/fr/smarty3/mail_received_text_body_eml.tpl b/view/fr/smarty3/mail_received_text_body_eml.tpl deleted file mode 100644 index d1f03fb6e..000000000 --- a/view/fr/smarty3/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,15 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$from}} vous a envoyé un message à {{$siteName}}. - -{{$title}} - -{{$textversion}} - -Veuillez ouvrir une session sur {{$siteurl}} pour lire et répondre à vos messages privés. - -Merci, -{{$siteName}} Administrateur diff --git a/view/fr/smarty3/passchanged_eml.tpl b/view/fr/smarty3/passchanged_eml.tpl deleted file mode 100644 index 47b10d3f5..000000000 --- a/view/fr/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - Votre mot de passe a été modifié comme demandé. Merci de conserver -cette information pour un usage ultérieur (ou bien de changer votre mot de -passe immédiatement en quelque chose dont vous vous souviendrez). - -Vos informations de connexion sont désormais : - -Site : {{$siteurl}} -Pseudo/Courriel : {{$email}} -Mot de passe : {{$new_password}} - -Vous pouvez changer ce mot de passe depuis la page des « réglages » de votre compte, -après connexion - -Sincèrement votre, - l'administrateur de {{$sitename}} - - diff --git a/view/fr/smarty3/register_open_eml.tpl b/view/fr/smarty3/register_open_eml.tpl deleted file mode 100644 index 320a58016..000000000 --- a/view/fr/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - Merci de votre inscription à {{$sitename}}. Votre compte a été créé. -Les informations de connexion sont les suivantes : - -Site : {{$siteurl}} -Pseudo/Courriel : {{$email}} -Mot de passe : {{$password}} - -Vous pouvez changer de mot de passe dans la page des « Réglages » de votre compte, -après connexion. - -Merci de prendre quelques minutes pour découvrir les autres réglages disponibles -sur cette page. - -Merci, et bienvenue sur {{$sitename}}. - -Sincèrement votre, - l'administrateur de {{$sitename}} - - diff --git a/view/fr/smarty3/register_verify_eml.tpl b/view/fr/smarty3/register_verify_eml.tpl deleted file mode 100644 index 8127010dd..000000000 --- a/view/fr/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,32 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Une nouvelle demande d'inscription a été reçue sur {{$sitename}}, et elle -nécessite votre approbation. - - -Les informations de connexion sont les suivantes : - -Nom complet : {{$username}} -Site : {{$siteurl}} -Pseudo/Courriel : {{$email}} - - -Pour approuver cette demande, merci de suivre le lien : - - -{{$siteurl}}/regmod/allow/{{$hash}} - - -Pour rejeter cette demande et supprimer le compte associé, -merci de suivre le lien : - - -{{$siteurl}}/regmod/deny/{{$hash}} - - -En vous remerçiant. - diff --git a/view/fr/smarty3/request_notify_eml.tpl b/view/fr/smarty3/request_notify_eml.tpl deleted file mode 100644 index cf2fe0cf0..000000000 --- a/view/fr/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$myname}}, - -Vous venez de recevoir une demande de mise en relation sur {{$sitename}} - -venant de « {{$requestor}} ». - -Vous pouvez visiter son profil sur {{$url}}. - -Vous pouvez vous connecter à votre site pour voir la demande -complète et l'approuver ou l'ignorer/annuler. - -{{$siteurl}} - -Cordialement, - - l'administrateur de {{$sitename}} diff --git a/view/fr/smarty3/wall_received_eml.tpl b/view/fr/smarty3/wall_received_eml.tpl deleted file mode 100644 index 2f91457fd..000000000 --- a/view/fr/smarty3/wall_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Cher(e) {{$username}}, - - « {{$from}} » a posté quelque chose sur le mur de votre profil. - ------ -{{$body}} ------ - -Connectez-vous à {{$siteurl}} pour voir et/ou supprimer l'élément : - -{{$display}} - -Merci, - l'administrateur de {{$sitename}} - - - diff --git a/view/it/smarty3/cmnt_received_eml.tpl b/view/it/smarty3/cmnt_received_eml.tpl deleted file mode 100644 index 479c566de..000000000 --- a/view/it/smarty3/cmnt_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Caro/a {{$username}}, - - '{{$from}}' ha commentato un elemeto/conversazione che stai seguendo. - ------ -{{$body}} ------ - -Accedi a {{$siteurl}} per verdere la conversazione completa: - -{{$display}} - -Grazie, - L'amministratore di {{$sitename}} - - - diff --git a/view/it/smarty3/cmnt_received_html_body_eml.tpl b/view/it/smarty3/cmnt_received_html_body_eml.tpl deleted file mode 100644 index c290739a0..000000000 --- a/view/it/smarty3/cmnt_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika Messaggio</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} ha commentato un elemeto/conversazione che stai seguendo.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="padding-bottom:5px;"></td></tr> - <tr><td style="padding-right:22px;">{{$body}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2"><a href="{{$display}}">Accedi a {{$siteurl}} per verdere la conversazione completa:</a>.</td></tr> - <tr><td></td><td>Grazie,</td></tr> - <tr><td></td><td>L'amministratore di {{$sitename}}</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/it/smarty3/cmnt_received_text_body_eml.tpl b/view/it/smarty3/cmnt_received_text_body_eml.tpl deleted file mode 100644 index 479c566de..000000000 --- a/view/it/smarty3/cmnt_received_text_body_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Caro/a {{$username}}, - - '{{$from}}' ha commentato un elemeto/conversazione che stai seguendo. - ------ -{{$body}} ------ - -Accedi a {{$siteurl}} per verdere la conversazione completa: - -{{$display}} - -Grazie, - L'amministratore di {{$sitename}} - - - diff --git a/view/it/smarty3/follow_notify_eml.tpl b/view/it/smarty3/follow_notify_eml.tpl deleted file mode 100644 index 925d5b2d0..000000000 --- a/view/it/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Ciao {{$myname}}, - -Un nuovo utente ha iniziato a seguirti su {{$sitename}} - '{{$requestor}}'. - -Puoi vedere il suo profilo su {{$url}}. - -Accedi sul tuo sito per approvare o ignorare la richiesta. - -{{$siteurl}} - -Saluti, - - L'amministratore di {{$sitename}}
\ No newline at end of file diff --git a/view/it/smarty3/friend_complete_eml.tpl b/view/it/smarty3/friend_complete_eml.tpl deleted file mode 100644 index 667a1f445..000000000 --- a/view/it/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Ciao {{$username}}, - - Ottime notizie... '{{$fn}}' di '{{$dfrn_url}}' ha accettato -la tua richiesta di connessione su '{{$sitename}}'. - -Adesso siete amici reciproci e potete scambiarvi aggiornamenti di stato, foto ed email -senza restrizioni. - -Vai nella pagina 'Contatti' di {{$sitename}} se vuoi effettuare -qualche modifica riguardo questa relazione - -{{$siteurl}} - -[Ad esempio, potresti creare un profilo separato con le informazioni che non -sono disponibili pubblicamente - ed permettere di vederlo a '{{$fn}}']. - -Saluti, - - l'amministratore di {{$sitename}} - -
\ No newline at end of file diff --git a/view/it/smarty3/intro_complete_eml.tpl b/view/it/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 5c831f0d3..000000000 --- a/view/it/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Ciao {{$username}}, - - '{{$fn}}' di '{{$dfrn_url}}' ha accettato -la tua richiesta di connessione a '{{$sitename}}'. - - '{{$fn}}' ha deciso di accettarti come "fan", il che restringe -alcune forme di comunicazione - come i messaggi privati e alcune -interazioni. Se è la pagina di una persona famosa o di una comunità , queste impostazioni saranno -applicate automaticamente. - - '{{$fn}}' potrebbe decidere di estendere questa relazione in una comunicazione bidirezionale o ancora più permissiva -. - - Inizierai a ricevere gli aggiornamenti di stato pubblici da '{{$fn}}', -che apparirà nella tua pagina 'Rete' - -{{$siteurl}} - -Saluti, - - l'amministratore di {{$sitename}}
\ No newline at end of file diff --git a/view/it/smarty3/lostpass_eml.tpl b/view/it/smarty3/lostpass_eml.tpl deleted file mode 100644 index 04a6a0716..000000000 --- a/view/it/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Ciao {{$username}}, - Su {{$sitename}} è stata ricevuta una richiesta di azzeramento di password per un account. -Per confermare la richiesta, clicca sul link di verifica -qui in fondo oppure copialo nella barra degli indirizzi del tuo browser. - -Se NON hai richiesto l'azzeramento, NON seguire il link -e ignora e/o cancella questa email. - -La tua password non sarà modificata finché non avremo verificato che -hai fatto questa richiesta. - -Per verificare la tua identità clicca su: - -{{$reset_link}} - -Dopo la verifica riceverai un messaggio di risposta con la nuova password. - -Potrai cambiare la password dalla pagina delle impostazioni dopo aver effettuato l'accesso. - -I dati di accesso sono i seguenti: - -Sito:»{{$siteurl}} -Nome utente:»{{$email}} - - - - -Saluti, - l'amministratore di {{$sitename}} - -
\ No newline at end of file diff --git a/view/it/smarty3/mail_received_html_body_eml.tpl b/view/it/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index dd897b927..000000000 --- a/view/it/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Friendika Messsaggio</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">Hai ricevuto un nuovo messsaggio privato su {{$siteName}} da '{{$from}}'.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> - <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Accedi a <a href="{{$siteurl}}">{{$siteurl}}</a> per leggere e rispondere ai tuoi messaggi privati.</td></tr> - <tr><td></td><td>Grazie,</td></tr> - <tr><td></td><td>L'amministratore di {{$siteName}}</td></tr> - </tbody> -</table> -</body> -</html> diff --git a/view/it/smarty3/mail_received_text_body_eml.tpl b/view/it/smarty3/mail_received_text_body_eml.tpl deleted file mode 100644 index 3cb7b82d4..000000000 --- a/view/it/smarty3/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,15 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Hai ricevuto un nuovo messsaggio privato su {{$siteName}} da '{{$from}}'. - -{{$title}} - -{{$textversion}} - -Accedi a {{$siteurl}} per leggere e rispondere ai tuoi messaggi privati. - -Grazie, -L'amministratore di {{$siteName}} diff --git a/view/it/smarty3/passchanged_eml.tpl b/view/it/smarty3/passchanged_eml.tpl deleted file mode 100644 index 32970c9cb..000000000 --- a/view/it/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Ciao {{$username}}, - La tua password è cambiata come hai richiesto. Conserva queste -informazioni (oppure cambia immediatamente la password con -qualcosa che ti è più facile ricordare). - - -I tuoi dati di access sono i seguenti: - -Sito:»{{$siteurl}} -Nome utente:»{{$email}} -Password:»{{$new_password}} - -Puoi cambiare la tua password dalla pagina delle impostazioni dopo aver effettuato l'accesso. - - -Saluti, - l'amministratore di {{$sitename}} - -
\ No newline at end of file diff --git a/view/it/smarty3/register_open_eml.tpl b/view/it/smarty3/register_open_eml.tpl deleted file mode 100644 index e5f909af5..000000000 --- a/view/it/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Ciao {{$username}}, - Grazie per aver effettuato la registrazione a {{$sitename}}. Il tuo account è stato creato. -I dettagli di accesso sono i seguenti - - -Sito:»{{$siteurl}} -Nome utente:»{{$email}} -Password:»{{$password}} - -Puoi cambiare la tua password dalla pagina "Impostazioni" del tuo profilo dopo aver effettuato l'accesso -. - -Prenditi un momento per dare un'occhiata alle altre impostazioni del tuo profilo nella stessa pagina. - -Potrest voler aggiungere alcune informazioni di base a quelle predefinite del profilo -(nella pagina "Profilo") per rendere agli altri più facile trovarti. - -Noi raccomandiamo di impostare il tuo nome completo, di aggiungere una foto, -di aggiungere alcune "parole chiavi" (molto utili per farsi nuovi amici) - e -magari il paese dove vivi; se non vuoi essere più dettagliato -di così. - -Noi rispettiamo il tuo diritto alla privacy e nessuna di queste informazioni è indispensabile. -Se ancora non conosci nessuno qui, potrebbe esserti di aiuto -per farti nuovi e interessanti amici. - - -Grazie. Siamo contenti di darti il benvenuto su {{$sitename}} - -Saluti, - l'amministratore di {{$sitename}} - -
\ No newline at end of file diff --git a/view/it/smarty3/register_verify_eml.tpl b/view/it/smarty3/register_verify_eml.tpl deleted file mode 100644 index 9ce1f8f00..000000000 --- a/view/it/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Su {{$sitename}} è stata ricevuta una nuova richiesta di registrazione da parte di un utente che richiede -la tua approvazione. - - -I tuoi dati di accesso sono i seguenti: - -Nome completo:»{{$username}} -Sito:»{{$siteurl}} -Nome utente:»{{$email}} - - -Per approvare questa richiesta clicca su: - - -{{$siteurl}}/regmod/allow/{{$hash}} - - -Per negare la richiesta e rimuove il profilo, clicca su: - - -{{$siteurl}}/regmod/deny/{{$hash}} - - -Grazie. diff --git a/view/it/smarty3/request_notify_eml.tpl b/view/it/smarty3/request_notify_eml.tpl deleted file mode 100644 index 47240c5a3..000000000 --- a/view/it/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Ciao {{$myname}}, - -Hai appena ricevuto una richiesta di connessione da {{$sitename}} - -da '{{$requestor}}'. - -Puoi visitare il suo profilo su {{$url}}. - -Accedi al tuo sito per vedere la richiesta completa -e approva o ignora/annulla la richiesta. - -{{$siteurl}} - -Saluti, - - l'amministratore di {{$sitename}}
\ No newline at end of file diff --git a/view/it/smarty3/wall_received_eml.tpl b/view/it/smarty3/wall_received_eml.tpl deleted file mode 100644 index 30b53d11e..000000000 --- a/view/it/smarty3/wall_received_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Caro/a {{$username}}, - - '{{$from}}' ha scritto qualcosa sulla bachecha del tuo profilo. - ------ -{{$body}} ------ - -Accedi a {{$siteurl}} per vedere o cancellare l'elemento: - -{{$display}} - -Grazie, - L'amministratore di {{$sitename}} - - - diff --git a/view/it/smarty3/wall_received_html_body_eml.tpl b/view/it/smarty3/wall_received_html_body_eml.tpl deleted file mode 100644 index 6b9e44919..000000000 --- a/view/it/smarty3/wall_received_html_body_eml.tpl +++ /dev/null @@ -1,29 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Messaggio da Friendika</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#084769; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/friendika-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">Friendika</div><div style="clear: both;"></div></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} ha scritto sulla tua bacheca.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="padding-right:22px;">{{$body}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Vai su <a href="{{$siteurl}}">{{$siteurl}}</a> per <a href="{{$display}}">vedere o cancellare il post</a>.</td></tr> - <tr><td></td><td>Grazie,</td></tr> - <tr><td></td><td>L'amministratore di {{$sitename}}</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/it/smarty3/wall_received_text_body_eml.tpl b/view/it/smarty3/wall_received_text_body_eml.tpl deleted file mode 100644 index 2031744a6..000000000 --- a/view/it/smarty3/wall_received_text_body_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Caro {{$username}}, - - '{{$from}}' ha scritto sulla tua bacheca. - ------ -{{$body}} ------ - -Vai su {{$siteurl}} per vedere o cancellare il post: - -{{$display}} - -Grazie, - L'amministratore di {{$sitename}} - - - diff --git a/view/js/acl.js b/view/js/acl.js index 6c3d9b462..28e47011f 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -17,7 +17,7 @@ function ACL(backend_url, preset){ that.item_tpl = unescape($(".acl-list-item[rel=acl-template]").html()); that.showall = $("#acl-showall"); - if (preset.length==0) that.showall.addClass("selected"); + if (preset.length==0) that.showall.removeClass("btn-default").addClass("btn-warning"); /*events*/ @@ -70,10 +70,10 @@ ACL.prototype.on_showall = function(event){ event.preventDefault() event.stopPropagation(); - if (that.showall.hasClass("selected")){ + if (that.showall.hasClass("btn-warning")){ return false; } - that.showall.addClass("selected"); + that.showall.removeClass("btn-default").addClass("btn-warning"); that.allow_cid = []; that.allow_gid = []; @@ -162,23 +162,11 @@ ACL.prototype.set_deny = function(itemid){ } ACL.prototype.update_view = function(){ - var jotpermslock; - var jotpermsunlock; - if (document.jotpermslock == null) { - jotpermslock = 'lock'; - } else { - jotpermslock = document.jotpermslock; - } - if (document.jotpermsunlock == null) { - jotpermsunlock = 'unlock'; - } else { - jotpermsunlock = document.jotpermsunlock; - } if (that.allow_gid.length==0 && that.allow_cid.length==0 && that.deny_gid.length==0 && that.deny_cid.length==0){ - that.showall.addClass("selected"); + that.showall.removeClass("btn-default").addClass("btn-warning"); /* jot acl */ - $('#jot-perms-icon').removeClass(jotpermslock).addClass(jotpermsunlock); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); $('.profile-jot-net input').attr('disabled', false); if(typeof editor != 'undefined' && editor != false) { @@ -186,9 +174,9 @@ ACL.prototype.update_view = function(){ } } else { - that.showall.removeClass("selected"); + that.showall.removeClass("btn-warning").addClass("btn-default"); /* jot acl */ - $('#jot-perms-icon').removeClass(jotpermsunlock).addClass(jotpermslock); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); $('.profile-jot-net input').attr('disabled', 'disabled'); $('#profile-jot-desc').html(' '); @@ -202,20 +190,20 @@ ACL.prototype.update_view = function(){ type = itemid[0]; id = itemid.substr(1); - btshow = $(this).children(".acl-button-show").removeClass("selected"); - bthide = $(this).children(".acl-button-hide").removeClass("selected"); + btshow = $(this).children(".acl-button-show").removeClass("btn-success").addClass("btn-default"); + bthide = $(this).children(".acl-button-hide").removeClass("btn-danger").addClass("btn-default"); switch(type){ case "g": var uclass = ""; if (that.allow_gid.indexOf(id)>=0){ - btshow.addClass("selected"); - bthide.removeClass("selected"); + btshow.removeClass("btn-default").addClass("btn-success"); + bthide.removeClass("btn-danger").addClass("btn-default"); uclass="groupshow"; } if (that.deny_gid.indexOf(id)>=0){ - btshow.removeClass("selected"); - bthide.addClass("selected"); + btshow.removeClass("btn-success").addClass("btn-default"); + bthide.removeClass("btn-default").addClass("btn-danger"); uclass="grouphide"; } @@ -235,12 +223,12 @@ ACL.prototype.update_view = function(){ break; case "c": if (that.allow_cid.indexOf(id)>=0){ - btshow.addClass("selected"); - bthide.removeClass("selected"); + btshow.removeClass("btn-default").addClass("btn-success"); + bthide.removeClass("btn-danger").addClass("btn-default"); } if (that.deny_cid.indexOf(id)>=0){ - btshow.removeClass("selected"); - bthide.addClass("selected"); + btshow.removeClass("btn-success").addClass("btn-default"); + bthide.removeClass("btn-default").addClass("btn-danger"); } } diff --git a/view/js/ajaxupload.js b/view/js/ajaxupload.js index 5719f30e0..c7d587dd1 100644 --- a/view/js/ajaxupload.js +++ b/view/js/ajaxupload.js @@ -264,6 +264,9 @@ action: 'upload.php', // File upload name name: 'userfile', + + title: 'Upload', + // Additional data to send data: {}, // Submit file as soon as it's selected @@ -380,6 +383,7 @@ var input = document.createElement("input"); input.setAttribute('type', 'file'); + input.setAttribute('title',this._settings.title); input.setAttribute('name', this._settings.name); addStyles(input, { diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 763ca354d..c01ba6990 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -85,7 +85,7 @@ ACPopup.prototype._search = function(){ if (data.tot>0){ that.cont.show(); $(data.items).each(function(){ - html = "<img src='{0}' height='16px' width='16px'>{1} ({2})".format(this.photo, this.name, this.nick) + html = "<img src='{0}' height='16px' width='16px'>{1} ({2})".format(this.photo, this.name, ((this.label) ? this.nick + ' ' + this.label : this.nick) ) that.add(this.taggable, html, this.nick.replace(' ','') + '+' + this.id + ' - ' + this.link); }); } else { diff --git a/view/js/main.js b/view/js/main.js index 5f88ea9ca..38cde749c 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -728,27 +728,10 @@ function updateConvItems(mode,data) { return cursor; } - var lockvisible = false; - function lockview(event,id) { - event = event || window.event; - cursor = getPosition(event); - if(lockvisible) { - lockviewhide(); - } - else { - lockvisible = true; - $.get('lockview/' + id, function(data) { - $('#panel').html(data); - $('#panel').css({ 'left': cursor.x + 5 , 'top': cursor.y + 5}); - $('#panel').show(); - }); - } - } - - function lockviewhide() { - lockvisible = false; - $('#panel').hide(); + $.get('lockview/' + id, function(data) { + $('#panel-' + id).html(data); + }); } function post_comment(id) { @@ -1022,7 +1005,7 @@ $(window).scroll(function () { $('#more').show(); } - if($(window).scrollTop() + $(window).height() == $(document).height()) { + if($(window).scrollTop() + $(window).height() > $(document).height() - 100) { if((pageHasMoreContent) && (! loadingPage)) { $('#more').hide(); $('#no-more').hide(); @@ -1032,7 +1015,6 @@ $(window).scroll(function () { loadingPage = true; liveUpdate(); } - } } }); diff --git a/view/js/mod_chat.js b/view/js/mod_chat.js index 82957ae44..88c1cf7d8 100644 --- a/view/js/mod_chat.js +++ b/view/js/mod_chat.js @@ -4,11 +4,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_connedit.js b/view/js/mod_connedit.js index 64240abb8..e66c26cda 100644 --- a/view/js/mod_connedit.js +++ b/view/js/mod_connedit.js @@ -80,6 +80,15 @@ function connectForum() { } +function connectClear() { + $('.abook-edit-me').each(function() { + if(! $(this).is(':disabled')) + $(this).removeAttr('checked'); + }); + $('.abook-permschange').show(); + $('.abook-permschange').html(aStr['permschange']); +} + function connectSoapBox() { $('.abook-edit-me').each(function() { if(! $(this).is(':disabled')) diff --git a/view/js/mod_filestorage.js b/view/js/mod_filestorage.js index 82957ae44..88c1cf7d8 100644 --- a/view/js/mod_filestorage.js +++ b/view/js/mod_filestorage.js @@ -4,11 +4,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_mitem.js b/view/js/mod_mitem.js index d33713ee3..979a15297 100644 --- a/view/js/mod_mitem.js +++ b/view/js/mod_mitem.js @@ -10,11 +10,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_network.js b/view/js/mod_network.js index f63a57653..8f1e5132d 100644 --- a/view/js/mod_network.js +++ b/view/js/mod_network.js @@ -3,8 +3,8 @@ $(document).ready(function() { a = $("#search-text").autocomplete({ serviceUrl: baseurl + '/search_ac', minChars: 2, - width: 250, id: 'search-text-ac', }); + $('.jslider-scale ins').addClass('hidden-xs'); }); diff --git a/view/js/mod_photos.js b/view/js/mod_photos.js index d9497af1e..aaa86df40 100644 --- a/view/js/mod_photos.js +++ b/view/js/mod_photos.js @@ -17,11 +17,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js index 8cd062f43..fa788280d 100644 --- a/view/js/mod_settings.js +++ b/view/js/mod_settings.js @@ -12,11 +12,11 @@ $(document).ready(function() { var selstr; $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { selstr = $(this).text(); - $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-perms-icon').removeClass('icon-unlock').addClass('icon-lock'); $('#jot-public').hide(); }); if(selstr == null) { - $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-perms-icon').removeClass('icon-lock').addClass('icon-unlock'); $('#jot-public').show(); } diff --git a/view/nb-no/messages.po b/view/nb-no/messages.po index 0f770ea99..0c34328ef 100644 --- a/view/nb-no/messages.po +++ b/view/nb-no/messages.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-07 00:03-0800\n" -"PO-Revision-Date: 2014-03-11 05:33+0000\n" +"POT-Creation-Date: 2014-04-18 00:04-0700\n" +"PO-Revision-Date: 2014-04-20 16:13+0000\n" "Last-Translator: Haakon Meland Eriksen <haakon.eriksen@far.no>\n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/projects/p/red-matrix/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -18,13 +18,13 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 msgid "Categories" msgstr "Kategorier" #: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../include/Contact.php:107 ../../include/identity.php:643 -#: ../../mod/directory.php:184 ../../mod/match.php:62 +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../mod/directory.php:188 ../../mod/match.php:62 #: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" msgstr "Koble" @@ -33,7 +33,7 @@ msgstr "Koble" msgid "Ignore/Hide" msgstr "Ignorer/Skjul" -#: ../../include/widgets.php:123 ../../mod/connections.php:244 +#: ../../include/widgets.php:123 ../../mod/connections.php:265 msgid "Suggestions" msgstr "Forslag" @@ -62,8 +62,8 @@ msgstr "Eksempel: ola.nordmann@eksempel.no, http://eksempel.no/karinordmann" msgid "Notes" msgstr "Merknader" -#: ../../include/widgets.php:173 ../../include/text.php:765 -#: ../../include/text.php:779 ../../mod/filer.php:36 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:173 ../../include/text.php:805 +#: ../../include/text.php:819 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "Lagre" @@ -81,130 +81,118 @@ msgid "add" msgstr "legg til" #: ../../include/widgets.php:283 ../../include/features.php:66 -#: ../../include/contact_widgets.php:53 +#: ../../include/contact_widgets.php:58 msgid "Saved Folders" msgstr "Lagrede mapper" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 msgid "Everything" msgstr "Alt" -#: ../../include/widgets.php:318 +#: ../../include/widgets.php:322 msgid "Archives" msgstr "Arkiv" -#: ../../include/widgets.php:370 +#: ../../include/widgets.php:384 msgid "Refresh" msgstr "Forny" -#: ../../include/widgets.php:371 ../../mod/connedit.php:389 +#: ../../include/widgets.php:385 ../../mod/connedit.php:395 msgid "Me" msgstr "Meg" -#: ../../include/widgets.php:372 ../../mod/connedit.php:391 +#: ../../include/widgets.php:386 ../../mod/connedit.php:397 msgid "Best Friends" msgstr "Bestevenner" -#: ../../include/widgets.php:373 ../../include/identity.php:314 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 +#: ../../include/widgets.php:387 ../../include/identity.php:342 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 msgid "Friends" msgstr "Venner" -#: ../../include/widgets.php:374 +#: ../../include/widgets.php:388 msgid "Co-workers" msgstr "Medarbeidere" -#: ../../include/widgets.php:375 ../../mod/connedit.php:393 +#: ../../include/widgets.php:389 ../../mod/connedit.php:399 msgid "Former Friends" msgstr "Tidligere venner" -#: ../../include/widgets.php:376 ../../mod/connedit.php:394 +#: ../../include/widgets.php:390 ../../mod/connedit.php:400 msgid "Acquaintances" msgstr "Bekjente" -#: ../../include/widgets.php:377 +#: ../../include/widgets.php:391 msgid "Everybody" msgstr "Alle" -#: ../../include/widgets.php:409 +#: ../../include/widgets.php:423 msgid "Account settings" msgstr "Kontoinnstillinger" -#: ../../include/widgets.php:415 +#: ../../include/widgets.php:429 msgid "Channel settings" msgstr "Kanalinnstillinger" -#: ../../include/widgets.php:421 +#: ../../include/widgets.php:435 msgid "Additional features" msgstr "Tilleggsfunksjoner" -#: ../../include/widgets.php:427 +#: ../../include/widgets.php:441 msgid "Feature settings" msgstr "Funksjonsinnstillinger" -#: ../../include/widgets.php:433 +#: ../../include/widgets.php:447 msgid "Display settings" msgstr "Visningsinnstillinger" -#: ../../include/widgets.php:439 +#: ../../include/widgets.php:453 msgid "Connected apps" msgstr "Tilkoblede app-er" -#: ../../include/widgets.php:445 +#: ../../include/widgets.php:459 msgid "Export channel" msgstr "Eksporter kanal" -#: ../../include/widgets.php:457 +#: ../../include/widgets.php:471 msgid "Automatic Permissions (Advanced)" msgstr "Automatiske tillatelser (avansert)" -#: ../../include/widgets.php:467 +#: ../../include/widgets.php:481 msgid "Premium Channel Settings" msgstr "Premiumkanal-innstillinger" -#: ../../include/widgets.php:476 ../../include/features.php:43 +#: ../../include/widgets.php:490 ../../include/features.php:43 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Kanalkilder" -#: ../../include/widgets.php:487 ../../include/nav.php:186 -#: ../../mod/admin.php:838 ../../mod/admin.php:1043 +#: ../../include/widgets.php:501 ../../include/nav.php:186 +#: ../../mod/admin.php:976 ../../mod/admin.php:1181 msgid "Settings" msgstr "Innstillinger" -#: ../../include/widgets.php:504 +#: ../../include/widgets.php:518 msgid "Check Mail" msgstr "Sjekk meldinger" -#: ../../include/widgets.php:509 ../../include/nav.php:177 +#: ../../include/widgets.php:523 ../../include/nav.php:177 msgid "New Message" msgstr "Ny melding" -#: ../../include/widgets.php:585 +#: ../../include/widgets.php:599 msgid "Chat Rooms" msgstr "Chatrom" -#: ../../include/widgets.php:603 +#: ../../include/widgets.php:617 msgid "Bookmarked Chatrooms" msgstr "Bokmerkede chatrom" -#: ../../include/widgets.php:621 +#: ../../include/widgets.php:635 msgid "Suggested Chatrooms" msgstr "Foreslåtte chatrom" -#: ../../include/acl_selectors.php:235 -msgid "Visible to everybody" -msgstr "Synlig for alle" - -#: ../../include/acl_selectors.php:236 -msgid "show" -msgstr "vis" - -#: ../../include/acl_selectors.php:237 -msgid "don't show" -msgstr "ikke vis" - #: ../../include/activities.php:39 msgid " and " msgstr "og" @@ -228,7 +216,7 @@ msgstr "Besøk %1$s sitt %2$s" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s har oppdatert %2$s, endret %3$s." -#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1427 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1443 msgid "Logout" msgstr "Logg ut" @@ -244,8 +232,8 @@ msgstr "Hjem" msgid "Your posts and conversations" msgstr "Dine innlegg og samtaler" -#: ../../include/nav.php:81 ../../include/conversation.php:933 -#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 +#: ../../include/nav.php:81 ../../include/conversation.php:937 +#: ../../mod/connedit.php:318 ../../mod/connedit.php:432 msgid "View Profile" msgstr "Vis profil" @@ -261,7 +249,7 @@ msgstr "Endre profiler" msgid "Manage/Edit profiles" msgstr "Håndter/endre profiler" -#: ../../include/nav.php:84 ../../include/conversation.php:1475 +#: ../../include/nav.php:84 ../../include/conversation.php:1504 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "Bilder" @@ -270,7 +258,7 @@ msgstr "Bilder" msgid "Your photos" msgstr "Dine bilder" -#: ../../include/nav.php:85 ../../include/conversation.php:1484 +#: ../../include/nav.php:85 ../../include/conversation.php:1513 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Filer" @@ -288,7 +276,7 @@ msgid "Your chatrooms" msgstr "Dine chatterom" #: ../../include/nav.php:87 ../../include/nav.php:180 -#: ../../include/conversation.php:1506 ../../mod/events.php:354 +#: ../../include/conversation.php:1535 ../../mod/events.php:357 msgid "Events" msgstr "Hendelser" @@ -296,7 +284,7 @@ msgstr "Hendelser" msgid "Your events" msgstr "Dine hendelser" -#: ../../include/nav.php:88 ../../include/conversation.php:1514 +#: ../../include/nav.php:88 ../../include/conversation.php:1543 msgid "Bookmarks" msgstr "Bokmerker" @@ -304,7 +292,8 @@ msgstr "Bokmerker" msgid "Your bookmarks" msgstr "Dine bokmerker" -#: ../../include/nav.php:90 ../../include/conversation.php:1525 +#: ../../include/nav.php:90 ../../include/conversation.php:1554 +#: ../../mod/webpages.php:79 msgid "Webpages" msgstr "Websider" @@ -312,7 +301,7 @@ msgstr "Websider" msgid "Your webpages" msgstr "Dine websider" -#: ../../include/nav.php:94 ../../boot.php:1428 +#: ../../include/nav.php:94 ../../boot.php:1444 msgid "Login" msgstr "Logg inn" @@ -333,7 +322,7 @@ msgstr "Klikk for å godkjennes mot din hjemme-hub" msgid "Home Page" msgstr "Hjemmeside" -#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1404 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1420 msgid "Register" msgstr "Registrer" @@ -357,8 +346,8 @@ msgstr "Apper" msgid "Addon applications, utilities, games" msgstr "Tilleggsprogrammer, verktøy, spill" -#: ../../include/nav.php:144 ../../include/text.php:763 -#: ../../include/text.php:777 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:803 +#: ../../include/text.php:817 ../../mod/search.php:29 msgid "Search" msgstr "Søk" @@ -366,7 +355,7 @@ msgstr "Søk" msgid "Search site content" msgstr "Søk stedets innhold" -#: ../../include/nav.php:147 ../../mod/directory.php:211 +#: ../../include/nav.php:147 ../../mod/directory.php:215 msgid "Directory" msgstr "Katalog" @@ -398,13 +387,10 @@ msgstr "Kanalhjem" msgid "Mark all channel notifications seen" msgstr "Merk alle kanalvarsler som sett" -#: ../../include/nav.php:165 -msgid "Intros" -msgstr "Introduksjoner" - -#: ../../include/nav.php:165 ../../mod/connections.php:250 -msgid "New Connections" -msgstr "Nye forbindelser" +#: ../../include/nav.php:165 ../../include/nav.php:188 +#: ../../mod/connections.php:384 +msgid "Connections" +msgstr "Forbindelser" #: ../../include/nav.php:168 msgid "Notices" @@ -448,7 +434,7 @@ msgstr "Utboks" #: ../../include/nav.php:180 msgid "Event Calendar" -msgstr "Hendelseskalender" +msgstr "Kalender" #: ../../include/nav.php:181 msgid "See all events" @@ -470,15 +456,11 @@ msgstr "Håndter dine kanaler" msgid "Account/Channel Settings" msgstr "Konto-/kanal-innstillinger" -#: ../../include/nav.php:188 ../../mod/connections.php:365 -msgid "Connections" -msgstr "Forbindelser" - #: ../../include/nav.php:188 msgid "Manage/Edit Friends and Connections" msgstr "Håndter/Endre venner og forbindelser" -#: ../../include/nav.php:195 ../../mod/admin.php:112 +#: ../../include/nav.php:195 ../../mod/admin.php:117 msgid "Admin" msgstr "Administrator" @@ -494,363 +476,27 @@ msgstr "Ikke noe nytt her" msgid "Please wait..." msgstr "Vennligst vent..." -#: ../../include/text.php:315 -msgid "prev" -msgstr "forrige" - -#: ../../include/text.php:317 -msgid "first" -msgstr "første" - -#: ../../include/text.php:346 -msgid "last" -msgstr "siste" - -#: ../../include/text.php:349 -msgid "next" -msgstr "neste" - -#: ../../include/text.php:361 -msgid "older" -msgstr "eldre" - -#: ../../include/text.php:363 -msgid "newer" -msgstr "nyere" - -#: ../../include/text.php:678 -msgid "No connections" -msgstr "Ingen forbindelser" - -#: ../../include/text.php:692 -#, php-format -msgid "%d Connection" -msgid_plural "%d Connections" -msgstr[0] "%d forbindelse" -msgstr[1] "%d forbindelser" - -#: ../../include/text.php:704 -msgid "View Connections" -msgstr "Vis forbindelser" - -#: ../../include/text.php:845 -msgid "poke" -msgstr "prikk" - -#: ../../include/text.php:845 ../../include/conversation.php:240 -msgid "poked" -msgstr "prikket" - -#: ../../include/text.php:846 -msgid "ping" -msgstr "varsle" - -#: ../../include/text.php:846 -msgid "pinged" -msgstr "varslet" - -#: ../../include/text.php:847 -msgid "prod" -msgstr "oppildne" - -#: ../../include/text.php:847 -msgid "prodded" -msgstr "oppildnet" - -#: ../../include/text.php:848 -msgid "slap" -msgstr "daske" - -#: ../../include/text.php:848 -msgid "slapped" -msgstr "dasket" - -#: ../../include/text.php:849 -msgid "finger" -msgstr "fingre" - -#: ../../include/text.php:849 -msgid "fingered" -msgstr "fingret" - -#: ../../include/text.php:850 -msgid "rebuff" -msgstr "tilbakevise" - -#: ../../include/text.php:850 -msgid "rebuffed" -msgstr "tilbakeviste" - -#: ../../include/text.php:862 -msgid "happy" -msgstr "glad" - -#: ../../include/text.php:863 -msgid "sad" -msgstr "trist" - -#: ../../include/text.php:864 -msgid "mellow" -msgstr "dempet" - -#: ../../include/text.php:865 -msgid "tired" -msgstr "trøtt" - -#: ../../include/text.php:866 -msgid "perky" -msgstr "oppkvikket" - -#: ../../include/text.php:867 -msgid "angry" -msgstr "sint" - -#: ../../include/text.php:868 -msgid "stupified" -msgstr "sløvet" - -#: ../../include/text.php:869 -msgid "puzzled" -msgstr "forundret" - -#: ../../include/text.php:870 -msgid "interested" -msgstr "interessert" - -#: ../../include/text.php:871 -msgid "bitter" -msgstr "bitter" - -#: ../../include/text.php:872 -msgid "cheerful" -msgstr "munter" - -#: ../../include/text.php:873 -msgid "alive" -msgstr "levende" - -#: ../../include/text.php:874 -msgid "annoyed" -msgstr "irritert" - -#: ../../include/text.php:875 -msgid "anxious" -msgstr "nervøs" - -#: ../../include/text.php:876 -msgid "cranky" -msgstr "gretten" - -#: ../../include/text.php:877 -msgid "disturbed" -msgstr "foruroliget" - -#: ../../include/text.php:878 -msgid "frustrated" -msgstr "frustrert" - -#: ../../include/text.php:879 -msgid "motivated" -msgstr "motivert" - -#: ../../include/text.php:880 -msgid "relaxed" -msgstr "avslappet" - -#: ../../include/text.php:881 -msgid "surprised" -msgstr "overrasket" - -#: ../../include/text.php:1042 -msgid "Monday" -msgstr "mandag" - -#: ../../include/text.php:1042 -msgid "Tuesday" -msgstr "tirsdag" - -#: ../../include/text.php:1042 -msgid "Wednesday" -msgstr "onsdag" - -#: ../../include/text.php:1042 -msgid "Thursday" -msgstr "torsdag" - -#: ../../include/text.php:1042 -msgid "Friday" -msgstr "fredag" - -#: ../../include/text.php:1042 -msgid "Saturday" -msgstr "lørdag" - -#: ../../include/text.php:1042 -msgid "Sunday" -msgstr "søndag" - -#: ../../include/text.php:1046 -msgid "January" -msgstr "januar" - -#: ../../include/text.php:1046 -msgid "February" -msgstr "februar" - -#: ../../include/text.php:1046 -msgid "March" -msgstr "mars" - -#: ../../include/text.php:1046 -msgid "April" -msgstr "april" - -#: ../../include/text.php:1046 -msgid "May" -msgstr "mai" - -#: ../../include/text.php:1046 -msgid "June" -msgstr "juni" - -#: ../../include/text.php:1046 -msgid "July" -msgstr "juli" - -#: ../../include/text.php:1046 -msgid "August" -msgstr "august" - -#: ../../include/text.php:1046 -msgid "September" -msgstr "september" - -#: ../../include/text.php:1046 -msgid "October" -msgstr "oktober" - -#: ../../include/text.php:1046 -msgid "November" -msgstr "november" - -#: ../../include/text.php:1046 -msgid "December" -msgstr "desember" - -#: ../../include/text.php:1124 -msgid "unknown.???" -msgstr "ukjent.???" - -#: ../../include/text.php:1125 -msgid "bytes" -msgstr "bytes" - -#: ../../include/text.php:1160 -msgid "remove category" -msgstr "fjern kategori" - -#: ../../include/text.php:1182 -msgid "remove from file" -msgstr "fjern fra fil" - -#: ../../include/text.php:1240 ../../include/text.php:1252 -msgid "Click to open/close" -msgstr "Klikk for å åpne/lukke" - -#: ../../include/text.php:1407 ../../mod/events.php:332 -msgid "link to source" -msgstr "lenke til kilde" - -#: ../../include/text.php:1426 -msgid "Select a page layout: " -msgstr "Velg en side-layout:" - -#: ../../include/text.php:1429 ../../include/text.php:1494 -msgid "default" -msgstr "standard" - -#: ../../include/text.php:1465 -msgid "Page content type: " -msgstr "Sidens innholdstype:" - -#: ../../include/text.php:1506 -msgid "Select an alternate language" -msgstr "Velg et annet språk" - -#: ../../include/text.php:1627 ../../include/conversation.php:117 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 -msgid "photo" -msgstr "foto" - -#: ../../include/text.php:1630 ../../include/conversation.php:120 -#: ../../mod/tagger.php:49 -msgid "event" -msgstr "hendelse" - -#: ../../include/text.php:1633 ../../include/conversation.php:145 -#: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 -msgid "status" -msgstr "status" - -#: ../../include/text.php:1635 ../../include/conversation.php:147 -#: ../../mod/tagger.php:55 -msgid "comment" -msgstr "kommentar" - -#: ../../include/text.php:1640 -msgid "activity" -msgstr "aktivitet" - -#: ../../include/text.php:1897 -msgid "Design" -msgstr "Formgivning" - -#: ../../include/text.php:1899 -msgid "Blocks" -msgstr "Byggeklosser" - -#: ../../include/text.php:1900 -msgid "Menus" -msgstr "Menyer" - -#: ../../include/text.php:1901 -msgid "Layouts" -msgstr "Layout" - -#: ../../include/text.php:1902 -msgid "Pages" -msgstr "Sider" - -#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 -#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 -#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 -#: ../../include/bbcode.php:640 -msgid "Image/photo" -msgstr "Bilde/fotografi" - -#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 -msgid "Encrypted content" -msgstr "Kryptert innhold" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../include/bbcode.php:170 -msgid "QR code" -msgstr "QR-kode" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "Starter:" -#: ../../include/bbcode.php:213 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s skrev følgende %2$s %3$s" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "Slutter:" -#: ../../include/bbcode.php:215 -msgid "post" -msgstr "innlegg" +#: ../../include/event.php:40 ../../include/identity.php:726 +#: ../../include/bb2diaspora.php:455 ../../mod/events.php:465 +#: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 +msgid "Location:" +msgstr "Plassering:" -#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 -msgid "$1 wrote:" -msgstr "$1 skrev:" +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Offentlig tidslinje" #: ../../include/Contact.php:123 msgid "New window" @@ -1129,8 +775,8 @@ msgstr "OStatus" msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 -#: ../../mod/admin.php:751 ../../boot.php:1430 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1446 msgid "Email" msgstr "E-post" @@ -1158,6 +804,485 @@ msgstr "XMPP/IM" msgid "MySpace" msgstr "MySpace" +#: ../../include/conversation.php:117 ../../include/text.php:1697 +#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +msgid "photo" +msgstr "foto" + +#: ../../include/conversation.php:120 ../../include/text.php:1700 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "hendelse" + +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "kanal" + +#: ../../include/conversation.php:145 ../../include/text.php:1703 +#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +msgid "status" +msgstr "status" + +#: ../../include/conversation.php:147 ../../include/text.php:1705 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "kommentar" + +#: ../../include/conversation.php:161 ../../mod/like.php:142 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s liker %2$s sin %3$s" + +#: ../../include/conversation.php:164 ../../mod/like.php:144 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s liker ikke %2$s sin %3$s" + +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s er nå forbundet med %2$s" + +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s prikket %2$s" + +#: ../../include/conversation.php:240 ../../include/text.php:885 +msgid "poked" +msgstr "prikket" + +#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "%1$s er for øyeblikket %2$s" + +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" +msgstr "Velg" + +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:365 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 +msgid "Delete" +msgstr "Slett" + +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" +msgstr "Privat melding" + +#: ../../include/conversation.php:646 ../../include/ItemObject.php:161 +msgid "Message is verified" +msgstr "Innlegg er bekreftet" + +#: ../../include/conversation.php:666 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Vis %s sin profile @ %s" + +#: ../../include/conversation.php:680 +msgid "Categories:" +msgstr "Kategorier:" + +#: ../../include/conversation.php:681 +msgid "Filed under:" +msgstr "Sortert under:" + +#: ../../include/conversation.php:690 ../../include/ItemObject.php:226 +#, php-format +msgid " from %s" +msgstr "fra %s" + +#: ../../include/conversation.php:693 ../../include/ItemObject.php:229 +#, php-format +msgid "last edited: %s" +msgstr "sist endret: %s" + +#: ../../include/conversation.php:694 ../../include/ItemObject.php:230 +#, php-format +msgid "Expires: %s" +msgstr "Utløper: %s" + +#: ../../include/conversation.php:709 +msgid "View in context" +msgstr "Vis i sammenheng" + +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:259 ../../mod/mail.php:222 +#: ../../mod/mail.php:336 ../../mod/editpost.php:121 +#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115 +#: ../../mod/editwebpage.php:152 ../../mod/photos.php:974 +msgid "Please wait" +msgstr "Vennligst vent" + +#: ../../include/conversation.php:838 +msgid "remove" +msgstr "fjern" + +#: ../../include/conversation.php:842 +msgid "Loading..." +msgstr "Laster..." + +#: ../../include/conversation.php:843 +msgid "Delete Selected Items" +msgstr "Slett valgte elementer" + +#: ../../include/conversation.php:934 +msgid "View Source" +msgstr "Vis kilde" + +#: ../../include/conversation.php:935 +msgid "Follow Thread" +msgstr "Følg tråd" + +#: ../../include/conversation.php:936 +msgid "View Status" +msgstr "Vis status" + +#: ../../include/conversation.php:938 +msgid "View Photos" +msgstr "Vis bilder" + +#: ../../include/conversation.php:939 +msgid "Matrix Activity" +msgstr "Matrix-aktivitet" + +#: ../../include/conversation.php:940 +msgid "Edit Contact" +msgstr "Endre kontakt" + +#: ../../include/conversation.php:941 +msgid "Send PM" +msgstr "Send privat melding" + +#: ../../include/conversation.php:942 +msgid "Poke" +msgstr "Prikk" + +#: ../../include/conversation.php:998 +#, php-format +msgid "%s likes this." +msgstr "%s liker dette." + +#: ../../include/conversation.php:998 +#, php-format +msgid "%s doesn't like this." +msgstr "%s liker ikke dette." + +#: ../../include/conversation.php:1002 +#, php-format +msgid "<span %1$s>%2$d people</span> like this." +msgid_plural "<span %1$s>%2$d people</span> like this." +msgstr[0] "<span %1$s>%2$d person</span> liker dette." +msgstr[1] "<span %1$s>%2$d personer</span> liker dette." + +#: ../../include/conversation.php:1004 +#, php-format +msgid "<span %1$s>%2$d people</span> don't like this." +msgid_plural "<span %1$s>%2$d people</span> don't like this." +msgstr[0] "<span %1$s>%2$d person</span> liker ikke dette." +msgstr[1] "<span %1$s>%2$d personer</span> liker ikke dette." + +#: ../../include/conversation.php:1010 +msgid "and" +msgstr "og" + +#: ../../include/conversation.php:1013 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] ", og %d annen person" +msgstr[1] ", og %d andre personer" + +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s like this." +msgstr "%s liker dette." + +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s don't like this." +msgstr "%s liker ikke dette." + +#: ../../include/conversation.php:1071 +msgid "Visible to <strong>everybody</strong>" +msgstr "Synlig for <strong>alle</strong>" + +#: ../../include/conversation.php:1072 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" +msgstr "Vennligst skriv inn en lenke URL:" + +#: ../../include/conversation.php:1073 +msgid "Please enter a video link/URL:" +msgstr "Vennligst skriv en videolenke/URL:" + +#: ../../include/conversation.php:1074 +msgid "Please enter an audio link/URL:" +msgstr "Vennligst skriv en lydlenke/URL:" + +#: ../../include/conversation.php:1075 +msgid "Tag term:" +msgstr "Merkelapp:" + +#: ../../include/conversation.php:1076 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "Lagre til mappe:" + +#: ../../include/conversation.php:1077 +msgid "Where are you right now?" +msgstr "Hvor er du akkurat nå?" + +#: ../../include/conversation.php:1078 ../../mod/mail.php:172 +#: ../../mod/mail.php:270 ../../mod/editpost.php:52 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "Utløper YYYY-MM-DD HH:MM" + +#: ../../include/conversation.php:1088 ../../include/ItemObject.php:557 +#: ../../mod/webpages.php:123 ../../mod/editpost.php:140 +#: ../../mod/editblock.php:141 ../../mod/editlayout.php:135 +#: ../../mod/editwebpage.php:175 ../../mod/photos.php:994 +msgid "Preview" +msgstr "Forhåndsvisning" + +#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 +#: ../../mod/photos.php:973 +msgid "Share" +msgstr "Del" + +#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 +msgid "Page link title" +msgstr "Sidens lenketittel" + +#: ../../include/conversation.php:1107 +msgid "Post as" +msgstr "Lag innlegg som" + +#: ../../include/conversation.php:1108 ../../mod/mail.php:219 +#: ../../mod/mail.php:332 ../../mod/editpost.php:113 +#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107 +#: ../../mod/editwebpage.php:144 +msgid "Upload photo" +msgstr "Last opp bilde" + +#: ../../include/conversation.php:1109 +msgid "upload photo" +msgstr "last opp bilde" + +#: ../../include/conversation.php:1110 ../../mod/mail.php:220 +#: ../../mod/mail.php:333 ../../mod/editpost.php:114 +#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108 +#: ../../mod/editwebpage.php:145 +msgid "Attach file" +msgstr "Legg ved fil" + +#: ../../include/conversation.php:1111 +msgid "attach file" +msgstr "legg ved fil" + +#: ../../include/conversation.php:1112 ../../mod/mail.php:221 +#: ../../mod/mail.php:334 ../../mod/editpost.php:115 +#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109 +#: ../../mod/editwebpage.php:146 +msgid "Insert web link" +msgstr "Sett inn web-lenke" + +#: ../../include/conversation.php:1113 +msgid "web link" +msgstr "web-lenke" + +#: ../../include/conversation.php:1114 +msgid "Insert video link" +msgstr "Sett inn videolenke" + +#: ../../include/conversation.php:1115 +msgid "video link" +msgstr "videolenke" + +#: ../../include/conversation.php:1116 +msgid "Insert audio link" +msgstr "Sett inn lenke til lyd" + +#: ../../include/conversation.php:1117 +msgid "audio link" +msgstr "lenke til lyd" + +#: ../../include/conversation.php:1118 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:118 ../../mod/editlayout.php:113 +#: ../../mod/editwebpage.php:150 +msgid "Set your location" +msgstr "Angi din plassering" + +#: ../../include/conversation.php:1119 +msgid "set location" +msgstr "angi plassering" + +#: ../../include/conversation.php:1120 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:119 ../../mod/editlayout.php:114 +#: ../../mod/editwebpage.php:151 +msgid "Clear browser location" +msgstr "Fjern nettleserplassering" + +#: ../../include/conversation.php:1121 +msgid "clear location" +msgstr "fjern plassering" + +#: ../../include/conversation.php:1123 ../../mod/editpost.php:132 +#: ../../mod/editblock.php:132 ../../mod/editlayout.php:126 +#: ../../mod/editwebpage.php:167 +msgid "Set title" +msgstr "Angi tittel" + +#: ../../include/conversation.php:1126 ../../mod/editpost.php:134 +#: ../../mod/editblock.php:135 ../../mod/editlayout.php:129 +#: ../../mod/editwebpage.php:169 +msgid "Categories (comma-separated list)" +msgstr "Kategorier (kommaseparert liste)" + +#: ../../include/conversation.php:1128 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:121 ../../mod/editlayout.php:116 +#: ../../mod/editwebpage.php:153 +msgid "Permission settings" +msgstr "Tillatelser - innstillinger" + +#: ../../include/conversation.php:1129 +msgid "permissions" +msgstr "tillatelser" + +#: ../../include/conversation.php:1136 ../../mod/editpost.php:129 +#: ../../mod/editblock.php:129 ../../mod/editlayout.php:123 +#: ../../mod/editwebpage.php:162 +msgid "Public post" +msgstr "Offentlig innlegg" + +#: ../../include/conversation.php:1138 ../../mod/editpost.php:135 +#: ../../mod/editblock.php:136 ../../mod/editlayout.php:130 +#: ../../mod/editwebpage.php:170 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Eksempel: ola@eksempel.no, kari@eksempel.no" + +#: ../../include/conversation.php:1151 ../../mod/mail.php:226 +#: ../../mod/mail.php:339 ../../mod/editpost.php:146 +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140 +#: ../../mod/editwebpage.php:180 +msgid "Set expiration date" +msgstr "Angi utløpsdato" + +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:560 +#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:148 +msgid "Encrypt text" +msgstr "Krypter tekst" + +#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 +msgid "OK" +msgstr "OK" + +#: ../../include/conversation.php:1156 ../../mod/settings.php:516 +#: ../../mod/settings.php:542 ../../mod/editpost.php:151 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 +msgid "Cancel" +msgstr "Avbryt" + +#: ../../include/conversation.php:1395 +msgid "Discover" +msgstr "Oppdage" + +#: ../../include/conversation.php:1398 +msgid "Imported public streams" +msgstr "Importerte offentlige strømmer" + +#: ../../include/conversation.php:1403 +msgid "Commented Order" +msgstr "Kommentert" + +#: ../../include/conversation.php:1406 +msgid "Sort by Comment Date" +msgstr "Sorter etter kommentert dato" + +#: ../../include/conversation.php:1410 +msgid "Posted Order" +msgstr "Lagt inn" + +#: ../../include/conversation.php:1413 +msgid "Sort by Post Date" +msgstr "Sorter etter innleggsdato" + +#: ../../include/conversation.php:1418 +msgid "Personal" +msgstr "Personlig" + +#: ../../include/conversation.php:1421 +msgid "Posts that mention or involve you" +msgstr "Innlegg som nevner eller involverer deg" + +#: ../../include/conversation.php:1427 ../../mod/menu.php:61 +#: ../../mod/connections.php:211 ../../mod/connections.php:223 +msgid "New" +msgstr "Nye" + +#: ../../include/conversation.php:1430 +msgid "Activity Stream - by date" +msgstr "Aktivitetsstrøm - etter dato" + +#: ../../include/conversation.php:1436 +msgid "Starred" +msgstr "Stjerne" + +#: ../../include/conversation.php:1439 +msgid "Favourite Posts" +msgstr "Favorittinnlegg" + +#: ../../include/conversation.php:1446 +msgid "Spam" +msgstr "Søppel" + +#: ../../include/conversation.php:1449 +msgid "Posts flagged as SPAM" +msgstr "Innlegg merket som SØPPEL" + +#: ../../include/conversation.php:1483 ../../mod/admin.php:890 +msgid "Channel" +msgstr "Kanal" + +#: ../../include/conversation.php:1486 +msgid "Status Messages and Posts" +msgstr "Statusmeldinger og -innlegg" + +#: ../../include/conversation.php:1495 +msgid "About" +msgstr "Om" + +#: ../../include/conversation.php:1498 +msgid "Profile Details" +msgstr "Profildetaljer" + +#: ../../include/conversation.php:1507 ../../include/photos.php:311 +msgid "Photo Albums" +msgstr "Fotoalbum" + +#: ../../include/conversation.php:1516 +msgid "Files and Storage" +msgstr "Filer og lagring" + +#: ../../include/conversation.php:1525 ../../include/conversation.php:1528 +msgid "Chatrooms" +msgstr "Chatrom" + +#: ../../include/conversation.php:1538 +msgid "Events and Calendar" +msgstr "Hendelser og kalender" + +#: ../../include/conversation.php:1546 +msgid "Saved Bookmarks" +msgstr "Lagrede bokmerker" + +#: ../../include/conversation.php:1557 +msgid "Manage Webpages" +msgstr "Håndtere websider" + #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" msgstr "Forskjellig" @@ -1236,23 +1361,36 @@ msgstr "%1$d %2$s siden" msgid "Cannot locate DNS info for database server '%s'" msgstr "Kan ikke finne DNS-informasjon om databasetjener '%s'" -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:603 +#: ../../include/bbcode.php:606 ../../include/bbcode.php:611 +#: ../../include/bbcode.php:614 ../../include/bbcode.php:617 +#: ../../include/bbcode.php:620 ../../include/bbcode.php:625 +#: ../../include/bbcode.php:628 ../../include/bbcode.php:633 +#: ../../include/bbcode.php:636 ../../include/bbcode.php:639 +#: ../../include/bbcode.php:642 +msgid "Image/photo" +msgstr "Bilde/fotografi" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" -msgstr "Starter:" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:653 +msgid "Encrypted content" +msgstr "Kryptert innhold" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" -msgstr "Slutter:" +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "QR-kode" -#: ../../include/event.php:40 ../../include/identity.php:694 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111 -msgid "Location:" -msgstr "Plassering:" +#: ../../include/bbcode.php:213 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s skrev følgende %2$s %3$s" + +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "innlegg" + +#: ../../include/bbcode.php:571 ../../include/bbcode.php:591 +msgid "$1 wrote:" +msgstr "$1 skrev:" #: ../../include/group.php:25 msgid "" @@ -1265,7 +1403,7 @@ msgstr "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tilla msgid "Default privacy group for new contacts" msgstr "Standard personverngruppe for nye kontakter" -#: ../../include/group.php:242 ../../mod/admin.php:751 +#: ../../include/group.php:242 ../../mod/admin.php:762 msgid "All Channels" msgstr "Alle kanaler" @@ -1294,12 +1432,12 @@ msgid "Delete this item?" msgstr "Slett dette elementet?" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 -#: ../../mod/photos.php:993 ../../mod/photos.php:1080 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 msgid "Comment" msgstr "Kommentar" #: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:130 msgid "show more" msgstr "vis mer" @@ -1335,76 +1473,80 @@ msgstr "Hemmelig passordsetning" msgid "Passphrase hint" msgstr "Hint om passordsetning" -#: ../../include/js_strings.php:17 +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Varsel: Tillatelser har blitt endret, men de har ennå ikke blitt sendt inn." + +#: ../../include/js_strings.php:18 msgid "timeago.prefixAgo" msgstr "timeago.prefixAgo" -#: ../../include/js_strings.php:18 +#: ../../include/js_strings.php:19 msgid "timeago.prefixFromNow" msgstr "timeago.prefixFromNow" -#: ../../include/js_strings.php:19 +#: ../../include/js_strings.php:20 msgid "ago" msgstr "siden" -#: ../../include/js_strings.php:20 +#: ../../include/js_strings.php:21 msgid "from now" msgstr "fra nå" -#: ../../include/js_strings.php:21 +#: ../../include/js_strings.php:22 msgid "less than a minute" msgstr "mindre enn ett minutt" -#: ../../include/js_strings.php:22 +#: ../../include/js_strings.php:23 msgid "about a minute" msgstr "omtrent et minutt" -#: ../../include/js_strings.php:23 +#: ../../include/js_strings.php:24 #, php-format msgid "%d minutes" msgstr "%d minutter" -#: ../../include/js_strings.php:24 +#: ../../include/js_strings.php:25 msgid "about an hour" msgstr "omtrent en time" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 #, php-format msgid "about %d hours" msgstr "omtrent %d timer" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 msgid "a day" msgstr "en dag" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 #, php-format msgid "%d days" msgstr "%d dager" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 msgid "about a month" msgstr "omtrent en måned" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 #, php-format msgid "%d months" msgstr "%d måneder" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 msgid "about a year" msgstr "omtrent et år" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 #, php-format msgid "%d years" msgstr "%d år" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 msgid " " msgstr " " -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 msgid "timeago.numbers" msgstr "timeago.numbers" @@ -1427,7 +1569,7 @@ msgstr "Lagret innlegg kunne ikke bekreftes." #: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 #: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 #: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 -#: ../../mod/photos.php:656 ../../mod/photos.php:678 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 msgid "Profile Photos" msgstr "Profilbilder" @@ -1436,37 +1578,38 @@ msgstr "Profilbilder" #: ../../include/attach.php:283 ../../include/attach.php:297 #: ../../include/attach.php:322 ../../include/attach.php:513 #: ../../include/attach.php:585 ../../include/chat.php:113 -#: ../../include/photos.php:15 ../../include/items.php:3571 +#: ../../include/photos.php:15 ../../include/items.php:3606 #: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 #: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 -#: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44 -#: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 -#: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/invite.php:104 ../../mod/mail.php:108 ../../mod/settings.php:492 +#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/editpost.php:13 ../../mod/bookmarks.php:46 #: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 -#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 -#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 +#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/item.php:179 +#: ../../mod/item.php:187 ../../mod/item.php:860 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/setup.php:203 +#: ../../mod/connedit.php:188 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 #: ../../mod/network.php:12 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/blocks.php:29 +#: ../../mod/blocks.php:44 ../../mod/chat.php:89 ../../mod/chat.php:94 #: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 -#: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 -#: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 -#: ../../mod/profile_photo.php:200 ../../mod/connections.php:169 -#: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/block.php:22 ../../mod/block.php:72 -#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 -#: ../../mod/poke.php:128 ../../mod/channel.php:88 ../../mod/channel.php:188 -#: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:34 ../../mod/filestorage.php:10 +#: ../../mod/achievements.php:27 ../../mod/editblock.php:34 +#: ../../mod/manage.php:6 ../../mod/editlayout.php:48 +#: ../../mod/profile_photo.php:187 ../../mod/profile_photo.php:200 +#: ../../mod/connections.php:169 ../../mod/notifications.php:66 +#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/poke.php:128 ../../mod/channel.php:89 +#: ../../mod/channel.php:193 ../../mod/channel.php:236 +#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:10 #: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 #: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 #: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 #: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:526 #: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351 msgid "Permission denied." -msgstr "Tilatelse avslått." +msgstr "Tillatelse avslått." #: ../../include/attach.php:224 ../../include/attach.php:278 msgid "Item was not found." @@ -1531,441 +1674,29 @@ msgstr "databaselagring mislyktes." msgid "%1$s's bookmarks" msgstr "%1$s sine bokmerker" -#: ../../include/conversation.php:123 -msgid "channel" -msgstr "kanal" - -#: ../../include/conversation.php:161 ../../mod/like.php:134 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s liker %2$s sin %3$s" - -#: ../../include/conversation.php:164 ../../mod/like.php:136 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s liker ikke %2$s sin %3$s" - -#: ../../include/conversation.php:201 -#, php-format -msgid "%1$s is now connected with %2$s" -msgstr "%1$s er nå forbundet med %2$s" - -#: ../../include/conversation.php:236 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s prikket %2$s" - -#: ../../include/conversation.php:258 ../../mod/mood.php:63 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s er for øyeblikket %2$s" - -#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 -msgid "Select" -msgstr "Velg" - -#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 -#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:746 ../../mod/connedit.php:359 -#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 -msgid "Delete" -msgstr "Slett" - -#: ../../include/conversation.php:642 ../../include/ItemObject.php:161 -msgid "Message is verified" -msgstr "Innlegg er bekreftet" - -#: ../../include/conversation.php:662 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Vis %s sin profile @ %s" - -#: ../../include/conversation.php:676 -msgid "Categories:" -msgstr "Kategorier:" - -#: ../../include/conversation.php:677 -msgid "Filed under:" -msgstr "Sortert under:" - -#: ../../include/conversation.php:686 ../../include/ItemObject.php:226 -#, php-format -msgid " from %s" -msgstr "fra %s" - -#: ../../include/conversation.php:689 ../../include/ItemObject.php:229 -#, php-format -msgid "last edited: %s" -msgstr "sist endret: %s" - -#: ../../include/conversation.php:690 ../../include/ItemObject.php:230 -#, php-format -msgid "Expires: %s" -msgstr "Utløper: %s" - -#: ../../include/conversation.php:705 -msgid "View in context" -msgstr "Vis i sammenheng" - -#: ../../include/conversation.php:707 ../../include/conversation.php:1120 -#: ../../include/ItemObject.php:259 ../../mod/editpost.php:121 -#: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:120 -#: ../../mod/photos.php:975 -msgid "Please wait" -msgstr "Vennligst vent" - -#: ../../include/conversation.php:834 -msgid "remove" -msgstr "fjern" - -#: ../../include/conversation.php:838 -msgid "Loading..." -msgstr "Laster..." - -#: ../../include/conversation.php:839 -msgid "Delete Selected Items" -msgstr "Slett valgte elementer" - -#: ../../include/conversation.php:930 -msgid "View Source" -msgstr "Vis kilde" - -#: ../../include/conversation.php:931 -msgid "Follow Thread" -msgstr "Følg tråd" - -#: ../../include/conversation.php:932 -msgid "View Status" -msgstr "Vis status" - -#: ../../include/conversation.php:934 -msgid "View Photos" -msgstr "Vis bilder" - -#: ../../include/conversation.php:935 -msgid "Matrix Activity" -msgstr "Matrix-aktivitet" - -#: ../../include/conversation.php:936 -msgid "Edit Contact" -msgstr "Endre kontakt" - -#: ../../include/conversation.php:937 -msgid "Send PM" -msgstr "Send privat melding" - -#: ../../include/conversation.php:938 -msgid "Poke" -msgstr "Prikk" - -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s likes this." -msgstr "%s liker dette." - -#: ../../include/conversation.php:1000 -#, php-format -msgid "%s doesn't like this." -msgstr "%s liker ikke dette." - -#: ../../include/conversation.php:1004 -#, php-format -msgid "<span %1$s>%2$d people</span> like this." -msgid_plural "<span %1$s>%2$d people</span> like this." -msgstr[0] "<span %1$s>%2$d person</span> liker dette." -msgstr[1] "<span %1$s>%2$d personer</span> liker dette." - -#: ../../include/conversation.php:1006 -#, php-format -msgid "<span %1$s>%2$d people</span> don't like this." -msgid_plural "<span %1$s>%2$d people</span> don't like this." -msgstr[0] "<span %1$s>%2$d person</span> liker ikke dette." -msgstr[1] "<span %1$s>%2$d personer</span> liker ikke dette." - -#: ../../include/conversation.php:1012 -msgid "and" -msgstr "og" - -#: ../../include/conversation.php:1015 -#, php-format -msgid ", and %d other people" -msgid_plural ", and %d other people" -msgstr[0] ", og %d annen person" -msgstr[1] ", og %d andre personer" - -#: ../../include/conversation.php:1016 -#, php-format -msgid "%s like this." -msgstr "%s liker dette." - -#: ../../include/conversation.php:1016 -#, php-format -msgid "%s don't like this." -msgstr "%s liker ikke dette." - -#: ../../include/conversation.php:1066 -msgid "Visible to <strong>everybody</strong>" -msgstr "Synlig for <strong>alle</strong>" - -#: ../../include/conversation.php:1067 ../../mod/mail.php:171 -#: ../../mod/mail.php:269 -msgid "Please enter a link URL:" -msgstr "Vennligst skriv inn en lenke URL:" - -#: ../../include/conversation.php:1068 -msgid "Please enter a video link/URL:" -msgstr "Vennligst skriv en videolenke/URL:" - -#: ../../include/conversation.php:1069 -msgid "Please enter an audio link/URL:" -msgstr "Vennligst skriv en lydlenke/URL:" - -#: ../../include/conversation.php:1070 -msgid "Tag term:" -msgstr "Merkelapp:" - -#: ../../include/conversation.php:1071 ../../mod/filer.php:35 -msgid "Save to Folder:" -msgstr "Lagre til mappe:" - -#: ../../include/conversation.php:1072 -msgid "Where are you right now?" -msgstr "Hvor er du akkurat nå?" - -#: ../../include/conversation.php:1073 ../../mod/editpost.php:52 -#: ../../mod/mail.php:172 ../../mod/mail.php:270 -msgid "Expires YYYY-MM-DD HH:MM" -msgstr "Utløper YYYY-MM-DD HH:MM" - -#: ../../include/conversation.php:1083 ../../include/ItemObject.php:557 -#: ../../mod/webpages.php:122 ../../mod/editpost.php:141 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 -#: ../../mod/editblock.php:142 ../../mod/photos.php:995 -msgid "Preview" -msgstr "Forhåndsvisning" - -#: ../../include/conversation.php:1097 ../../mod/layouts.php:112 -#: ../../mod/photos.php:974 -msgid "Share" -msgstr "Del" - -#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 -msgid "Page link title" -msgstr "Sidens lenketittel" - -#: ../../include/conversation.php:1101 ../../mod/editpost.php:113 -#: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:112 -msgid "Upload photo" -msgstr "Last opp bilde" - -#: ../../include/conversation.php:1102 -msgid "upload photo" -msgstr "last opp bilde" - -#: ../../include/conversation.php:1103 ../../mod/editpost.php:114 -#: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:113 -msgid "Attach file" -msgstr "Legg ved fil" - -#: ../../include/conversation.php:1104 -msgid "attach file" -msgstr "legg ved fil" - -#: ../../include/conversation.php:1105 ../../mod/editpost.php:115 -#: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:114 -msgid "Insert web link" -msgstr "Sett inn web-lenke" - -#: ../../include/conversation.php:1106 -msgid "web link" -msgstr "web-lenke" - -#: ../../include/conversation.php:1107 -msgid "Insert video link" -msgstr "Sett inn videolenke" - -#: ../../include/conversation.php:1108 -msgid "video link" -msgstr "videolenke" - -#: ../../include/conversation.php:1109 -msgid "Insert audio link" -msgstr "Sett inn lenke til lyd" - -#: ../../include/conversation.php:1110 -msgid "audio link" -msgstr "lenke til lyd" - -#: ../../include/conversation.php:1111 ../../mod/editpost.php:119 -#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 -#: ../../mod/editblock.php:118 -msgid "Set your location" -msgstr "Angi din plassering" - -#: ../../include/conversation.php:1112 -msgid "set location" -msgstr "angi plassering" - -#: ../../include/conversation.php:1113 ../../mod/editpost.php:120 -#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 -#: ../../mod/editblock.php:119 -msgid "Clear browser location" -msgstr "Fjern nettleserplassering" - -#: ../../include/conversation.php:1114 -msgid "clear location" -msgstr "fjern plassering" - -#: ../../include/conversation.php:1116 ../../mod/editpost.php:133 -#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 -#: ../../mod/editblock.php:133 -msgid "Set title" -msgstr "Angi tittel" - -#: ../../include/conversation.php:1119 ../../mod/editpost.php:135 -#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 -#: ../../mod/editblock.php:136 -msgid "Categories (comma-separated list)" -msgstr "Kategorier (kommaseparert liste)" - -#: ../../include/conversation.php:1121 ../../mod/editpost.php:122 -#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 -#: ../../mod/editblock.php:121 -msgid "Permission settings" -msgstr "Tillatelser - innstillinger" - -#: ../../include/conversation.php:1122 -msgid "permissions" -msgstr "tillatelser" - -#: ../../include/conversation.php:1130 ../../mod/editpost.php:130 -#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 -#: ../../mod/editblock.php:130 -msgid "Public post" -msgstr "Offentlig innlegg" - -#: ../../include/conversation.php:1132 ../../mod/editpost.php:136 -#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 -#: ../../mod/editblock.php:137 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Eksempel: ola@eksempel.no, kari@eksempel.no" - -#: ../../include/conversation.php:1145 ../../mod/editpost.php:147 -#: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:147 -msgid "Set expiration date" -msgstr "Angi utløpsdato" - -#: ../../include/conversation.php:1147 ../../include/ItemObject.php:560 -#: ../../mod/editpost.php:149 ../../mod/mail.php:228 ../../mod/mail.php:341 -msgid "Encrypt text" -msgstr "Krypter tekst" - -#: ../../include/conversation.php:1149 ../../mod/editpost.php:151 -msgid "OK" -msgstr "OK" - -#: ../../include/conversation.php:1150 ../../mod/settings.php:516 -#: ../../mod/settings.php:542 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/editpost.php:152 ../../mod/fbrowser.php:82 -#: ../../mod/fbrowser.php:117 -msgid "Cancel" -msgstr "Avbryt" - -#: ../../include/conversation.php:1381 -msgid "Commented Order" -msgstr "Kommentert" - -#: ../../include/conversation.php:1384 -msgid "Sort by Comment Date" -msgstr "Sorter etter kommentert dato" - -#: ../../include/conversation.php:1387 -msgid "Posted Order" -msgstr "Lagt inn" - -#: ../../include/conversation.php:1390 -msgid "Sort by Post Date" -msgstr "Sorter etter innleggsdato" - -#: ../../include/conversation.php:1394 -msgid "Personal" -msgstr "Personlig" - -#: ../../include/conversation.php:1397 -msgid "Posts that mention or involve you" -msgstr "Innlegg som nevner eller involverer deg" - -#: ../../include/conversation.php:1400 ../../mod/menu.php:61 -#: ../../mod/connections.php:211 -msgid "New" -msgstr "Nye" - -#: ../../include/conversation.php:1403 -msgid "Activity Stream - by date" -msgstr "Aktivitetsstrøm - etter dato" - -#: ../../include/conversation.php:1410 -msgid "Starred" -msgstr "Stjerne" - -#: ../../include/conversation.php:1413 -msgid "Favourite Posts" -msgstr "Favorittinnlegg" - -#: ../../include/conversation.php:1420 -msgid "Spam" -msgstr "Søppel" - -#: ../../include/conversation.php:1423 -msgid "Posts flagged as SPAM" -msgstr "Innlegg merket som SØPPEL" - -#: ../../include/conversation.php:1454 -msgid "Channel" -msgstr "Kanal" - -#: ../../include/conversation.php:1457 -msgid "Status Messages and Posts" -msgstr "Statusmeldinger og -innlegg" - -#: ../../include/conversation.php:1466 -msgid "About" -msgstr "Om" - -#: ../../include/conversation.php:1469 -msgid "Profile Details" -msgstr "Profildetaljer" - -#: ../../include/conversation.php:1478 ../../include/photos.php:302 -msgid "Photo Albums" -msgstr "Fotoalbum" - -#: ../../include/conversation.php:1487 -msgid "Files and Storage" -msgstr "Filer og lagring" +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" +msgstr "Synlig for alle" -#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 -msgid "Chatrooms" -msgstr "Chatrom" +#: ../../include/acl_selectors.php:239 +msgid "Show" +msgstr "Vis" -#: ../../include/conversation.php:1509 -msgid "Events and Calendar" -msgstr "Hendelser og kalender" +#: ../../include/acl_selectors.php:240 +msgid "Don't show" +msgstr "Ikke vis" -#: ../../include/conversation.php:1517 -msgid "Saved Bookmarks" -msgstr "Lagrede bokmerker" +#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206 +#: ../../mod/filestorage.php:124 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 +msgid "Permissions" +msgstr "Tillatelser" -#: ../../include/conversation.php:1528 -msgid "Manage Webpages" -msgstr "Håndtere websider" +#: ../../include/acl_selectors.php:247 +msgid "Close" +msgstr "Lukk" -#: ../../include/identity.php:30 ../../mod/item.php:1187 +#: ../../include/identity.php:30 ../../mod/item.php:1232 msgid "Unable to obtain identity information from database" msgstr "Klarer ikke å få tak i identitetsinformasjon fra databasen" @@ -1977,240 +1708,236 @@ msgstr "Mangler navn" msgid "Name too long" msgstr "Navnet er for langt" -#: ../../include/identity.php:147 +#: ../../include/identity.php:166 msgid "No account identifier" msgstr "Ingen kontoidentifikator" -#: ../../include/identity.php:157 +#: ../../include/identity.php:176 msgid "Nickname is required." msgstr "Kallenavn er påkrevd." -#: ../../include/identity.php:171 +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "Reservert kallenavn. Vennligst velg et annet." + +#: ../../include/identity.php:195 msgid "" "Nickname has unsupported characters or is already being used on this site." msgstr "Kallenavnet inneholder tegn som ikke er støttet eller det er allerede i bruk på dette nettstedet." -#: ../../include/identity.php:230 +#: ../../include/identity.php:258 msgid "Unable to retrieve created identity" msgstr "Klarer ikke å hente den lagede identiteten" -#: ../../include/identity.php:289 +#: ../../include/identity.php:317 msgid "Default Profile" msgstr "Standardprofil" -#: ../../include/identity.php:481 +#: ../../include/identity.php:509 msgid "Requested channel is not available." msgstr "Forespurt kanal er ikke tilgjengelig." -#: ../../include/identity.php:528 ../../mod/webpages.php:8 -#: ../../mod/connect.php:13 ../../mod/layouts.php:8 -#: ../../mod/achievements.php:8 ../../mod/blocks.php:10 -#: ../../mod/profile.php:16 ../../mod/filestorage.php:40 +#: ../../include/identity.php:557 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/layouts.php:8 ../../mod/blocks.php:10 +#: ../../mod/achievements.php:8 ../../mod/profile.php:16 +#: ../../mod/filestorage.php:40 msgid "Requested profile is not available." msgstr "Forespurt profil er ikke tilgjengelig." -#: ../../include/identity.php:580 -msgid " Sorry, you don't have the permission to view this profile. " -msgstr "Beklager, du har ikke tillatelse til å se denne profilen." - -#: ../../include/identity.php:657 ../../mod/profiles.php:603 +#: ../../include/identity.php:689 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "Endre profilbilde" -#: ../../include/identity.php:663 +#: ../../include/identity.php:695 msgid "Profiles" msgstr "Profiler" -#: ../../include/identity.php:663 +#: ../../include/identity.php:695 msgid "Manage/edit profiles" msgstr "Håndtere/endre profiler" -#: ../../include/identity.php:664 ../../mod/profiles.php:604 +#: ../../include/identity.php:696 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "Lag ny profil" -#: ../../include/identity.php:667 +#: ../../include/identity.php:699 msgid "Edit Profile" msgstr "Endre profil" -#: ../../include/identity.php:678 ../../mod/profiles.php:615 +#: ../../include/identity.php:710 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "Profilbilde" -#: ../../include/identity.php:681 ../../mod/profiles.php:618 +#: ../../include/identity.php:713 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "synlig for alle" -#: ../../include/identity.php:682 ../../mod/profiles.php:619 +#: ../../include/identity.php:714 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "Endre synlighet" -#: ../../include/identity.php:696 ../../include/identity.php:923 -#: ../../mod/directory.php:159 +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:163 msgid "Gender:" msgstr "Kjønn:" -#: ../../include/identity.php:697 ../../include/identity.php:943 -#: ../../mod/directory.php:161 +#: ../../include/identity.php:729 ../../include/identity.php:972 +#: ../../mod/directory.php:165 msgid "Status:" msgstr "Status:" -#: ../../include/identity.php:698 ../../include/identity.php:954 -#: ../../mod/directory.php:163 +#: ../../include/identity.php:730 ../../include/identity.php:983 +#: ../../mod/directory.php:167 msgid "Homepage:" msgstr "Hjemmeside:" -#: ../../include/identity.php:699 ../../mod/dirprofile.php:157 +#: ../../include/identity.php:731 ../../mod/dirprofile.php:157 msgid "Online Now" msgstr "Online nå" -#: ../../include/identity.php:767 ../../include/identity.php:847 +#: ../../include/identity.php:796 ../../include/identity.php:876 #: ../../mod/ping.php:262 msgid "g A l F d" msgstr "g A l F d" -#: ../../include/identity.php:768 ../../include/identity.php:848 +#: ../../include/identity.php:797 ../../include/identity.php:877 msgid "F d" msgstr "F d" -#: ../../include/identity.php:813 ../../include/identity.php:888 +#: ../../include/identity.php:842 ../../include/identity.php:917 #: ../../mod/ping.php:284 msgid "[today]" msgstr "[idag]" -#: ../../include/identity.php:825 +#: ../../include/identity.php:854 msgid "Birthday Reminders" msgstr "Fødselsdagspåminnnelser" -#: ../../include/identity.php:826 +#: ../../include/identity.php:855 msgid "Birthdays this week:" msgstr "Fødselsdager denne uken:" -#: ../../include/identity.php:881 +#: ../../include/identity.php:910 msgid "[No description]" msgstr "[Ingen beskrivelse]" -#: ../../include/identity.php:899 +#: ../../include/identity.php:928 msgid "Event Reminders" msgstr "Hendelsespåminnelser" -#: ../../include/identity.php:900 +#: ../../include/identity.php:929 msgid "Events this week:" msgstr "Hendelser denne uken:" -#: ../../include/identity.php:913 ../../include/identity.php:997 +#: ../../include/identity.php:942 ../../include/identity.php:1026 #: ../../mod/profperm.php:107 msgid "Profile" msgstr "Profil" -#: ../../include/identity.php:921 ../../mod/settings.php:937 +#: ../../include/identity.php:950 ../../mod/settings.php:937 msgid "Full Name:" msgstr "Fullt navn:" -#: ../../include/identity.php:928 +#: ../../include/identity.php:957 msgid "j F, Y" msgstr "j F, Y" -#: ../../include/identity.php:929 +#: ../../include/identity.php:958 msgid "j F" msgstr "j F" -#: ../../include/identity.php:936 +#: ../../include/identity.php:965 msgid "Birthday:" msgstr "Fødselsdag:" -#: ../../include/identity.php:940 +#: ../../include/identity.php:969 msgid "Age:" msgstr "Alder:" -#: ../../include/identity.php:949 +#: ../../include/identity.php:978 #, php-format msgid "for %1$d %2$s" msgstr "for %1$d %2$s" -#: ../../include/identity.php:952 ../../mod/profiles.php:526 +#: ../../include/identity.php:981 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "Seksuell preferanse:" -#: ../../include/identity.php:956 ../../mod/profiles.php:528 +#: ../../include/identity.php:985 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "Hjemby:" -#: ../../include/identity.php:958 +#: ../../include/identity.php:987 msgid "Tags:" msgstr "Merkelapper:" -#: ../../include/identity.php:960 ../../mod/profiles.php:529 +#: ../../include/identity.php:989 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "Politiske synspunkter:" -#: ../../include/identity.php:962 +#: ../../include/identity.php:991 msgid "Religion:" msgstr "Religion:" -#: ../../include/identity.php:964 ../../mod/directory.php:165 +#: ../../include/identity.php:993 ../../mod/directory.php:169 msgid "About:" msgstr "Om:" -#: ../../include/identity.php:966 +#: ../../include/identity.php:995 msgid "Hobbies/Interests:" msgstr "Hobbyer/interesser:" -#: ../../include/identity.php:968 ../../mod/profiles.php:532 +#: ../../include/identity.php:997 ../../mod/profiles.php:532 msgid "Likes:" msgstr "Liker:" -#: ../../include/identity.php:970 ../../mod/profiles.php:533 +#: ../../include/identity.php:999 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "Misliker:" -#: ../../include/identity.php:973 +#: ../../include/identity.php:1002 msgid "Contact information and Social Networks:" msgstr "Kontaktinformasjon og sosiale nettverk:" -#: ../../include/identity.php:975 +#: ../../include/identity.php:1004 msgid "My other channels:" msgstr "Mine andre kanaler:" -#: ../../include/identity.php:977 +#: ../../include/identity.php:1006 msgid "Musical interests:" msgstr "Musikkinteresse:" -#: ../../include/identity.php:979 +#: ../../include/identity.php:1008 msgid "Books, literature:" msgstr "Bøker, litteratur:" -#: ../../include/identity.php:981 +#: ../../include/identity.php:1010 msgid "Television:" msgstr "TV:" -#: ../../include/identity.php:983 +#: ../../include/identity.php:1012 msgid "Film/dance/culture/entertainment:" msgstr "Film/dans/kultur/underholdning:" -#: ../../include/identity.php:985 +#: ../../include/identity.php:1014 msgid "Love/Romance:" msgstr "Kjærlighet/romantikk:" -#: ../../include/identity.php:987 +#: ../../include/identity.php:1016 msgid "Work/employment:" msgstr "Arbeid/sysselsetting:" -#: ../../include/identity.php:989 +#: ../../include/identity.php:1018 msgid "School/education:" msgstr "Skole/utdannelse:" -#: ../../include/ItemObject.php:89 ../../mod/photos.php:847 -msgid "Private Message" -msgstr "Privat melding" - #: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 #: ../../include/menu.php:42 ../../mod/thing.php:235 -#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118 -#: ../../mod/editpost.php:112 ../../mod/layouts.php:111 -#: ../../mod/editlayout.php:106 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:111 -#: ../../mod/filestorage.php:170 +#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:119 +#: ../../mod/editpost.php:112 ../../mod/layouts.php:112 +#: ../../mod/blocks.php:94 ../../mod/editblock.php:111 +#: ../../mod/editlayout.php:106 ../../mod/connections.php:391 +#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:170 msgid "Edit" msgstr "Endre" @@ -2238,7 +1965,7 @@ msgstr "stjernemerket" msgid "add tag" msgstr "legg til merkelapp" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:972 +#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 msgid "I like this (toggle)" msgstr "Jeg liker dette (skru av og på)" @@ -2246,7 +1973,7 @@ msgstr "Jeg liker dette (skru av og på)" msgid "like" msgstr "liker" -#: ../../include/ItemObject.php:185 ../../mod/photos.php:973 +#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 msgid "I don't like this (toggle)" msgstr "Jeg liker ikke dette (skru av og på)" @@ -2294,28 +2021,28 @@ msgid_plural "%d comments" msgstr[0] "%d kommentar" msgstr[1] "%d kommentarer" -#: ../../include/ItemObject.php:545 ../../mod/photos.php:991 -#: ../../mod/photos.php:1078 +#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 msgid "This is you" msgstr "Dette er deg" -#: ../../include/ItemObject.php:548 ../../mod/events.php:469 +#: ../../include/ItemObject.php:548 ../../mod/events.php:472 #: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 -#: ../../mod/settings.php:515 ../../mod/settings.php:627 -#: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:929 -#: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 -#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:431 -#: ../../mod/admin.php:739 ../../mod/admin.php:879 ../../mod/admin.php:1078 -#: ../../mod/admin.php:1165 ../../mod/connedit.php:437 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/settings.php:515 +#: ../../mod/settings.php:627 ../../mod/settings.php:655 +#: ../../mod/settings.php:679 ../../mod/settings.php:751 +#: ../../mod/settings.php:929 ../../mod/connect.php:92 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:441 +#: ../../mod/admin.php:750 ../../mod/admin.php:884 ../../mod/admin.php:1017 +#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/connedit.php:443 #: ../../mod/profiles.php:506 ../../mod/sources.php:104 -#: ../../mod/sources.php:138 ../../mod/setup.php:304 ../../mod/setup.php:347 -#: ../../mod/import.php:387 ../../mod/mail.php:223 ../../mod/mail.php:335 -#: ../../mod/poke.php:166 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:131 ../../mod/photos.php:566 -#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994 -#: ../../mod/photos.php:1081 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:93 +#: ../../mod/sources.php:138 ../../mod/chat.php:175 ../../mod/chat.php:208 +#: ../../mod/import.php:387 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../mod/mood.php:142 +#: ../../view/theme/redbasic/php/config.php:95 #: ../../view/theme/apw/php/config.php:256 #: ../../view/theme/blogga/view/theme/blog/config.php:67 #: ../../view/theme/blogga/php/config.php:67 @@ -2354,14 +2081,317 @@ msgstr "Lenke" msgid "Video" msgstr "Video" -#: ../../include/api.php:1022 -msgid "Public Timeline" -msgstr "Offentlig tidslinje" +#: ../../include/reddav.php:1069 +msgid "Edit File properties" +msgstr "Endre filegenskaper" -#: ../../include/network.php:640 +#: ../../include/network.php:652 msgid "view full size" msgstr "vis full størrelse" +#: ../../include/text.php:320 +msgid "prev" +msgstr "forrige" + +#: ../../include/text.php:322 +msgid "first" +msgstr "første" + +#: ../../include/text.php:351 +msgid "last" +msgstr "siste" + +#: ../../include/text.php:354 +msgid "next" +msgstr "neste" + +#: ../../include/text.php:366 +msgid "older" +msgstr "eldre" + +#: ../../include/text.php:368 +msgid "newer" +msgstr "nyere" + +#: ../../include/text.php:719 +msgid "No connections" +msgstr "Ingen forbindelser" + +#: ../../include/text.php:732 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d forbindelse" +msgstr[1] "%d forbindelser" + +#: ../../include/text.php:744 +msgid "View Connections" +msgstr "Vis forbindelser" + +#: ../../include/text.php:885 +msgid "poke" +msgstr "prikk" + +#: ../../include/text.php:886 +msgid "ping" +msgstr "varsle" + +#: ../../include/text.php:886 +msgid "pinged" +msgstr "varslet" + +#: ../../include/text.php:887 +msgid "prod" +msgstr "oppildne" + +#: ../../include/text.php:887 +msgid "prodded" +msgstr "oppildnet" + +#: ../../include/text.php:888 +msgid "slap" +msgstr "daske" + +#: ../../include/text.php:888 +msgid "slapped" +msgstr "dasket" + +#: ../../include/text.php:889 +msgid "finger" +msgstr "fingre" + +#: ../../include/text.php:889 +msgid "fingered" +msgstr "fingret" + +#: ../../include/text.php:890 +msgid "rebuff" +msgstr "tilbakevise" + +#: ../../include/text.php:890 +msgid "rebuffed" +msgstr "tilbakeviste" + +#: ../../include/text.php:902 +msgid "happy" +msgstr "glad" + +#: ../../include/text.php:903 +msgid "sad" +msgstr "trist" + +#: ../../include/text.php:904 +msgid "mellow" +msgstr "dempet" + +#: ../../include/text.php:905 +msgid "tired" +msgstr "trøtt" + +#: ../../include/text.php:906 +msgid "perky" +msgstr "oppkvikket" + +#: ../../include/text.php:907 +msgid "angry" +msgstr "sint" + +#: ../../include/text.php:908 +msgid "stupified" +msgstr "sløvet" + +#: ../../include/text.php:909 +msgid "puzzled" +msgstr "forundret" + +#: ../../include/text.php:910 +msgid "interested" +msgstr "interessert" + +#: ../../include/text.php:911 +msgid "bitter" +msgstr "bitter" + +#: ../../include/text.php:912 +msgid "cheerful" +msgstr "munter" + +#: ../../include/text.php:913 +msgid "alive" +msgstr "levende" + +#: ../../include/text.php:914 +msgid "annoyed" +msgstr "irritert" + +#: ../../include/text.php:915 +msgid "anxious" +msgstr "nervøs" + +#: ../../include/text.php:916 +msgid "cranky" +msgstr "gretten" + +#: ../../include/text.php:917 +msgid "disturbed" +msgstr "foruroliget" + +#: ../../include/text.php:918 +msgid "frustrated" +msgstr "frustrert" + +#: ../../include/text.php:919 +msgid "motivated" +msgstr "motivert" + +#: ../../include/text.php:920 +msgid "relaxed" +msgstr "avslappet" + +#: ../../include/text.php:921 +msgid "surprised" +msgstr "overrasket" + +#: ../../include/text.php:1082 +msgid "Monday" +msgstr "mandag" + +#: ../../include/text.php:1082 +msgid "Tuesday" +msgstr "tirsdag" + +#: ../../include/text.php:1082 +msgid "Wednesday" +msgstr "onsdag" + +#: ../../include/text.php:1082 +msgid "Thursday" +msgstr "torsdag" + +#: ../../include/text.php:1082 +msgid "Friday" +msgstr "fredag" + +#: ../../include/text.php:1082 +msgid "Saturday" +msgstr "lørdag" + +#: ../../include/text.php:1082 +msgid "Sunday" +msgstr "søndag" + +#: ../../include/text.php:1086 +msgid "January" +msgstr "januar" + +#: ../../include/text.php:1086 +msgid "February" +msgstr "februar" + +#: ../../include/text.php:1086 +msgid "March" +msgstr "mars" + +#: ../../include/text.php:1086 +msgid "April" +msgstr "april" + +#: ../../include/text.php:1086 +msgid "May" +msgstr "mai" + +#: ../../include/text.php:1086 +msgid "June" +msgstr "juni" + +#: ../../include/text.php:1086 +msgid "July" +msgstr "juli" + +#: ../../include/text.php:1086 +msgid "August" +msgstr "august" + +#: ../../include/text.php:1086 +msgid "September" +msgstr "september" + +#: ../../include/text.php:1086 +msgid "October" +msgstr "oktober" + +#: ../../include/text.php:1086 +msgid "November" +msgstr "november" + +#: ../../include/text.php:1086 +msgid "December" +msgstr "desember" + +#: ../../include/text.php:1164 +msgid "unknown.???" +msgstr "ukjent.???" + +#: ../../include/text.php:1165 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1200 +msgid "remove category" +msgstr "fjern kategori" + +#: ../../include/text.php:1249 +msgid "remove from file" +msgstr "fjern fra fil" + +#: ../../include/text.php:1310 ../../include/text.php:1322 +msgid "Click to open/close" +msgstr "Klikk for å åpne/lukke" + +#: ../../include/text.php:1477 ../../mod/events.php:335 +msgid "link to source" +msgstr "lenke til kilde" + +#: ../../include/text.php:1496 +msgid "Select a page layout: " +msgstr "Velg en side-layout:" + +#: ../../include/text.php:1499 ../../include/text.php:1564 +msgid "default" +msgstr "standard" + +#: ../../include/text.php:1535 +msgid "Page content type: " +msgstr "Sidens innholdstype:" + +#: ../../include/text.php:1576 +msgid "Select an alternate language" +msgstr "Velg et annet språk" + +#: ../../include/text.php:1710 +msgid "activity" +msgstr "aktivitet" + +#: ../../include/text.php:1969 +msgid "Design" +msgstr "Formgivning" + +#: ../../include/text.php:1971 +msgid "Blocks" +msgstr "Byggeklosser" + +#: ../../include/text.php:1972 +msgid "Menus" +msgstr "Menyer" + +#: ../../include/text.php:1973 +msgid "Layouts" +msgstr "Layout" + +#: ../../include/text.php:1974 +msgid "Pages" +msgstr "Sider" + #: ../../include/notify.php:23 msgid "created a new post" msgstr "laget et nytt innlegg" @@ -2619,7 +2649,7 @@ msgstr "Rommet ble ikke funnet." msgid "Room is full" msgstr "Rommet er fullt" -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:78 +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:80 #: ../../view/theme/apw/php/config.php:185 msgid "Default" msgstr "Standard" @@ -2752,193 +2782,194 @@ msgstr "Skru av Trygt søk" msgid "Safe Mode" msgstr "Trygt modus" -#: ../../include/enotify.php:40 +#: ../../include/enotify.php:41 msgid "Red Matrix Notification" msgstr "Red Matrix-varsling" -#: ../../include/enotify.php:41 +#: ../../include/enotify.php:42 msgid "redmatrix" msgstr "redmatrix" -#: ../../include/enotify.php:43 +#: ../../include/enotify.php:44 msgid "Thank You," msgstr "Tusen takk," -#: ../../include/enotify.php:45 +#: ../../include/enotify.php:46 #, php-format msgid "%s Administrator" msgstr "%s administrator" -#: ../../include/enotify.php:80 +#: ../../include/enotify.php:81 #, php-format msgid "%s <!item_type!>" msgstr "%s <!item_type!>" -#: ../../include/enotify.php:84 +#: ../../include/enotify.php:85 #, php-format msgid "[Red:Notify] New mail received at %s" msgstr "[Red:Notify] Ny melding mottatt hos %s" -#: ../../include/enotify.php:86 +#: ../../include/enotify.php:87 #, php-format msgid "%1$s, %2$s sent you a new private message at %3$s." msgstr "%1$s, %2$s sendte deg en ny privat melding på %3$s." -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s sendte deg %2$s." -#: ../../include/enotify.php:87 +#: ../../include/enotify.php:88 msgid "a private message" msgstr "en privat melding" -#: ../../include/enotify.php:88 +#: ../../include/enotify.php:89 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Vennligst besøk %s for å se og/eller svare på dine private meldinger." -#: ../../include/enotify.php:142 +#: ../../include/enotify.php:144 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]a %4$s[/zrl]" -#: ../../include/enotify.php:150 +#: ../../include/enotify.php:152 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]%4$s's %5$s[/zrl]" -#: ../../include/enotify.php:159 +#: ../../include/enotify.php:161 #, php-format msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" msgstr "%1$s, %2$s kommenterte på [zrl=%3$s]din %4$s[/zrl]" -#: ../../include/enotify.php:170 +#: ../../include/enotify.php:172 #, php-format msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Red:Notify] Kommentar til samtale #%1$d av %2$s" -#: ../../include/enotify.php:171 +#: ../../include/enotify.php:173 #, php-format msgid "%1$s, %2$s commented on an item/conversation you have been following." msgstr "%1$s, %2$s kommenterte på et element eller en samtale du følger" -#: ../../include/enotify.php:174 ../../include/enotify.php:189 -#: ../../include/enotify.php:215 ../../include/enotify.php:234 -#: ../../include/enotify.php:248 +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Vennligst besøk %s for å se og/eller svare i samtalen" -#: ../../include/enotify.php:180 +#: ../../include/enotify.php:182 #, php-format msgid "[Red:Notify] %s posted to your profile wall" msgstr "[Red:Notify] %s skrev et innlegg på din profilvegg" -#: ../../include/enotify.php:182 +#: ../../include/enotify.php:184 #, php-format msgid "%1$s, %2$s posted to your profile wall at %3$s" msgstr "%1$s, %2$s skrev et innlegg på din profilvegg på %3$s" -#: ../../include/enotify.php:184 +#: ../../include/enotify.php:186 #, php-format msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" msgstr "%1$s, %2$s skrev et innlegg på [zrl=%3$s]din vegg[/zrl]" -#: ../../include/enotify.php:208 +#: ../../include/enotify.php:210 #, php-format msgid "[Red:Notify] %s tagged you" msgstr "[Red:Notify] %s merket deg" -#: ../../include/enotify.php:209 +#: ../../include/enotify.php:211 #, php-format msgid "%1$s, %2$s tagged you at %3$s" msgstr "%1$s, %2$s merket deg på %3$s" -#: ../../include/enotify.php:210 +#: ../../include/enotify.php:212 #, php-format msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." msgstr "%1$s, %2$s [zrl=%3$s]merket deg[/zrl]." -#: ../../include/enotify.php:223 +#: ../../include/enotify.php:225 #, php-format msgid "[Red:Notify] %1$s poked you" msgstr "[Red:Notify] %1$s prikket deg" -#: ../../include/enotify.php:224 +#: ../../include/enotify.php:226 #, php-format msgid "%1$s, %2$s poked you at %3$s" msgstr "%1$s, %2$s dyttet deg på %3$s" -#: ../../include/enotify.php:225 +#: ../../include/enotify.php:227 #, php-format msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." msgstr "%1$s, %2$s [zrl=%2$s]dyttet deg[/zrl]." -#: ../../include/enotify.php:241 +#: ../../include/enotify.php:243 #, php-format msgid "[Red:Notify] %s tagged your post" msgstr "[Red:Notify] %s merket ditt innlegg" -#: ../../include/enotify.php:242 +#: ../../include/enotify.php:244 #, php-format msgid "%1$s, %2$s tagged your post at %3$s" msgstr "%1$s, %2$s merket ditt innlegg på %3$s" -#: ../../include/enotify.php:243 +#: ../../include/enotify.php:245 #, php-format msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" msgstr "%1$s, %2$s merket [zrl=%3$s]ditt innlegg[/zrl]" -#: ../../include/enotify.php:255 +#: ../../include/enotify.php:257 msgid "[Red:Notify] Introduction received" msgstr "[Red:Notify] Introduksjon mottatt" -#: ../../include/enotify.php:256 +#: ../../include/enotify.php:258 #, php-format -msgid "%1$s, you've received an introduction from '%2$s' at %3$s" -msgstr "%1$s, du har mottatt en introduksjon fra '%2$s' på %3$s" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, du har mottatt en ny forespørsel om forbindelse fra '%2$s' hos %3$s" -#: ../../include/enotify.php:257 +#: ../../include/enotify.php:259 #, php-format -msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." -msgstr "%1$s, du mottok [zrl=%2$s]en introduksjon[/zrl] fra %3$s." +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, du mottok [zrl=%2$s]en ny forespørsel om forbindelse[/zrl] fra %3$s." -#: ../../include/enotify.php:261 ../../include/enotify.php:280 +#: ../../include/enotify.php:263 ../../include/enotify.php:282 #, php-format msgid "You may visit their profile at %s" msgstr "Du kan besøke profilen deres på %s" -#: ../../include/enotify.php:263 +#: ../../include/enotify.php:265 #, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Vennligst besøk %s for å godkjenne eller avslå denne introduksjonen." +msgid "Please visit %s to approve or reject the connection request." +msgstr "Vennligst besøk %s for å godkjenne eller avslå forespørselen om forbindelse." -#: ../../include/enotify.php:270 +#: ../../include/enotify.php:272 msgid "[Red:Notify] Friend suggestion received" msgstr "[Red:Notify] Venneforslag mottatt" -#: ../../include/enotify.php:271 +#: ../../include/enotify.php:273 #, php-format msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" msgstr "%1$s, du har mottatt en venneforespørsel fra '%2$s' hos %3$s" -#: ../../include/enotify.php:272 +#: ../../include/enotify.php:274 #, php-format msgid "" "%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " "%4$s." msgstr "%1$s, du har mottatt [zrl=%2$s]et venneforslaget[/zrl] angående %3$s fra %4$s. " -#: ../../include/enotify.php:278 +#: ../../include/enotify.php:280 msgid "Name:" msgstr "Navn:" -#: ../../include/enotify.php:279 +#: ../../include/enotify.php:281 msgid "Photo:" msgstr "Bilde:" -#: ../../include/enotify.php:282 +#: ../../include/enotify.php:284 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Vennligst besøk %s for å godkjenne eller avslå dette forslaget." @@ -2956,19 +2987,15 @@ msgstr "Bildefilen er tom." msgid "Unable to process image" msgstr "Kan ikke behandle bildet" -#: ../../include/photos.php:185 +#: ../../include/photos.php:186 msgid "Photo storage failed." msgstr "Bildelagring mislyktes." -#: ../../include/photos.php:306 ../../mod/photos.php:694 -#: ../../mod/photos.php:1191 +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 msgid "Upload New Photos" msgstr "Last opp nye bilder" -#: ../../include/reddav.php:1063 -msgid "Edit File properties" -msgstr "Endre filegenskaper" - #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -2976,40 +3003,52 @@ msgid_plural "%d invitations available" msgstr[0] "%d invitasjon tilgjengelig" msgstr[1] "%d invitasjoner tilgjengelig" -#: ../../include/contact_widgets.php:20 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +msgid "Advanced" +msgstr "Avansert" + +#: ../../include/contact_widgets.php:22 msgid "Find Channels" msgstr "Finn kanaler" -#: ../../include/contact_widgets.php:21 +#: ../../include/contact_widgets.php:23 msgid "Enter name or interest" msgstr "Skriv navn eller interesse" -#: ../../include/contact_widgets.php:22 +#: ../../include/contact_widgets.php:24 msgid "Connect/Follow" msgstr "Forbindelse/Følg" -#: ../../include/contact_widgets.php:23 +#: ../../include/contact_widgets.php:25 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Eksempler: Ola Nordmann, fisking" -#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207 -#: ../../mod/directory.php:212 ../../mod/connections.php:371 +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:211 +#: ../../mod/directory.php:216 ../../mod/connections.php:390 msgid "Find" msgstr "Finn" -#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 msgid "Channel Suggestions" msgstr "Kanalforslag" -#: ../../include/contact_widgets.php:27 +#: ../../include/contact_widgets.php:29 msgid "Random Profile" msgstr "Tilfeldig profil" -#: ../../include/contact_widgets.php:28 +#: ../../include/contact_widgets.php:30 msgid "Invite Friends" msgstr "Inviter venner" -#: ../../include/contact_widgets.php:120 +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Eksempel: name=fred og country=iceland" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Avansert finn" + +#: ../../include/contact_widgets.php:125 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" @@ -3032,6 +3071,43 @@ msgstr "Denne handlingen går utenfor grensene satt i din abonnementsplan." msgid "This action is not available under your subscription plan." msgstr "Denne handlingen er ikke tilgjengelig i din abonnementsplan." +#: ../../include/items.php:272 ../../mod/like.php:63 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../index.php:350 +msgid "Permission denied" +msgstr "Tillatelse avvist" + +#: ../../include/items.php:789 +msgid "(Unknown)" +msgstr "(Ukjent)" + +#: ../../include/items.php:3544 ../../mod/thing.php:78 ../../mod/admin.php:159 +#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 +msgid "Item not found." +msgstr "Elementet ble ikke funnet." + +#: ../../include/items.php:3928 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Samlingen ble ikke funnet." + +#: ../../include/items.php:3943 +msgid "Collection is empty." +msgstr "Samlingen er tom." + +#: ../../include/items.php:3950 +#, php-format +msgid "Collection: %s" +msgstr "Samling: %s" + +#: ../../include/items.php:3961 +#, php-format +msgid "Connection: %s" +msgstr "Forbindelse: %s" + +#: ../../include/items.php:3964 +msgid "Connection not found." +msgstr "Forbindelsen ble ikke funnet." + #: ../../include/follow.php:23 msgid "Channel is blocked on this site." msgstr "Kanalen er blokkert på dette nettstedet." @@ -3044,29 +3120,33 @@ msgstr "Kanalplassering mangler." msgid "Response from remote channel was incomplete." msgstr "Svaret fra den andre kanalen var ikke komplett." -#: ../../include/follow.php:126 +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "Kanalen er slettet og finnes ikke lenger." + +#: ../../include/follow.php:132 msgid "Channel discovery failed." msgstr "Kanaloppdagelse mislyktes." -#: ../../include/follow.php:143 +#: ../../include/follow.php:149 msgid "local account not found." msgstr "lokal konto ble ikke funnet." -#: ../../include/follow.php:152 +#: ../../include/follow.php:158 msgid "Cannot connect to yourself." msgstr "Kan ikke lage forbindelse med deg selv." -#: ../../include/security.php:294 +#: ../../include/security.php:295 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "Skjemaets sikkerhetspollett var ikke gyldig. Dette skjedde antakelig fordi skjemaet har vært åpnet for lenge (>3 timer) før det ble sendt inn." -#: ../../include/oembed.php:168 +#: ../../include/oembed.php:171 msgid "Embedded content" msgstr "Innebygget innhold" -#: ../../include/oembed.php:177 +#: ../../include/oembed.php:180 msgid "Embedding disabled" msgstr "Innbygging avskrudd" @@ -3155,52 +3235,15 @@ msgid "" "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "Ekstremt avansert. La dette være med mindre du vet hva du gjør" -#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 -#: ../../mod/group.php:68 ../../index.php:350 -msgid "Permission denied" -msgstr "Tillatelse avvist" - -#: ../../include/items.php:756 -msgid "(Unknown)" -msgstr "(Ukjent)" - -#: ../../include/items.php:3509 ../../mod/thing.php:78 ../../mod/admin.php:151 -#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 -msgid "Item not found." -msgstr "Elementet ble ikke funnet." - -#: ../../include/items.php:3845 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "Samlingen ble ikke funnet." - -#: ../../include/items.php:3860 -msgid "Collection is empty." -msgstr "Samlingen er tom." - -#: ../../include/items.php:3867 -#, php-format -msgid "Collection: %s" -msgstr "Samling: %s" - -#: ../../include/items.php:3878 -#, php-format -msgid "Connection: %s" -msgstr "Forbindelse: %s" - -#: ../../include/items.php:3881 -msgid "Connection not found." -msgstr "Forbindelsen ble ikke funnet." - -#: ../../include/zot.php:574 +#: ../../include/zot.php:583 msgid "Invalid data packet" msgstr "Ugyldig datapakke" -#: ../../include/zot.php:584 +#: ../../include/zot.php:593 msgid "Unable to verify channel signature" msgstr "Ikke i stand til å sjekke kanalsignaturen" -#: ../../include/zot.php:761 +#: ../../include/zot.php:790 #, php-format msgid "Unable to verify site signature for %s" msgstr "Ikke i stand til å bekrefte signaturen til %s" @@ -3221,68 +3264,68 @@ msgstr "Ingen forbindelser felles." msgid "Event title and start time are required." msgstr "Hendelsestittel og starttidspunkt er påkrevd." -#: ../../mod/events.php:287 +#: ../../mod/events.php:290 msgid "l, F j" msgstr "l, F j" -#: ../../mod/events.php:309 +#: ../../mod/events.php:312 msgid "Edit event" msgstr "Endre hendelse" -#: ../../mod/events.php:355 +#: ../../mod/events.php:358 msgid "Create New Event" msgstr "Lag ny hendelse" -#: ../../mod/events.php:356 +#: ../../mod/events.php:359 msgid "Previous" msgstr "Forrige" -#: ../../mod/events.php:357 ../../mod/setup.php:258 +#: ../../mod/events.php:360 ../../mod/setup.php:261 msgid "Next" msgstr "Neste" -#: ../../mod/events.php:428 +#: ../../mod/events.php:431 msgid "hour:minute" msgstr "time:minutt" -#: ../../mod/events.php:447 +#: ../../mod/events.php:450 msgid "Event details" msgstr "Hendelsesdetaljer" -#: ../../mod/events.php:448 +#: ../../mod/events.php:451 #, php-format msgid "Format is %s %s. Starting date and Title are required." msgstr "Formatet er %s %s. Startdato og tittel er påkrevd." -#: ../../mod/events.php:450 +#: ../../mod/events.php:453 msgid "Event Starts:" msgstr "Hendelsen starter:" -#: ../../mod/events.php:450 ../../mod/events.php:464 +#: ../../mod/events.php:453 ../../mod/events.php:467 msgid "Required" msgstr "Påkrevd" -#: ../../mod/events.php:453 +#: ../../mod/events.php:456 msgid "Finish date/time is not known or not relevant" msgstr "Sluttdato/-tidspunkt er ikke kjent eller ikke relevant" -#: ../../mod/events.php:455 +#: ../../mod/events.php:458 msgid "Event Finishes:" msgstr "Hendelsen slutter:" -#: ../../mod/events.php:458 +#: ../../mod/events.php:461 msgid "Adjust for viewer timezone" msgstr "Juster i forhold til tilskuerens tidssone" -#: ../../mod/events.php:460 +#: ../../mod/events.php:463 msgid "Description:" msgstr "Beskrivelse:" -#: ../../mod/events.php:464 +#: ../../mod/events.php:467 msgid "Title:" msgstr "Tittel:" -#: ../../mod/events.php:466 +#: ../../mod/events.php:469 msgid "Share this event" msgstr "Del denne hendelsen" @@ -3411,7 +3454,7 @@ msgstr "Vennligst besøk min kanal hos" msgid "" "Once you have registered (on ANY Red Matrix site - they are all inter-" "connected), please connect with my Red Matrix channel address:" -msgstr "Når du har registrert (på ENHVERT Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:" +msgstr "Når du har registrert (på et HVILKET SOM HELST Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:" #: ../../mod/invite.php:153 msgid "Click the [Register] link on the following page to join." @@ -3424,6 +3467,80 @@ msgid "" "http://getzot.com" msgstr "For mer informasjon om Red Matrix-prosjektet og hvorfor det har potensialet til å forandre Internett som vi kjenner det, vær vennlig å besøke http://getzot.com" +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Ikke i stand til å slå opp mottaker." + +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Ikke i stand til å kommunisere med forespurt kanal." + +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Kan ikke bekrefte forespurt kanal." + +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Valgt kanal har restriksjoner for private meldinger. Sending feilet." + +#: ../../mod/mail.php:121 ../../mod/message.php:31 +msgid "Messages" +msgstr "Meldinger" + +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "Melding slettet." + +#: ../../mod/mail.php:149 +msgid "Message recalled." +msgstr "Innlegg tilbakekalt." + +#: ../../mod/mail.php:206 +msgid "Send Private Message" +msgstr "Send privat melding" + +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "Til:" + +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "Emne:" + +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "Melding ikke funnet." + +#: ../../mod/mail.php:292 ../../mod/message.php:72 +msgid "Delete message" +msgstr "Slett melding" + +#: ../../mod/mail.php:293 +msgid "Recall message" +msgstr "Tilbakekall innlegg" + +#: ../../mod/mail.php:295 +msgid "Message has been recalled." +msgstr "Innlegget har blitt tilbakekalt." + +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "Privat samtale" + +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "Slett samtale" + +#: ../../mod/mail.php:318 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie å svare via senderens profilside." + +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "Send svar" + #: ../../mod/settings.php:71 msgid "Name is required" msgstr "Navn er påkrevd" @@ -3474,6 +3591,7 @@ msgid "Add application" msgstr "Legg til program" #: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:891 msgid "Name" msgstr "Navn" @@ -3587,7 +3705,7 @@ msgstr "Ekstra funksjoner" msgid "Connector Settings" msgstr "Koblingsinnstillinger" -#: ../../mod/settings.php:708 ../../mod/admin.php:379 +#: ../../mod/settings.php:708 ../../mod/admin.php:389 msgid "No special theme for mobile devices" msgstr "Ikke noe spesielt tema for mobile enheter" @@ -3705,6 +3823,10 @@ msgstr "Din tidssone:" msgid "Default Post Location:" msgstr "Standard plassering ved innlegg:" +#: ../../mod/settings.php:940 +msgid "Geographical location to display on your posts" +msgstr "Geografisk plassering som vises på dine innlegg" + #: ../../mod/settings.php:941 msgid "Use Browser Location:" msgstr "Bruk nettleseren sin plassering:" @@ -3768,104 +3890,112 @@ msgid "Advanced Privacy Settings" msgstr "Avanserte personverninnstillinger" #: ../../mod/settings.php:959 +msgid "Expire other channel content after this many days" +msgstr "Annet kanal innhold utløper etter så mange dager" + +#: ../../mod/settings.php:959 +msgid "0 or blank prevents expiration" +msgstr "0 eller blankt forhindrer utløp" + +#: ../../mod/settings.php:960 msgid "Maximum Friend Requests/Day:" msgstr "Maksimalt antall venneforespørsler per dag:" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:960 msgid "May reduce spam activity" msgstr "Kan redusere søppelpostaktivitet" -#: ../../mod/settings.php:960 +#: ../../mod/settings.php:961 msgid "Default Post Permissions" msgstr "Standard innleggstillatelser" -#: ../../mod/settings.php:961 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +#: ../../mod/settings.php:962 ../../mod/mitem.php:134 ../../mod/mitem.php:177 msgid "(click to open/close)" msgstr "(klikk for å åpne/lukke)" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:973 msgid "Maximum private messages per day from unknown people:" msgstr "Maksimalt antall private meldinger per dag fra ukjente personer:" -#: ../../mod/settings.php:972 +#: ../../mod/settings.php:973 msgid "Useful to reduce spamming" msgstr "Nyttig for å redusere søppelpost" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:976 msgid "Notification Settings" msgstr "Varslingsinnstillinger" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:977 msgid "By default post a status message when:" msgstr "Legg inn en statusmelding når du:" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:978 msgid "accepting a friend request" msgstr "aksepterer en venneforespørsel" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:979 msgid "joining a forum/community" msgstr "blir med i et forum/miljø" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:980 msgid "making an <em>interesting</em> profile change" msgstr "gjør en <em>interessant</em> profilendring" -#: ../../mod/settings.php:980 +#: ../../mod/settings.php:981 msgid "Send a notification email when:" msgstr "Send en varsel-e-post når:" -#: ../../mod/settings.php:981 -msgid "You receive an introduction" -msgstr "Du mottar en introduksjon" - #: ../../mod/settings.php:982 -msgid "Your introductions are confirmed" -msgstr "Dine introduksjoner blir bekreftet" +msgid "You receive a connection request" +msgstr "Du har mottatt en forespørsel om forbindelse" #: ../../mod/settings.php:983 +msgid "Your connections are confirmed" +msgstr "Dine forbindelser er bekreftet" + +#: ../../mod/settings.php:984 msgid "Someone writes on your profile wall" msgstr "Noen skriver på din profilvegg" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:985 msgid "Someone writes a followup comment" msgstr "Noen skriver en oppfølgende kommentar" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:986 msgid "You receive a private message" msgstr "Du mottar en privat melding" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:987 msgid "You receive a friend suggestion" msgstr "Du mottok et venneforslag" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:988 msgid "You are tagged in a post" msgstr "Du merkes i et innlegg" -#: ../../mod/settings.php:988 +#: ../../mod/settings.php:989 msgid "You are poked/prodded/etc. in a post" msgstr "Du ble prikket/oppildnet/og så vider i et innlegg" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:992 msgid "Advanced Account/Page Type Settings" msgstr "Avanserte innstillinger for konto/sidetype" -#: ../../mod/settings.php:992 +#: ../../mod/settings.php:993 msgid "Change the behaviour of this account for special situations" msgstr "Endre oppførselen til denne kontoen i spesielle situasjoner" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:996 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "Vennligst skru på ekspertmodus (under <a href=\"settings/features\">Innstillinger > Ekstra funksjoner</a>) for å justere!" -#: ../../mod/settings.php:996 +#: ../../mod/settings.php:997 msgid "Miscellaneous Settings" msgstr "Diverse innstillinger" -#: ../../mod/settings.php:998 +#: ../../mod/settings.php:999 msgid "Personal menu to display in your channel pages" msgstr "Personlig meny som kan vises på dine kanalsider" @@ -3970,8 +4100,8 @@ msgstr "Endre" msgid "Not found." msgstr "Ikke funnet." -#: ../../mod/webpages.php:121 ../../mod/layouts.php:115 -#: ../../mod/blocks.php:96 +#: ../../mod/webpages.php:122 ../../mod/layouts.php:116 +#: ../../mod/blocks.php:97 msgid "View" msgstr "Vis" @@ -4001,10 +4131,39 @@ msgstr "Ingen installerte programmer." msgid "Applications" msgstr "Programmer" -#: ../../mod/rpost.php:86 ../../mod/editpost.php:42 +#: ../../mod/editpost.php:20 ../../mod/editblock.php:8 +#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 +#: ../../mod/editlayout.php:36 ../../mod/editwebpage.php:32 +msgid "Item not found" +msgstr "Elementet ble ikke funnet." + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Elementet kan ikke endres" + +#: ../../mod/editpost.php:42 ../../mod/rpost.php:86 msgid "Edit post" msgstr "Endre innlegg" +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Slett element?" + +#: ../../mod/editpost.php:116 ../../mod/editblock.php:115 +#: ../../mod/editlayout.php:110 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" +msgstr "Sett inn YouTube-video" + +#: ../../mod/editpost.php:117 ../../mod/editblock.php:116 +#: ../../mod/editlayout.php:111 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" +msgstr "Sett inn Vorbis [.ogg] video" + +#: ../../mod/editpost.php:118 ../../mod/editblock.php:117 +#: ../../mod/editlayout.php:112 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Legg i" + #: ../../mod/cloud.php:112 msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" msgstr "Red Matrix - gjester: brukernavn: {din e-postadresse}, passord: +++" @@ -4013,44 +4172,14 @@ msgstr "Red Matrix - gjester: brukernavn: {din e-postadresse}, passord: +++" msgid "Bookmark added" msgstr "Bokmerke lagt til" -#: ../../mod/bookmarks.php:53 +#: ../../mod/bookmarks.php:58 msgid "My Bookmarks" msgstr "Mine bokmerker" -#: ../../mod/bookmarks.php:64 +#: ../../mod/bookmarks.php:69 msgid "My Connections Bookmarks" msgstr "Mine forbindelsers bokmerker" -#: ../../mod/item.php:145 -msgid "Unable to locate original post." -msgstr "Ikke i stand til å finne opprinnelig innlegg." - -#: ../../mod/item.php:346 -msgid "Empty post discarded." -msgstr "Tomt innlegg forkastet." - -#: ../../mod/item.php:388 -msgid "Executable content type not permitted to this channel." -msgstr "Kjørbar innholdstype er ikke tillat for denne kanalen." - -#: ../../mod/item.php:845 -msgid "System error. Post not saved." -msgstr "Systemfeil. Innlegg ble ikke lagret." - -#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34 -msgid "Wall Photos" -msgstr "Veggbilder" - -#: ../../mod/item.php:1192 -#, php-format -msgid "You have reached your limit of %1$.0f top level posts." -msgstr "Du har nådd din grense på %1$.0f startinnlegg." - -#: ../../mod/item.php:1198 -#, php-format -msgid "You have reached your limit of %1$.0f webpages." -msgstr "Du har nådd din grense på %1$.0f websider." - #: ../../mod/subthread.php:105 #, php-format msgid "%1$s is following %2$s's %3$s" @@ -4058,7 +4187,6 @@ msgstr "%1$s følger %2$s sin %3$s" #: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 #: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 msgid "[Embedded content - reload page to view]" msgstr "[Innebygget innhold - last siden på nytt for å se]" @@ -4076,60 +4204,26 @@ msgstr "Skru på fullskjerm-modus" msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s merket %3$s til %2$s med %4$s" -#: ../../mod/chat.php:19 ../../mod/channel.php:25 -msgid "You must be logged in to see this page." -msgstr "Du må være innloegget for å se denne siden." - -#: ../../mod/chat.php:165 -msgid "Room not found" -msgstr "Rommet ble ikke funnet" - -#: ../../mod/chat.php:175 -msgid "Leave Room" -msgstr "Forlat rom" - -#: ../../mod/chat.php:176 -msgid "I am away right now" -msgstr "Jeg er borte akkurat nå" - -#: ../../mod/chat.php:177 -msgid "I am online" -msgstr "Jeg er online" - -#: ../../mod/chat.php:179 -msgid "Bookmark this room" -msgstr "Bokmerk dette rommet" - -#: ../../mod/chat.php:203 ../../mod/chat.php:223 -msgid "New Chatroom" -msgstr "Nytt chatrom" - -#: ../../mod/chat.php:204 -msgid "Chatroom Name" -msgstr "Navn på chatrom" - -#: ../../mod/chat.php:219 -#, php-format -msgid "%1$s's Chatrooms" -msgstr "%1$s sine chatrom" +#: ../../mod/acl.php:239 +msgid "network" +msgstr "nettverk" #: ../../mod/viewconnections.php:17 ../../mod/search.php:13 #: ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 -#: ../../mod/photos.php:443 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 msgid "Public access denied." msgstr "Offentlig tilgang avvist." -#: ../../mod/viewconnections.php:43 +#: ../../mod/viewconnections.php:50 msgid "No connections." msgstr "Ingen forbindelser." -#: ../../mod/viewconnections.php:55 +#: ../../mod/viewconnections.php:62 #, php-format msgid "Visit %s's profile [%s]" msgstr "Besøk %s sin profil [%s]" -#: ../../mod/viewconnections.php:70 +#: ../../mod/viewconnections.php:77 msgid "View Connnections" msgstr "Vis forbindelser" @@ -4145,7 +4239,7 @@ msgstr "Fjern merkelapp fra element" msgid "Select a tag to remove: " msgstr "Velg merkelapp å fjerne:" -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:908 msgid "Remove" msgstr "Fjern" @@ -4251,6 +4345,32 @@ msgstr "Layout-hjelp" msgid "Item not available." msgstr "Elementet er ikke tilgjengelig." +#: ../../mod/item.php:147 +msgid "Unable to locate original post." +msgstr "Ikke i stand til å finne opprinnelig innlegg." + +#: ../../mod/item.php:345 +msgid "Empty post discarded." +msgstr "Tomt innlegg forkastet." + +#: ../../mod/item.php:385 +msgid "Executable content type not permitted to this channel." +msgstr "Kjørbar innholdstype er ikke tillat for denne kanalen." + +#: ../../mod/item.php:794 +msgid "System error. Post not saved." +msgstr "Systemfeil. Innlegg ble ikke lagret." + +#: ../../mod/item.php:1237 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Du har nådd din grense på %1$.0f startinnlegg." + +#: ../../mod/item.php:1243 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Du har nådd din grense på %1$.0f websider." + #: ../../mod/mitem.php:47 msgid "Menu element updated." msgstr "Menyelement er oppdatert." @@ -4351,6 +4471,10 @@ msgstr "Menyelement kunne ikke bli slettet." msgid "Edit Menu Element" msgstr "Endre menyelement" +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "Målets signatur er ugyldig" + #: ../../mod/profperm.php:29 ../../mod/profperm.php:58 msgid "Invalid profile identifier." msgstr "Ugyldig profil-identifikator." @@ -4367,7 +4491,7 @@ msgstr "Klikk på en kontakt for å legge til eller fjerne." msgid "Visible To" msgstr "Synlig for" -#: ../../mod/profperm.php:134 ../../mod/connections.php:256 +#: ../../mod/profperm.php:134 ../../mod/connections.php:277 msgid "All Connections" msgstr "Alle forbindelser" @@ -4419,545 +4543,621 @@ msgstr "Alle tilkoblede kanaler" msgid "Click on a channel to add or remove." msgstr "Klikk på en kanal for å legge til eller fjerne." -#: ../../mod/admin.php:48 +#: ../../mod/admin.php:52 msgid "Theme settings updated." msgstr "Temainnstillinger er oppdatert." -#: ../../mod/admin.php:88 ../../mod/admin.php:430 +#: ../../mod/admin.php:92 ../../mod/admin.php:440 msgid "Site" msgstr "Nettsted" -#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750 -msgid "Users" -msgstr "Brukere" +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Kontoer" + +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" +msgstr "Kanaler" -#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878 +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 msgid "Plugins" msgstr "Tilleggsfunksjoner" -#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077 +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 msgid "Themes" msgstr "Temaer" -#: ../../mod/admin.php:92 ../../mod/admin.php:529 +#: ../../mod/admin.php:97 ../../mod/admin.php:540 msgid "Server" msgstr "Tjener" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "DB updates" msgstr "Databaseoppdateringer" -#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 msgid "Logs" msgstr "Logger" -#: ../../mod/admin.php:113 +#: ../../mod/admin.php:118 msgid "Plugin Features" msgstr "Tilleggsfunksjoner" -#: ../../mod/admin.php:115 +#: ../../mod/admin.php:120 msgid "User registrations waiting for confirmation" msgstr "Brukerregistreringer som venter på bekreftelse" -#: ../../mod/admin.php:189 +#: ../../mod/admin.php:197 msgid "Message queues" msgstr "Meldingskøer" -#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 -#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877 -#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163 +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 msgid "Administration" msgstr "Administrasjon" -#: ../../mod/admin.php:195 +#: ../../mod/admin.php:203 msgid "Summary" msgstr "Sammendrag" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:205 msgid "Registered users" msgstr "Registrerte brukere" -#: ../../mod/admin.php:199 ../../mod/admin.php:532 +#: ../../mod/admin.php:207 ../../mod/admin.php:543 msgid "Pending registrations" msgstr "Ventende registreringer" -#: ../../mod/admin.php:200 +#: ../../mod/admin.php:208 msgid "Version" msgstr "Versjon" -#: ../../mod/admin.php:202 ../../mod/admin.php:533 +#: ../../mod/admin.php:210 ../../mod/admin.php:544 msgid "Active plugins" msgstr "Aktive tilleggsfunksjoner" -#: ../../mod/admin.php:350 +#: ../../mod/admin.php:360 msgid "Site settings updated." msgstr "Nettstedsinnstillinger er oppdatert." -#: ../../mod/admin.php:381 +#: ../../mod/admin.php:391 msgid "No special theme for accessibility" msgstr "Ikke noe spesielt tema for universell utforming" -#: ../../mod/admin.php:409 +#: ../../mod/admin.php:419 msgid "Closed" msgstr "Lukket" -#: ../../mod/admin.php:410 +#: ../../mod/admin.php:420 msgid "Requires approval" msgstr "Krever godkjenning" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:421 msgid "Open" msgstr "Åpen" -#: ../../mod/admin.php:416 +#: ../../mod/admin.php:426 msgid "Private" msgstr "Privat" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:427 msgid "Paid Access" msgstr "Betalt tilgang" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:428 msgid "Free Access" msgstr "Gratis tilgang" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:429 msgid "Tiered Access" msgstr "Lagdelt tilgang" -#: ../../mod/admin.php:432 ../../mod/register.php:189 +#: ../../mod/admin.php:442 ../../mod/register.php:189 msgid "Registration" msgstr "Registrering" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:443 msgid "File upload" msgstr "Last opp fil" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:444 msgid "Policies" msgstr "Retningslinjer" -#: ../../mod/admin.php:435 -msgid "Advanced" -msgstr "Avansert" - -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:449 msgid "Site name" msgstr "Nettstedets navn" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:450 msgid "Banner/Logo" msgstr "Banner/Logo" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:451 msgid "Administrator Information" msgstr "Administratorinformasjon" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:451 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Kontaktinformasjon til nettstedsadministratorer. Vises på siteinfo-siden. BBCode kan brukes her" -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:452 msgid "System language" msgstr "Systemspråk" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:453 msgid "System theme" msgstr "Systemtema" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:453 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Standard systemtema - kan overstyres av brukerprofiler - <a href='#' id='cnftheme'>endre temainnstillinger</a>" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:454 msgid "Mobile system theme" msgstr "Mobilt systemtema" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:454 msgid "Theme for mobile devices" msgstr "Tema for mobile enheter" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:455 msgid "Accessibility system theme" msgstr "Universelt utformet systemtema" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:455 msgid "Accessibility theme" msgstr "Universelt utformet tema" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:456 msgid "Channel to use for this website's static pages" msgstr "Kanal å bruke for dette nettstedets statiske sider" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:456 msgid "Site Channel" msgstr "Nettstedets kanal" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:458 msgid "Maximum image size" msgstr "Største bildestørrelse" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:458 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Største størrelse i bytes for opplastede bilder. Standard er 0, som betyr ubegrenset." -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:459 msgid "Register policy" msgstr "Retningslinjer for registrering" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:460 msgid "Access policy" msgstr "Retningslinjer for tilgang" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:461 msgid "Register text" msgstr "Registreringstekst" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:461 msgid "Will be displayed prominently on the registration page." msgstr "Vil bli vist på en fremtredende måte på registreringssiden." -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:462 msgid "Accounts abandoned after x days" msgstr "Kontoer forlatt etter x dager" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:462 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Vil ikke kaste bort systemressurser på å spørre eksterne nettsteder etter forlatte kontoer. Skriv 0 for å ikke sette noen tidsgrense." -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:463 msgid "Allowed friend domains" msgstr "Tillatte vennedomener" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:463 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Kommaseparert liste over domener som har lov til å etablere vennskap med dette nettstedet. Jokertegn er akseptert. Tøm for å tillate alle domener." -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:464 msgid "Allowed email domains" msgstr "Tillate e-postdomener" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:464 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Kommaseparert liste med domener som er tillatt i e-postadresser ved registrering på dette nettstedet. Jokertegn er akseptert. Tomt betyr at alle domener er tillatt" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:465 msgid "Block public" msgstr "Blokker offentlig tilgang" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:465 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Kryss av for å blokkere tilgang til alle personlige sider som ellers ville vært offentlig tilgjengelige på dette nettstedet med mindre du er logget inn." -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:466 msgid "Force publish" msgstr "Tving publisering" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:466 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Kryss av for å tvinge alle profiler på dette nettstedet til å bli oppført i nettstedet sin katalog." -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" +msgstr "Skru av oppdagelsesfanen" + +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Fjern fanen fra nettverksvisningen med offentlig innhold trukket inn fra kilder valg for dette nettstedet." + +#: ../../mod/admin.php:468 msgid "No login on Homepage" msgstr "Ingen innlogging på hjemmesiden" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:468 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "Sett hake for å skjule innloggingsskjemaet fra ditt nettsteds hjemmeside for besøkende som ikke er innlogget (for eksempel når du legger inn innhold på hjemmesiden via nettstedskanalen)." -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:470 msgid "Proxy user" msgstr "Brukernavn mellomtjener" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:471 msgid "Proxy URL" msgstr "Mellomtjener URL" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:472 msgid "Network timeout" msgstr "Nettverk tidsavbrudd" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:472 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Verdien i sekunder. Skriv 0 for ubegrenset (ikke anbefalt)." -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:473 msgid "Delivery interval" msgstr "Leveringsinterval" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:473 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Forsink leveringsprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Anbefaling: 4-5 for delte tjenere, 2-3 for virtuelle tjenere, 0-1 for større dedikerte tjenere." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:474 msgid "Poll interval" msgstr "Spørreintervall" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:474 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Forsink spørreprosessene i bakgrunnen med dette antall sekunder for å redusere systembelastningen. Hvis 0, bruk dette leveringsintervallet." -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:475 msgid "Maximum Load Average" msgstr "Største belastningsgjennomsnitt" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:475 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Største systembelastning før leverings- og spørreprosesser blir utsatt - standard 50." -#: ../../mod/admin.php:520 +#: ../../mod/admin.php:531 msgid "No server found" msgstr "Ingen tjener funnet" -#: ../../mod/admin.php:527 ../../mod/admin.php:751 +#: ../../mod/admin.php:538 ../../mod/admin.php:762 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:538 msgid "for channel" msgstr "for kanalen" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:538 msgid "on server" msgstr "på tjener" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:538 msgid "Status" msgstr "Status" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:559 msgid "Update has been marked successful" msgstr "Oppdateringen har blitt merket som en suksess" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:569 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Utføring av %s feilet. Sjekk systemlogger." -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:572 #, php-format msgid "Update %s was successfully applied." msgstr "Oppdatering %s ble gjennomført med suksess." -#: ../../mod/admin.php:565 +#: ../../mod/admin.php:576 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Oppdatering %s returnerte ingen status. Det er ukjent om den ble vellykket." -#: ../../mod/admin.php:568 +#: ../../mod/admin.php:579 #, php-format msgid "Update function %s could not be found." msgstr "Oppdatering av funksjon %s kunne ikke finnes." -#: ../../mod/admin.php:583 +#: ../../mod/admin.php:594 msgid "No failed updates." msgstr "Ingen mislykkede oppdateringer." -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:598 msgid "Failed Updates" msgstr "Mislykkede oppdateringer" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:600 msgid "Mark success (if update was manually applied)" msgstr "Marker suksess (hvis oppdateringen ble gjennomført manuelt)" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:601 msgid "Attempt to execute this update step automatically" msgstr "Prøv å gjennomføre dette oppdateringstrinnet automatisk" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:627 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s bruker blokkert/ikke blokkert lenger" msgstr[1] "%s brukere blokkert/ikke blokkert lenger" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:634 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s bruker slettet" msgstr[1] "%s brukere slettet" -#: ../../mod/admin.php:654 +#: ../../mod/admin.php:665 msgid "Account not found" msgstr "Kontoen ble ikke funnet" -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:676 #, php-format msgid "User '%s' deleted" msgstr "Brukeren '%s' er slettet" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' unblocked" msgstr "Brukeren '%s' er ikke blokkert lenger" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:685 #, php-format msgid "User '%s' blocked" msgstr "Brukeren '%s' er blokkert" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" +msgstr "Brukere" + +#: ../../mod/admin.php:751 ../../mod/admin.php:885 msgid "select all" msgstr "velg alle" -#: ../../mod/admin.php:741 +#: ../../mod/admin.php:752 msgid "User registrations waiting for confirm" msgstr "Brukerregistreringer som venter på bekreftelse" -#: ../../mod/admin.php:742 +#: ../../mod/admin.php:753 msgid "Request date" msgstr "Dato for forespørsel" -#: ../../mod/admin.php:743 +#: ../../mod/admin.php:754 msgid "No registrations." msgstr "Ingen registreringer." -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:755 msgid "Approve" msgstr "Godkjenn" -#: ../../mod/admin.php:745 +#: ../../mod/admin.php:756 msgid "Deny" msgstr "Avslå" -#: ../../mod/admin.php:747 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:758 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Block" msgstr "Blokker" -#: ../../mod/admin.php:748 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:759 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Unblock" msgstr "Ikke blokker lenger" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Register date" msgstr "Registreringsdato" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Last login" msgstr "Siste innlogging" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Expires" msgstr "Utløper" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:762 msgid "Service Class" msgstr "Tjenesteklasse" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:764 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Valgte brukere vil bli slettet!\\n\\nAlt som disse brukerne har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette valgte brukere og deres innhold?" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:765 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne brukeren og alt innholdet til denne brukeren?" -#: ../../mod/admin.php:795 +#: ../../mod/admin.php:797 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "%s kanal sensurert/ikke sensurert lenger" +msgstr[1] "%s kanaler sensurert/ikke sensurert lenger" + +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s kanal slettet" +msgstr[1] "%s kanaler slettet" + +#: ../../mod/admin.php:823 +msgid "Channel not found" +msgstr "Kanalen ble ikke funnet" + +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Kanalen '%s' er slettet" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Kanalen '%s' er ikke sensurert lenger" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" +msgstr "Kanalen '%s' er sensurert" + +#: ../../mod/admin.php:887 +msgid "Censor" +msgstr "Sensurer" + +#: ../../mod/admin.php:888 +msgid "Uncensor" +msgstr "Ikke sensurer lenger" + +#: ../../mod/admin.php:891 +msgid "UID" +msgstr "UID" + +#: ../../mod/admin.php:891 ../../mod/profiles.php:337 +msgid "Address" +msgstr "Adresse" + +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Valgte kanaler vil bli slettet!\\n\\nAlt innhold som er lagt inn i disse kanalene på dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette disse kanalene med alt innhold?" + +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Kanalen {0} vil bli slettet!\\n\\nAlt innhold som er lagt inn i denne kanalen på dettet nettstedet vil bli slettet for alltid!\\n\\nEr du sikker på at du vil slette denne kanalen med alt innhold?" + +#: ../../mod/admin.php:933 #, php-format msgid "Plugin %s disabled." msgstr "Tilleggsfunksjonen %s er avskrudd." -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:937 #, php-format msgid "Plugin %s enabled." msgstr "Tilleggsfunksjonen %s er påskrudd." -#: ../../mod/admin.php:809 ../../mod/admin.php:1011 +#: ../../mod/admin.php:947 ../../mod/admin.php:1149 msgid "Disable" msgstr "Skru av" -#: ../../mod/admin.php:811 ../../mod/admin.php:1013 +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 msgid "Enable" msgstr "Skru på" -#: ../../mod/admin.php:837 ../../mod/admin.php:1042 +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 msgid "Toggle" msgstr "Skru av og på" -#: ../../mod/admin.php:845 ../../mod/admin.php:1052 +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 msgid "Author: " msgstr "Forfatter:" -#: ../../mod/admin.php:846 ../../mod/admin.php:1053 +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 msgid "Maintainer: " msgstr "Vedlikeholder:" -#: ../../mod/admin.php:975 +#: ../../mod/admin.php:1113 msgid "No themes found." msgstr "Ingen temaer er funnet." -#: ../../mod/admin.php:1034 +#: ../../mod/admin.php:1172 msgid "Screenshot" msgstr "Skjermbilde" -#: ../../mod/admin.php:1082 +#: ../../mod/admin.php:1220 msgid "[Experimental]" msgstr "[Eksperimentelt]" -#: ../../mod/admin.php:1083 +#: ../../mod/admin.php:1221 msgid "[Unsupported]" msgstr "[Ingen støtte]" -#: ../../mod/admin.php:1110 +#: ../../mod/admin.php:1248 msgid "Log settings updated." msgstr "Logginnstillinger er oppdatert." -#: ../../mod/admin.php:1166 +#: ../../mod/admin.php:1304 msgid "Clear" msgstr "Tøm" -#: ../../mod/admin.php:1172 +#: ../../mod/admin.php:1310 msgid "Debugging" msgstr "Feilsøking" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1311 msgid "Log file" msgstr "Loggfil" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1311 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "Må kunne skrives til av webtjenesten. Relativ til din Red sin toppnivåkatalog." -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1312 msgid "Log level" msgstr "Loggnivå" -#: ../../mod/filer.php:35 +#: ../../mod/filer.php:49 msgid "- select -" msgstr "- velg -" @@ -4966,60 +5166,414 @@ msgstr "- velg -" msgid "Welcome to %s" msgstr "Velkommen til %s" -#: ../../mod/editpost.php:20 ../../mod/editlayout.php:36 -#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:8 -#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 -msgid "Item not found" -msgstr "Elementet ble ikke funnet." +#: ../../mod/setup.php:162 +msgid "Red Matrix Server - Setup" +msgstr "Red Matrix tjener - oppsett" -#: ../../mod/editpost.php:31 -msgid "Item is not editable" -msgstr "Elementet kan ikke endres" +#: ../../mod/setup.php:168 +msgid "Could not connect to database." +msgstr "Fikk ikke kontakt med databasen." -#: ../../mod/editpost.php:53 -msgid "Delete item?" -msgstr "Slett element?" +#: ../../mod/setup.php:172 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS." -#: ../../mod/editpost.php:116 ../../mod/editlayout.php:110 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:115 -msgid "Insert YouTube video" -msgstr "Sett inn YouTube-video" +#: ../../mod/setup.php:179 +msgid "Could not create table." +msgstr "Kunne ikke lage tabellen." -#: ../../mod/editpost.php:117 ../../mod/editlayout.php:111 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:116 -msgid "Insert Vorbis [.ogg] video" -msgstr "Sett inn Vorbis [.ogg] video" +#: ../../mod/setup.php:185 +msgid "Your site database has been installed." +msgstr "Databasen til ditt nettsted har blitt installert." -#: ../../mod/editpost.php:118 ../../mod/editlayout.php:112 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:117 -msgid "Insert Vorbis [.ogg] audio" -msgstr "Legg i" +#: ../../mod/setup.php:190 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." +msgstr "Du må kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql." + +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:641 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Vennligst les filen \"install/INSTALL.txt\"." + +#: ../../mod/setup.php:257 +msgid "System check" +msgstr "Systemsjekk" + +#: ../../mod/setup.php:262 +msgid "Check again" +msgstr "Sjekk igjen" + +#: ../../mod/setup.php:284 +msgid "Database connection" +msgstr "Databaseforbindelse" + +#: ../../mod/setup.php:285 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "For å installere Red Matrix må du oppgi hvordan din database kan kontaktes." + +#: ../../mod/setup.php:286 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmål om disse innstillingene." + +#: ../../mod/setup.php:287 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Databasen du oppgir nedenfor må finnes på forhånd. Hvis den ikke finnes, vennligst lag den før du fortsetter." + +#: ../../mod/setup.php:291 +msgid "Database Server Name" +msgstr "Navn på databasetjener" + +#: ../../mod/setup.php:291 +msgid "Default is localhost" +msgstr "Standard er localhost" + +#: ../../mod/setup.php:292 +msgid "Database Port" +msgstr "Databaseport" + +#: ../../mod/setup.php:292 +msgid "Communication port number - use 0 for default" +msgstr "Kommunikasjonsportnummer - bruk 0 for standard" + +#: ../../mod/setup.php:293 +msgid "Database Login Name" +msgstr "Database innloggingsnavn" + +#: ../../mod/setup.php:294 +msgid "Database Login Password" +msgstr "Database innloggingspassord" + +#: ../../mod/setup.php:295 +msgid "Database Name" +msgstr "Databasenavn" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "Site administrator email address" +msgstr "E-postadressen til administrator ved nettstedet" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Din konto sin e-postadresse må være lik denne for å kunne bruke web-administrasjonspanelet." + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Website URL" +msgstr "Nettstedets URL" + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please use SSL (https) URL if available." +msgstr "Vennligst bruk SSL (https) URL hvis tilgjengelig." + +#: ../../mod/setup.php:301 ../../mod/setup.php:344 +msgid "Please select a default timezone for your website" +msgstr "Vennligst velg en standard tidssone for ditt nettsted" + +#: ../../mod/setup.php:328 +msgid "Site settings" +msgstr "Nettstedets innstillinger" + +#: ../../mod/setup.php:387 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH)." + +#: ../../mod/setup.php:388 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "Hvis du ikke har en kommandolinjeversjon av PHP installert på tjeneren, så vil du ikke kunne kjøre bakgrunnshenting via cron." + +#: ../../mod/setup.php:392 +msgid "PHP executable path" +msgstr "PHP-kjørefilens sti" + +#: ../../mod/setup.php:392 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Skriv full sti til kjørefilen for PHP. Du kan la denne stå blank for å fortsette installasjonen." + +#: ../../mod/setup.php:397 +msgid "Command line PHP" +msgstr "Kommandolinje PHP" + +#: ../../mod/setup.php:406 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" påskrudd." + +#: ../../mod/setup.php:407 +msgid "This is required for message delivery to work." +msgstr "Dette er påkrevd for at meldingslevering skal virke." + +#: ../../mod/setup.php:409 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/setup.php:430 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler" + +#: ../../mod/setup.php:431 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Ved kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/setup.php:433 +msgid "Generate encryption keys" +msgstr "Lag krypteringsnøkler" + +#: ../../mod/setup.php:440 +msgid "libCurl PHP module" +msgstr "libCurl PHP-modul" + +#: ../../mod/setup.php:441 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP-modul" + +#: ../../mod/setup.php:442 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP-modul" + +#: ../../mod/setup.php:443 +msgid "mysqli PHP module" +msgstr "mysqli PHP-modul" + +#: ../../mod/setup.php:444 +msgid "mb_string PHP module" +msgstr "mb_string PHP-modul" + +#: ../../mod/setup.php:445 +msgid "mcrypt PHP module" +msgstr "mcrypt PHP-modul" + +#: ../../mod/setup.php:450 ../../mod/setup.php:452 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite-modul" + +#: ../../mod/setup.php:450 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Feil: Apache web-tjenerens mod-rewrite-modul er påkrevd, men ikke installert." + +#: ../../mod/setup.php:456 ../../mod/setup.php:459 +msgid "proc_open" +msgstr "proc_open" + +#: ../../mod/setup.php:456 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Feil: proc_open er påkrevd, men er enten ikke installert eller har blitt avskrudd i php.ini" + +#: ../../mod/setup.php:464 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Feil: libCURL PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:468 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Feil: GD graphics PHP-modul med JPEG-støtte er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:472 +msgid "Error: openssl PHP module required but not installed." +msgstr "Feil: openssl PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:476 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Feil: mysqli PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:480 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Feil: mb_string PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:484 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Feil: mcrypt PHP-modul er påkrevd, men er ikke installert." + +#: ../../mod/setup.php:500 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Web-installasjonen må kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette får den ikke til." + +#: ../../mod/setup.php:501 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan." + +#: ../../mod/setup.php:502 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "På slutten av denne prosedyren vil vi gi deg en tekst til å lagre i en fil kalt .htconfig.php i toppkatalogen til din Red." + +#: ../../mod/setup.php:503 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Alternativt, så kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner." + +#: ../../mod/setup.php:506 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php kan skrives til" + +#: ../../mod/setup.php:516 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red bruker malmotoren Smarty3 for å gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for å framskynde gjengivelsen." + +#: ../../mod/setup.php:517 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." +msgstr "For å kunne lagre disse kompilerte malene, så må webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe." + +#: ../../mod/setup.php:518 ../../mod/setup.php:536 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen." -#: ../../mod/directory.php:144 ../../mod/profiles.php:561 +#: ../../mod/setup.php:519 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder." + +#: ../../mod/setup.php:522 +msgid "view/tpl/smarty3 is writable" +msgstr "view/tpl/smarty3 er skrivbar" + +#: ../../mod/setup.php:535 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red bruker lagringsmappen for å lagre opplastede filer. Webtjeneren trenger å ha skrivetilgang til lagringsmappen under Red sin toppnivåmappe." + +#: ../../mod/setup.php:539 +msgid "store is writable" +msgstr "lageret kan skrives til" + +#: ../../mod/setup.php:554 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet." + +#: ../../mod/setup.php:555 +msgid "" +"If you use https access, you MUST use a certification instance known by all " +"internet browsers. You MUST NOT use self-signed certificates!" +msgstr "Hvis du bruker HTTPS-tilgang, så MÅ du bruke et sertifikat som er kjent av alle Internett-nettlesere. Du MÅ IKKE bruke egensignerte sertifikater!" + +#: ../../mod/setup.php:556 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub. If your" +msgstr "Denne restriksjonen er tatt inn fordi offentlige innlegg fra deg kan for eksempel inneholde referanser til bilder på din egen hub. Hvis ditt" + +#: ../../mod/setup.php:557 +msgid "" +"certificate is not known by the internet browser of users they get a warning" +" message complaining about some security issues. Although" +msgstr "sertifikat ikke er kjent av nettleseren til brukere kan de få en varselmelding som klager over sikkerhetsproblemer. Selv om" + +#: ../../mod/setup.php:558 +msgid "" +"these complains are not the real truth - there are no security issues with " +"your encryption! - the users may be confused, nerved or even" +msgstr "disse klagene ikke er virkelige - det er ingen sikkerhetsproblemer med krypteringen din! - så kan brukerne bli forvirret, nervøse eller til og med" + +#: ../../mod/setup.php:559 +msgid "" +"worse may become scared about redmatrix having security issues. Use one of " +"the free certification instances!" +msgstr "enda verre bli redde for at RedMatrix har sikkerhetsproblemer. Bruk en av de kjente gratis sertifikatutstederne!" + +#: ../../mod/setup.php:561 +msgid "SSL certificate validation" +msgstr "SSL sertifikat-kontroll" + +#: ../../mod/setup.php:568 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen på tjeneren." + +#: ../../mod/setup.php:570 +msgid "Url rewrite is working" +msgstr "URL rewrite virker" + +#: ../../mod/setup.php:580 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i toppkatalogen av din web-tjener." + +#: ../../mod/setup.php:604 +msgid "Errors encountered creating database tables." +msgstr "Feil oppstod under opprettelsen av databasetabeller." + +#: ../../mod/setup.php:639 +msgid "<h1>What next</h1>" +msgstr "<h1>Hva gjenstår</h1>" + +#: ../../mod/setup.php:640 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "VIKTIG: Du må [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren." + +#: ../../mod/directory.php:148 ../../mod/profiles.php:561 #: ../../mod/dirprofile.php:98 msgid "Age: " msgstr "Alder:" -#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101 +#: ../../mod/directory.php:151 ../../mod/dirprofile.php:101 msgid "Gender: " msgstr "Kjønn:" -#: ../../mod/directory.php:208 +#: ../../mod/directory.php:212 msgid "Finding:" msgstr "Finner:" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "next page" msgstr "neste side" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "previous page" msgstr "forrige side" -#: ../../mod/directory.php:223 +#: ../../mod/directory.php:227 msgid "No entries (some entries may be hidden)." msgstr "Ingen oppføringer (noen oppføringer kan være skjult)." +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." +msgstr "Ekstern personverninformasjon er ikke tilgjengelig." + +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "Synlig for:" + #: ../../mod/connedit.php:49 ../../mod/connections.php:37 msgid "Could not access contact record." msgstr "Fikk ikke tilgang til kontaktinformasjonen." @@ -5036,228 +5590,228 @@ msgstr "Forbindelsen er oppdatert." msgid "Failed to update connection record." msgstr "Mislyktes med å oppdatere forbindelsesinformasjonen." -#: ../../mod/connedit.php:204 +#: ../../mod/connedit.php:210 msgid "Could not access address book record." msgstr "Fikk ikke tilgang til informasjonen i adresseboken." -#: ../../mod/connedit.php:218 +#: ../../mod/connedit.php:224 msgid "Refresh failed - channel is currently unavailable." msgstr "Oppfrisking mislyktes - kanalen er for øyeblikket utilgjengelig." -#: ../../mod/connedit.php:225 +#: ../../mod/connedit.php:231 msgid "Channel has been unblocked" msgstr "Kanalen er ikke blokkert lenger" -#: ../../mod/connedit.php:226 +#: ../../mod/connedit.php:232 msgid "Channel has been blocked" msgstr "Kanalen har blitt blokkert" -#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 -#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 -#: ../../mod/connedit.php:281 +#: ../../mod/connedit.php:236 ../../mod/connedit.php:248 +#: ../../mod/connedit.php:260 ../../mod/connedit.php:272 +#: ../../mod/connedit.php:287 msgid "Unable to set address book parameters." msgstr "Ikke i stand til å angi parametre for adresseboken." -#: ../../mod/connedit.php:237 +#: ../../mod/connedit.php:243 msgid "Channel has been unignored" msgstr "Kanalen er ikke lenger ignorert" -#: ../../mod/connedit.php:238 +#: ../../mod/connedit.php:244 msgid "Channel has been ignored" msgstr "Kanalen blir ignorert" -#: ../../mod/connedit.php:249 +#: ../../mod/connedit.php:255 msgid "Channel has been unarchived" msgstr "Kanalen er ikke lenger arkivert" -#: ../../mod/connedit.php:250 +#: ../../mod/connedit.php:256 msgid "Channel has been archived" msgstr "Kanalen er arkivert" -#: ../../mod/connedit.php:261 +#: ../../mod/connedit.php:267 msgid "Channel has been unhidden" msgstr "Kanalen er ikke lenger skjult" -#: ../../mod/connedit.php:262 +#: ../../mod/connedit.php:268 msgid "Channel has been hidden" msgstr "Kanalen er blitt skjult" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:282 msgid "Channel has been approved" msgstr "Kanalen har blitt godkjent" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:283 msgid "Channel has been unapproved" msgstr "Kanalen er ikke lenger godkjent" -#: ../../mod/connedit.php:295 -msgid "Contact has been removed." -msgstr "Kontakten har blitt fjernet." +#: ../../mod/connedit.php:301 +msgid "Connection has been removed." +msgstr "Forbindelsen har blitt fjernet." -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:321 #, php-format msgid "View %s's profile" msgstr "Vis %s sin profil" -#: ../../mod/connedit.php:319 +#: ../../mod/connedit.php:325 msgid "Refresh Permissions" msgstr "Oppfrisk tillatelser" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:328 msgid "Fetch updated permissions" msgstr "Hent oppdaterte tillatelser" -#: ../../mod/connedit.php:326 +#: ../../mod/connedit.php:332 msgid "Recent Activity" msgstr "Nylig aktivitet" -#: ../../mod/connedit.php:329 +#: ../../mod/connedit.php:335 msgid "View recent posts and comments" msgstr "Vis nylige innlegg og kommentarer" -#: ../../mod/connedit.php:336 +#: ../../mod/connedit.php:342 msgid "Block or Unblock this connection" msgstr "Blokker eller fjern blokkering av denne forbindelsen " -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 msgid "Unignore" msgstr "Ikke ignorer lenger" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorer" -#: ../../mod/connedit.php:343 +#: ../../mod/connedit.php:349 msgid "Ignore or Unignore this connection" msgstr "Ignorer eller fjern ignorering av denne forbindelsen" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Unarchive" msgstr "Ikke arkiver lenger" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Archive" msgstr "Arkiver" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:355 msgid "Archive or Unarchive this connection" msgstr "Arkiver eller fjern arkivering av denne forbindelsen" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Unhide" msgstr "Ikke skjul lenger" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Hide" msgstr "Skjul" -#: ../../mod/connedit.php:355 +#: ../../mod/connedit.php:361 msgid "Hide or Unhide this connection" msgstr "Skjul eller fjern skjuling av denne forbindelsen" -#: ../../mod/connedit.php:362 +#: ../../mod/connedit.php:368 msgid "Delete this connection" msgstr "Slett denne forbindelsen" -#: ../../mod/connedit.php:395 +#: ../../mod/connedit.php:401 msgid "Unknown" msgstr "Ukjent" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +#: ../../mod/connedit.php:411 ../../mod/connedit.php:440 msgid "Approve this connection" msgstr "Godta denne forbindelsen" -#: ../../mod/connedit.php:405 +#: ../../mod/connedit.php:411 msgid "Accept connection to allow communication" msgstr "Godta denne forbindelsen for å tillate kommunikasjon" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 msgid "Automatic Permissions Settings" msgstr "Automatiske innstillinger for tillatelser" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 #, php-format msgid "Connections: settings for %s" msgstr "Forbindelser: innstillinger for %s" -#: ../../mod/connedit.php:425 +#: ../../mod/connedit.php:431 msgid "" "When receiving a channel introduction, any permissions provided here will be" " applied to the new connection automatically and the introduction approved. " "Leave this page if you do not wish to use this feature." msgstr "Når du mottar en kanal-introduksjon, så vil alle tillatelser gitt her gjelde for den nye forbindelsen automatisk og introduksjonen godkjennes. Forlat denne siden hvis du ikke ønsker å bruke denne egenskapen." -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:433 msgid "Slide to adjust your degree of friendship" msgstr "Flytt for å justere din grad av vennskap" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:439 msgid "inherited" msgstr "arvet" -#: ../../mod/connedit.php:435 +#: ../../mod/connedit.php:441 msgid "Connection has no individual permissions!" msgstr "Forbindelsen har ingen individuelle tillatelser!" -#: ../../mod/connedit.php:436 +#: ../../mod/connedit.php:442 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy " "settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "Dette kan være riktig basert på dine <a href=\"settings\">personverninnstillinger</a>, men kanskje du bør se over \"Avanserte tillatelser\"." -#: ../../mod/connedit.php:438 +#: ../../mod/connedit.php:444 msgid "Profile Visibility" msgstr "Profilens synlighet" -#: ../../mod/connedit.php:439 +#: ../../mod/connedit.php:445 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Vennligst velg profilen du ønsker å vise %s når profilen din ses på en sikret måte. " -#: ../../mod/connedit.php:440 +#: ../../mod/connedit.php:446 msgid "Contact Information / Notes" msgstr "Kontaktinformasjon / Merknader" -#: ../../mod/connedit.php:441 +#: ../../mod/connedit.php:447 msgid "Edit contact notes" msgstr "Endre kontaktmerknader" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:449 msgid "Their Settings" msgstr "Deres innstillinger" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:450 msgid "My Settings" msgstr "Mine innstillinger" -#: ../../mod/connedit.php:446 +#: ../../mod/connedit.php:452 msgid "Forum Members" msgstr "Forummedlemmer" -#: ../../mod/connedit.php:447 +#: ../../mod/connedit.php:453 msgid "Soapbox" msgstr "Talerstol" -#: ../../mod/connedit.php:448 +#: ../../mod/connedit.php:454 msgid "Full Sharing (typical social network permissions)" msgstr "Full deling (typiske tillatelser i sosiale nettverk)" -#: ../../mod/connedit.php:449 +#: ../../mod/connedit.php:455 msgid "Cautious Sharing " msgstr "Forsiktig deling" -#: ../../mod/connedit.php:450 +#: ../../mod/connedit.php:456 msgid "Follow Only" msgstr "Bare følg" -#: ../../mod/connedit.php:451 +#: ../../mod/connedit.php:457 msgid "Individual Permissions" msgstr "Individuelle tillatelser" -#: ../../mod/connedit.php:452 +#: ../../mod/connedit.php:458 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5265,72 +5819,72 @@ msgid "" "have no effect." msgstr "Noen tillatelser kan være arvet fra din kanals <a ref=\"settings\">personverninnstillinger</a>, som har høyere prioritet enn individuelle innstillinger. Å endre arvede innstillinger på denne siden vil ikke ha noen effekt." -#: ../../mod/connedit.php:453 +#: ../../mod/connedit.php:459 msgid "Advanced Permissions" msgstr "Avanserte tillatelser" -#: ../../mod/connedit.php:454 +#: ../../mod/connedit.php:460 msgid "Simple Permissions (select one and submit)" msgstr "Enkle tillatelser (velg en og lagre)" -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:464 #, php-format msgid "Visit %s's profile - %s" msgstr "Besøk %s sin profil - %s" -#: ../../mod/connedit.php:459 +#: ../../mod/connedit.php:465 msgid "Block/Unblock contact" msgstr "Blokker/Ikke blokker kontakt" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:466 msgid "Ignore contact" msgstr "Ignorer kontakt" -#: ../../mod/connedit.php:461 +#: ../../mod/connedit.php:467 msgid "Repair URL settings" msgstr "Reparer URL-innstillinger" -#: ../../mod/connedit.php:462 +#: ../../mod/connedit.php:468 msgid "View conversations" msgstr "Vis samtaler" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:470 msgid "Delete contact" msgstr "Slett kontakt" -#: ../../mod/connedit.php:467 +#: ../../mod/connedit.php:473 msgid "Last update:" msgstr "Siste oppdatering:" -#: ../../mod/connedit.php:469 +#: ../../mod/connedit.php:475 msgid "Update public posts" msgstr "Oppdater offentlige innlegg" -#: ../../mod/connedit.php:471 +#: ../../mod/connedit.php:477 msgid "Update now" msgstr "Oppdater nå" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:483 msgid "Currently blocked" msgstr "For øyeblikket blokkert" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:484 msgid "Currently ignored" msgstr "For øyeblikket ignorert" -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:485 msgid "Currently archived" msgstr "For øyeblikket arkivert" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:486 msgid "Currently pending" msgstr "For øyeblikket ventende" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "Hide this contact from others" msgstr "Skjul denne kontakten for andre" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Svar/likes på dine offentlige innlegg <strong>kan</strong> fortsatt være synlige" @@ -5339,7 +5893,7 @@ msgstr "Svar/likes på dine offentlige innlegg <strong>kan</strong> fortsatt væ msgid "Help with this feature" msgstr "Hjelp med denne funksjonen" -#: ../../mod/layouts.php:83 +#: ../../mod/layouts.php:84 msgid "Layout Name" msgstr "Layout-navn" @@ -5390,23 +5944,23 @@ msgstr "Ugyldig element." msgid "No such group" msgstr "Gruppen finnes ikke" -#: ../../mod/network.php:118 +#: ../../mod/network.php:119 msgid "Search Results For:" msgstr "Søkeresultat for:" -#: ../../mod/network.php:172 +#: ../../mod/network.php:173 msgid "Collection is empty" msgstr "Samlingen er tom" -#: ../../mod/network.php:180 +#: ../../mod/network.php:181 msgid "Collection: " msgstr "Samling:" -#: ../../mod/network.php:193 +#: ../../mod/network.php:194 msgid "Connection: " msgstr "Forbindelse:" -#: ../../mod/network.php:196 +#: ../../mod/network.php:197 msgid "Invalid connection." msgstr "Ugyldig forbindelse." @@ -5479,10 +6033,6 @@ msgstr "Hjemmeside" msgid "Interests" msgstr "Interesser" -#: ../../mod/profiles.php:337 -msgid "Address" -msgstr "Adresse" - #: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 msgid "Location" msgstr "Plassering" @@ -5658,21 +6208,6 @@ msgstr "Legg til profilting" msgid "Include desirable objects in your profile" msgstr "Inkluder ønskverdige objekter i din profil" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Kanal lagt til." - -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Fjernautentisering blokkert. Du er logget inn på dette nettstedet lokalt. Vennligst logg ut og prøv på nytt." - -#: ../../mod/post.php:257 ../../mod/openid.php:72 ../../mod/openid.php:178 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Velkommen %s. Ekstern autentisering er vellykket." - #: ../../mod/dirsearch.php:21 msgid "This site is not a directory server" msgstr "Dette nettstedet er ikke en katalogtjener" @@ -5740,362 +6275,50 @@ msgstr "Kilden er fjernet" msgid "Unable to remove source." msgstr "Ikke i stand til å fjerne kilde." -#: ../../mod/lockview.php:34 -msgid "Remote privacy information not available." -msgstr "Ekstern personverninformasjon er ikke tilgjengelig." - -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "Synlig for:" +#: ../../mod/blocks.php:66 +msgid "Block Name" +msgstr "Byggeklossens navn" #: ../../mod/magic.php:70 msgid "Hub not found." msgstr "Hubben ble ikke funnet." -#: ../../mod/setup.php:161 -msgid "Red Matrix Server - Setup" -msgstr "Red Matrix tjener - oppsett" - -#: ../../mod/setup.php:167 -msgid "Could not connect to database." -msgstr "Fikk ikke kontakt med databasen." - -#: ../../mod/setup.php:171 -msgid "" -"Could not connect to specified site URL. Possible SSL certificate or DNS " -"issue." -msgstr "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS." - -#: ../../mod/setup.php:176 -msgid "Could not create table." -msgstr "Kunne ikke lage tabellen." - -#: ../../mod/setup.php:182 -msgid "Your site database has been installed." -msgstr "Databasen til ditt nettsted har blitt installert." - -#: ../../mod/setup.php:187 -msgid "" -"You may need to import the file \"install/database.sql\" manually using " -"phpmyadmin or mysql." -msgstr "Du må kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql." - -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 -msgid "Please see the file \"install/INSTALL.txt\"." -msgstr "Vennligst les filen \"install/INSTALL.txt\"." - -#: ../../mod/setup.php:254 -msgid "System check" -msgstr "Systemsjekk" - -#: ../../mod/setup.php:259 -msgid "Check again" -msgstr "Sjekk igjen" - -#: ../../mod/setup.php:281 -msgid "Database connection" -msgstr "Databaseforbindelse" - -#: ../../mod/setup.php:282 -msgid "" -"In order to install Red Matrix we need to know how to connect to your " -"database." -msgstr "For å installere Red Matrix må du oppgi hvordan din database kan kontaktes." - -#: ../../mod/setup.php:283 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmål om disse innstillingene." - -#: ../../mod/setup.php:284 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Databasen du oppgir nedenfor må finnes på forhånd. Hvis den ikke finnes, vennligst lag den før du fortsetter." - -#: ../../mod/setup.php:288 -msgid "Database Server Name" -msgstr "Navn på databasetjener" - -#: ../../mod/setup.php:288 -msgid "Default is localhost" -msgstr "Standard er localhost" - -#: ../../mod/setup.php:289 -msgid "Database Port" -msgstr "Databaseport" - -#: ../../mod/setup.php:289 -msgid "Communication port number - use 0 for default" -msgstr "Kommunikasjonsportnummer - bruk 0 for standard" - -#: ../../mod/setup.php:290 -msgid "Database Login Name" -msgstr "Database innloggingsnavn" - -#: ../../mod/setup.php:291 -msgid "Database Login Password" -msgstr "Database innloggingspassord" - -#: ../../mod/setup.php:292 -msgid "Database Name" -msgstr "Databasenavn" - -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "Site administrator email address" -msgstr "E-postadressen til administrator ved nettstedet" - -#: ../../mod/setup.php:294 ../../mod/setup.php:336 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Din konto sin e-postadresse må være lik denne for å kunne bruke web-administrasjonspanelet." - -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Website URL" -msgstr "Nettstedets URL" - -#: ../../mod/setup.php:295 ../../mod/setup.php:338 -msgid "Please use SSL (https) URL if available." -msgstr "Vennligst bruk SSL (https) URL hvis tilgjengelig." - -#: ../../mod/setup.php:298 ../../mod/setup.php:341 -msgid "Please select a default timezone for your website" -msgstr "Vennligst velg en standard tidssone for ditt nettsted" - -#: ../../mod/setup.php:325 -msgid "Site settings" -msgstr "Nettstedets innstillinger" - -#: ../../mod/setup.php:384 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH)." - -#: ../../mod/setup.php:385 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron." -msgstr "Hvis du ikke har en kommandolinjeversjon av PHP installert på tjeneren, så vil du ikke kunne kjøre bakgrunnshenting via cron." - -#: ../../mod/setup.php:389 -msgid "PHP executable path" -msgstr "PHP-kjørefilens sti" - -#: ../../mod/setup.php:389 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Skriv full sti til kjørefilen for PHP. Du kan la denne stå blank for å fortsette installasjonen." - -#: ../../mod/setup.php:394 -msgid "Command line PHP" -msgstr "Kommandolinje PHP" - -#: ../../mod/setup.php:403 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Kommandolinjeversjonen av PHP på ditt system har ikke \"register_argc_argv\" påskrudd." - -#: ../../mod/setup.php:404 -msgid "This is required for message delivery to work." -msgstr "Dette er påkrevd for at meldingslevering skal virke." - -#: ../../mod/setup.php:406 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: ../../mod/setup.php:427 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Feil: \"openssl_pkey_new\"-funksjonen på dette systemet er ikke i stand til å lage krypteringsnøkler" - -#: ../../mod/setup.php:428 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Ved kjøring på Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: ../../mod/setup.php:430 -msgid "Generate encryption keys" -msgstr "Lag krypteringsnøkler" - -#: ../../mod/setup.php:437 -msgid "libCurl PHP module" -msgstr "libCurl PHP-modul" - -#: ../../mod/setup.php:438 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP-modul" - -#: ../../mod/setup.php:439 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP-modul" - -#: ../../mod/setup.php:440 -msgid "mysqli PHP module" -msgstr "mysqli PHP-modul" - -#: ../../mod/setup.php:441 -msgid "mb_string PHP module" -msgstr "mb_string PHP-modul" - -#: ../../mod/setup.php:442 -msgid "mcrypt PHP module" -msgstr "mcrypt PHP-modul" - -#: ../../mod/setup.php:447 ../../mod/setup.php:449 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite-modul" - -#: ../../mod/setup.php:447 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Feil: Apache web-tjenerens mod-rewrite-modul er påkrevd, men ikke installert." - -#: ../../mod/setup.php:453 ../../mod/setup.php:456 -msgid "proc_open" -msgstr "proc_open" - -#: ../../mod/setup.php:453 -msgid "" -"Error: proc_open is required but is either not installed or has been " -"disabled in php.ini" -msgstr "Feil: proc_open er påkrevd, men er enten ikke installert eller har blitt avskrudd i php.ini" - -#: ../../mod/setup.php:461 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Feil: libCURL PHP-modul er påkrevd, men er ikke installert." - -#: ../../mod/setup.php:465 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Feil: GD graphics PHP-modul med JPEG-støtte er påkrevd, men er ikke installert." - -#: ../../mod/setup.php:469 -msgid "Error: openssl PHP module required but not installed." -msgstr "Feil: openssl PHP-modul er påkrevd, men er ikke installert." - -#: ../../mod/setup.php:473 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Feil: mysqli PHP-modul er påkrevd, men er ikke installert." - -#: ../../mod/setup.php:477 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Feil: mb_string PHP-modul er påkrevd, men er ikke installert." - -#: ../../mod/setup.php:481 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "Feil: mcrypt PHP-modul er påkrevd, men er ikke installert." - -#: ../../mod/setup.php:497 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Web-installasjonen må kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette får den ikke til." - -#: ../../mod/setup.php:498 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan." - -#: ../../mod/setup.php:499 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Red top folder." -msgstr "På slutten av denne prosedyren vil vi gi deg en tekst til å lagre i en fil kalt .htconfig.php i toppkatalogen til din Red." - -#: ../../mod/setup.php:500 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"install/INSTALL.txt\" for instructions." -msgstr "Alternativt, så kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner." - -#: ../../mod/setup.php:503 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php kan skrives til" - -#: ../../mod/setup.php:513 -msgid "" -"Red uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Red bruker malmotoren Smarty3 for å gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for å framskynde gjengivelsen." - -#: ../../mod/setup.php:514 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/tpl/smarty3/ under the Red top level " -"folder." -msgstr "For å kunne lagre disse kompilerte malene, så må webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe." - -#: ../../mod/setup.php:515 ../../mod/setup.php:533 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen." - -#: ../../mod/setup.php:516 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder." - -#: ../../mod/setup.php:519 -msgid "view/tpl/smarty3 is writable" -msgstr "view/tpl/smarty3 er skrivbar" - -#: ../../mod/setup.php:532 -msgid "" -"Red uses the store directory to save uploaded files. The web server needs to" -" have write access to the store directory under the Red top level folder" -msgstr "Red bruker lagringsmappen for å lagre opplastede filer. Webtjeneren trenger å ha skrivetilgang til lagringsmappen under Red sin toppnivåmappe." - -#: ../../mod/setup.php:536 -msgid "store is writable" -msgstr "lageret kan skrives til" +#: ../../mod/chat.php:19 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." +msgstr "Du må være innloegget for å se denne siden." -#: ../../mod/setup.php:551 -msgid "SSL certificate validation" -msgstr "SSL sertifikat-kontroll" +#: ../../mod/chat.php:166 +msgid "Room not found" +msgstr "Rommet ble ikke funnet" -#: ../../mod/setup.php:551 -msgid "" -"SSL certificate cannot be validated. Fix certificate or disable https access" -" to this site." -msgstr "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet." +#: ../../mod/chat.php:176 +msgid "Leave Room" +msgstr "Forlat rom" -#: ../../mod/setup.php:558 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen på tjeneren." +#: ../../mod/chat.php:177 +msgid "I am away right now" +msgstr "Jeg er borte akkurat nå" -#: ../../mod/setup.php:560 -msgid "Url rewrite is working" -msgstr "URL rewrite virker" +#: ../../mod/chat.php:178 +msgid "I am online" +msgstr "Jeg er online" -#: ../../mod/setup.php:570 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for å lage en konfigurasjonsfil i toppkatalogen av din web-tjener." +#: ../../mod/chat.php:180 +msgid "Bookmark this room" +msgstr "Bokmerk dette rommet" -#: ../../mod/setup.php:594 -msgid "Errors encountered creating database tables." -msgstr "Feil oppstod under opprettelsen av databasetabeller." +#: ../../mod/chat.php:204 ../../mod/chat.php:226 +msgid "New Chatroom" +msgstr "Nytt chatrom" -#: ../../mod/setup.php:607 -msgid "<h1>What next</h1>" -msgstr "<h1>Hva gjenstår</h1>" +#: ../../mod/chat.php:205 +msgid "Chatroom Name" +msgstr "Navn på chatrom" -#: ../../mod/setup.php:608 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "VIKTIG: Du må [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren." +#: ../../mod/chat.php:222 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "%1$s sine chatrom" #: ../../mod/siteinfo.php:57 #, php-format @@ -6198,7 +6421,7 @@ msgid "" "Password reset failed." msgstr "Forespørsel kunne ikke bekreftes. (Du kan ha sendt den inn tidligere.) Tilbakestilling av passord mislyktes." -#: ../../mod/lostpass.php:85 ../../boot.php:1438 +#: ../../mod/lostpass.php:85 ../../boot.php:1454 msgid "Password Reset" msgstr "Tilbakestill passord" @@ -6247,6 +6470,18 @@ msgstr "E-postadresse" msgid "Reset" msgstr "Tilbakestill" +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Endre byggekloss" + +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "Slett byggeklossen?" + +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "Slett byggekloss" + #: ../../mod/rbmark.php:88 msgid "Select a bookmark folder" msgstr "Velg en bokmerkemappe" @@ -6397,10 +6632,6 @@ msgstr "er interessert i:" msgid "No matches" msgstr "Ingen treff" -#: ../../mod/zfinger.php:23 -msgid "invalid target signature" -msgstr "Målets signatur er ugyldig" - #: ../../mod/chatsvc.php:102 msgid "Away" msgstr "Borte" @@ -6409,84 +6640,15 @@ msgstr "Borte" msgid "Online" msgstr "Online" -#: ../../mod/mail.php:33 -msgid "Unable to lookup recipient." -msgstr "Ikke i stand til å slå opp mottaker." - -#: ../../mod/mail.php:41 -msgid "Unable to communicate with requested channel." -msgstr "Ikke i stand til å kommunisere med forespurt kanal." - -#: ../../mod/mail.php:48 -msgid "Cannot verify requested channel." -msgstr "Kan ikke bekrefte forespurt kanal." - -#: ../../mod/mail.php:74 -msgid "Selected channel has private message restrictions. Send failed." -msgstr "Valgt kanal har restriksjoner for private meldinger. Sending feilet." - -#: ../../mod/mail.php:121 ../../mod/message.php:31 -msgid "Messages" -msgstr "Meldinger" - -#: ../../mod/mail.php:132 -msgid "Message deleted." -msgstr "Melding slettet." - -#: ../../mod/mail.php:149 -msgid "Message recalled." -msgstr "Innlegg tilbakekalt." - -#: ../../mod/mail.php:206 -msgid "Send Private Message" -msgstr "Send privat melding" - -#: ../../mod/mail.php:207 ../../mod/mail.php:323 -msgid "To:" -msgstr "Til:" - -#: ../../mod/mail.php:212 ../../mod/mail.php:325 -msgid "Subject:" -msgstr "Emne:" - -#: ../../mod/mail.php:249 -msgid "Message not found." -msgstr "Melding ikke funnet." - -#: ../../mod/mail.php:292 ../../mod/message.php:72 -msgid "Delete message" -msgstr "Slett melding" - -#: ../../mod/mail.php:293 -msgid "Recall message" -msgstr "Tilbakekall innlegg" - -#: ../../mod/mail.php:295 -msgid "Message has been recalled." -msgstr "Innlegget har blitt tilbakekalt." - -#: ../../mod/mail.php:312 -msgid "Private Conversation" -msgstr "Privat samtale" - -#: ../../mod/mail.php:316 -msgid "Delete conversation" -msgstr "Slett samtale" - -#: ../../mod/mail.php:318 -msgid "" -"No secure communications available. You <strong>may</strong> be able to " -"respond from the sender's profile page." -msgstr "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie å svare via senderens profilside." - -#: ../../mod/mail.php:322 -msgid "Send Reply" -msgstr "Send svar" - #: ../../mod/openid.php:26 msgid "OpenID protocol error. No ID returned." msgstr "OpenID protokollfeil. Ingen ID ble returnert." +#: ../../mod/openid.php:72 ../../mod/openid.php:178 ../../mod/post.php:257 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Velkommen %s. Ekstern autentisering er vellykket." + #: ../../mod/editlayout.php:72 msgid "Edit Layout" msgstr "Endre layout" @@ -6495,10 +6657,21 @@ msgstr "Endre layout" msgid "Delete layout?" msgstr "Slett layout?" -#: ../../mod/editlayout.php:147 +#: ../../mod/editlayout.php:146 msgid "Delete Layout" msgstr "Slett layout" +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Fjernautentisering blokkert. Du er logget inn på dette nettstedet lokalt. Vennligst logg ut og prøv på nytt." + +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Henting av URL gir følgende feil: %1$s" + #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." msgstr "Bildet ble lastet opp, men beskjæring av bildet mislyktes." @@ -6575,84 +6748,88 @@ msgstr "Opplasting av bildet mislyktes." msgid "Image size reduction [%s] failed." msgstr "Forminsking av bildet [%s] mislyktes." -#: ../../mod/connections.php:191 ../../mod/connections.php:269 +#: ../../mod/connections.php:191 ../../mod/connections.php:290 msgid "Blocked" msgstr "Blokkert" -#: ../../mod/connections.php:196 ../../mod/connections.php:276 +#: ../../mod/connections.php:196 ../../mod/connections.php:297 msgid "Ignored" msgstr "Ignorert" -#: ../../mod/connections.php:201 ../../mod/connections.php:290 +#: ../../mod/connections.php:201 ../../mod/connections.php:311 msgid "Hidden" msgstr "Skjult" -#: ../../mod/connections.php:206 ../../mod/connections.php:283 +#: ../../mod/connections.php:206 ../../mod/connections.php:304 msgid "Archived" msgstr "Arkivert" -#: ../../mod/connections.php:217 ../../mod/connections.php:297 -msgid "Unconnected" -msgstr "Ikke tilkoblet" - -#: ../../mod/connections.php:222 +#: ../../mod/connections.php:229 ../../mod/connections.php:243 msgid "All" msgstr "Alle" -#: ../../mod/connections.php:247 +#: ../../mod/connections.php:238 ../../mod/connections.php:318 +msgid "Unconnected" +msgstr "Ikke tilkoblet" + +#: ../../mod/connections.php:268 msgid "Suggest new connections" msgstr "Foreslå nye forbindelser" -#: ../../mod/connections.php:253 +#: ../../mod/connections.php:271 +msgid "New Connections" +msgstr "Nye forbindelser" + +#: ../../mod/connections.php:274 msgid "Show pending (new) connections" msgstr "Vis ventende (nye) forbindelser" -#: ../../mod/connections.php:259 +#: ../../mod/connections.php:280 msgid "Show all connections" msgstr "Vis alle forbindelser" -#: ../../mod/connections.php:262 +#: ../../mod/connections.php:283 msgid "Unblocked" msgstr "Ikke blokkert lenger" -#: ../../mod/connections.php:265 +#: ../../mod/connections.php:286 msgid "Only show unblocked connections" msgstr "Vis bare forbindelser som ikke er blokkert" -#: ../../mod/connections.php:272 +#: ../../mod/connections.php:293 msgid "Only show blocked connections" msgstr "Vis bare forbindelser som er blokkert" -#: ../../mod/connections.php:279 +#: ../../mod/connections.php:300 msgid "Only show ignored connections" msgstr "Vis bare ignorerte forbindelser" -#: ../../mod/connections.php:286 +#: ../../mod/connections.php:307 msgid "Only show archived connections" msgstr "Vis bare arkiverte forbindelser" -#: ../../mod/connections.php:293 +#: ../../mod/connections.php:314 msgid "Only show hidden connections" msgstr "Vis bare skjulte forbindelser" -#: ../../mod/connections.php:300 +#: ../../mod/connections.php:321 msgid "Only show one-way connections" msgstr "Vis bare en-veis-forbindelser" -#: ../../mod/connections.php:345 +#: ../../mod/connections.php:366 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:346 +#: ../../mod/connections.php:367 msgid "Edit contact" msgstr "Endre kontakt" -#: ../../mod/connections.php:369 +#: ../../mod/connections.php:388 msgid "Search your connections" msgstr "Søk blant dine forbindelser" -#: ../../mod/connections.php:370 +#: ../../mod/connections.php:389 msgid "Finding: " msgstr "Fant:" @@ -6672,10 +6849,6 @@ msgstr "Ingen flere systemvarsler." msgid "System Notifications" msgstr "Systemvarsler" -#: ../../mod/blocks.php:65 -msgid "Block Name" -msgstr "Byggeklossens navn" - #: ../../mod/oexchange.php:23 msgid "Unable to find your hub." msgstr "Ikke i stand til å finne hubben din." @@ -6692,13 +6865,13 @@ msgstr "Endre webside" msgid "Delete webpage?" msgstr "Slett webside?" -#: ../../mod/editwebpage.php:189 +#: ../../mod/editwebpage.php:187 msgid "Delete Webpage" msgstr "Slett webside" -#: ../../mod/profile.php:64 ../../mod/profile.php:72 -msgid "Access to this profile has been restricted." -msgstr "Tilgang til denne profilen er begrenset." +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanal lagt til." #: ../../mod/poke.php:159 msgid "Poke/Prod" @@ -6720,22 +6893,14 @@ msgstr "Velg hva du ønsker å gjøre med mottakeren" msgid "Make this post private" msgstr "Gjør dette innlegget privat" -#: ../../mod/channel.php:85 +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Veggbilder" + +#: ../../mod/channel.php:86 msgid "Insufficient permissions. Request redirected to profile page." msgstr "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden." -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Ikke tilgjengelig." - -#: ../../mod/community.php:32 -msgid "Community" -msgstr "Felleskapet" - -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." -msgstr "Ingen resultater." - #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." msgstr "Kontakten ble ikke funnet." @@ -6753,18 +6918,6 @@ msgstr "Foreslå venner" msgid "Suggest a friend for %s" msgstr "Foreslå en venn for %s" -#: ../../mod/editblock.php:77 -msgid "Edit Block" -msgstr "Endre byggekloss" - -#: ../../mod/editblock.php:87 -msgid "Delete block?" -msgstr "Slett byggeklossen?" - -#: ../../mod/editblock.php:154 -msgid "Delete Block" -msgstr "Slett byggekloss" - #: ../../mod/dirprofile.php:114 msgid "Status: " msgstr "Status:" @@ -6801,11 +6954,6 @@ msgstr "Filen ble ikke funnet." msgid "Edit file permissions" msgstr "Endre filtillatelser" -#: ../../mod/filestorage.php:124 ../../mod/photos.php:607 -#: ../../mod/photos.php:950 -msgid "Permissions" -msgstr "Tillatelser" - #: ../../mod/filestorage.php:126 msgid "Include all files and sub folders" msgstr "Inkluder alle filer og undermapper" @@ -6996,11 +7144,11 @@ msgstr "Informasjon om sideeier kunne ikke hentes." msgid "Album not found." msgstr "Albumet ble ikke funnet." -#: ../../mod/photos.php:119 ../../mod/photos.php:672 +#: ../../mod/photos.php:119 ../../mod/photos.php:671 msgid "Delete Album" msgstr "Slett album" -#: ../../mod/photos.php:159 ../../mod/photos.php:955 +#: ../../mod/photos.php:159 ../../mod/photos.php:954 msgid "Delete Photo" msgstr "Slett bilde" @@ -7012,107 +7160,107 @@ msgstr "Ingen bilder valgt" msgid "Access to this item is restricted." msgstr "Tilgang til dette elementet er begrenset." -#: ../../mod/photos.php:577 +#: ../../mod/photos.php:576 #, php-format msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "Du har brukt %1$.2f Mbytes av %2$.2f Mbytes i bildelageret." -#: ../../mod/photos.php:580 +#: ../../mod/photos.php:579 #, php-format msgid "You have used %1$.2f Mbytes of photo storage." msgstr "Du har brukt %1$.2f Mbytes av bildelageret." -#: ../../mod/photos.php:599 +#: ../../mod/photos.php:598 msgid "Upload Photos" msgstr "Last opp bilder" -#: ../../mod/photos.php:603 ../../mod/photos.php:667 +#: ../../mod/photos.php:602 ../../mod/photos.php:666 msgid "New album name: " msgstr "Nytt albumnavn:" -#: ../../mod/photos.php:604 +#: ../../mod/photos.php:603 msgid "or existing album name: " msgstr "eller eksisterende albumnavn:" -#: ../../mod/photos.php:605 +#: ../../mod/photos.php:604 msgid "Do not show a status post for this upload" msgstr "Ikke lag et statusinnlegg for denne oppdateringen" -#: ../../mod/photos.php:656 ../../mod/photos.php:678 ../../mod/photos.php:1127 -#: ../../mod/photos.php:1142 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 msgid "Contact Photos" msgstr "Kontaktbilder" -#: ../../mod/photos.php:682 +#: ../../mod/photos.php:681 msgid "Edit Album" msgstr "Endre album" -#: ../../mod/photos.php:688 +#: ../../mod/photos.php:687 msgid "Show Newest First" msgstr "Vis nyeste først" -#: ../../mod/photos.php:690 +#: ../../mod/photos.php:689 msgid "Show Oldest First" msgstr "Vis eldste først" -#: ../../mod/photos.php:733 ../../mod/photos.php:1174 +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 msgid "View Photo" msgstr "Vis foto" -#: ../../mod/photos.php:779 +#: ../../mod/photos.php:778 msgid "Permission denied. Access to this item may be restricted." msgstr "Tillatelse avvist. Tilgang til dette elementet kan være begrenset." -#: ../../mod/photos.php:781 +#: ../../mod/photos.php:780 msgid "Photo not available" msgstr "Bilde er utilgjengelig" -#: ../../mod/photos.php:841 +#: ../../mod/photos.php:840 msgid "Use as profile photo" msgstr "Bruk som profilbilde" -#: ../../mod/photos.php:865 +#: ../../mod/photos.php:864 msgid "View Full Size" msgstr "Vis i full størrelse" -#: ../../mod/photos.php:939 +#: ../../mod/photos.php:938 msgid "Edit photo" msgstr "Endre bilde" -#: ../../mod/photos.php:941 +#: ../../mod/photos.php:940 msgid "Rotate CW (right)" msgstr "Roter med klokka (mot høyre)" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:941 msgid "Rotate CCW (left)" msgstr "Roter mot klokka (venstre)" -#: ../../mod/photos.php:944 +#: ../../mod/photos.php:943 msgid "New album name" msgstr "Nytt albumnavn" -#: ../../mod/photos.php:947 +#: ../../mod/photos.php:946 msgid "Caption" msgstr "Overskrift" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:948 msgid "Add a Tag" msgstr "Legg til merkelapp" -#: ../../mod/photos.php:952 +#: ../../mod/photos.php:951 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Eksempel: @ola, @Kari_Nordmann, @jim@example.com, #Norge, #telttur" -#: ../../mod/photos.php:1105 +#: ../../mod/photos.php:1104 msgid "In This Photo:" msgstr "I dette bildet:" -#: ../../mod/photos.php:1180 +#: ../../mod/photos.php:1179 msgid "View Album" msgstr "Vis album" -#: ../../mod/photos.php:1189 +#: ../../mod/photos.php:1188 msgid "Recent Photos" msgstr "Nye bilder" @@ -7136,128 +7284,132 @@ msgstr "la til din kanal" msgid "posted an event" msgstr "la ut en hendelse" -#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/redbasic/php/config.php:98 #: ../../view/theme/apw/php/config.php:259 #: ../../view/theme/blogga/view/theme/blog/config.php:69 #: ../../view/theme/blogga/php/config.php:69 msgid "Theme settings" msgstr "Temainnstillinger" -#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/redbasic/php/config.php:99 #: ../../view/theme/apw/php/config.php:260 msgid "Set scheme" msgstr "Angi skjema" -#: ../../view/theme/redbasic/php/config.php:98 +#: ../../view/theme/redbasic/php/config.php:100 msgid "Narrow navbar" msgstr "Smal navigasjonslinje" -#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/redbasic/php/config.php:101 msgid "Navigation bar background colour" msgstr "Navigasjonslinjens bakgrunnsfarge" -#: ../../view/theme/redbasic/php/config.php:100 +#: ../../view/theme/redbasic/php/config.php:102 msgid "Navigation bar gradient top colour" msgstr "Navigasjonslinjens graderte toppfarge" -#: ../../view/theme/redbasic/php/config.php:101 +#: ../../view/theme/redbasic/php/config.php:103 msgid "Navigation bar gradient bottom colour" msgstr "Navigasjonslinjens graderte bunnfarge" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:104 msgid "Navigation active button gradient top colour" msgstr "Aktiv navigasjonsknapp sin graderte toppfarge" -#: ../../view/theme/redbasic/php/config.php:103 +#: ../../view/theme/redbasic/php/config.php:105 msgid "Navigation active button gradient bottom colour" msgstr "Aktiv navigasjonsknapp sin graderte bunnfarge" -#: ../../view/theme/redbasic/php/config.php:104 +#: ../../view/theme/redbasic/php/config.php:106 msgid "Navigation bar border colour " msgstr "Navigasjonslinjens kantfarge" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:107 msgid "Navigation bar icon colour " msgstr "Navigasjonslinjens ikonfarge" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Navigation bar active icon colour " msgstr "Navigasjonslinjens aktive ikoners farge" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:109 msgid "link colour" msgstr "lenkefarge" -#: ../../view/theme/redbasic/php/config.php:108 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Set font-colour for banner" msgstr "Angi skriftfargen for banneret" -#: ../../view/theme/redbasic/php/config.php:109 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Set the background colour" msgstr "Angi bakgrunnsfargen" -#: ../../view/theme/redbasic/php/config.php:110 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Set the background image" msgstr "Angi bakgrunnsbilde" -#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Set the background colour of items" msgstr "Angi bakgrunnsfargen til elementer" -#: ../../view/theme/redbasic/php/config.php:112 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set the opacity of items" msgstr "Angi dekkevnen til elementer" -#: ../../view/theme/redbasic/php/config.php:113 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Set the basic colour for item icons" msgstr "Angi grunnfargen for elementikoner" -#: ../../view/theme/redbasic/php/config.php:114 +#: ../../view/theme/redbasic/php/config.php:116 msgid "Set the hover colour for item icons" msgstr "Angi fargen til elementikoner ved berøring" -#: ../../view/theme/redbasic/php/config.php:115 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set font-size for the entire application" msgstr "Angi skriftstørrelsen for hele programmet" -#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/redbasic/php/config.php:118 #: ../../view/theme/apw/php/config.php:261 msgid "Set font-size for posts and comments" msgstr "Angi skriftstørrelse for innlegg og kommentarer" -#: ../../view/theme/redbasic/php/config.php:117 +#: ../../view/theme/redbasic/php/config.php:119 msgid "Set font-colour for posts and comments" msgstr "Angi skriftfargen for innlegg og kommentarer" -#: ../../view/theme/redbasic/php/config.php:118 +#: ../../view/theme/redbasic/php/config.php:120 msgid "Set radius of corners" msgstr "Angi hjørneradius" -#: ../../view/theme/redbasic/php/config.php:119 +#: ../../view/theme/redbasic/php/config.php:121 msgid "Set shadow depth of photos" msgstr "Angi skyggedybden til bilder" -#: ../../view/theme/redbasic/php/config.php:120 +#: ../../view/theme/redbasic/php/config.php:122 msgid "Set maximum width of conversation regions" msgstr "Angi største bredde for samtaleregioner" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Center conversation regions" +msgstr "Midtstill samtaleregionene" + +#: ../../view/theme/redbasic/php/config.php:124 msgid "Set minimum opacity of nav bar - to hide it" msgstr "Angi minste dekkevne for navigasjonslinjen - for å skjule den" -#: ../../view/theme/redbasic/php/config.php:122 +#: ../../view/theme/redbasic/php/config.php:125 msgid "Set size of conversation author photo" msgstr "Angi størrelsen for samtalens forfatterbilde" -#: ../../view/theme/redbasic/php/config.php:123 +#: ../../view/theme/redbasic/php/config.php:126 msgid "Set size of followup author photos" msgstr "Angi størrelsen på forfatterbilder ved oppfølging" -#: ../../view/theme/redbasic/php/config.php:124 +#: ../../view/theme/redbasic/php/config.php:127 msgid "Sloppy photo albums" msgstr "Slurvete fotoalbum" -#: ../../view/theme/redbasic/php/config.php:124 +#: ../../view/theme/redbasic/php/config.php:127 msgid "Are you a clean desk or a messy desk person?" msgstr "Er du en person med ryddig arbeidsbord eller et rotete arbeidsbord?" @@ -7405,41 +7557,41 @@ msgstr "Topptekstbilde" msgid "Header image only on profile pages" msgstr "Topptekstbilde bare på profilsider" -#: ../../boot.php:1236 +#: ../../boot.php:1252 #, php-format msgid "Update %s failed. See error logs." msgstr "Oppdatering %s mislyktes. Se feilloggen." -#: ../../boot.php:1239 +#: ../../boot.php:1255 #, php-format msgid "Update Error at %s" msgstr "Oppdateringsfeil ved %s" -#: ../../boot.php:1403 +#: ../../boot.php:1419 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Lag en konto for å få tilgang til tjenester og programmer i Red Matrix" -#: ../../boot.php:1431 +#: ../../boot.php:1447 msgid "Password" msgstr "Passord" -#: ../../boot.php:1432 +#: ../../boot.php:1448 msgid "Remember me" msgstr "Husk meg" -#: ../../boot.php:1437 +#: ../../boot.php:1453 msgid "Forgot your password?" msgstr "Glemt passordet ditt?" -#: ../../boot.php:1502 +#: ../../boot.php:1518 msgid "permission denied" msgstr "tillatelse avvist" -#: ../../boot.php:1503 +#: ../../boot.php:1519 msgid "Got Zot?" msgstr "Har du Zot?" -#: ../../boot.php:1924 +#: ../../boot.php:1949 msgid "toggle mobile" msgstr "Skru på mobil" diff --git a/view/nb-no/smarty3/follow_notify_eml.tpl b/view/nb-no/smarty3/follow_notify_eml.tpl deleted file mode 100644 index eedeef85d..000000000 --- a/view/nb-no/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,19 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kjære {{$myname}}, - -Du har en ny følgesvenn på {{$sitename}} - '{{$requestor}}'. - -Du kan besøke profilen deres på {{$url}}. - -Vennligst logg inn på ditt sted for å godkjenne eller ignorere/avbryte forespørselen. - -{{$siteurl}} - -Med vennlig hilsen, - - {{$sitename}} administrator
\ No newline at end of file diff --git a/view/nb-no/smarty3/friend_complete_eml.tpl b/view/nb-no/smarty3/friend_complete_eml.tpl deleted file mode 100644 index f8348c51d..000000000 --- a/view/nb-no/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kjære {{$username}}, - - Gode nyheter... '{{$fn}}' ved '{{$dfrn_url}}' har godtatt -din forespørsel om kobling hos '{{$sitename}}'. - -Dere er nå gjensidige venner og kan utveksle statusoppdateringer, bilder og e-post -uten hindringer. - -Vennligst besøk din side "Kontakter" ved {{$sitename}} hvis du ønsker å gjøre -noen endringer på denne forbindelsen. - -{{$siteurl}} - -[For eksempel, så kan du lage en egen profil med informasjon som ikke er -tilgjengelig for alle - og angi visningsrettigheter til '{{$fn}}']. - -Med vennlig hilsen, - - {{$sitename}} administrator - -
\ No newline at end of file diff --git a/view/nb-no/smarty3/intro_complete_eml.tpl b/view/nb-no/smarty3/intro_complete_eml.tpl deleted file mode 100644 index e00d99f8b..000000000 --- a/view/nb-no/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,27 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kjære {{$username}}, - - '{{$fn}}' ved '{{$dfrn_url}}' har godtatt -din forespørsel om kobling ved {{$sitename}}'. - - '{{$fn}}' har valgt å godta deg som "fan", som begrenser -noen typer kommunikasjon - slik som private meldinger og noen profilhandlinger. -Hvis dette er en kjendis- eller forumside, så ble disse innstillingene -angitt automatisk. - - '{{$fn}}' kan velge å utvide dette til en to-veis eller mer åpen -forbindelse i fremtiden. - - Du vil nå motta offentlige statusoppdateringer fra '{{$fn}}', -som vil vises på din "Nettverk"-side ved - -{{$siteurl}} - -Med vennlig hilsen, - - {{$sitename}} administrator
\ No newline at end of file diff --git a/view/nb-no/smarty3/lostpass_eml.tpl b/view/nb-no/smarty3/lostpass_eml.tpl deleted file mode 100644 index 11ef4aab7..000000000 --- a/view/nb-no/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,37 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kjære {{$username}}, - En forespørsel ble nylig mottatt hos {{$sitename}} om å tilbakestille din kontos -passord. For å godkjenne denne forespørselen, vennligst velg bekreftelseslenken -nedenfor eller lim den inn på adresselinjen i nettleseren din. - -Hvis du IKKE har spurt om denne endringen, vennligst IKKE følg lenken -som er oppgitt og ignorer og/eller slett denne e-posten. - -Passordet ditt vil ikke bli endret med mindre vi kan forsikre oss om at du -sendte denne forespørselen. - -Følg denne lenken for å bekrefte din identitet: - -{{$reset_link}} - -Du vil da motta en oppfølgings melding med det nye passordet. - -Du kan endre passordet på siden for dine kontoinnstillinger etter innlogging. - -Innloggingsdetaljene er som følger: - -Nettstedsadresse:»{{$siteurl}} -Brukernavn:»{{$email}} - - - - -Beste hilsen, - {{$sitename}} administrator - -
\ No newline at end of file diff --git a/view/nb-no/smarty3/passchanged_eml.tpl b/view/nb-no/smarty3/passchanged_eml.tpl deleted file mode 100644 index d5137fc47..000000000 --- a/view/nb-no/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kjære {{$username}}, - Ditt passord har blitt endret som forespurt. Vennligst ta vare på denne -meldingen for sikkerhets skyld (eller bytt passordet ditt umiddelbart til -noe du husker). - - -Dine logg inn-detaljer er som følger: - -Nettsted:»{{$siteurl}} -Brukernavn:»{{$email}} -Passord:»{{$new_password}} - -Du kan endre dette passordet på din side for kontoinnstillinger etter innlogging. - - -Med vennlig hilsen, - {{$sitename}} administrator - -
\ No newline at end of file diff --git a/view/nb-no/smarty3/register_open_eml.tpl b/view/nb-no/smarty3/register_open_eml.tpl deleted file mode 100644 index 43b150da8..000000000 --- a/view/nb-no/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,39 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kjære {{$username}}, - Takk for at du registrerte deg hos {{$sitename}}. Kontoen din er opprettet. -Innloggingsdetaljene er som følger: - - -Nettstedsadresse:»{{$siteurl}} -Brukernavn:»{{$email}} -Passord:»{{$password}} - -Du kan endre passordet ditt på siden "Innstillinger" etter at du har logget -inn. - -Vennligst bruk litt tid til å se over de andre kontoinnstillingene på den siden. - -Du vil antakelig ønske å legge til litt grunnleggende informasjon til standardprofilen din -(på siden "Profiler") slik at folk lettere kan finne deg. - -Vi anbefaler å oppgi fullt navn, legge til et profilbilde, -legge til noen "nøkkelord" for profilen (svært nyttig for å få nye venner) - og -kanskje hvilket land du bor i, hvis du ikke ønsker å være mer spesifikk -enn det. - -Vi respekterer ditt privatliv fullt ut, og ingen av disse elementene er nødvendige. -Hvis du er ny og ikke kjenner noen her, så kan de hjelpe -deg å få noen nye og interessante venner. - - -Takk og velkommen til {{$sitename}}. - -Beste hilsen, - {{$sitename}} administrator - -
\ No newline at end of file diff --git a/view/nb-no/smarty3/register_verify_eml.tpl b/view/nb-no/smarty3/register_verify_eml.tpl deleted file mode 100644 index 4b765885e..000000000 --- a/view/nb-no/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -En ny forespørsel om brukerregistering ble mottatt hos {{$sitename}} og krever -din godkjenning. - - -Innloggingsdetaljene er som følger: - -Fullt navn:»{{$username}} -Nettstedsadresse:»{{$siteurl}} -Brukernavn:»{{$email}} - - -For å godkjenne denne forespørselen, vennligst besøk følgende lenke: - - -{{$siteurl}}/regmod/allow/{{$hash}} - - -For å avslå denne forespørselen og fjerne kontoen, vennligst besøk: - - -{{$siteurl}}/regmod/deny/{{$hash}} - - -Mange takk. diff --git a/view/nb-no/smarty3/request_notify_eml.tpl b/view/nb-no/smarty3/request_notify_eml.tpl deleted file mode 100644 index 9851b4f17..000000000 --- a/view/nb-no/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -Kjære {{$myname}}, - -Du har akkurat mottatt en kontaktforespørsel hos {{$sitename}} - -fra '{{$requestor}}'. - -Du kan besøke profilen på {{$url}}. - -Vennligst logg inn på ditt nettsted for å se hele introduksjonen -og godkjenne eller ignorere/avbryte forespørselen. - -{{$siteurl}} - -Beste hilsen, - - {{$siteurl}} administrator
\ No newline at end of file diff --git a/view/nb-no/smarty3/update_fail_eml.tpl b/view/nb-no/smarty3/update_fail_eml.tpl deleted file mode 100644 index 771d4b97f..000000000 --- a/view/nb-no/smarty3/update_fail_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -Hei,
-jeg er {{$sitename}}.
-Friendica-utviklerne slapp nylig oppdateringen {{$update}},
-men da jeg prøvde å installere den, gikk noe forferdelig galt.
-Dette trenger å bli fikset raskt og jeg kan ikke gjøre det alene. Vennligst kontakt en
-Friendica-utvikler hvis du ikke kan hjelpe meg på egenhånd. Databasen min er kanskje ugyldig.
-
-Feilmeldingen er '{{$error}}'.
-
-Jeg beklager,
-din Friendica-tjener hos {{$siteurl}}
\ No newline at end of file diff --git a/view/nb-no/strings.php b/view/nb-no/strings.php index 74d279a3f..96404e4b1 100644 --- a/view/nb-no/strings.php +++ b/view/nb-no/strings.php @@ -45,9 +45,6 @@ $a->strings["New Message"] = "Ny melding"; $a->strings["Chat Rooms"] = "Chatrom"; $a->strings["Bookmarked Chatrooms"] = "Bokmerkede chatrom"; $a->strings["Suggested Chatrooms"] = "ForeslÃ¥tte chatrom"; -$a->strings["Visible to everybody"] = "Synlig for alle"; -$a->strings["show"] = "vis"; -$a->strings["don't show"] = "ikke vis"; $a->strings[" and "] = "og"; $a->strings["public profile"] = "offentlig profil"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s endret %2\$s til “%3\$s”"; @@ -94,8 +91,7 @@ $a->strings["Mark all matrix notifications seen"] = "Merk alle matrix-varsler so $a->strings["Channel Home"] = "Kanalhjem"; $a->strings["Channel home"] = "Kanalhjem"; $a->strings["Mark all channel notifications seen"] = "Merk alle kanalvarsler som sett"; -$a->strings["Intros"] = "Introduksjoner"; -$a->strings["New Connections"] = "Nye forbindelser"; +$a->strings["Connections"] = "Forbindelser"; $a->strings["Notices"] = "Varsel"; $a->strings["Notifications"] = "Varsler"; $a->strings["See all notifications"] = "Se alle varsler"; @@ -106,107 +102,22 @@ $a->strings["See all private messages"] = "Se alle private meldinger"; $a->strings["Mark all private messages seen"] = "Merk alle private meldinger som sett"; $a->strings["Inbox"] = "Innboks"; $a->strings["Outbox"] = "Utboks"; -$a->strings["Event Calendar"] = "Hendelseskalender"; +$a->strings["Event Calendar"] = "Kalender"; $a->strings["See all events"] = "Se alle hendelser"; $a->strings["Mark all events seen"] = "Merk alle hendelser som sett"; $a->strings["Channel Select"] = "Kanalvalg"; $a->strings["Manage Your Channels"] = "HÃ¥ndter dine kanaler"; $a->strings["Account/Channel Settings"] = "Konto-/kanal-innstillinger"; -$a->strings["Connections"] = "Forbindelser"; $a->strings["Manage/Edit Friends and Connections"] = "HÃ¥ndter/Endre venner og forbindelser"; $a->strings["Admin"] = "Administrator"; $a->strings["Site Setup and Configuration"] = "Nettstedsoppsett og -konfigurasjon"; $a->strings["Nothing new here"] = "Ikke noe nytt her"; $a->strings["Please wait..."] = "Vennligst vent..."; -$a->strings["prev"] = "forrige"; -$a->strings["first"] = "første"; -$a->strings["last"] = "siste"; -$a->strings["next"] = "neste"; -$a->strings["older"] = "eldre"; -$a->strings["newer"] = "nyere"; -$a->strings["No connections"] = "Ingen forbindelser"; -$a->strings["%d Connection"] = array( - 0 => "%d forbindelse", - 1 => "%d forbindelser", -); -$a->strings["View Connections"] = "Vis forbindelser"; -$a->strings["poke"] = "prikk"; -$a->strings["poked"] = "prikket"; -$a->strings["ping"] = "varsle"; -$a->strings["pinged"] = "varslet"; -$a->strings["prod"] = "oppildne"; -$a->strings["prodded"] = "oppildnet"; -$a->strings["slap"] = "daske"; -$a->strings["slapped"] = "dasket"; -$a->strings["finger"] = "fingre"; -$a->strings["fingered"] = "fingret"; -$a->strings["rebuff"] = "tilbakevise"; -$a->strings["rebuffed"] = "tilbakeviste"; -$a->strings["happy"] = "glad"; -$a->strings["sad"] = "trist"; -$a->strings["mellow"] = "dempet"; -$a->strings["tired"] = "trøtt"; -$a->strings["perky"] = "oppkvikket"; -$a->strings["angry"] = "sint"; -$a->strings["stupified"] = "sløvet"; -$a->strings["puzzled"] = "forundret"; -$a->strings["interested"] = "interessert"; -$a->strings["bitter"] = "bitter"; -$a->strings["cheerful"] = "munter"; -$a->strings["alive"] = "levende"; -$a->strings["annoyed"] = "irritert"; -$a->strings["anxious"] = "nervøs"; -$a->strings["cranky"] = "gretten"; -$a->strings["disturbed"] = "foruroliget"; -$a->strings["frustrated"] = "frustrert"; -$a->strings["motivated"] = "motivert"; -$a->strings["relaxed"] = "avslappet"; -$a->strings["surprised"] = "overrasket"; -$a->strings["Monday"] = "mandag"; -$a->strings["Tuesday"] = "tirsdag"; -$a->strings["Wednesday"] = "onsdag"; -$a->strings["Thursday"] = "torsdag"; -$a->strings["Friday"] = "fredag"; -$a->strings["Saturday"] = "lørdag"; -$a->strings["Sunday"] = "søndag"; -$a->strings["January"] = "januar"; -$a->strings["February"] = "februar"; -$a->strings["March"] = "mars"; -$a->strings["April"] = "april"; -$a->strings["May"] = "mai"; -$a->strings["June"] = "juni"; -$a->strings["July"] = "juli"; -$a->strings["August"] = "august"; -$a->strings["September"] = "september"; -$a->strings["October"] = "oktober"; -$a->strings["November"] = "november"; -$a->strings["December"] = "desember"; -$a->strings["unknown.???"] = "ukjent.???"; -$a->strings["bytes"] = "bytes"; -$a->strings["remove category"] = "fjern kategori"; -$a->strings["remove from file"] = "fjern fra fil"; -$a->strings["Click to open/close"] = "Klikk for Ã¥ Ã¥pne/lukke"; -$a->strings["link to source"] = "lenke til kilde"; -$a->strings["Select a page layout: "] = "Velg en side-layout:"; -$a->strings["default"] = "standard"; -$a->strings["Page content type: "] = "Sidens innholdstype:"; -$a->strings["Select an alternate language"] = "Velg et annet sprÃ¥k"; -$a->strings["photo"] = "foto"; -$a->strings["event"] = "hendelse"; -$a->strings["status"] = "status"; -$a->strings["comment"] = "kommentar"; -$a->strings["activity"] = "aktivitet"; -$a->strings["Design"] = "Formgivning"; -$a->strings["Blocks"] = "Byggeklosser"; -$a->strings["Menus"] = "Menyer"; -$a->strings["Layouts"] = "Layout"; -$a->strings["Pages"] = "Sider"; -$a->strings["Image/photo"] = "Bilde/fotografi"; -$a->strings["Encrypted content"] = "Kryptert innhold"; -$a->strings["QR code"] = "QR-kode"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev følgende %2\$s %3\$s"; -$a->strings["post"] = "innlegg"; -$a->strings["$1 wrote:"] = "$1 skrev:"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "Starter:"; +$a->strings["Finishes:"] = "Slutter:"; +$a->strings["Location:"] = "Plassering:"; +$a->strings["Public Timeline"] = "Offentlig tidslinje"; $a->strings["New window"] = "Nytt vindu"; $a->strings["Open the selected location in a different window or browser tab"] = "Ã…pne det valgte stedet i et annet vindu eller nettleser-fane"; $a->strings["General Features"] = "Generelle funksjoner"; @@ -282,94 +193,20 @@ $a->strings["Zot!"] = "Zot!"; $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; -$a->strings["Miscellaneous"] = "Forskjellig"; -$a->strings["year"] = "Ã¥r"; -$a->strings["month"] = "mÃ¥ned"; -$a->strings["day"] = "dag"; -$a->strings["never"] = "aldri"; -$a->strings["less than a second ago"] = "for mindre enn ett sekund siden"; -$a->strings["years"] = "Ã¥r"; -$a->strings["months"] = "mÃ¥neder"; -$a->strings["week"] = "uke"; -$a->strings["weeks"] = "uker"; -$a->strings["days"] = "dager"; -$a->strings["hour"] = "time"; -$a->strings["hours"] = "timer"; -$a->strings["minute"] = "minutt"; -$a->strings["minutes"] = "minutter"; -$a->strings["second"] = "sekund"; -$a->strings["seconds"] = "sekunder"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS-informasjon om databasetjener '%s'"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Starter:"; -$a->strings["Finishes:"] = "Slutter:"; -$a->strings["Location:"] = "Plassering:"; -$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tillatelser for elementet <strong>kan</strong> gjelde for denne gruppen og fremtidige medlemmer. Hvis du ønsket noe annet, vennligst lag en ny gruppe med et annet navn."; -$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter"; -$a->strings["All Channels"] = "Alle kanaler"; -$a->strings["edit"] = "endre"; -$a->strings["Collections"] = "Samlinger"; -$a->strings["Edit collection"] = "Endre samling"; -$a->strings["Create a new collection"] = "Lag en ny samling"; -$a->strings["Channels not in any collection"] = "Kanaler som ikke er i noen samling"; -$a->strings["Delete this item?"] = "Slett dette elementet?"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["show more"] = "vis mer"; -$a->strings["show fewer"] = "vis færre"; -$a->strings["+ Show More"] = "+ Vis mer"; -$a->strings["- Show Less"] = "- Vis mindre"; -$a->strings["Password too short"] = "Passordet er for kort"; -$a->strings["Passwords do not match"] = "Passordene er ikke like"; -$a->strings["everybody"] = "alle"; -$a->strings["Secret Passphrase"] = "Hemmelig passordsetning"; -$a->strings["Passphrase hint"] = "Hint om passordsetning"; -$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; -$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; -$a->strings["ago"] = "siden"; -$a->strings["from now"] = "fra nÃ¥"; -$a->strings["less than a minute"] = "mindre enn ett minutt"; -$a->strings["about a minute"] = "omtrent et minutt"; -$a->strings["%d minutes"] = "%d minutter"; -$a->strings["about an hour"] = "omtrent en time"; -$a->strings["about %d hours"] = "omtrent %d timer"; -$a->strings["a day"] = "en dag"; -$a->strings["%d days"] = "%d dager"; -$a->strings["about a month"] = "omtrent en mÃ¥ned"; -$a->strings["%d months"] = "%d mÃ¥neder"; -$a->strings["about a year"] = "omtrent et Ã¥r"; -$a->strings["%d years"] = "%d Ã¥r"; -$a->strings[" "] = " "; -$a->strings["timeago.numbers"] = "timeago.numbers"; -$a->strings["No recipient provided."] = "Ingen mottaker angitt."; -$a->strings["[no subject]"] = "[ikke noe emne]"; -$a->strings["Unable to determine sender."] = "Kan ikke avgjøre avsender."; -$a->strings["Stored post could not be verified."] = "Lagret innlegg kunne ikke bekreftes."; -$a->strings["Profile Photos"] = "Profilbilder"; -$a->strings["Permission denied."] = "Tilatelse avslÃ¥tt."; -$a->strings["Item was not found."] = "Elementet ble ikke funnet."; -$a->strings["No source file."] = "Ingen kildefil."; -$a->strings["Cannot locate file to replace"] = "Kan ikke finne filen som skal byttes ut"; -$a->strings["Cannot locate file to revise/update"] = "Finner ikke filen som skal revideres/oppdateres"; -$a->strings["File exceeds size limit of %d"] = "Filens størrelse overgÃ¥r grensen pÃ¥ %d"; -$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nÃ¥dd din lagringsgrense for vedlegg pÃ¥ %1$.0f Mbytes."; -$a->strings["File upload failed. Possible system limit or action terminated."] = "Mislyktes med Ã¥ laste opp filen. Mulig systemgrense eller handling avbrutt."; -$a->strings["Stored file could not be verified. Upload failed."] = "Lagret fil kunne ikke bekreftes. Opplasting mislyktes."; -$a->strings["Path not available."] = "Stien er ikke tilgjengelig."; -$a->strings["Empty pathname"] = "Tomt sti-navn"; -$a->strings["duplicate filename or path"] = "duplikat av filnavn eller sti"; -$a->strings["Path not found."] = "Stien ble ikke funnet."; -$a->strings["mkdir failed."] = "mkdir mislyktes."; -$a->strings["database storage failed."] = "databaselagring mislyktes."; -$a->strings["%1\$s's bookmarks"] = "%1\$s sine bokmerker"; +$a->strings["photo"] = "foto"; +$a->strings["event"] = "hendelse"; $a->strings["channel"] = "kanal"; +$a->strings["status"] = "status"; +$a->strings["comment"] = "kommentar"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s liker %2\$s sin %3\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s liker ikke %2\$s sin %3\$s"; $a->strings["%1\$s is now connected with %2\$s"] = "%1\$s er nÃ¥ forbundet med %2\$s"; $a->strings["%1\$s poked %2\$s"] = "%1\$s prikket %2\$s"; +$a->strings["poked"] = "prikket"; $a->strings["%1\$s is currently %2\$s"] = "%1\$s er for øyeblikket %2\$s"; $a->strings["Select"] = "Velg"; $a->strings["Delete"] = "Slett"; +$a->strings["Private Message"] = "Privat melding"; $a->strings["Message is verified"] = "Innlegg er bekreftet"; $a->strings["View %s's profile @ %s"] = "Vis %s sin profile @ %s"; $a->strings["Categories:"] = "Kategorier:"; @@ -418,6 +255,7 @@ $a->strings["Expires YYYY-MM-DD HH:MM"] = "Utløper YYYY-MM-DD HH:MM"; $a->strings["Preview"] = "ForhÃ¥ndsvisning"; $a->strings["Share"] = "Del"; $a->strings["Page link title"] = "Sidens lenketittel"; +$a->strings["Post as"] = "Lag innlegg som"; $a->strings["Upload photo"] = "Last opp bilde"; $a->strings["upload photo"] = "last opp bilde"; $a->strings["Attach file"] = "Legg ved fil"; @@ -442,6 +280,8 @@ $a->strings["Set expiration date"] = "Angi utløpsdato"; $a->strings["Encrypt text"] = "Krypter tekst"; $a->strings["OK"] = "OK"; $a->strings["Cancel"] = "Avbryt"; +$a->strings["Discover"] = "Oppdage"; +$a->strings["Imported public streams"] = "Importerte offentlige strømmer"; $a->strings["Commented Order"] = "Kommentert"; $a->strings["Sort by Comment Date"] = "Sorter etter kommentert dato"; $a->strings["Posted Order"] = "Lagt inn"; @@ -464,17 +304,105 @@ $a->strings["Chatrooms"] = "Chatrom"; $a->strings["Events and Calendar"] = "Hendelser og kalender"; $a->strings["Saved Bookmarks"] = "Lagrede bokmerker"; $a->strings["Manage Webpages"] = "HÃ¥ndtere websider"; +$a->strings["Miscellaneous"] = "Forskjellig"; +$a->strings["year"] = "Ã¥r"; +$a->strings["month"] = "mÃ¥ned"; +$a->strings["day"] = "dag"; +$a->strings["never"] = "aldri"; +$a->strings["less than a second ago"] = "for mindre enn ett sekund siden"; +$a->strings["years"] = "Ã¥r"; +$a->strings["months"] = "mÃ¥neder"; +$a->strings["week"] = "uke"; +$a->strings["weeks"] = "uker"; +$a->strings["days"] = "dager"; +$a->strings["hour"] = "time"; +$a->strings["hours"] = "timer"; +$a->strings["minute"] = "minutt"; +$a->strings["minutes"] = "minutter"; +$a->strings["second"] = "sekund"; +$a->strings["seconds"] = "sekunder"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s siden"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan ikke finne DNS-informasjon om databasetjener '%s'"; +$a->strings["Image/photo"] = "Bilde/fotografi"; +$a->strings["Encrypted content"] = "Kryptert innhold"; +$a->strings["QR code"] = "QR-kode"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev følgende %2\$s %3\$s"; +$a->strings["post"] = "innlegg"; +$a->strings["$1 wrote:"] = "$1 skrev:"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En slettet gruppe med dette navnet ble gjenopprettet. Eksisterende tillatelser for elementet <strong>kan</strong> gjelde for denne gruppen og fremtidige medlemmer. Hvis du ønsket noe annet, vennligst lag en ny gruppe med et annet navn."; +$a->strings["Default privacy group for new contacts"] = "Standard personverngruppe for nye kontakter"; +$a->strings["All Channels"] = "Alle kanaler"; +$a->strings["edit"] = "endre"; +$a->strings["Collections"] = "Samlinger"; +$a->strings["Edit collection"] = "Endre samling"; +$a->strings["Create a new collection"] = "Lag en ny samling"; +$a->strings["Channels not in any collection"] = "Kanaler som ikke er i noen samling"; +$a->strings["Delete this item?"] = "Slett dette elementet?"; +$a->strings["Comment"] = "Kommentar"; +$a->strings["show more"] = "vis mer"; +$a->strings["show fewer"] = "vis færre"; +$a->strings["+ Show More"] = "+ Vis mer"; +$a->strings["- Show Less"] = "- Vis mindre"; +$a->strings["Password too short"] = "Passordet er for kort"; +$a->strings["Passwords do not match"] = "Passordene er ikke like"; +$a->strings["everybody"] = "alle"; +$a->strings["Secret Passphrase"] = "Hemmelig passordsetning"; +$a->strings["Passphrase hint"] = "Hint om passordsetning"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Varsel: Tillatelser har blitt endret, men de har ennÃ¥ ikke blitt sendt inn."; +$a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; +$a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; +$a->strings["ago"] = "siden"; +$a->strings["from now"] = "fra nÃ¥"; +$a->strings["less than a minute"] = "mindre enn ett minutt"; +$a->strings["about a minute"] = "omtrent et minutt"; +$a->strings["%d minutes"] = "%d minutter"; +$a->strings["about an hour"] = "omtrent en time"; +$a->strings["about %d hours"] = "omtrent %d timer"; +$a->strings["a day"] = "en dag"; +$a->strings["%d days"] = "%d dager"; +$a->strings["about a month"] = "omtrent en mÃ¥ned"; +$a->strings["%d months"] = "%d mÃ¥neder"; +$a->strings["about a year"] = "omtrent et Ã¥r"; +$a->strings["%d years"] = "%d Ã¥r"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["No recipient provided."] = "Ingen mottaker angitt."; +$a->strings["[no subject]"] = "[ikke noe emne]"; +$a->strings["Unable to determine sender."] = "Kan ikke avgjøre avsender."; +$a->strings["Stored post could not be verified."] = "Lagret innlegg kunne ikke bekreftes."; +$a->strings["Profile Photos"] = "Profilbilder"; +$a->strings["Permission denied."] = "Tillatelse avslÃ¥tt."; +$a->strings["Item was not found."] = "Elementet ble ikke funnet."; +$a->strings["No source file."] = "Ingen kildefil."; +$a->strings["Cannot locate file to replace"] = "Kan ikke finne filen som skal byttes ut"; +$a->strings["Cannot locate file to revise/update"] = "Finner ikke filen som skal revideres/oppdateres"; +$a->strings["File exceeds size limit of %d"] = "Filens størrelse overgÃ¥r grensen pÃ¥ %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nÃ¥dd din lagringsgrense for vedlegg pÃ¥ %1$.0f Mbytes."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Mislyktes med Ã¥ laste opp filen. Mulig systemgrense eller handling avbrutt."; +$a->strings["Stored file could not be verified. Upload failed."] = "Lagret fil kunne ikke bekreftes. Opplasting mislyktes."; +$a->strings["Path not available."] = "Stien er ikke tilgjengelig."; +$a->strings["Empty pathname"] = "Tomt sti-navn"; +$a->strings["duplicate filename or path"] = "duplikat av filnavn eller sti"; +$a->strings["Path not found."] = "Stien ble ikke funnet."; +$a->strings["mkdir failed."] = "mkdir mislyktes."; +$a->strings["database storage failed."] = "databaselagring mislyktes."; +$a->strings["%1\$s's bookmarks"] = "%1\$s sine bokmerker"; +$a->strings["Visible to everybody"] = "Synlig for alle"; +$a->strings["Show"] = "Vis"; +$a->strings["Don't show"] = "Ikke vis"; +$a->strings["Permissions"] = "Tillatelser"; +$a->strings["Close"] = "Lukk"; $a->strings["Unable to obtain identity information from database"] = "Klarer ikke Ã¥ fÃ¥ tak i identitetsinformasjon fra databasen"; $a->strings["Empty name"] = "Mangler navn"; $a->strings["Name too long"] = "Navnet er for langt"; $a->strings["No account identifier"] = "Ingen kontoidentifikator"; $a->strings["Nickname is required."] = "Kallenavn er pÃ¥krevd."; +$a->strings["Reserved nickname. Please choose another."] = "Reservert kallenavn. Vennligst velg et annet."; $a->strings["Nickname has unsupported characters or is already being used on this site."] = "Kallenavnet inneholder tegn som ikke er støttet eller det er allerede i bruk pÃ¥ dette nettstedet."; $a->strings["Unable to retrieve created identity"] = "Klarer ikke Ã¥ hente den lagede identiteten"; $a->strings["Default Profile"] = "Standardprofil"; $a->strings["Requested channel is not available."] = "Forespurt kanal er ikke tilgjengelig."; $a->strings["Requested profile is not available."] = "Forespurt profil er ikke tilgjengelig."; -$a->strings[" Sorry, you don't have the permission to view this profile. "] = "Beklager, du har ikke tillatelse til Ã¥ se denne profilen."; $a->strings["Change profile photo"] = "Endre profilbilde"; $a->strings["Profiles"] = "Profiler"; $a->strings["Manage/edit profiles"] = "HÃ¥ndtere/endre profiler"; @@ -520,7 +448,6 @@ $a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underholdni $a->strings["Love/Romance:"] = "Kjærlighet/romantikk:"; $a->strings["Work/employment:"] = "Arbeid/sysselsetting:"; $a->strings["School/education:"] = "Skole/utdannelse:"; -$a->strings["Private Message"] = "Privat melding"; $a->strings["Edit"] = "Endre"; $a->strings["save to folder"] = "lagre i mappe"; $a->strings["add star"] = "legg til stjerne"; @@ -554,8 +481,86 @@ $a->strings["Code"] = "Kode"; $a->strings["Image"] = "Bilde"; $a->strings["Link"] = "Lenke"; $a->strings["Video"] = "Video"; -$a->strings["Public Timeline"] = "Offentlig tidslinje"; +$a->strings["Edit File properties"] = "Endre filegenskaper"; $a->strings["view full size"] = "vis full størrelse"; +$a->strings["prev"] = "forrige"; +$a->strings["first"] = "første"; +$a->strings["last"] = "siste"; +$a->strings["next"] = "neste"; +$a->strings["older"] = "eldre"; +$a->strings["newer"] = "nyere"; +$a->strings["No connections"] = "Ingen forbindelser"; +$a->strings["%d Connection"] = array( + 0 => "%d forbindelse", + 1 => "%d forbindelser", +); +$a->strings["View Connections"] = "Vis forbindelser"; +$a->strings["poke"] = "prikk"; +$a->strings["ping"] = "varsle"; +$a->strings["pinged"] = "varslet"; +$a->strings["prod"] = "oppildne"; +$a->strings["prodded"] = "oppildnet"; +$a->strings["slap"] = "daske"; +$a->strings["slapped"] = "dasket"; +$a->strings["finger"] = "fingre"; +$a->strings["fingered"] = "fingret"; +$a->strings["rebuff"] = "tilbakevise"; +$a->strings["rebuffed"] = "tilbakeviste"; +$a->strings["happy"] = "glad"; +$a->strings["sad"] = "trist"; +$a->strings["mellow"] = "dempet"; +$a->strings["tired"] = "trøtt"; +$a->strings["perky"] = "oppkvikket"; +$a->strings["angry"] = "sint"; +$a->strings["stupified"] = "sløvet"; +$a->strings["puzzled"] = "forundret"; +$a->strings["interested"] = "interessert"; +$a->strings["bitter"] = "bitter"; +$a->strings["cheerful"] = "munter"; +$a->strings["alive"] = "levende"; +$a->strings["annoyed"] = "irritert"; +$a->strings["anxious"] = "nervøs"; +$a->strings["cranky"] = "gretten"; +$a->strings["disturbed"] = "foruroliget"; +$a->strings["frustrated"] = "frustrert"; +$a->strings["motivated"] = "motivert"; +$a->strings["relaxed"] = "avslappet"; +$a->strings["surprised"] = "overrasket"; +$a->strings["Monday"] = "mandag"; +$a->strings["Tuesday"] = "tirsdag"; +$a->strings["Wednesday"] = "onsdag"; +$a->strings["Thursday"] = "torsdag"; +$a->strings["Friday"] = "fredag"; +$a->strings["Saturday"] = "lørdag"; +$a->strings["Sunday"] = "søndag"; +$a->strings["January"] = "januar"; +$a->strings["February"] = "februar"; +$a->strings["March"] = "mars"; +$a->strings["April"] = "april"; +$a->strings["May"] = "mai"; +$a->strings["June"] = "juni"; +$a->strings["July"] = "juli"; +$a->strings["August"] = "august"; +$a->strings["September"] = "september"; +$a->strings["October"] = "oktober"; +$a->strings["November"] = "november"; +$a->strings["December"] = "desember"; +$a->strings["unknown.???"] = "ukjent.???"; +$a->strings["bytes"] = "bytes"; +$a->strings["remove category"] = "fjern kategori"; +$a->strings["remove from file"] = "fjern fra fil"; +$a->strings["Click to open/close"] = "Klikk for Ã¥ Ã¥pne/lukke"; +$a->strings["link to source"] = "lenke til kilde"; +$a->strings["Select a page layout: "] = "Velg en side-layout:"; +$a->strings["default"] = "standard"; +$a->strings["Page content type: "] = "Sidens innholdstype:"; +$a->strings["Select an alternate language"] = "Velg et annet sprÃ¥k"; +$a->strings["activity"] = "aktivitet"; +$a->strings["Design"] = "Formgivning"; +$a->strings["Blocks"] = "Byggeklosser"; +$a->strings["Menus"] = "Menyer"; +$a->strings["Layouts"] = "Layout"; +$a->strings["Pages"] = "Sider"; $a->strings["created a new post"] = "laget et nytt innlegg"; $a->strings["commented on %s's post"] = "kommenterte pÃ¥ %s sitt innlegg"; $a->strings["Male"] = "Mannlig"; @@ -681,10 +686,10 @@ $a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notify] %s merket ditt i $a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s merket ditt innlegg pÃ¥ %3\$s"; $a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s merket [zrl=%3\$s]ditt innlegg[/zrl]"; $a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Introduksjon mottatt"; -$a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "%1\$s, du har mottatt en introduksjon fra '%2\$s' pÃ¥ %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "%1\$s, du mottok [zrl=%2\$s]en introduksjon[/zrl] fra %3\$s."; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, du har mottatt en ny forespørsel om forbindelse fra '%2\$s' hos %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, du mottok [zrl=%2\$s]en ny forespørsel om forbindelse[/zrl] fra %3\$s."; $a->strings["You may visit their profile at %s"] = "Du kan besøke profilen deres pÃ¥ %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Vennligst besøk %s for Ã¥ godkjenne eller avslÃ¥ denne introduksjonen."; +$a->strings["Please visit %s to approve or reject the connection request."] = "Vennligst besøk %s for Ã¥ godkjenne eller avslÃ¥ forespørselen om forbindelse."; $a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notify] Venneforslag mottatt"; $a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har mottatt en venneforespørsel fra '%2\$s' hos %3\$s"; $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har mottatt [zrl=%2\$s]et venneforslaget[/zrl] angÃ¥ende %3\$s fra %4\$s. "; @@ -696,11 +701,11 @@ $a->strings["Image file is empty."] = "Bildefilen er tom."; $a->strings["Unable to process image"] = "Kan ikke behandle bildet"; $a->strings["Photo storage failed."] = "Bildelagring mislyktes."; $a->strings["Upload New Photos"] = "Last opp nye bilder"; -$a->strings["Edit File properties"] = "Endre filegenskaper"; $a->strings["%d invitation available"] = array( 0 => "%d invitasjon tilgjengelig", 1 => "%d invitasjoner tilgjengelig", ); +$a->strings["Advanced"] = "Avansert"; $a->strings["Find Channels"] = "Finn kanaler"; $a->strings["Enter name or interest"] = "Skriv navn eller interesse"; $a->strings["Connect/Follow"] = "Forbindelse/Følg"; @@ -709,6 +714,8 @@ $a->strings["Find"] = "Finn"; $a->strings["Channel Suggestions"] = "Kanalforslag"; $a->strings["Random Profile"] = "Tilfeldig profil"; $a->strings["Invite Friends"] = "Inviter venner"; +$a->strings["Exammple: name=fred and country=iceland"] = "Eksempel: name=fred og country=iceland"; +$a->strings["Advanced Find"] = "Avansert finn"; $a->strings["%d connection in common"] = array( 0 => "%d forbindelse felles", 1 => "%d forbindelser felles", @@ -717,9 +724,18 @@ $a->strings["New Page"] = "Ny side"; $a->strings["Click here to upgrade."] = "Klikk her for Ã¥ oppgradere."; $a->strings["This action exceeds the limits set by your subscription plan."] = "Denne handlingen gÃ¥r utenfor grensene satt i din abonnementsplan."; $a->strings["This action is not available under your subscription plan."] = "Denne handlingen er ikke tilgjengelig i din abonnementsplan."; +$a->strings["Permission denied"] = "Tillatelse avvist"; +$a->strings["(Unknown)"] = "(Ukjent)"; +$a->strings["Item not found."] = "Elementet ble ikke funnet."; +$a->strings["Collection not found."] = "Samlingen ble ikke funnet."; +$a->strings["Collection is empty."] = "Samlingen er tom."; +$a->strings["Collection: %s"] = "Samling: %s"; +$a->strings["Connection: %s"] = "Forbindelse: %s"; +$a->strings["Connection not found."] = "Forbindelsen ble ikke funnet."; $a->strings["Channel is blocked on this site."] = "Kanalen er blokkert pÃ¥ dette nettstedet."; $a->strings["Channel location missing."] = "Kanalplassering mangler."; $a->strings["Response from remote channel was incomplete."] = "Svaret fra den andre kanalen var ikke komplett."; +$a->strings["Channel was deleted and no longer exists."] = "Kanalen er slettet og finnes ikke lenger."; $a->strings["Channel discovery failed."] = "Kanaloppdagelse mislyktes."; $a->strings["local account not found."] = "lokal konto ble ikke funnet."; $a->strings["Cannot connect to yourself."] = "Kan ikke lage forbindelse med deg selv."; @@ -747,14 +763,6 @@ $a->strings["Somewhat advanced - very useful in open communities"] = "Litt avans $a->strings["Can send me bookmarks"] = "Kan sende meg bokmerker"; $a->strings["Can administer my channel resources"] = "Kan administrere mine kanalressurser"; $a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Ekstremt avansert. La dette være med mindre du vet hva du gjør"; -$a->strings["Permission denied"] = "Tillatelse avvist"; -$a->strings["(Unknown)"] = "(Ukjent)"; -$a->strings["Item not found."] = "Elementet ble ikke funnet."; -$a->strings["Collection not found."] = "Samlingen ble ikke funnet."; -$a->strings["Collection is empty."] = "Samlingen er tom."; -$a->strings["Collection: %s"] = "Samling: %s"; -$a->strings["Connection: %s"] = "Forbindelse: %s"; -$a->strings["Connection not found."] = "Forbindelsen ble ikke funnet."; $a->strings["Invalid data packet"] = "Ugyldig datapakke"; $a->strings["Unable to verify channel signature"] = "Ikke i stand til Ã¥ sjekke kanalsignaturen"; $a->strings["Unable to verify site signature for %s"] = "Ikke i stand til Ã¥ bekrefte signaturen til %s"; @@ -809,9 +817,27 @@ $a->strings["Your message:"] = "Din melding:"; $a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Du er hjertelig invitert til Ã¥ være med meg og noen andre nære venner i Red Matrix - et nytt og revolusjonerende desentralisert kommunikasjons- og informasjonsverktøy."; $a->strings["You will need to supply this invitation code: \$invite_code"] = "Du mÃ¥ oppgi denne invitasjonskoden: \$invite_code"; $a->strings["Please visit my channel at"] = "Vennligst besøk min kanal hos"; -$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "NÃ¥r du har registrert (pÃ¥ ENHVERT Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "NÃ¥r du har registrert (pÃ¥ et HVILKET SOM HELST Red Matrix-nettsted - de er alle forbundet med hverandre), vennligst opprett kobling med min Red Matrix-kanaladresse:"; $a->strings["Click the [Register] link on the following page to join."] = "Klikk pÃ¥ [Registering]-lenken pÃ¥ følgende side for Ã¥ bli med."; $a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "For mer informasjon om Red Matrix-prosjektet og hvorfor det har potensialet til Ã¥ forandre Internett som vi kjenner det, vær vennlig Ã¥ besøke http://getzot.com"; +$a->strings["Unable to lookup recipient."] = "Ikke i stand til Ã¥ slÃ¥ opp mottaker."; +$a->strings["Unable to communicate with requested channel."] = "Ikke i stand til Ã¥ kommunisere med forespurt kanal."; +$a->strings["Cannot verify requested channel."] = "Kan ikke bekrefte forespurt kanal."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Valgt kanal har restriksjoner for private meldinger. Sending feilet."; +$a->strings["Messages"] = "Meldinger"; +$a->strings["Message deleted."] = "Melding slettet."; +$a->strings["Message recalled."] = "Innlegg tilbakekalt."; +$a->strings["Send Private Message"] = "Send privat melding"; +$a->strings["To:"] = "Til:"; +$a->strings["Subject:"] = "Emne:"; +$a->strings["Message not found."] = "Melding ikke funnet."; +$a->strings["Delete message"] = "Slett melding"; +$a->strings["Recall message"] = "Tilbakekall innlegg"; +$a->strings["Message has been recalled."] = "Innlegget har blitt tilbakekalt."; +$a->strings["Private Conversation"] = "Privat samtale"; +$a->strings["Delete conversation"] = "Slett samtale"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie Ã¥ svare via senderens profilside."; +$a->strings["Send Reply"] = "Send svar"; $a->strings["Name is required"] = "Navn er pÃ¥krevd"; $a->strings["Key and Secret are required"] = "Nøkkel og hemmelighet er pÃ¥krevd"; $a->strings["Update"] = "Oppdater"; @@ -881,6 +907,7 @@ $a->strings["Channel Settings"] = "Kanalinnstillinger"; $a->strings["Basic Settings"] = "Grunninnstillinger"; $a->strings["Your Timezone:"] = "Din tidssone:"; $a->strings["Default Post Location:"] = "Standard plassering ved innlegg:"; +$a->strings["Geographical location to display on your posts"] = "Geografisk plassering som vises pÃ¥ dine innlegg"; $a->strings["Use Browser Location:"] = "Bruk nettleseren sin plassering:"; $a->strings["Adult Content"] = "Voksent innhold"; $a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Denne kanalen vil ofte eller jevnlig publisere voksent innhold. (Vennligst merk alt voksent materiale og/eller nakenhet med #NSFW)"; @@ -895,6 +922,8 @@ $a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Blokkert $a->strings["Allow others to tag your posts"] = "Tillat andre Ã¥ merke dine innlegg"; $a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Ofte brukt av fellesskapet for Ã¥ merke upassende innhold i etterkant"; $a->strings["Advanced Privacy Settings"] = "Avanserte personverninnstillinger"; +$a->strings["Expire other channel content after this many days"] = "Annet kanal innhold utløper etter sÃ¥ mange dager"; +$a->strings["0 or blank prevents expiration"] = "0 eller blankt forhindrer utløp"; $a->strings["Maximum Friend Requests/Day:"] = "Maksimalt antall venneforespørsler per dag:"; $a->strings["May reduce spam activity"] = "Kan redusere søppelpostaktivitet"; $a->strings["Default Post Permissions"] = "Standard innleggstillatelser"; @@ -907,8 +936,8 @@ $a->strings["accepting a friend request"] = "aksepterer en venneforespørsel"; $a->strings["joining a forum/community"] = "blir med i et forum/miljø"; $a->strings["making an <em>interesting</em> profile change"] = "gjør en <em>interessant</em> profilendring"; $a->strings["Send a notification email when:"] = "Send en varsel-e-post nÃ¥r:"; -$a->strings["You receive an introduction"] = "Du mottar en introduksjon"; -$a->strings["Your introductions are confirmed"] = "Dine introduksjoner blir bekreftet"; +$a->strings["You receive a connection request"] = "Du har mottatt en forespørsel om forbindelse"; +$a->strings["Your connections are confirmed"] = "Dine forbindelser er bekreftet"; $a->strings["Someone writes on your profile wall"] = "Noen skriver pÃ¥ din profilvegg"; $a->strings["Someone writes a followup comment"] = "Noen skriver en oppfølgende kommentar"; $a->strings["You receive a private message"] = "Du mottar en privat melding"; @@ -952,32 +981,23 @@ $a->strings["Please login to continue."] = "Vennligst logg inn for Ã¥ fortsette. $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vil du tillate dette programmet Ã¥ fÃ¥ tilgang til dine innlegg og kontakter, og/eller lage nye innlegg for deg?"; $a->strings["No installed applications."] = "Ingen installerte programmer."; $a->strings["Applications"] = "Programmer"; +$a->strings["Item not found"] = "Elementet ble ikke funnet."; +$a->strings["Item is not editable"] = "Elementet kan ikke endres"; $a->strings["Edit post"] = "Endre innlegg"; +$a->strings["Delete item?"] = "Slett element?"; +$a->strings["Insert YouTube video"] = "Sett inn YouTube-video"; +$a->strings["Insert Vorbis [.ogg] video"] = "Sett inn Vorbis [.ogg] video"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Legg i"; $a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - gjester: brukernavn: {din e-postadresse}, passord: +++"; $a->strings["Bookmark added"] = "Bokmerke lagt til"; $a->strings["My Bookmarks"] = "Mine bokmerker"; $a->strings["My Connections Bookmarks"] = "Mine forbindelsers bokmerker"; -$a->strings["Unable to locate original post."] = "Ikke i stand til Ã¥ finne opprinnelig innlegg."; -$a->strings["Empty post discarded."] = "Tomt innlegg forkastet."; -$a->strings["Executable content type not permitted to this channel."] = "Kjørbar innholdstype er ikke tillat for denne kanalen."; -$a->strings["System error. Post not saved."] = "Systemfeil. Innlegg ble ikke lagret."; -$a->strings["Wall Photos"] = "Veggbilder"; -$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du har nÃ¥dd din grense pÃ¥ %1$.0f startinnlegg."; -$a->strings["You have reached your limit of %1$.0f webpages."] = "Du har nÃ¥dd din grense pÃ¥ %1$.0f websider."; $a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s følger %2\$s sin %3\$s"; $a->strings["[Embedded content - reload page to view]"] = "[Innebygget innhold - last siden pÃ¥ nytt for Ã¥ se]"; $a->strings["Channel not found."] = "Kanalen ble ikke funnet."; $a->strings["toggle full screen mode"] = "Skru pÃ¥ fullskjerm-modus"; $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merket %3\$s til %2\$s med %4\$s"; -$a->strings["You must be logged in to see this page."] = "Du mÃ¥ være innloegget for Ã¥ se denne siden."; -$a->strings["Room not found"] = "Rommet ble ikke funnet"; -$a->strings["Leave Room"] = "Forlat rom"; -$a->strings["I am away right now"] = "Jeg er borte akkurat nÃ¥"; -$a->strings["I am online"] = "Jeg er online"; -$a->strings["Bookmark this room"] = "Bokmerk dette rommet"; -$a->strings["New Chatroom"] = "Nytt chatrom"; -$a->strings["Chatroom Name"] = "Navn pÃ¥ chatrom"; -$a->strings["%1\$s's Chatrooms"] = "%1\$s sine chatrom"; +$a->strings["network"] = "nettverk"; $a->strings["Public access denied."] = "Offentlig tilgang avvist."; $a->strings["No connections."] = "Ingen forbindelser."; $a->strings["Visit %s's profile [%s]"] = "Besøk %s sin profil [%s]"; @@ -1009,6 +1029,12 @@ $a->strings["Layout not found."] = "Layouten ble ikke funnet."; $a->strings["Module Name:"] = "Modulnavn:"; $a->strings["Layout Help"] = "Layout-hjelp"; $a->strings["Item not available."] = "Elementet er ikke tilgjengelig."; +$a->strings["Unable to locate original post."] = "Ikke i stand til Ã¥ finne opprinnelig innlegg."; +$a->strings["Empty post discarded."] = "Tomt innlegg forkastet."; +$a->strings["Executable content type not permitted to this channel."] = "Kjørbar innholdstype er ikke tillat for denne kanalen."; +$a->strings["System error. Post not saved."] = "Systemfeil. Innlegg ble ikke lagret."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du har nÃ¥dd din grense pÃ¥ %1$.0f startinnlegg."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Du har nÃ¥dd din grense pÃ¥ %1$.0f websider."; $a->strings["Menu element updated."] = "Menyelement er oppdatert."; $a->strings["Unable to update menu element."] = "Ikke i stand til Ã¥ oppdatere menyelement."; $a->strings["Menu element added."] = "Menyelement lagt til."; @@ -1034,6 +1060,7 @@ $a->strings["Menu item not found."] = "Menyelement ble ikke funnet."; $a->strings["Menu item deleted."] = "Menyelement slettet."; $a->strings["Menu item could not be deleted."] = "Menyelement kunne ikke bli slettet."; $a->strings["Edit Menu Element"] = "Endre menyelement"; +$a->strings["invalid target signature"] = "MÃ¥lets signatur er ugyldig"; $a->strings["Invalid profile identifier."] = "Ugyldig profil-identifikator."; $a->strings["Profile Visibility Editor"] = "Endre profilsynlighet"; $a->strings["Click on a contact to add or remove."] = "Klikk pÃ¥ en kontakt for Ã¥ legge til eller fjerne."; @@ -1053,7 +1080,8 @@ $a->strings["All Connected Channels"] = "Alle tilkoblede kanaler"; $a->strings["Click on a channel to add or remove."] = "Klikk pÃ¥ en kanal for Ã¥ legge til eller fjerne."; $a->strings["Theme settings updated."] = "Temainnstillinger er oppdatert."; $a->strings["Site"] = "Nettsted"; -$a->strings["Users"] = "Brukere"; +$a->strings["Accounts"] = "Kontoer"; +$a->strings["Channels"] = "Kanaler"; $a->strings["Plugins"] = "Tilleggsfunksjoner"; $a->strings["Themes"] = "Temaer"; $a->strings["Server"] = "Tjener"; @@ -1080,7 +1108,6 @@ $a->strings["Tiered Access"] = "Lagdelt tilgang"; $a->strings["Registration"] = "Registrering"; $a->strings["File upload"] = "Last opp fil"; $a->strings["Policies"] = "Retningslinjer"; -$a->strings["Advanced"] = "Avansert"; $a->strings["Site name"] = "Nettstedets navn"; $a->strings["Banner/Logo"] = "Banner/Logo"; $a->strings["Administrator Information"] = "Administratorinformasjon"; @@ -1110,6 +1137,8 @@ $a->strings["Block public"] = "Blokker offentlig tilgang"; $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Kryss av for Ã¥ blokkere tilgang til alle personlige sider som ellers ville vært offentlig tilgjengelige pÃ¥ dette nettstedet med mindre du er logget inn."; $a->strings["Force publish"] = "Tving publisering"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kryss av for Ã¥ tvinge alle profiler pÃ¥ dette nettstedet til Ã¥ bli oppført i nettstedet sin katalog."; +$a->strings["Disable discovery tab"] = "Skru av oppdagelsesfanen"; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Fjern fanen fra nettverksvisningen med offentlig innhold trukket inn fra kilder valg for dette nettstedet."; $a->strings["No login on Homepage"] = "Ingen innlogging pÃ¥ hjemmesiden"; $a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Sett hake for Ã¥ skjule innloggingsskjemaet fra ditt nettsteds hjemmeside for besøkende som ikke er innlogget (for eksempel nÃ¥r du legger inn innhold pÃ¥ hjemmesiden via nettstedskanalen)."; $a->strings["Proxy user"] = "Brukernavn mellomtjener"; @@ -1148,6 +1177,7 @@ $a->strings["Account not found"] = "Kontoen ble ikke funnet"; $a->strings["User '%s' deleted"] = "Brukeren '%s' er slettet"; $a->strings["User '%s' unblocked"] = "Brukeren '%s' er ikke blokkert lenger"; $a->strings["User '%s' blocked"] = "Brukeren '%s' er blokkert"; +$a->strings["Users"] = "Brukere"; $a->strings["select all"] = "velg alle"; $a->strings["User registrations waiting for confirm"] = "Brukerregistreringer som venter pÃ¥ bekreftelse"; $a->strings["Request date"] = "Dato for forespørsel"; @@ -1162,6 +1192,24 @@ $a->strings["Expires"] = "Utløper"; $a->strings["Service Class"] = "Tjenesteklasse"; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte brukere vil bli slettet!\\n\\nAlt som disse brukerne har lagt inn pÃ¥ dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker pÃ¥ at du vil slette valgte brukere og deres innhold?"; $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Brukeren {0} vil bli slettet!\\n\\nAlt denne brukeren har lagt inn pÃ¥ dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker pÃ¥ at du vil slette denne brukeren og alt innholdet til denne brukeren?"; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "%s kanal sensurert/ikke sensurert lenger", + 1 => "%s kanaler sensurert/ikke sensurert lenger", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s kanal slettet", + 1 => "%s kanaler slettet", +); +$a->strings["Channel not found"] = "Kanalen ble ikke funnet"; +$a->strings["Channel '%s' deleted"] = "Kanalen '%s' er slettet"; +$a->strings["Channel '%s' uncensored"] = "Kanalen '%s' er ikke sensurert lenger"; +$a->strings["Channel '%s' censored"] = "Kanalen '%s' er sensurert"; +$a->strings["Censor"] = "Sensurer"; +$a->strings["Uncensor"] = "Ikke sensurer lenger"; +$a->strings["UID"] = "UID"; +$a->strings["Address"] = "Adresse"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valgte kanaler vil bli slettet!\\n\\nAlt innhold som er lagt inn i disse kanalene pÃ¥ dette nettstedet vil bli slettet for alltid!\\n\\nEr du sikker pÃ¥ at du vil slette disse kanalene med alt innhold?"; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Kanalen {0} vil bli slettet!\\n\\nAlt innhold som er lagt inn i denne kanalen pÃ¥ dettet nettstedet vil bli slettet for alltid!\\n\\nEr du sikker pÃ¥ at du vil slette denne kanalen med alt innhold?"; $a->strings["Plugin %s disabled."] = "Tilleggsfunksjonen %s er avskrudd."; $a->strings["Plugin %s enabled."] = "Tilleggsfunksjonen %s er pÃ¥skrudd."; $a->strings["Disable"] = "Skru av"; @@ -1181,18 +1229,92 @@ $a->strings["Must be writable by web server. Relative to your Red top-level dire $a->strings["Log level"] = "LoggnivÃ¥"; $a->strings["- select -"] = "- velg -"; $a->strings["Welcome to %s"] = "Velkommen til %s"; -$a->strings["Item not found"] = "Elementet ble ikke funnet."; -$a->strings["Item is not editable"] = "Elementet kan ikke endres"; -$a->strings["Delete item?"] = "Slett element?"; -$a->strings["Insert YouTube video"] = "Sett inn YouTube-video"; -$a->strings["Insert Vorbis [.ogg] video"] = "Sett inn Vorbis [.ogg] video"; -$a->strings["Insert Vorbis [.ogg] audio"] = "Legg i"; +$a->strings["Red Matrix Server - Setup"] = "Red Matrix tjener - oppsett"; +$a->strings["Could not connect to database."] = "Fikk ikke kontakt med databasen."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS."; +$a->strings["Could not create table."] = "Kunne ikke lage tabellen."; +$a->strings["Your site database has been installed."] = "Databasen til ditt nettsted har blitt installert."; +$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Du mÃ¥ kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Vennligst les filen \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Systemsjekk"; +$a->strings["Check again"] = "Sjekk igjen"; +$a->strings["Database connection"] = "Databaseforbindelse"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "For Ã¥ installere Red Matrix mÃ¥ du oppgi hvordan din database kan kontaktes."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmÃ¥l om disse innstillingene."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor mÃ¥ finnes pÃ¥ forhÃ¥nd. Hvis den ikke finnes, vennligst lag den før du fortsetter."; +$a->strings["Database Server Name"] = "Navn pÃ¥ databasetjener"; +$a->strings["Default is localhost"] = "Standard er localhost"; +$a->strings["Database Port"] = "Databaseport"; +$a->strings["Communication port number - use 0 for default"] = "Kommunikasjonsportnummer - bruk 0 for standard"; +$a->strings["Database Login Name"] = "Database innloggingsnavn"; +$a->strings["Database Login Password"] = "Database innloggingspassord"; +$a->strings["Database Name"] = "Databasenavn"; +$a->strings["Site administrator email address"] = "E-postadressen til administrator ved nettstedet"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Din konto sin e-postadresse mÃ¥ være lik denne for Ã¥ kunne bruke web-administrasjonspanelet."; +$a->strings["Website URL"] = "Nettstedets URL"; +$a->strings["Please use SSL (https) URL if available."] = "Vennligst bruk SSL (https) URL hvis tilgjengelig."; +$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted"; +$a->strings["Site settings"] = "Nettstedets innstillinger"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH)."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Hvis du ikke har en kommandolinjeversjon av PHP installert pÃ¥ tjeneren, sÃ¥ vil du ikke kunne kjøre bakgrunnshenting via cron."; +$a->strings["PHP executable path"] = "PHP-kjørefilens sti"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Skriv full sti til kjørefilen for PHP. Du kan la denne stÃ¥ blank for Ã¥ fortsette installasjonen."; +$a->strings["Command line PHP"] = "Kommandolinje PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP pÃ¥ ditt system har ikke \"register_argc_argv\" pÃ¥skrudd."; +$a->strings["This is required for message delivery to work."] = "Dette er pÃ¥krevd for at meldingslevering skal virke."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Feil: \"openssl_pkey_new\"-funksjonen pÃ¥ dette systemet er ikke i stand til Ã¥ lage krypteringsnøkler"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ved kjøring pÃ¥ Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Lag krypteringsnøkler"; +$a->strings["libCurl PHP module"] = "libCurl PHP-modul"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP-modul"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP-modul"; +$a->strings["mysqli PHP module"] = "mysqli PHP-modul"; +$a->strings["mb_string PHP module"] = "mb_string PHP-modul"; +$a->strings["mcrypt PHP module"] = "mcrypt PHP-modul"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite-modul"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Apache web-tjenerens mod-rewrite-modul er pÃ¥krevd, men ikke installert."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Feil: proc_open er pÃ¥krevd, men er enten ikke installert eller har blitt avskrudd i php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modul er pÃ¥krevd, men er ikke installert."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modul med JPEG-støtte er pÃ¥krevd, men er ikke installert."; +$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modul er pÃ¥krevd, men er ikke installert."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modul er pÃ¥krevd, men er ikke installert."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modul er pÃ¥krevd, men er ikke installert."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Feil: mcrypt PHP-modul er pÃ¥krevd, men er ikke installert."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Web-installasjonen mÃ¥ kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette fÃ¥r den ikke til."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "PÃ¥ slutten av denne prosedyren vil vi gi deg en tekst til Ã¥ lagre i en fil kalt .htconfig.php i toppkatalogen til din Red."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt, sÃ¥ kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php kan skrives til"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red bruker malmotoren Smarty3 for Ã¥ gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for Ã¥ framskynde gjengivelsen."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = "For Ã¥ kunne lagre disse kompilerte malene, sÃ¥ mÃ¥ webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen."; +$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder."; +$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 er skrivbar"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red bruker lagringsmappen for Ã¥ lagre opplastede filer. Webtjeneren trenger Ã¥ ha skrivetilgang til lagringsmappen under Red sin toppnivÃ¥mappe."; +$a->strings["store is writable"] = "lageret kan skrives til"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet."; +$a->strings["If you use https access, you MUST use a certification instance known by all internet browsers. You MUST NOT use self-signed certificates!"] = "Hvis du bruker HTTPS-tilgang, sÃ¥ MÃ… du bruke et sertifikat som er kjent av alle Internett-nettlesere. Du MÃ… IKKE bruke egensignerte sertifikater!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub. If your"] = "Denne restriksjonen er tatt inn fordi offentlige innlegg fra deg kan for eksempel inneholde referanser til bilder pÃ¥ din egen hub. Hvis ditt"; +$a->strings["certificate is not known by the internet browser of users they get a warning message complaining about some security issues. Although"] = "sertifikat ikke er kjent av nettleseren til brukere kan de fÃ¥ en varselmelding som klager over sikkerhetsproblemer. Selv om"; +$a->strings["these complains are not the real truth - there are no security issues with your encryption! - the users may be confused, nerved or even"] = "disse klagene ikke er virkelige - det er ingen sikkerhetsproblemer med krypteringen din! - sÃ¥ kan brukerne bli forvirret, nervøse eller til og med"; +$a->strings["worse may become scared about redmatrix having security issues. Use one of the free certification instances!"] = "enda verre bli redde for at RedMatrix har sikkerhetsproblemer. Bruk en av de kjente gratis sertifikatutstederne!"; +$a->strings["SSL certificate validation"] = "SSL sertifikat-kontroll"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen pÃ¥ tjeneren."; +$a->strings["Url rewrite is working"] = "URL rewrite virker"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for Ã¥ lage en konfigurasjonsfil i toppkatalogen av din web-tjener."; +$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller."; +$a->strings["<h1>What next</h1>"] = "<h1>Hva gjenstÃ¥r</h1>"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du mÃ¥ [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren."; $a->strings["Age: "] = "Alder:"; $a->strings["Gender: "] = "Kjønn:"; $a->strings["Finding:"] = "Finner:"; $a->strings["next page"] = "neste side"; $a->strings["previous page"] = "forrige side"; $a->strings["No entries (some entries may be hidden)."] = "Ingen oppføringer (noen oppføringer kan være skjult)."; +$a->strings["Remote privacy information not available."] = "Ekstern personverninformasjon er ikke tilgjengelig."; +$a->strings["Visible to:"] = "Synlig for:"; $a->strings["Could not access contact record."] = "Fikk ikke tilgang til kontaktinformasjonen."; $a->strings["Could not locate selected profile."] = "Fant ikke valgt profil."; $a->strings["Connection updated."] = "Forbindelsen er oppdatert."; @@ -1210,7 +1332,7 @@ $a->strings["Channel has been unhidden"] = "Kanalen er ikke lenger skjult"; $a->strings["Channel has been hidden"] = "Kanalen er blitt skjult"; $a->strings["Channel has been approved"] = "Kanalen har blitt godkjent"; $a->strings["Channel has been unapproved"] = "Kanalen er ikke lenger godkjent"; -$a->strings["Contact has been removed."] = "Kontakten har blitt fjernet."; +$a->strings["Connection has been removed."] = "Forbindelsen har blitt fjernet."; $a->strings["View %s's profile"] = "Vis %s sin profil"; $a->strings["Refresh Permissions"] = "Oppfrisk tillatelser"; $a->strings["Fetch updated permissions"] = "Hent oppdaterte tillatelser"; @@ -1302,7 +1424,6 @@ $a->strings["Gender"] = "Kjønn"; $a->strings["Sexual Preference"] = "Seksuelle preferanser"; $a->strings["Homepage"] = "Hjemmeside"; $a->strings["Interests"] = "Interesser"; -$a->strings["Address"] = "Adresse"; $a->strings["Location"] = "Plassering"; $a->strings["Profile updated."] = "Profilen er oppdatert."; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skjul kontakt-/vennelisten din fra de som ser pÃ¥ denne profilen?"; @@ -1346,9 +1467,6 @@ $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</ $a->strings["Edit/Manage Profiles"] = "Endre/hÃ¥ndter profiler"; $a->strings["Add profile things"] = "Legg til profilting"; $a->strings["Include desirable objects in your profile"] = "Inkluder ønskverdige objekter i din profil"; -$a->strings["Channel added."] = "Kanal lagt til."; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjernautentisering blokkert. Du er logget inn pÃ¥ dette nettstedet lokalt. Vennligst logg ut og prøv pÃ¥ nytt."; -$a->strings["Welcome %s. Remote authentication successful."] = "Velkommen %s. Ekstern autentisering er vellykket."; $a->strings["This site is not a directory server"] = "Dette nettstedet er ikke en katalogtjener"; $a->strings["Failed to create source. No channel selected."] = "Mislyktes med Ã¥ lage kilde. Ingen kanal er valgt."; $a->strings["Source created."] = "Kilden er laget."; @@ -1365,82 +1483,17 @@ $a->strings["Edit Source"] = "Endre kilde"; $a->strings["Delete Source"] = "Slett kilde"; $a->strings["Source removed"] = "Kilden er fjernet"; $a->strings["Unable to remove source."] = "Ikke i stand til Ã¥ fjerne kilde."; -$a->strings["Remote privacy information not available."] = "Ekstern personverninformasjon er ikke tilgjengelig."; -$a->strings["Visible to:"] = "Synlig for:"; +$a->strings["Block Name"] = "Byggeklossens navn"; $a->strings["Hub not found."] = "Hubben ble ikke funnet."; -$a->strings["Red Matrix Server - Setup"] = "Red Matrix tjener - oppsett"; -$a->strings["Could not connect to database."] = "Fikk ikke kontakt med databasen."; -$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Fikk ikke kontakt med det angitte nettstedets URL. Problemet kan muligens skyldes SSL-sertifikatet eller DNS."; -$a->strings["Could not create table."] = "Kunne ikke lage tabellen."; -$a->strings["Your site database has been installed."] = "Databasen til ditt nettsted har blitt installert."; -$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Du mÃ¥ kanskje importere filen \"install/database.sql\" manuelt ved hjelp av phpmyadmin eller mysql."; -$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Vennligst les filen \"install/INSTALL.txt\"."; -$a->strings["System check"] = "Systemsjekk"; -$a->strings["Check again"] = "Sjekk igjen"; -$a->strings["Database connection"] = "Databaseforbindelse"; -$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "For Ã¥ installere Red Matrix mÃ¥ du oppgi hvordan din database kan kontaktes."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Vennligst kontakt din nettstedstilbyder eller nettstedsadministrator hvis du har spørsmÃ¥l om disse innstillingene."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du oppgir nedenfor mÃ¥ finnes pÃ¥ forhÃ¥nd. Hvis den ikke finnes, vennligst lag den før du fortsetter."; -$a->strings["Database Server Name"] = "Navn pÃ¥ databasetjener"; -$a->strings["Default is localhost"] = "Standard er localhost"; -$a->strings["Database Port"] = "Databaseport"; -$a->strings["Communication port number - use 0 for default"] = "Kommunikasjonsportnummer - bruk 0 for standard"; -$a->strings["Database Login Name"] = "Database innloggingsnavn"; -$a->strings["Database Login Password"] = "Database innloggingspassord"; -$a->strings["Database Name"] = "Databasenavn"; -$a->strings["Site administrator email address"] = "E-postadressen til administrator ved nettstedet"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Din konto sin e-postadresse mÃ¥ være lik denne for Ã¥ kunne bruke web-administrasjonspanelet."; -$a->strings["Website URL"] = "Nettstedets URL"; -$a->strings["Please use SSL (https) URL if available."] = "Vennligst bruk SSL (https) URL hvis tilgjengelig."; -$a->strings["Please select a default timezone for your website"] = "Vennligst velg en standard tidssone for ditt nettsted"; -$a->strings["Site settings"] = "Nettstedets innstillinger"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Fant ikke en kommandolinjeversjon av PHP i webtjenerens sti (PATH)."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Hvis du ikke har en kommandolinjeversjon av PHP installert pÃ¥ tjeneren, sÃ¥ vil du ikke kunne kjøre bakgrunnshenting via cron."; -$a->strings["PHP executable path"] = "PHP-kjørefilens sti"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Skriv full sti til kjørefilen for PHP. Du kan la denne stÃ¥ blank for Ã¥ fortsette installasjonen."; -$a->strings["Command line PHP"] = "Kommandolinje PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandolinjeversjonen av PHP pÃ¥ ditt system har ikke \"register_argc_argv\" pÃ¥skrudd."; -$a->strings["This is required for message delivery to work."] = "Dette er pÃ¥krevd for at meldingslevering skal virke."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Feil: \"openssl_pkey_new\"-funksjonen pÃ¥ dette systemet er ikke i stand til Ã¥ lage krypteringsnøkler"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ved kjøring pÃ¥ Windows, vennligst se \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Lag krypteringsnøkler"; -$a->strings["libCurl PHP module"] = "libCurl PHP-modul"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP-modul"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP-modul"; -$a->strings["mysqli PHP module"] = "mysqli PHP-modul"; -$a->strings["mb_string PHP module"] = "mb_string PHP-modul"; -$a->strings["mcrypt PHP module"] = "mcrypt PHP-modul"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite-modul"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Feil: Apache web-tjenerens mod-rewrite-modul er pÃ¥krevd, men ikke installert."; -$a->strings["proc_open"] = "proc_open"; -$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Feil: proc_open er pÃ¥krevd, men er enten ikke installert eller har blitt avskrudd i php.ini"; -$a->strings["Error: libCURL PHP module required but not installed."] = "Feil: libCURL PHP-modul er pÃ¥krevd, men er ikke installert."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Feil: GD graphics PHP-modul med JPEG-støtte er pÃ¥krevd, men er ikke installert."; -$a->strings["Error: openssl PHP module required but not installed."] = "Feil: openssl PHP-modul er pÃ¥krevd, men er ikke installert."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Feil: mysqli PHP-modul er pÃ¥krevd, men er ikke installert."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Feil: mb_string PHP-modul er pÃ¥krevd, men er ikke installert."; -$a->strings["Error: mcrypt PHP module required but not installed."] = "Feil: mcrypt PHP-modul er pÃ¥krevd, men er ikke installert."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Web-installasjonen mÃ¥ kunne lage en fil kalt \".htconfig.php\" i toppkatalogen til web-tjeneren din, men dette fÃ¥r den ikke til."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Dette er oftest tillatelsesinnstilling, ettersom webtjeneren kanskje kan skrive til filer i din mappe - selv om du kan."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "PÃ¥ slutten av denne prosedyren vil vi gi deg en tekst til Ã¥ lagre i en fil kalt .htconfig.php i toppkatalogen til din Red."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt, sÃ¥ kan du hoppe over denne prosedyren og gjennomføre en manuell installasjon. Vennligst se filen \"install/INSTALL.txt\" for instruksjoner."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php kan skrives til"; -$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red bruker malmotoren Smarty3 for Ã¥ gjengi sine webvisninger. Smarty3 kompilerer malene om til PHP for Ã¥ framskynde gjengivelsen."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = "For Ã¥ kunne lagre disse kompilerte malene, sÃ¥ mÃ¥ webtjeneren ha skrivetilgang til katalogen view/tpl/smarty3/ under Red sin hovedmappe."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Vennligst sikre at brukeren som din web-tjeneste kjører som (for eksempel www-data) har skrivetilgang til denne katalogen."; -$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Merknad: som et sikkerhetstiltak bør du bare gi webtjerenn skrivetilgang til view/tpl/smarty3/ - ikke til malfilene (.tpl) som den inneholder."; -$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 er skrivbar"; -$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red bruker lagringsmappen for Ã¥ lagre opplastede filer. Webtjeneren trenger Ã¥ ha skrivetilgang til lagringsmappen under Red sin toppnivÃ¥mappe."; -$a->strings["store is writable"] = "lageret kan skrives til"; -$a->strings["SSL certificate validation"] = "SSL sertifikat-kontroll"; -$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-sertifikatet kan ikke kontrolleres. Fiks sertifikatet eller skru av https tilgang til dette nettstedet."; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite i .htaccess virker ikke. Sjekk konfigurasjonen pÃ¥ tjeneren."; -$a->strings["Url rewrite is working"] = "URL rewrite virker"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databasekonfigurasjonsfilen \".htconfig.php\" kunne ikke skrives. Vennligst bruk den medfølgende teksten for Ã¥ lage en konfigurasjonsfil i toppkatalogen av din web-tjener."; -$a->strings["Errors encountered creating database tables."] = "Feil oppstod under opprettelsen av databasetabeller."; -$a->strings["<h1>What next</h1>"] = "<h1>Hva gjenstÃ¥r</h1>"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIG: Du mÃ¥ [manuelt] sette opp en automatisert tidfestet oppgave til bakgrunnshenteren."; +$a->strings["You must be logged in to see this page."] = "Du mÃ¥ være innloegget for Ã¥ se denne siden."; +$a->strings["Room not found"] = "Rommet ble ikke funnet"; +$a->strings["Leave Room"] = "Forlat rom"; +$a->strings["I am away right now"] = "Jeg er borte akkurat nÃ¥"; +$a->strings["I am online"] = "Jeg er online"; +$a->strings["Bookmark this room"] = "Bokmerk dette rommet"; +$a->strings["New Chatroom"] = "Nytt chatrom"; +$a->strings["Chatroom Name"] = "Navn pÃ¥ chatrom"; +$a->strings["%1\$s's Chatrooms"] = "%1\$s sine chatrom"; $a->strings["Version %s"] = "Versjon %s"; $a->strings["Installed plugins/addons/apps:"] = "Installerte tilleggsfunksjoner/tillegg/apper:"; $a->strings["No installed plugins/addons/apps"] = "Ingen installerte tilleggsfunksjoner/tillegg/apper"; @@ -1473,6 +1526,9 @@ $a->strings["Forgot your Password?"] = "Glemt passord ditt?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Skriv e-postadressen din og send inn for Ã¥ tilbakestille passordet ditt. Sjekk deretter din e-post for videre instruksjoner."; $a->strings["Email Address"] = "E-postadresse"; $a->strings["Reset"] = "Tilbakestill"; +$a->strings["Edit Block"] = "Endre byggekloss"; +$a->strings["Delete block?"] = "Slett byggeklossen?"; +$a->strings["Delete Block"] = "Slett byggekloss"; $a->strings["Select a bookmark folder"] = "Velg en bokmerkemappe"; $a->strings["Save Bookmark"] = "Lagre bokmerke"; $a->strings["URL of bookmark"] = "URL-en til bokmerket"; @@ -1508,31 +1564,15 @@ $a->strings["Profile Match"] = "Profiltreff"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Ingen nøkkelord Ã¥ sammenlikne. Vennligst legg til nøkkelord til din standardprofil."; $a->strings["is interested in:"] = "er interessert i:"; $a->strings["No matches"] = "Ingen treff"; -$a->strings["invalid target signature"] = "MÃ¥lets signatur er ugyldig"; $a->strings["Away"] = "Borte"; $a->strings["Online"] = "Online"; -$a->strings["Unable to lookup recipient."] = "Ikke i stand til Ã¥ slÃ¥ opp mottaker."; -$a->strings["Unable to communicate with requested channel."] = "Ikke i stand til Ã¥ kommunisere med forespurt kanal."; -$a->strings["Cannot verify requested channel."] = "Kan ikke bekrefte forespurt kanal."; -$a->strings["Selected channel has private message restrictions. Send failed."] = "Valgt kanal har restriksjoner for private meldinger. Sending feilet."; -$a->strings["Messages"] = "Meldinger"; -$a->strings["Message deleted."] = "Melding slettet."; -$a->strings["Message recalled."] = "Innlegg tilbakekalt."; -$a->strings["Send Private Message"] = "Send privat melding"; -$a->strings["To:"] = "Til:"; -$a->strings["Subject:"] = "Emne:"; -$a->strings["Message not found."] = "Melding ikke funnet."; -$a->strings["Delete message"] = "Slett melding"; -$a->strings["Recall message"] = "Tilbakekall innlegg"; -$a->strings["Message has been recalled."] = "Innlegget har blitt tilbakekalt."; -$a->strings["Private Conversation"] = "Privat samtale"; -$a->strings["Delete conversation"] = "Slett samtale"; -$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Ingen sikret kommunikasjon tilgjengelig. Du kan <strong>muligens</strong> greie Ã¥ svare via senderens profilside."; -$a->strings["Send Reply"] = "Send svar"; $a->strings["OpenID protocol error. No ID returned."] = "OpenID protokollfeil. Ingen ID ble returnert."; +$a->strings["Welcome %s. Remote authentication successful."] = "Velkommen %s. Ekstern autentisering er vellykket."; $a->strings["Edit Layout"] = "Endre layout"; $a->strings["Delete layout?"] = "Slett layout?"; $a->strings["Delete Layout"] = "Slett layout"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjernautentisering blokkert. Du er logget inn pÃ¥ dette nettstedet lokalt. Vennligst logg ut og prøv pÃ¥ nytt."; +$a->strings["Fetching URL returns error: %1\$s"] = "Henting av URL gir følgende feil: %1\$s"; $a->strings["Image uploaded but image cropping failed."] = "Bildet ble lastet opp, men beskjæring av bildet mislyktes."; $a->strings["Image resize failed."] = "Endring av bildestørrelse mislyktes."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Hold nede Shift-knappen og last siden pÃ¥ nytt eller tøm nettleserens mellomlager hvis det nye bildet ikke vises umiddelbart."; @@ -1555,9 +1595,10 @@ $a->strings["Blocked"] = "Blokkert"; $a->strings["Ignored"] = "Ignorert"; $a->strings["Hidden"] = "Skjult"; $a->strings["Archived"] = "Arkivert"; -$a->strings["Unconnected"] = "Ikke tilkoblet"; $a->strings["All"] = "Alle"; +$a->strings["Unconnected"] = "Ikke tilkoblet"; $a->strings["Suggest new connections"] = "ForeslÃ¥ nye forbindelser"; +$a->strings["New Connections"] = "Nye forbindelser"; $a->strings["Show pending (new) connections"] = "Vis ventende (nye) forbindelser"; $a->strings["Show all connections"] = "Vis alle forbindelser"; $a->strings["Unblocked"] = "Ikke blokkert lenger"; @@ -1575,29 +1616,23 @@ $a->strings["Invalid request identifier."] = "Ugyldig forespørselsidentifikator $a->strings["Discard"] = "Forkast"; $a->strings["No more system notifications."] = "Ingen flere systemvarsler."; $a->strings["System Notifications"] = "Systemvarsler"; -$a->strings["Block Name"] = "Byggeklossens navn"; $a->strings["Unable to find your hub."] = "Ikke i stand til Ã¥ finne hubben din."; $a->strings["Post successful."] = "Innlegg vellykket."; $a->strings["Edit Webpage"] = "Endre webside"; $a->strings["Delete webpage?"] = "Slett webside?"; $a->strings["Delete Webpage"] = "Slett webside"; -$a->strings["Access to this profile has been restricted."] = "Tilgang til denne profilen er begrenset."; +$a->strings["Channel added."] = "Kanal lagt til."; $a->strings["Poke/Prod"] = "Prikke/oppildne"; $a->strings["poke, prod or do other things to somebody"] = "prikke, oppildne eller gjør andre ting med noen"; $a->strings["Recipient"] = "Mottaker"; $a->strings["Choose what you wish to do to recipient"] = "Velg hva du ønsker Ã¥ gjøre med mottakeren"; $a->strings["Make this post private"] = "Gjør dette innlegget privat"; +$a->strings["Wall Photos"] = "Veggbilder"; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Utilstrekkelig tillatelse. Forespørsel omdirigert til profilsiden."; -$a->strings["Not available."] = "Ikke tilgjengelig."; -$a->strings["Community"] = "Felleskapet"; -$a->strings["No results."] = "Ingen resultater."; $a->strings["Contact not found."] = "Kontakten ble ikke funnet."; $a->strings["Friend suggestion sent."] = "Venneforespørsel sendt."; $a->strings["Suggest Friends"] = "ForeslÃ¥ venner"; $a->strings["Suggest a friend for %s"] = "ForeslÃ¥ en venn for %s"; -$a->strings["Edit Block"] = "Endre byggekloss"; -$a->strings["Delete block?"] = "Slett byggeklossen?"; -$a->strings["Delete Block"] = "Slett byggekloss"; $a->strings["Status: "] = "Status:"; $a->strings["Sexual Preference: "] = "Seksuelle preferanser:"; $a->strings["Homepage: "] = "Hjemmeside:"; @@ -1607,7 +1642,6 @@ $a->strings["Keywords: "] = "Nøkkelord:"; $a->strings["Permission Denied."] = "Tillatelse avvist."; $a->strings["File not found."] = "Filen ble ikke funnet."; $a->strings["Edit file permissions"] = "Endre filtillatelser"; -$a->strings["Permissions"] = "Tillatelser"; $a->strings["Include all files and sub folders"] = "Inkluder alle filer og undermapper"; $a->strings["Return to file list"] = "GÃ¥ tilbake til filoversikten"; $a->strings["Copy/paste this code to attach file to a post"] = "Kopier og lim inn denne koden for Ã¥ legge til filen i et innlegg"; @@ -1710,6 +1744,7 @@ $a->strings["Set font-colour for posts and comments"] = "Angi skriftfargen for i $a->strings["Set radius of corners"] = "Angi hjørneradius"; $a->strings["Set shadow depth of photos"] = "Angi skyggedybden til bilder"; $a->strings["Set maximum width of conversation regions"] = "Angi største bredde for samtaleregioner"; +$a->strings["Center conversation regions"] = "Midtstill samtaleregionene"; $a->strings["Set minimum opacity of nav bar - to hide it"] = "Angi minste dekkevne for navigasjonslinjen - for Ã¥ skjule den"; $a->strings["Set size of conversation author photo"] = "Angi størrelsen for samtalens forfatterbilde"; $a->strings["Set size of followup author photos"] = "Angi størrelsen pÃ¥ forfatterbilder ved oppfølging"; diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po index 1a9fc7b70..b226a3469 100644 --- a/view/pt-br/messages.po +++ b/view/pt-br/messages.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: Red Matrix\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-02-28 00:02-0800\n" -"PO-Revision-Date: 2014-03-01 05:55+0000\n" +"POT-Creation-Date: 2014-03-28 00:02-0700\n" +"PO-Revision-Date: 2014-04-02 02:09+0000\n" "Last-Translator: solstag <solstag@member.fsf.org>\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/red-matrix/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -25,13 +25,13 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../include/widgets.php:29 ../../include/contact_widgets.php:87 +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 msgid "Categories" msgstr "Categorias" #: ../../include/widgets.php:115 ../../include/widgets.php:155 -#: ../../include/Contact.php:107 ../../include/identity.php:643 -#: ../../mod/directory.php:184 ../../mod/match.php:62 +#: ../../include/Contact.php:107 ../../include/identity.php:667 +#: ../../mod/directory.php:188 ../../mod/match.php:62 #: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 msgid "Connect" msgstr "Conectar" @@ -40,7 +40,7 @@ msgstr "Conectar" msgid "Ignore/Hide" msgstr "Ignorar/Ocultar" -#: ../../include/widgets.php:123 ../../mod/connections.php:238 +#: ../../include/widgets.php:123 ../../mod/connections.php:244 msgid "Suggestions" msgstr "Sugestões" @@ -69,8 +69,8 @@ msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria" msgid "Notes" msgstr "Notas" -#: ../../include/widgets.php:173 ../../include/text.php:759 -#: ../../include/text.php:773 ../../mod/filer.php:36 ../../mod/rbmark.php:28 +#: ../../include/widgets.php:173 ../../include/text.php:776 +#: ../../include/text.php:790 ../../mod/filer.php:50 ../../mod/rbmark.php:28 #: ../../mod/rbmark.php:98 msgid "Save" msgstr "Salvar" @@ -88,115 +88,115 @@ msgid "add" msgstr "adicionar" #: ../../include/widgets.php:283 ../../include/features.php:66 -#: ../../include/contact_widgets.php:53 +#: ../../include/contact_widgets.php:58 msgid "Saved Folders" msgstr "Pastas salvas" -#: ../../include/widgets.php:286 ../../include/contact_widgets.php:56 -#: ../../include/contact_widgets.php:90 +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 msgid "Everything" msgstr "Tudo" -#: ../../include/widgets.php:318 +#: ../../include/widgets.php:319 msgid "Archives" msgstr "Arquivos" -#: ../../include/widgets.php:370 +#: ../../include/widgets.php:372 msgid "Refresh" msgstr "Atualizar" -#: ../../include/widgets.php:371 ../../mod/connedit.php:389 +#: ../../include/widgets.php:373 ../../mod/connedit.php:395 msgid "Me" msgstr "Eu" -#: ../../include/widgets.php:372 ../../mod/connedit.php:391 +#: ../../include/widgets.php:374 ../../mod/connedit.php:397 msgid "Best Friends" msgstr "Melhores amigos" -#: ../../include/widgets.php:373 ../../include/identity.php:314 -#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:392 +#: ../../include/widgets.php:375 ../../include/identity.php:338 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 msgid "Friends" msgstr "Amigos" -#: ../../include/widgets.php:374 +#: ../../include/widgets.php:376 msgid "Co-workers" msgstr "Colegas de trabalho" -#: ../../include/widgets.php:375 ../../mod/connedit.php:393 +#: ../../include/widgets.php:377 ../../mod/connedit.php:399 msgid "Former Friends" msgstr "Amigos afastados" -#: ../../include/widgets.php:376 ../../mod/connedit.php:394 +#: ../../include/widgets.php:378 ../../mod/connedit.php:400 msgid "Acquaintances" msgstr "Conhecidos" -#: ../../include/widgets.php:377 +#: ../../include/widgets.php:379 msgid "Everybody" msgstr "Todos" -#: ../../include/widgets.php:409 +#: ../../include/widgets.php:411 msgid "Account settings" msgstr "Configurações da conta" -#: ../../include/widgets.php:415 +#: ../../include/widgets.php:417 msgid "Channel settings" msgstr "Configurações do canal" -#: ../../include/widgets.php:421 +#: ../../include/widgets.php:423 msgid "Additional features" msgstr "Recursos adicionais" -#: ../../include/widgets.php:427 +#: ../../include/widgets.php:429 msgid "Feature settings" msgstr "Configurações dos recursos" -#: ../../include/widgets.php:433 +#: ../../include/widgets.php:435 msgid "Display settings" msgstr "Configurações de exibição" -#: ../../include/widgets.php:439 +#: ../../include/widgets.php:441 msgid "Connected apps" msgstr "Aplicações conectadas" -#: ../../include/widgets.php:445 +#: ../../include/widgets.php:447 msgid "Export channel" msgstr "Exportar o canal" -#: ../../include/widgets.php:457 +#: ../../include/widgets.php:459 msgid "Automatic Permissions (Advanced)" msgstr "Permissões automáticas (avançado)" -#: ../../include/widgets.php:467 +#: ../../include/widgets.php:469 msgid "Premium Channel Settings" msgstr "Configurações de canal premium" -#: ../../include/widgets.php:476 ../../include/features.php:43 +#: ../../include/widgets.php:478 ../../include/features.php:43 #: ../../mod/sources.php:88 msgid "Channel Sources" msgstr "Fontes do canal" -#: ../../include/widgets.php:487 ../../include/nav.php:181 -#: ../../mod/admin.php:838 ../../mod/admin.php:1043 +#: ../../include/widgets.php:489 ../../include/nav.php:186 +#: ../../mod/admin.php:986 ../../mod/admin.php:1191 msgid "Settings" msgstr "Configurações" -#: ../../include/widgets.php:504 +#: ../../include/widgets.php:506 msgid "Check Mail" msgstr "Checar mensagens" -#: ../../include/widgets.php:509 ../../include/nav.php:172 +#: ../../include/widgets.php:511 ../../include/nav.php:177 msgid "New Message" msgstr "Nova mensagem" -#: ../../include/widgets.php:585 +#: ../../include/widgets.php:587 msgid "Chat Rooms" msgstr "Salas de bate-papo" -#: ../../include/widgets.php:603 +#: ../../include/widgets.php:605 msgid "Bookmarked Chatrooms" msgstr "Salas de bate-papo guardadas" -#: ../../include/widgets.php:621 +#: ../../include/widgets.php:623 msgid "Suggested Chatrooms" msgstr "Salas de bate-papo sugeridas" @@ -235,629 +235,620 @@ msgstr "Visite o %2$s de %1$s" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s atualizou %2$s, alterando %3$s." -#: ../../include/nav.php:72 ../../include/nav.php:91 ../../boot.php:1425 +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1443 msgid "Logout" msgstr "Sair" -#: ../../include/nav.php:72 ../../include/nav.php:91 +#: ../../include/nav.php:77 ../../include/nav.php:96 msgid "End this session" msgstr "Encerrar essa sessão" -#: ../../include/nav.php:75 ../../include/nav.php:125 +#: ../../include/nav.php:80 ../../include/nav.php:130 msgid "Home" msgstr "Ver canal" -#: ../../include/nav.php:75 +#: ../../include/nav.php:80 msgid "Your posts and conversations" msgstr "Suas publicações e conversas" -#: ../../include/nav.php:76 ../../include/conversation.php:933 -#: ../../mod/connedit.php:312 ../../mod/connedit.php:426 +#: ../../include/nav.php:81 ../../include/conversation.php:933 +#: ../../mod/connedit.php:318 ../../mod/connedit.php:432 msgid "View Profile" msgstr "Ver perfil" -#: ../../include/nav.php:76 +#: ../../include/nav.php:81 msgid "Your profile page" msgstr "A página do seu perfil" -#: ../../include/nav.php:78 +#: ../../include/nav.php:83 msgid "Edit Profiles" msgstr "Editar perfis" -#: ../../include/nav.php:78 +#: ../../include/nav.php:83 msgid "Manage/Edit profiles" msgstr "Administrar/Editar perfis" -#: ../../include/nav.php:79 ../../include/conversation.php:1475 +#: ../../include/nav.php:84 ../../include/conversation.php:1488 #: ../../mod/fbrowser.php:25 msgid "Photos" msgstr "Fotos" -#: ../../include/nav.php:79 +#: ../../include/nav.php:84 msgid "Your photos" msgstr "Suas fotos" -#: ../../include/nav.php:80 ../../include/conversation.php:1484 +#: ../../include/nav.php:85 ../../include/conversation.php:1497 #: ../../mod/fbrowser.php:114 msgid "Files" msgstr "Arquivos" -#: ../../include/nav.php:80 +#: ../../include/nav.php:85 msgid "Your files" msgstr "Seus arquivos" -#: ../../include/nav.php:81 +#: ../../include/nav.php:86 msgid "Chat" msgstr "Bate-papo" -#: ../../include/nav.php:81 +#: ../../include/nav.php:86 msgid "Your chatrooms" msgstr "Suas salas de bate-papo" -#: ../../include/nav.php:82 ../../include/nav.php:175 -#: ../../include/conversation.php:1506 ../../mod/events.php:354 +#: ../../include/nav.php:87 ../../include/nav.php:180 +#: ../../include/conversation.php:1519 ../../mod/events.php:354 msgid "Events" msgstr "Eventos" -#: ../../include/nav.php:82 +#: ../../include/nav.php:87 msgid "Your events" msgstr "Seus eventos" -#: ../../include/nav.php:83 ../../include/conversation.php:1514 +#: ../../include/nav.php:88 ../../include/conversation.php:1527 msgid "Bookmarks" msgstr "Links guardados" -#: ../../include/nav.php:83 +#: ../../include/nav.php:88 msgid "Your bookmarks" msgstr "Seus links guardados" -#: ../../include/nav.php:85 ../../include/conversation.php:1525 +#: ../../include/nav.php:90 ../../include/conversation.php:1538 msgid "Webpages" msgstr "Páginas web" -#: ../../include/nav.php:85 +#: ../../include/nav.php:90 msgid "Your webpages" msgstr "Suas páginas web" -#: ../../include/nav.php:89 ../../boot.php:1426 +#: ../../include/nav.php:94 ../../boot.php:1444 msgid "Login" msgstr "Entrar" -#: ../../include/nav.php:89 +#: ../../include/nav.php:94 msgid "Sign in" msgstr "Entrar" -#: ../../include/nav.php:106 +#: ../../include/nav.php:111 #, php-format msgid "%s - click to logout" msgstr "%s - clique para sair" -#: ../../include/nav.php:111 +#: ../../include/nav.php:116 msgid "Click to authenticate to your home hub" msgstr "Clique para se autenticar com seu hub de origem" -#: ../../include/nav.php:125 +#: ../../include/nav.php:130 msgid "Home Page" msgstr "Página inicial" -#: ../../include/nav.php:129 ../../mod/register.php:206 ../../boot.php:1402 +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1420 msgid "Register" msgstr "Registrar" -#: ../../include/nav.php:129 +#: ../../include/nav.php:134 msgid "Create an account" msgstr "Criar uma conta" -#: ../../include/nav.php:134 ../../mod/help.php:60 ../../mod/help.php:65 +#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 msgid "Help" msgstr "Ajuda" -#: ../../include/nav.php:134 +#: ../../include/nav.php:139 msgid "Help and documentation" msgstr "Ajuda e documentação" -#: ../../include/nav.php:137 +#: ../../include/nav.php:142 msgid "Apps" msgstr "Aplicações" -#: ../../include/nav.php:137 +#: ../../include/nav.php:142 msgid "Addon applications, utilities, games" msgstr "Aplicações adicionais, utilitários, jogos" -#: ../../include/nav.php:139 ../../include/text.php:757 -#: ../../include/text.php:771 ../../mod/search.php:29 +#: ../../include/nav.php:144 ../../include/text.php:774 +#: ../../include/text.php:788 ../../mod/search.php:29 msgid "Search" msgstr "Pesquisar" -#: ../../include/nav.php:139 +#: ../../include/nav.php:144 msgid "Search site content" msgstr "Pesquisar o conteúdo do site" -#: ../../include/nav.php:142 ../../mod/directory.php:211 +#: ../../include/nav.php:147 ../../mod/directory.php:215 msgid "Directory" msgstr "Diretório" -#: ../../include/nav.php:142 +#: ../../include/nav.php:147 msgid "Channel Locator" msgstr "Localizador de canais" -#: ../../include/nav.php:153 +#: ../../include/nav.php:158 msgid "Matrix" msgstr "Matriz" -#: ../../include/nav.php:153 +#: ../../include/nav.php:158 msgid "Your matrix" msgstr "Sua matriz" -#: ../../include/nav.php:154 +#: ../../include/nav.php:159 msgid "Mark all matrix notifications seen" msgstr "Marcar todas as notificações da matriz como vistas" -#: ../../include/nav.php:156 +#: ../../include/nav.php:161 msgid "Channel Home" msgstr "Página inicial do canal" -#: ../../include/nav.php:156 +#: ../../include/nav.php:161 msgid "Channel home" msgstr "Página inicial do canal" -#: ../../include/nav.php:157 +#: ../../include/nav.php:162 msgid "Mark all channel notifications seen" msgstr "Marcar todas as notificações de canais como vistas" -#: ../../include/nav.php:160 +#: ../../include/nav.php:165 msgid "Intros" msgstr "Apresentações" -#: ../../include/nav.php:160 ../../mod/connections.php:244 +#: ../../include/nav.php:165 ../../mod/connections.php:250 msgid "New Connections" msgstr "Novas conexões" -#: ../../include/nav.php:163 +#: ../../include/nav.php:168 msgid "Notices" msgstr "Notificações" -#: ../../include/nav.php:163 +#: ../../include/nav.php:168 msgid "Notifications" msgstr "Notificações" -#: ../../include/nav.php:164 +#: ../../include/nav.php:169 msgid "See all notifications" msgstr "Ver todas as notificações" -#: ../../include/nav.php:165 +#: ../../include/nav.php:170 msgid "Mark all system notifications seen" msgstr "Marcar todas as notificações de sistema como vistas" -#: ../../include/nav.php:167 +#: ../../include/nav.php:172 msgid "Mail" msgstr "Mensagens" -#: ../../include/nav.php:167 +#: ../../include/nav.php:172 msgid "Private mail" msgstr "Mensagens privadas" -#: ../../include/nav.php:168 +#: ../../include/nav.php:173 msgid "See all private messages" msgstr "Ver todas as mensagens privadas" -#: ../../include/nav.php:169 +#: ../../include/nav.php:174 msgid "Mark all private messages seen" msgstr "Marcar todas as mensagens privadas como vistas" -#: ../../include/nav.php:170 +#: ../../include/nav.php:175 msgid "Inbox" msgstr "Recebidas" -#: ../../include/nav.php:171 +#: ../../include/nav.php:176 msgid "Outbox" msgstr "Enviadas" -#: ../../include/nav.php:175 +#: ../../include/nav.php:180 msgid "Event Calendar" msgstr "Agenda de eventos" -#: ../../include/nav.php:176 +#: ../../include/nav.php:181 msgid "See all events" msgstr "Ver todos os eventos" -#: ../../include/nav.php:177 +#: ../../include/nav.php:182 msgid "Mark all events seen" msgstr "Marcar todos os eventos como vistos" -#: ../../include/nav.php:179 +#: ../../include/nav.php:184 msgid "Channel Select" msgstr "Seleção de canal" -#: ../../include/nav.php:179 +#: ../../include/nav.php:184 msgid "Manage Your Channels" msgstr "Gerencie os seus canais" -#: ../../include/nav.php:181 +#: ../../include/nav.php:186 msgid "Account/Channel Settings" msgstr "Configurações da conta/canal" -#: ../../include/nav.php:183 ../../mod/connections.php:351 +#: ../../include/nav.php:188 ../../mod/connections.php:365 msgid "Connections" msgstr "Conexões" -#: ../../include/nav.php:183 +#: ../../include/nav.php:188 msgid "Manage/Edit Friends and Connections" msgstr "Gerenciar/editar os amigos e as conexões" -#: ../../include/nav.php:190 ../../mod/admin.php:112 +#: ../../include/nav.php:195 ../../mod/admin.php:117 msgid "Admin" msgstr "Admin" -#: ../../include/nav.php:190 +#: ../../include/nav.php:195 msgid "Site Setup and Configuration" msgstr "Configuração do site" -#: ../../include/nav.php:216 +#: ../../include/nav.php:220 msgid "Nothing new here" msgstr "Nada de novo aqui" -#: ../../include/nav.php:221 +#: ../../include/nav.php:225 msgid "Please wait..." msgstr "Por favor, aguarde..." -#: ../../include/text.php:315 +#: ../../include/text.php:320 msgid "prev" msgstr "anterior" -#: ../../include/text.php:317 +#: ../../include/text.php:322 msgid "first" msgstr "primeiro" -#: ../../include/text.php:346 +#: ../../include/text.php:351 msgid "last" msgstr "último" -#: ../../include/text.php:349 +#: ../../include/text.php:354 msgid "next" msgstr "próximo" -#: ../../include/text.php:361 +#: ../../include/text.php:366 msgid "older" msgstr "mais antigo" -#: ../../include/text.php:363 +#: ../../include/text.php:368 msgid "newer" msgstr "mais recente" -#: ../../include/text.php:675 +#: ../../include/text.php:689 msgid "No connections" msgstr "Nenhuma conexão" -#: ../../include/text.php:686 +#: ../../include/text.php:703 #, php-format msgid "%d Connection" msgid_plural "%d Connections" msgstr[0] "%d conexão" msgstr[1] "%d conexões" -#: ../../include/text.php:698 +#: ../../include/text.php:715 msgid "View Connections" msgstr "Ver conexões" -#: ../../include/text.php:839 +#: ../../include/text.php:856 msgid "poke" msgstr "cutucar" -#: ../../include/text.php:839 ../../include/conversation.php:240 +#: ../../include/text.php:856 ../../include/conversation.php:240 msgid "poked" msgstr "cutucado" -#: ../../include/text.php:840 +#: ../../include/text.php:857 msgid "ping" msgstr "pingar" -#: ../../include/text.php:840 +#: ../../include/text.php:857 msgid "pinged" msgstr "pingou" -#: ../../include/text.php:841 +#: ../../include/text.php:858 msgid "prod" msgstr "espetar" -#: ../../include/text.php:841 +#: ../../include/text.php:858 msgid "prodded" msgstr "espetou" -#: ../../include/text.php:842 +#: ../../include/text.php:859 msgid "slap" msgstr "estapear" -#: ../../include/text.php:842 +#: ../../include/text.php:859 msgid "slapped" msgstr "estapeou" -#: ../../include/text.php:843 +#: ../../include/text.php:860 msgid "finger" msgstr "dar um toque" -#: ../../include/text.php:843 +#: ../../include/text.php:860 msgid "fingered" msgstr "deu um toque" -#: ../../include/text.php:844 +#: ../../include/text.php:861 msgid "rebuff" msgstr "rebater" -#: ../../include/text.php:844 +#: ../../include/text.php:861 msgid "rebuffed" msgstr "rebateu" -#: ../../include/text.php:856 +#: ../../include/text.php:873 msgid "happy" msgstr "feliz" -#: ../../include/text.php:857 +#: ../../include/text.php:874 msgid "sad" msgstr "triste" -#: ../../include/text.php:858 +#: ../../include/text.php:875 msgid "mellow" msgstr "suave" -#: ../../include/text.php:859 +#: ../../include/text.php:876 msgid "tired" msgstr "cansado" -#: ../../include/text.php:860 +#: ../../include/text.php:877 msgid "perky" msgstr "animado/a" -#: ../../include/text.php:861 +#: ../../include/text.php:878 msgid "angry" msgstr "nervoso" -#: ../../include/text.php:862 +#: ../../include/text.php:879 msgid "stupified" msgstr "embasbacado/a" -#: ../../include/text.php:863 +#: ../../include/text.php:880 msgid "puzzled" msgstr "confuso/a" -#: ../../include/text.php:864 +#: ../../include/text.php:881 msgid "interested" msgstr "interessado" -#: ../../include/text.php:865 +#: ../../include/text.php:882 msgid "bitter" msgstr "amargo/a" -#: ../../include/text.php:866 +#: ../../include/text.php:883 msgid "cheerful" msgstr "alegre" -#: ../../include/text.php:867 +#: ../../include/text.php:884 msgid "alive" msgstr "vivo" -#: ../../include/text.php:868 +#: ../../include/text.php:885 msgid "annoyed" msgstr "aborrecido" -#: ../../include/text.php:869 +#: ../../include/text.php:886 msgid "anxious" msgstr "ansioso" -#: ../../include/text.php:870 +#: ../../include/text.php:887 msgid "cranky" msgstr "irritado/a" -#: ../../include/text.php:871 +#: ../../include/text.php:888 msgid "disturbed" msgstr "perturbado" -#: ../../include/text.php:872 +#: ../../include/text.php:889 msgid "frustrated" msgstr "frustrado" -#: ../../include/text.php:873 +#: ../../include/text.php:890 msgid "motivated" msgstr "motivado" -#: ../../include/text.php:874 +#: ../../include/text.php:891 msgid "relaxed" msgstr "relaxado" -#: ../../include/text.php:875 +#: ../../include/text.php:892 msgid "surprised" msgstr "surpreso" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Monday" msgstr "Segunda" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Tuesday" msgstr "Terça" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Wednesday" msgstr "Quarta" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Thursday" msgstr "Quinta" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Friday" msgstr "Sexta" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Saturday" msgstr "SaÌbado" -#: ../../include/text.php:1036 +#: ../../include/text.php:1053 msgid "Sunday" msgstr "Domingo" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "January" msgstr "Janeiro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "February" msgstr "Fevereiro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "March" msgstr "Março" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "April" msgstr "Abril" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "May" msgstr "Maio" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "June" msgstr "Junho" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "July" msgstr "Julho" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "August" msgstr "Agosto" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "September" msgstr "Setembro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "October" msgstr "Outubro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "November" msgstr "Novembro" -#: ../../include/text.php:1040 +#: ../../include/text.php:1057 msgid "December" msgstr "Dezembro" -#: ../../include/text.php:1118 +#: ../../include/text.php:1135 msgid "unknown.???" msgstr "desconhecido.???" -#: ../../include/text.php:1119 +#: ../../include/text.php:1136 msgid "bytes" msgstr "bytes" -#: ../../include/text.php:1154 +#: ../../include/text.php:1171 msgid "remove category" msgstr "remover categoria" -#: ../../include/text.php:1176 +#: ../../include/text.php:1193 msgid "remove from file" msgstr "remover do arquivo" -#: ../../include/text.php:1234 ../../include/text.php:1246 +#: ../../include/text.php:1251 ../../include/text.php:1263 msgid "Click to open/close" msgstr "Clique para abrir/fechar" -#: ../../include/text.php:1401 ../../mod/events.php:332 +#: ../../include/text.php:1418 ../../mod/events.php:332 msgid "link to source" msgstr "Link para a origem" -#: ../../include/text.php:1420 +#: ../../include/text.php:1437 msgid "Select a page layout: " msgstr "Selecione um layout de página:" -#: ../../include/text.php:1423 ../../include/text.php:1488 +#: ../../include/text.php:1440 ../../include/text.php:1505 msgid "default" msgstr "default" -#: ../../include/text.php:1459 +#: ../../include/text.php:1476 msgid "Page content type: " msgstr "Tipo de conteúdo da página: " -#: ../../include/text.php:1500 +#: ../../include/text.php:1517 msgid "Select an alternate language" msgstr "Selecione um idioma alternativo" -#: ../../include/text.php:1621 ../../include/conversation.php:117 +#: ../../include/text.php:1638 ../../include/conversation.php:117 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:45 msgid "photo" msgstr "foto" -#: ../../include/text.php:1624 ../../include/conversation.php:120 +#: ../../include/text.php:1641 ../../include/conversation.php:120 #: ../../mod/tagger.php:49 msgid "event" msgstr "evento" -#: ../../include/text.php:1627 ../../include/conversation.php:145 +#: ../../include/text.php:1644 ../../include/conversation.php:145 #: ../../mod/like.php:103 ../../mod/subthread.php:89 ../../mod/tagger.php:53 msgid "status" msgstr "status" -#: ../../include/text.php:1629 ../../include/conversation.php:147 +#: ../../include/text.php:1646 ../../include/conversation.php:147 #: ../../mod/tagger.php:55 msgid "comment" msgstr "comentário" -#: ../../include/text.php:1634 +#: ../../include/text.php:1651 msgid "activity" msgstr "atividade" -#: ../../include/text.php:1891 +#: ../../include/text.php:1908 msgid "Design" msgstr "Design" -#: ../../include/text.php:1893 +#: ../../include/text.php:1910 msgid "Blocks" msgstr "Blocos" -#: ../../include/text.php:1894 +#: ../../include/text.php:1911 msgid "Menus" msgstr "Menus" -#: ../../include/text.php:1895 +#: ../../include/text.php:1912 msgid "Layouts" msgstr "Layouts" -#: ../../include/text.php:1896 +#: ../../include/text.php:1913 msgid "Pages" msgstr "Páginas" -#: ../../include/bbcode.php:128 ../../include/bbcode.php:601 -#: ../../include/bbcode.php:604 ../../include/bbcode.php:609 -#: ../../include/bbcode.php:612 ../../include/bbcode.php:615 -#: ../../include/bbcode.php:618 ../../include/bbcode.php:623 -#: ../../include/bbcode.php:626 ../../include/bbcode.php:631 -#: ../../include/bbcode.php:634 ../../include/bbcode.php:637 -#: ../../include/bbcode.php:640 -msgid "Image/photo" -msgstr "Imagem/foto" - -#: ../../include/bbcode.php:163 ../../include/bbcode.php:651 -msgid "Encrypted content" -msgstr "Conteúdo criptografado" +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: ../../include/bbcode.php:170 -msgid "QR code" -msgstr "código QR" +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "InÃcio:" -#: ../../include/bbcode.php:213 -#, php-format -msgid "%1$s wrote the following %2$s %3$s" -msgstr "%1$s escreveu a seguinte %2$s %3$s" +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "Fim:" -#: ../../include/bbcode.php:215 -msgid "post" -msgstr "publicação" +#: ../../include/event.php:40 ../../include/identity.php:718 +#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 +#: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 +msgid "Location:" +msgstr "Localização:" -#: ../../include/bbcode.php:569 ../../include/bbcode.php:589 -msgid "$1 wrote:" -msgstr "$1 escreveu:" +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Linha do tempo pública" #: ../../include/Contact.php:123 msgid "New window" @@ -1136,8 +1127,8 @@ msgstr "OStatus" msgid "RSS/Atom" msgstr "RSS/Atom" -#: ../../include/contact_selectors.php:77 ../../mod/admin.php:742 -#: ../../mod/admin.php:751 ../../boot.php:1428 +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:750 +#: ../../mod/admin.php:759 ../../boot.php:1446 msgid "Email" msgstr "E-mail" @@ -1243,23 +1234,36 @@ msgstr "%1$d %2$s atrás" msgid "Cannot locate DNS info for database server '%s'" msgstr "Não foi possÃvel localizar a informação de DNS para o servidor de banco de dados '%s'" -#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" +#: ../../include/bbcode.php:128 ../../include/bbcode.php:604 +#: ../../include/bbcode.php:607 ../../include/bbcode.php:612 +#: ../../include/bbcode.php:615 ../../include/bbcode.php:618 +#: ../../include/bbcode.php:621 ../../include/bbcode.php:626 +#: ../../include/bbcode.php:629 ../../include/bbcode.php:634 +#: ../../include/bbcode.php:637 ../../include/bbcode.php:640 +#: ../../include/bbcode.php:643 +msgid "Image/photo" +msgstr "Imagem/foto" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 -msgid "Starts:" -msgstr "InÃcio:" +#: ../../include/bbcode.php:163 ../../include/bbcode.php:654 +msgid "Encrypted content" +msgstr "Conteúdo criptografado" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 -msgid "Finishes:" -msgstr "Fim:" +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "código QR" -#: ../../include/event.php:40 ../../include/identity.php:694 -#: ../../include/bb2diaspora.php:455 ../../mod/events.php:462 -#: ../../mod/directory.php:157 ../../mod/dirprofile.php:111 -msgid "Location:" -msgstr "Localização:" +#: ../../include/bbcode.php:213 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s escreveu a seguinte %2$s %3$s" + +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "publicação" + +#: ../../include/bbcode.php:572 ../../include/bbcode.php:592 +msgid "$1 wrote:" +msgstr "$1 escreveu:" #: ../../include/group.php:25 msgid "" @@ -1272,7 +1276,7 @@ msgstr "Um grupo com esse nome, anteriormente excluÃdo, foi reativado. Permissà msgid "Default privacy group for new contacts" msgstr "Grupo de privacidade padrão para novos contatos" -#: ../../include/group.php:242 ../../mod/admin.php:751 +#: ../../include/group.php:242 ../../mod/admin.php:759 msgid "All Channels" msgstr "Todos os canais" @@ -1301,12 +1305,12 @@ msgid "Delete this item?" msgstr "Excluir este item?" #: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 -#: ../../mod/photos.php:993 ../../mod/photos.php:1080 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 msgid "Comment" msgstr "Comentar" #: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 -#: ../../include/contact_widgets.php:125 +#: ../../include/contact_widgets.php:130 msgid "show more" msgstr "exibir mais" @@ -1342,76 +1346,80 @@ msgstr "Frase secreta" msgid "Passphrase hint" msgstr "Dica da frase secreta" -#: ../../include/js_strings.php:17 +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Atenção: permissões foram modificadas mas ainda não foram enviadas." + +#: ../../include/js_strings.php:18 msgid "timeago.prefixAgo" msgstr "timeago.prefixAgo" -#: ../../include/js_strings.php:18 +#: ../../include/js_strings.php:19 msgid "timeago.prefixFromNow" msgstr "timeago.prefixFromNow" -#: ../../include/js_strings.php:19 +#: ../../include/js_strings.php:20 msgid "ago" msgstr "atrás" -#: ../../include/js_strings.php:20 +#: ../../include/js_strings.php:21 msgid "from now" msgstr "de agora" -#: ../../include/js_strings.php:21 +#: ../../include/js_strings.php:22 msgid "less than a minute" msgstr "menos de um minuto" -#: ../../include/js_strings.php:22 +#: ../../include/js_strings.php:23 msgid "about a minute" msgstr "aproximadamente um minuto" -#: ../../include/js_strings.php:23 +#: ../../include/js_strings.php:24 #, php-format msgid "%d minutes" msgstr "%d minutos" -#: ../../include/js_strings.php:24 +#: ../../include/js_strings.php:25 msgid "about an hour" msgstr "aproximadamente uma hora" -#: ../../include/js_strings.php:25 +#: ../../include/js_strings.php:26 #, php-format msgid "about %d hours" msgstr "aproximadamente %d horas" -#: ../../include/js_strings.php:26 +#: ../../include/js_strings.php:27 msgid "a day" msgstr "um dia" -#: ../../include/js_strings.php:27 +#: ../../include/js_strings.php:28 #, php-format msgid "%d days" msgstr "%d dias" -#: ../../include/js_strings.php:28 +#: ../../include/js_strings.php:29 msgid "about a month" msgstr "aproximadamente um mês" -#: ../../include/js_strings.php:29 +#: ../../include/js_strings.php:30 #, php-format msgid "%d months" msgstr "%d meses" -#: ../../include/js_strings.php:30 +#: ../../include/js_strings.php:31 msgid "about a year" msgstr "aproximadamente um ano" -#: ../../include/js_strings.php:31 +#: ../../include/js_strings.php:32 #, php-format msgid "%d years" msgstr "%d anos" -#: ../../include/js_strings.php:32 +#: ../../include/js_strings.php:33 msgid " " msgstr " " -#: ../../include/js_strings.php:33 +#: ../../include/js_strings.php:34 msgid "timeago.numbers" msgstr "timeago.numbers" @@ -1434,7 +1442,7 @@ msgstr "Não foi possÃvel verificar a publicação armazenada." #: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 #: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 #: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 -#: ../../mod/photos.php:656 ../../mod/photos.php:678 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 msgid "Profile Photos" msgstr "Fotos do perfil" @@ -1443,30 +1451,30 @@ msgstr "Fotos do perfil" #: ../../include/attach.php:283 ../../include/attach.php:297 #: ../../include/attach.php:322 ../../include/attach.php:513 #: ../../include/attach.php:585 ../../include/chat.php:113 -#: ../../include/photos.php:15 ../../include/items.php:3575 +#: ../../include/photos.php:15 ../../include/items.php:3576 #: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 #: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 #: ../../mod/invite.php:104 ../../mod/settings.php:492 ../../mod/menu.php:44 #: ../../mod/webpages.php:40 ../../mod/api.php:26 ../../mod/api.php:31 #: ../../mod/bookmarks.php:46 ../../mod/item.php:182 ../../mod/item.php:190 -#: ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/item.php:904 ../../mod/chat.php:89 ../../mod/chat.php:94 #: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 -#: ../../mod/delegate.php:6 ../../mod/mitem.php:73 ../../mod/group.php:9 -#: ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 -#: ../../mod/connedit.php:182 ../../mod/layouts.php:27 +#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/editpost.php:13 +#: ../../mod/connedit.php:188 ../../mod/layouts.php:27 #: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 #: ../../mod/network.php:12 ../../mod/profiles.php:152 -#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:200 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/setup.php:203 #: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 #: ../../mod/achievements.php:27 ../../mod/manage.php:6 ../../mod/mail.php:108 #: ../../mod/editlayout.php:48 ../../mod/profile_photo.php:187 #: ../../mod/profile_photo.php:200 ../../mod/connections.php:169 #: ../../mod/notifications.php:66 ../../mod/blocks.php:29 -#: ../../mod/blocks.php:44 ../../mod/editwebpage.php:44 -#: ../../mod/editwebpage.php:83 ../../mod/poke.php:128 -#: ../../mod/channel.php:88 ../../mod/channel.php:188 +#: ../../mod/blocks.php:44 ../../mod/block.php:22 ../../mod/block.php:72 +#: ../../mod/editwebpage.php:44 ../../mod/editwebpage.php:83 +#: ../../mod/poke.php:128 ../../mod/channel.php:88 ../../mod/channel.php:188 #: ../../mod/channel.php:231 ../../mod/fsuggest.php:78 -#: ../../mod/editblock.php:48 ../../mod/filestorage.php:10 +#: ../../mod/editblock.php:34 ../../mod/filestorage.php:10 #: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 #: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 #: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 @@ -1573,8 +1581,8 @@ msgstr "Selecionar" #: ../../include/conversation.php:632 ../../include/ItemObject.php:108 #: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 -#: ../../mod/admin.php:746 ../../mod/connedit.php:359 -#: ../../mod/filestorage.php:171 ../../mod/photos.php:1044 +#: ../../mod/admin.php:754 ../../mod/admin.php:896 ../../mod/connedit.php:365 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 msgid "Delete" msgstr "Excluir" @@ -1617,8 +1625,8 @@ msgstr "Ver no contexto" #: ../../include/conversation.php:707 ../../include/conversation.php:1120 #: ../../include/ItemObject.php:259 ../../mod/editpost.php:121 #: ../../mod/mail.php:222 ../../mod/mail.php:336 ../../mod/editlayout.php:115 -#: ../../mod/editwebpage.php:153 ../../mod/editblock.php:129 -#: ../../mod/photos.php:975 +#: ../../mod/editwebpage.php:152 ../../mod/editblock.php:120 +#: ../../mod/photos.php:974 msgid "Please wait" msgstr "Por favor, espere" @@ -1732,7 +1740,7 @@ msgstr "Por favor, digite o link/URL do áudio:" msgid "Tag term:" msgstr "Etiqueta:" -#: ../../include/conversation.php:1071 ../../mod/filer.php:35 +#: ../../include/conversation.php:1071 ../../mod/filer.php:49 msgid "Save to Folder:" msgstr "Salvar para a pasta:" @@ -1747,22 +1755,23 @@ msgstr "Expira YYYY-MM-DD HH:MM" #: ../../include/conversation.php:1083 ../../include/ItemObject.php:557 #: ../../mod/webpages.php:122 ../../mod/editpost.php:141 -#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:177 -#: ../../mod/editblock.php:151 ../../mod/photos.php:995 +#: ../../mod/editlayout.php:136 ../../mod/editwebpage.php:176 +#: ../../mod/editblock.php:142 ../../mod/photos.php:994 msgid "Preview" msgstr "Pré-visualizar" -#: ../../include/conversation.php:1097 ../../mod/photos.php:974 +#: ../../include/conversation.php:1097 ../../mod/layouts.php:112 +#: ../../mod/photos.php:973 msgid "Share" msgstr "Compartilhar" -#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:140 +#: ../../include/conversation.php:1099 ../../mod/editwebpage.php:139 msgid "Page link title" msgstr "TÃtulo do link da página" #: ../../include/conversation.php:1101 ../../mod/editpost.php:113 #: ../../mod/mail.php:219 ../../mod/mail.php:332 ../../mod/editlayout.php:107 -#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:121 +#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:112 msgid "Upload photo" msgstr "Enviar foto" @@ -1772,7 +1781,7 @@ msgstr "enviar foto" #: ../../include/conversation.php:1103 ../../mod/editpost.php:114 #: ../../mod/mail.php:220 ../../mod/mail.php:333 ../../mod/editlayout.php:108 -#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:122 +#: ../../mod/editwebpage.php:145 ../../mod/editblock.php:113 msgid "Attach file" msgstr "Anexar arquivo" @@ -1782,7 +1791,7 @@ msgstr "anexar arquivo" #: ../../include/conversation.php:1105 ../../mod/editpost.php:115 #: ../../mod/mail.php:221 ../../mod/mail.php:334 ../../mod/editlayout.php:109 -#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:123 +#: ../../mod/editwebpage.php:146 ../../mod/editblock.php:114 msgid "Insert web link" msgstr "Inserir link web" @@ -1807,8 +1816,8 @@ msgid "audio link" msgstr "link de áudio" #: ../../include/conversation.php:1111 ../../mod/editpost.php:119 -#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:151 -#: ../../mod/editblock.php:127 +#: ../../mod/editlayout.php:113 ../../mod/editwebpage.php:150 +#: ../../mod/editblock.php:118 msgid "Set your location" msgstr "Definir sua localização" @@ -1817,8 +1826,8 @@ msgid "set location" msgstr "definir localização" #: ../../include/conversation.php:1113 ../../mod/editpost.php:120 -#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:152 -#: ../../mod/editblock.php:128 +#: ../../mod/editlayout.php:114 ../../mod/editwebpage.php:151 +#: ../../mod/editblock.php:119 msgid "Clear browser location" msgstr "Limpar a localização do navegador" @@ -1827,20 +1836,20 @@ msgid "clear location" msgstr "limpar a localização" #: ../../include/conversation.php:1116 ../../mod/editpost.php:133 -#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:169 -#: ../../mod/editblock.php:142 +#: ../../mod/editlayout.php:127 ../../mod/editwebpage.php:168 +#: ../../mod/editblock.php:133 msgid "Set title" msgstr "Definir o tÃtulo" #: ../../include/conversation.php:1119 ../../mod/editpost.php:135 -#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:171 -#: ../../mod/editblock.php:145 +#: ../../mod/editlayout.php:130 ../../mod/editwebpage.php:170 +#: ../../mod/editblock.php:136 msgid "Categories (comma-separated list)" msgstr "Categorias (lista separada por vÃrgulas)" #: ../../include/conversation.php:1121 ../../mod/editpost.php:122 -#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:154 -#: ../../mod/editblock.php:130 +#: ../../mod/editlayout.php:116 ../../mod/editwebpage.php:153 +#: ../../mod/editblock.php:121 msgid "Permission settings" msgstr "Configurações de permissão" @@ -1849,20 +1858,20 @@ msgid "permissions" msgstr "permissões" #: ../../include/conversation.php:1130 ../../mod/editpost.php:130 -#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:164 -#: ../../mod/editblock.php:139 +#: ../../mod/editlayout.php:124 ../../mod/editwebpage.php:163 +#: ../../mod/editblock.php:130 msgid "Public post" msgstr "Publicação pública" #: ../../include/conversation.php:1132 ../../mod/editpost.php:136 -#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:172 -#: ../../mod/editblock.php:146 +#: ../../mod/editlayout.php:131 ../../mod/editwebpage.php:171 +#: ../../mod/editblock.php:137 msgid "Example: bob@example.com, mary@example.com" msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com" #: ../../include/conversation.php:1145 ../../mod/editpost.php:147 #: ../../mod/mail.php:226 ../../mod/mail.php:339 ../../mod/editlayout.php:141 -#: ../../mod/editwebpage.php:182 ../../mod/editblock.php:156 +#: ../../mod/editwebpage.php:181 ../../mod/editblock.php:147 msgid "Set expiration date" msgstr "Definir data de expiração" @@ -1882,96 +1891,104 @@ msgstr "Ok" msgid "Cancel" msgstr "Cancelar" -#: ../../include/conversation.php:1381 +#: ../../include/conversation.php:1387 +msgid "External" +msgstr "Externo" + +#: ../../include/conversation.php:1390 +msgid "Imported public streams" +msgstr "Fluxos públicos importados" + +#: ../../include/conversation.php:1394 msgid "Commented Order" msgstr "Recentes e comentados" -#: ../../include/conversation.php:1384 +#: ../../include/conversation.php:1397 msgid "Sort by Comment Date" msgstr "Ordenar pela data do último comentário" -#: ../../include/conversation.php:1387 +#: ../../include/conversation.php:1400 msgid "Posted Order" msgstr "Recentemente publicados" -#: ../../include/conversation.php:1390 +#: ../../include/conversation.php:1403 msgid "Sort by Post Date" msgstr "Ordenar pela data da publicação" -#: ../../include/conversation.php:1394 +#: ../../include/conversation.php:1407 msgid "Personal" msgstr "Pessoal" -#: ../../include/conversation.php:1397 +#: ../../include/conversation.php:1410 msgid "Posts that mention or involve you" msgstr "Publicações que mencionam ou envolvem você" -#: ../../include/conversation.php:1400 ../../mod/menu.php:61 +#: ../../include/conversation.php:1413 ../../mod/menu.php:61 #: ../../mod/connections.php:211 msgid "New" msgstr "Novo" -#: ../../include/conversation.php:1403 +#: ../../include/conversation.php:1416 msgid "Activity Stream - by date" msgstr "Fluxo de atividades - por data" -#: ../../include/conversation.php:1410 +#: ../../include/conversation.php:1423 msgid "Starred" msgstr "Estrelados" -#: ../../include/conversation.php:1413 +#: ../../include/conversation.php:1426 msgid "Favourite Posts" msgstr "Publicações favoritas" -#: ../../include/conversation.php:1420 +#: ../../include/conversation.php:1433 msgid "Spam" msgstr "Spam" -#: ../../include/conversation.php:1423 +#: ../../include/conversation.php:1436 msgid "Posts flagged as SPAM" msgstr "Publicações marcadas como SPAM" -#: ../../include/conversation.php:1454 +#: ../../include/conversation.php:1467 ../../mod/admin.php:900 msgid "Channel" msgstr "Canal" -#: ../../include/conversation.php:1457 +#: ../../include/conversation.php:1470 msgid "Status Messages and Posts" msgstr "Mensagens de status e publicações" -#: ../../include/conversation.php:1466 +#: ../../include/conversation.php:1479 msgid "About" msgstr "Sobre" -#: ../../include/conversation.php:1469 +#: ../../include/conversation.php:1482 msgid "Profile Details" msgstr "Detalhes do perfil" -#: ../../include/conversation.php:1478 ../../include/photos.php:302 +#: ../../include/conversation.php:1491 ../../include/photos.php:311 msgid "Photo Albums" msgstr "Ãlbuns de fotos" -#: ../../include/conversation.php:1487 +#: ../../include/conversation.php:1500 msgid "Files and Storage" msgstr "Arquivos e armazenamento" -#: ../../include/conversation.php:1496 ../../include/conversation.php:1499 +#: ../../include/conversation.php:1509 ../../include/conversation.php:1512 msgid "Chatrooms" msgstr "Salas de bate-papo" -#: ../../include/conversation.php:1509 +#: ../../include/conversation.php:1522 msgid "Events and Calendar" msgstr "Eventos e calendário" -#: ../../include/conversation.php:1517 +#: ../../include/conversation.php:1530 msgid "Saved Bookmarks" msgstr "Links guardados" -#: ../../include/conversation.php:1528 +#: ../../include/conversation.php:1541 msgid "Manage Webpages" msgstr "Administrar páginas web" -#: ../../include/identity.php:30 ../../mod/item.php:1187 +#: ../../include/identity.php:30 ../../mod/item.php:1206 msgid "Unable to obtain identity information from database" msgstr "Não foi possÃvel obter a informação da identidade a partir do banco de dados" @@ -1983,239 +2000,243 @@ msgstr "O nome está em branco" msgid "Name too long" msgstr "O nome é muito grande" -#: ../../include/identity.php:147 +#: ../../include/identity.php:166 msgid "No account identifier" -msgstr "Nenhuma identificação da conta" +msgstr "Sem identificador de conta" -#: ../../include/identity.php:157 +#: ../../include/identity.php:176 msgid "Nickname is required." msgstr "É necessário informar o apelido." -#: ../../include/identity.php:171 +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "Apelido reservado. Por favor escolha outro." + +#: ../../include/identity.php:195 msgid "" "Nickname has unsupported characters or is already being used on this site." -msgstr "A identificação possui caracteres não suportados ou já está sendo usada nesse site." +msgstr "O apelido possui caracteres não suportados ou já está sendo usado nesse site." -#: ../../include/identity.php:230 +#: ../../include/identity.php:254 msgid "Unable to retrieve created identity" msgstr "Não foi possÃvel recuperar a identidade criada" -#: ../../include/identity.php:289 +#: ../../include/identity.php:313 msgid "Default Profile" msgstr "Perfil padrão" -#: ../../include/identity.php:481 +#: ../../include/identity.php:505 msgid "Requested channel is not available." msgstr "Canal solicitado não está disponÃvel." -#: ../../include/identity.php:528 ../../mod/webpages.php:8 +#: ../../include/identity.php:552 ../../mod/webpages.php:8 #: ../../mod/connect.php:13 ../../mod/layouts.php:8 #: ../../mod/achievements.php:8 ../../mod/blocks.php:10 #: ../../mod/profile.php:16 ../../mod/filestorage.php:40 msgid "Requested profile is not available." msgstr "O perfil solicitado não está disponÃvel." -#: ../../include/identity.php:580 +#: ../../include/identity.php:604 msgid " Sorry, you don't have the permission to view this profile. " msgstr "Desculpe, você não tem permissão para ver este perfil." -#: ../../include/identity.php:657 ../../mod/profiles.php:603 +#: ../../include/identity.php:681 ../../mod/profiles.php:603 msgid "Change profile photo" msgstr "Mudar a foto do perfil" -#: ../../include/identity.php:663 +#: ../../include/identity.php:687 msgid "Profiles" msgstr "Perfis" -#: ../../include/identity.php:663 +#: ../../include/identity.php:687 msgid "Manage/edit profiles" msgstr "Administrar/editar perfis" -#: ../../include/identity.php:664 ../../mod/profiles.php:604 +#: ../../include/identity.php:688 ../../mod/profiles.php:604 msgid "Create New Profile" msgstr "Criar um novo perfil" -#: ../../include/identity.php:667 +#: ../../include/identity.php:691 msgid "Edit Profile" msgstr "Editar perfil" -#: ../../include/identity.php:678 ../../mod/profiles.php:615 +#: ../../include/identity.php:702 ../../mod/profiles.php:615 msgid "Profile Image" msgstr "Imagem do perfil" -#: ../../include/identity.php:681 ../../mod/profiles.php:618 +#: ../../include/identity.php:705 ../../mod/profiles.php:618 msgid "visible to everybody" msgstr "visÃvel para todos" -#: ../../include/identity.php:682 ../../mod/profiles.php:619 +#: ../../include/identity.php:706 ../../mod/profiles.php:619 msgid "Edit visibility" msgstr "Editar a visibilidade" -#: ../../include/identity.php:696 ../../include/identity.php:923 -#: ../../mod/directory.php:159 +#: ../../include/identity.php:720 ../../include/identity.php:944 +#: ../../mod/directory.php:163 msgid "Gender:" msgstr "Gênero:" -#: ../../include/identity.php:697 ../../include/identity.php:943 -#: ../../mod/directory.php:161 +#: ../../include/identity.php:721 ../../include/identity.php:964 +#: ../../mod/directory.php:165 msgid "Status:" msgstr "Situação:" -#: ../../include/identity.php:698 ../../include/identity.php:954 -#: ../../mod/directory.php:163 +#: ../../include/identity.php:722 ../../include/identity.php:975 +#: ../../mod/directory.php:167 msgid "Homepage:" msgstr "Página web:" -#: ../../include/identity.php:699 ../../mod/dirprofile.php:157 +#: ../../include/identity.php:723 ../../mod/dirprofile.php:157 msgid "Online Now" msgstr "Online agora" -#: ../../include/identity.php:767 ../../include/identity.php:847 +#: ../../include/identity.php:788 ../../include/identity.php:868 #: ../../mod/ping.php:262 msgid "g A l F d" msgstr "G l d F" -#: ../../include/identity.php:768 ../../include/identity.php:848 +#: ../../include/identity.php:789 ../../include/identity.php:869 msgid "F d" msgstr "F d" -#: ../../include/identity.php:813 ../../include/identity.php:888 +#: ../../include/identity.php:834 ../../include/identity.php:909 #: ../../mod/ping.php:284 msgid "[today]" msgstr "[hoje]" -#: ../../include/identity.php:825 +#: ../../include/identity.php:846 msgid "Birthday Reminders" msgstr "Lembres de aniversário" -#: ../../include/identity.php:826 +#: ../../include/identity.php:847 msgid "Birthdays this week:" msgstr "Aniversários nesta semana:" -#: ../../include/identity.php:881 +#: ../../include/identity.php:902 msgid "[No description]" msgstr "[Sem descrição]" -#: ../../include/identity.php:899 +#: ../../include/identity.php:920 msgid "Event Reminders" msgstr "Lembretes de eventos" -#: ../../include/identity.php:900 +#: ../../include/identity.php:921 msgid "Events this week:" msgstr "Eventos nesta semana:" -#: ../../include/identity.php:913 ../../include/identity.php:997 +#: ../../include/identity.php:934 ../../include/identity.php:1018 #: ../../mod/profperm.php:107 msgid "Profile" msgstr "Perfil" -#: ../../include/identity.php:921 ../../mod/settings.php:936 +#: ../../include/identity.php:942 ../../mod/settings.php:937 msgid "Full Name:" msgstr "Nome completo:" -#: ../../include/identity.php:928 +#: ../../include/identity.php:949 msgid "j F, Y" -msgstr "j de F, Y" +msgstr "j \\d\\e F, Y" -#: ../../include/identity.php:929 +#: ../../include/identity.php:950 msgid "j F" -msgstr "j de F" +msgstr "j \\d\\e F" -#: ../../include/identity.php:936 +#: ../../include/identity.php:957 msgid "Birthday:" msgstr "Aniversário:" -#: ../../include/identity.php:940 +#: ../../include/identity.php:961 msgid "Age:" msgstr "Idade:" -#: ../../include/identity.php:949 +#: ../../include/identity.php:970 #, php-format msgid "for %1$d %2$s" msgstr "para %1$d %2$s" -#: ../../include/identity.php:952 ../../mod/profiles.php:526 +#: ../../include/identity.php:973 ../../mod/profiles.php:526 msgid "Sexual Preference:" msgstr "Preferência sexual:" -#: ../../include/identity.php:956 ../../mod/profiles.php:528 +#: ../../include/identity.php:977 ../../mod/profiles.php:528 msgid "Hometown:" msgstr "Cidade natal:" -#: ../../include/identity.php:958 +#: ../../include/identity.php:979 msgid "Tags:" msgstr "Etiquetas:" -#: ../../include/identity.php:960 ../../mod/profiles.php:529 +#: ../../include/identity.php:981 ../../mod/profiles.php:529 msgid "Political Views:" msgstr "Posição polÃtica:" -#: ../../include/identity.php:962 +#: ../../include/identity.php:983 msgid "Religion:" msgstr "Religião:" -#: ../../include/identity.php:964 ../../mod/directory.php:165 +#: ../../include/identity.php:985 ../../mod/directory.php:169 msgid "About:" msgstr "Sobre:" -#: ../../include/identity.php:966 +#: ../../include/identity.php:987 msgid "Hobbies/Interests:" msgstr "Hobbies/Interesses:" -#: ../../include/identity.php:968 ../../mod/profiles.php:532 +#: ../../include/identity.php:989 ../../mod/profiles.php:532 msgid "Likes:" msgstr "Gosta de:" -#: ../../include/identity.php:970 ../../mod/profiles.php:533 +#: ../../include/identity.php:991 ../../mod/profiles.php:533 msgid "Dislikes:" msgstr "Não gosta de:" -#: ../../include/identity.php:973 +#: ../../include/identity.php:994 msgid "Contact information and Social Networks:" msgstr "Informações de contato e redes sociais:" -#: ../../include/identity.php:975 +#: ../../include/identity.php:996 msgid "My other channels:" msgstr "Meus outros canais:" -#: ../../include/identity.php:977 +#: ../../include/identity.php:998 msgid "Musical interests:" msgstr "Interesses musicais:" -#: ../../include/identity.php:979 +#: ../../include/identity.php:1000 msgid "Books, literature:" msgstr "Livros, literatura:" -#: ../../include/identity.php:981 +#: ../../include/identity.php:1002 msgid "Television:" msgstr "Televisão:" -#: ../../include/identity.php:983 +#: ../../include/identity.php:1004 msgid "Film/dance/culture/entertainment:" msgstr "Filmes/dança/cultura/entretenimento:" -#: ../../include/identity.php:985 +#: ../../include/identity.php:1006 msgid "Love/Romance:" msgstr "Amor/romance:" -#: ../../include/identity.php:987 +#: ../../include/identity.php:1008 msgid "Work/employment:" msgstr "Trabalho/emprego:" -#: ../../include/identity.php:989 +#: ../../include/identity.php:1010 msgid "School/education:" msgstr "Escola/educação:" -#: ../../include/ItemObject.php:89 ../../mod/photos.php:847 +#: ../../include/ItemObject.php:89 ../../mod/photos.php:846 msgid "Private Message" msgstr "Mensagem privada" #: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 #: ../../include/menu.php:42 ../../mod/thing.php:235 #: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:118 -#: ../../mod/editpost.php:112 ../../mod/layouts.php:97 +#: ../../mod/editpost.php:112 ../../mod/layouts.php:111 #: ../../mod/editlayout.php:106 ../../mod/blocks.php:93 -#: ../../mod/editwebpage.php:144 ../../mod/editblock.php:120 +#: ../../mod/editwebpage.php:143 ../../mod/editblock.php:111 #: ../../mod/filestorage.php:170 msgid "Edit" msgstr "Editar" @@ -2244,7 +2265,7 @@ msgstr "destacado" msgid "add tag" msgstr "adicionar etiqueta" -#: ../../include/ItemObject.php:184 ../../mod/photos.php:972 +#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 msgid "I like this (toggle)" msgstr "Eu gostei disso (alterna)" @@ -2252,7 +2273,7 @@ msgstr "Eu gostei disso (alterna)" msgid "like" msgstr "gostei" -#: ../../include/ItemObject.php:185 ../../mod/photos.php:973 +#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 msgid "I don't like this (toggle)" msgstr "Eu não gostei disso (alterna)" @@ -2300,8 +2321,8 @@ msgid_plural "%d comments" msgstr[0] "%d comentário" msgstr[1] "%d comentários" -#: ../../include/ItemObject.php:545 ../../mod/photos.php:991 -#: ../../mod/photos.php:1078 +#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 msgid "This is you" msgstr "Este(a) é você" @@ -2309,19 +2330,20 @@ msgstr "Este(a) é você" #: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 #: ../../mod/settings.php:515 ../../mod/settings.php:627 #: ../../mod/settings.php:655 ../../mod/settings.php:679 -#: ../../mod/settings.php:751 ../../mod/settings.php:928 +#: ../../mod/settings.php:751 ../../mod/settings.php:929 #: ../../mod/chat.php:174 ../../mod/chat.php:206 ../../mod/connect.php:92 -#: ../../mod/group.php:81 ../../mod/admin.php:431 ../../mod/admin.php:739 -#: ../../mod/admin.php:879 ../../mod/admin.php:1078 ../../mod/admin.php:1165 -#: ../../mod/connedit.php:437 ../../mod/profiles.php:506 -#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:304 -#: ../../mod/setup.php:347 ../../mod/import.php:387 ../../mod/mail.php:223 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:439 +#: ../../mod/admin.php:747 ../../mod/admin.php:894 ../../mod/admin.php:1027 +#: ../../mod/admin.php:1226 ../../mod/admin.php:1313 +#: ../../mod/connedit.php:443 ../../mod/profiles.php:506 +#: ../../mod/sources.php:104 ../../mod/sources.php:138 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/import.php:387 ../../mod/mail.php:223 #: ../../mod/mail.php:335 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 -#: ../../mod/filestorage.php:131 ../../mod/photos.php:566 -#: ../../mod/photos.php:671 ../../mod/photos.php:954 ../../mod/photos.php:994 -#: ../../mod/photos.php:1081 ../../mod/mood.php:142 -#: ../../view/theme/redbasic/php/config.php:97 -#: ../../view/theme/apw/php/config.php:247 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../mod/mood.php:142 +#: ../../view/theme/redbasic/php/config.php:93 +#: ../../view/theme/apw/php/config.php:256 #: ../../view/theme/blogga/view/theme/blog/config.php:67 #: ../../view/theme/blogga/php/config.php:67 msgid "Submit" @@ -2359,17 +2381,17 @@ msgstr "Link" msgid "Video" msgstr "VÃdeo" -#: ../../include/api.php:974 -msgid "Public Timeline" -msgstr "Linha do tempo pública" +#: ../../include/reddav.php:1065 +msgid "Edit File properties" +msgstr "Editar propriedades do arquivo" -#: ../../include/network.php:640 +#: ../../include/network.php:652 msgid "view full size" msgstr "ver na tela inteira" #: ../../include/notify.php:23 msgid "created a new post" -msgstr "criar uma nova publicação" +msgstr "criou uma nova publicação" #: ../../include/notify.php:24 #, php-format @@ -2624,6 +2646,11 @@ msgstr "A sala não foi encontrada." msgid "Room is full" msgstr "A sala está cheia" +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:78 +#: ../../view/theme/apw/php/config.php:185 +msgid "Default" +msgstr "Default" + #: ../../include/taxonomy.php:210 msgid "Tags" msgstr "Etiquetas" @@ -2664,7 +2691,7 @@ msgstr "Você saiu." msgid "Failed authentication" msgstr "Não foi possÃvel autenticar" -#: ../../include/auth.php:212 ../../mod/openid.php:186 +#: ../../include/auth.php:212 ../../mod/openid.php:188 msgid "Login failed." msgstr "Não foi possÃvel entrar." @@ -2896,13 +2923,14 @@ msgstr "[Red:Notify] Você recebeu uma apresentação" #: ../../include/enotify.php:256 #, php-format -msgid "%1$s, you've received an introduction from '%2$s' at %3$s" -msgstr "%1$s, você recebeu uma apresentação de '%2$s' em %3$s" +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, você recebeu uma nova solicitação de conexão de '%2$s' em %3$s" #: ../../include/enotify.php:257 #, php-format -msgid "%1$s, you've received [zrl=%2$s]an introduction[/zrl] from %3$s." -msgstr "%1$s, você recebeu [zrl=%2$s]uma apresentação[/zrl] de %3$s." +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, você recebeu [zrl=%2$s]uma nova solicitação de conexão[/zrl] de %3$s." #: ../../include/enotify.php:261 ../../include/enotify.php:280 #, php-format @@ -2911,8 +2939,8 @@ msgstr "Você pode visitar seu perfil em %s" #: ../../include/enotify.php:263 #, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Por favor, visite %s para aprovar ou rejeitar a apresentação." +msgid "Please visit %s to approve or reject the connection request." +msgstr "Por favor, visite %s para aprovar ou rejeitar a solicitação." #: ../../include/enotify.php:270 msgid "[Red:Notify] Friend suggestion received" @@ -2956,19 +2984,15 @@ msgstr "O arquivo de imagem está vazio." msgid "Unable to process image" msgstr "Não foi possÃvel processar a imagem" -#: ../../include/photos.php:185 +#: ../../include/photos.php:186 msgid "Photo storage failed." msgstr "Não foi possÃvel armazenar a foto." -#: ../../include/photos.php:306 ../../mod/photos.php:694 -#: ../../mod/photos.php:1191 +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 msgid "Upload New Photos" msgstr "Enviar novas fotos" -#: ../../include/reddav.php:1063 -msgid "Edit File properties" -msgstr "Editar propriedades do arquivo" - #: ../../include/contact_widgets.php:14 #, php-format msgid "%d invitation available" @@ -2976,40 +3000,52 @@ msgid_plural "%d invitations available" msgstr[0] "%d convite disponÃvel" msgstr[1] "%d convites disponÃveis" -#: ../../include/contact_widgets.php:20 +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:443 +msgid "Advanced" +msgstr "Avançado" + +#: ../../include/contact_widgets.php:22 msgid "Find Channels" msgstr "Pesquisar canais" -#: ../../include/contact_widgets.php:21 +#: ../../include/contact_widgets.php:23 msgid "Enter name or interest" msgstr "Digite um nome ou interesse" -#: ../../include/contact_widgets.php:22 +#: ../../include/contact_widgets.php:24 msgid "Connect/Follow" msgstr "Conectar/Acompanhar" -#: ../../include/contact_widgets.php:23 +#: ../../include/contact_widgets.php:25 msgid "Examples: Robert Morgenstein, Fishing" msgstr "Por exemplo: José da Silva, Pescaria" -#: ../../include/contact_widgets.php:24 ../../mod/directory.php:207 -#: ../../mod/directory.php:212 ../../mod/connections.php:357 +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:211 +#: ../../mod/directory.php:216 ../../mod/connections.php:371 msgid "Find" msgstr "Pesquisar" -#: ../../include/contact_widgets.php:25 ../../mod/suggest.php:59 +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 msgid "Channel Suggestions" msgstr "Sugestões de canais" -#: ../../include/contact_widgets.php:27 +#: ../../include/contact_widgets.php:29 msgid "Random Profile" msgstr "Perfil aleatório" -#: ../../include/contact_widgets.php:28 +#: ../../include/contact_widgets.php:30 msgid "Invite Friends" msgstr "Convidar amigos" -#: ../../include/contact_widgets.php:120 +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Exemplo: name=raoni and country=peru" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Busca avançada" + +#: ../../include/contact_widgets.php:125 #, php-format msgid "%d connection in common" msgid_plural "%d connections in common" @@ -3032,6 +3068,43 @@ msgstr "Essa ação excede o limite definido para o seu plano de assinatura." msgid "This action is not available under your subscription plan." msgstr "Essa ação não está disponÃvel para o seu plano de assinatura." +#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../index.php:350 +msgid "Permission denied" +msgstr "Permissão negada" + +#: ../../include/items.php:756 +msgid "(Unknown)" +msgstr "(Desconhecido)" + +#: ../../include/items.php:3514 ../../mod/thing.php:78 ../../mod/admin.php:159 +#: ../../mod/admin.php:931 ../../mod/admin.php:1134 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 +msgid "Item not found." +msgstr "O item não foi encontrado." + +#: ../../include/items.php:3894 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "A coleção não foi encontrada." + +#: ../../include/items.php:3909 +msgid "Collection is empty." +msgstr "A coleção está vazia." + +#: ../../include/items.php:3916 +#, php-format +msgid "Collection: %s" +msgstr "Coleção: %s" + +#: ../../include/items.php:3927 +#, php-format +msgid "Connection: %s" +msgstr "Conexão: %s" + +#: ../../include/items.php:3930 +msgid "Connection not found." +msgstr "A conexão não foi encontrada." + #: ../../include/follow.php:23 msgid "Channel is blocked on this site." msgstr "O canal está bloqueado neste site." @@ -3062,16 +3135,11 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão." -#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:66 -#: ../../view/theme/apw/php/config.php:176 -msgid "Default" -msgstr "Default" - -#: ../../include/oembed.php:157 +#: ../../include/oembed.php:168 msgid "Embedded content" msgstr "Conteúdo incorporado" -#: ../../include/oembed.php:166 +#: ../../include/oembed.php:177 msgid "Embedding disabled" msgstr "A incorporação está desabilitada" @@ -3101,7 +3169,7 @@ msgstr "Pode ver minhas páginas \"públicas\"" #: ../../include/permissions.php:21 msgid "Can send me their channel stream and posts" -msgstr "Pode me enviar seus fluxo e publicações" +msgstr "Pode me enviar seu fluxo e publicações" #: ../../include/permissions.php:22 msgid "Can post on my channel page (\"wall\")" @@ -3121,7 +3189,7 @@ msgstr "Pode publicar fotos nos meus álbuns de fotos" #: ../../include/permissions.php:26 msgid "Can forward to all my channel contacts via post @mentions" -msgstr "Pode encaminha para todos os contatos do meu canal via @menções na publicação" +msgstr "Pode encaminhar para todos os contatos do meu canal via @menções na publicação" #: ../../include/permissions.php:26 msgid "Advanced - useful for creating group forum channels" @@ -3160,52 +3228,15 @@ msgid "" "Extremely advanced. Leave this alone unless you know what you are doing" msgstr "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo" -#: ../../include/items.php:240 ../../mod/like.php:55 ../../mod/profperm.php:23 -#: ../../mod/group.php:68 ../../index.php:350 -msgid "Permission denied" -msgstr "Permissão negada" - -#: ../../include/items.php:756 -msgid "(Unknown)" -msgstr "(Desconhecido)" - -#: ../../include/items.php:3513 ../../mod/thing.php:78 ../../mod/admin.php:151 -#: ../../mod/admin.php:783 ../../mod/admin.php:986 ../../mod/viewsrc.php:18 -#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 -msgid "Item not found." -msgstr "O item não foi encontrado." - -#: ../../include/items.php:3849 ../../mod/group.php:38 ../../mod/group.php:140 -msgid "Collection not found." -msgstr "A coleção não foi encontrada." - -#: ../../include/items.php:3864 -msgid "Collection is empty." -msgstr "A coleção está vazia." - -#: ../../include/items.php:3871 -#, php-format -msgid "Collection: %s" -msgstr "Coleção: %s" - -#: ../../include/items.php:3882 -#, php-format -msgid "Connection: %s" -msgstr "Conexão: %s" - -#: ../../include/items.php:3885 -msgid "Connection not found." -msgstr "A conexão não foi encontrada." - -#: ../../include/zot.php:548 +#: ../../include/zot.php:583 msgid "Invalid data packet" msgstr "Pacote de dados inválido" -#: ../../include/zot.php:558 +#: ../../include/zot.php:593 msgid "Unable to verify channel signature" msgstr "Não foi possÃvel verificar a assinatura do canal" -#: ../../include/zot.php:735 +#: ../../include/zot.php:770 #, php-format msgid "Unable to verify site signature for %s" msgstr "Não foi possÃvel verificar a assinatura do site para %s" @@ -3242,7 +3273,7 @@ msgstr "Criar um novo evento" msgid "Previous" msgstr "Anterior" -#: ../../mod/events.php:357 ../../mod/setup.php:258 +#: ../../mod/events.php:357 ../../mod/setup.php:261 msgid "Next" msgstr "Próximo" @@ -3479,6 +3510,7 @@ msgid "Add application" msgstr "Adicionar aplicação" #: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:901 msgid "Name" msgstr "Nome" @@ -3564,7 +3596,7 @@ msgstr "Confirme:" msgid "Leave password fields blank unless changing" msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la" -#: ../../mod/settings.php:628 ../../mod/settings.php:937 +#: ../../mod/settings.php:628 ../../mod/settings.php:938 msgid "Email Address:" msgstr "Endereço de e-mail:" @@ -3592,7 +3624,7 @@ msgstr "Recursos adicionais" msgid "Connector Settings" msgstr "Configurações do conector" -#: ../../mod/settings.php:708 ../../mod/admin.php:379 +#: ../../mod/settings.php:708 ../../mod/admin.php:387 msgid "No special theme for mobile devices" msgstr "Sem tema especial para aparelhos móveis" @@ -3636,237 +3668,249 @@ msgstr "Não exibir perfis remotos em frames" msgid "By default open in a sub-window of your own site" msgstr "Por padrão, abrir em uma sub-janela do seu próprio site" -#: ../../mod/settings.php:795 +#: ../../mod/settings.php:761 +msgid "System Page Layout Editor - (advanced)" +msgstr "Editor de layout de página do sistema - (avançado)" + +#: ../../mod/settings.php:796 msgid "Nobody except yourself" msgstr "Ninguém exceto você mesmo" -#: ../../mod/settings.php:796 +#: ../../mod/settings.php:797 msgid "Only those you specifically allow" msgstr "Apenas quem você der permissão" -#: ../../mod/settings.php:797 +#: ../../mod/settings.php:798 msgid "Anybody in your address book" msgstr "Qualquer um nos seus contatos" -#: ../../mod/settings.php:798 +#: ../../mod/settings.php:799 msgid "Anybody on this website" msgstr "Qualquer um neste site" -#: ../../mod/settings.php:799 +#: ../../mod/settings.php:800 msgid "Anybody in this network" msgstr "Qualquer um nesta rede" -#: ../../mod/settings.php:800 +#: ../../mod/settings.php:801 msgid "Anybody authenticated" msgstr "Qualquer um autenticado" -#: ../../mod/settings.php:801 +#: ../../mod/settings.php:802 msgid "Anybody on the internet" msgstr "Qualquer um na internet" -#: ../../mod/settings.php:878 +#: ../../mod/settings.php:879 msgid "Publish your default profile in the network directory" msgstr "Publicar seu perfil padrão no diretório da rede?" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:106 ../../mod/profiles.php:484 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484 msgid "No" msgstr "Não" -#: ../../mod/settings.php:878 ../../mod/settings.php:883 -#: ../../mod/settings.php:954 ../../mod/api.php:105 ../../mod/profiles.php:483 +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483 msgid "Yes" msgstr "Sim" -#: ../../mod/settings.php:883 +#: ../../mod/settings.php:884 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Permitir sugerir você como amigo potencial para outros membros?" -#: ../../mod/settings.php:887 ../../mod/profile_photo.php:288 +#: ../../mod/settings.php:888 ../../mod/profile_photo.php:288 msgid "or" msgstr "ou" -#: ../../mod/settings.php:892 +#: ../../mod/settings.php:893 msgid "Your channel address is" msgstr "O endereço do seu canal é" -#: ../../mod/settings.php:926 +#: ../../mod/settings.php:927 msgid "Channel Settings" msgstr "Configurações do canal" -#: ../../mod/settings.php:935 +#: ../../mod/settings.php:936 msgid "Basic Settings" msgstr "Configurações básicas" -#: ../../mod/settings.php:938 +#: ../../mod/settings.php:939 msgid "Your Timezone:" msgstr "Seu fuso horário:" -#: ../../mod/settings.php:939 +#: ../../mod/settings.php:940 msgid "Default Post Location:" msgstr "Localização padrão de suas publicações:" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:941 msgid "Use Browser Location:" msgstr "Usar localizador do navegador:" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:943 msgid "Adult Content" msgstr "Conteúdo adulto" -#: ../../mod/settings.php:942 +#: ../../mod/settings.php:943 msgid "" "This channel frequently or regularly publishes adult content. (Please tag " "any adult material and/or nudity with #NSFW)" msgstr "Este canal frequentemente ou regularmente publica conteúdo adulto. (Por favor marque qualquer material adulto e/ou nudez com #NSFW)" -#: ../../mod/settings.php:944 +#: ../../mod/settings.php:945 msgid "Security and Privacy Settings" msgstr "Configurações de segurança e privacidade" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:947 msgid "Hide my online presence" msgstr "Esconda minha presença online" -#: ../../mod/settings.php:946 +#: ../../mod/settings.php:947 msgid "Prevents displaying in your profile that you are online" msgstr "Previne exibir em seu perfil que você está online" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:949 msgid "Simple Privacy Settings:" msgstr "Configurações de privacidade simples:" -#: ../../mod/settings.php:949 +#: ../../mod/settings.php:950 msgid "" "Very Public - <em>extremely permissive (should be used with caution)</em>" msgstr "Muito público - <em>extremamente permissivo (deve ser usado com cuidado)</em>" -#: ../../mod/settings.php:950 +#: ../../mod/settings.php:951 msgid "" "Typical - <em>default public, privacy when desired (similar to social " "network permissions but with improved privacy)</em>" msgstr "TÃpico - <em>público por padrão, privado quando desejável (similar à s permissões de redes sociais, mas com melhor privacidade)</em>" -#: ../../mod/settings.php:951 +#: ../../mod/settings.php:952 msgid "Private - <em>default private, never open or public</em>" msgstr "Privado - <em>privado por padrão, nunca aberto ou público</em>" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:953 msgid "Blocked - <em>default blocked to/from everybody</em>" msgstr "Bloqueado - <em>por padrão bloquado de/para todos</em>" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:955 msgid "Allow others to tag your posts" msgstr "Permitir que outros etiquetem suas publicações" -#: ../../mod/settings.php:954 +#: ../../mod/settings.php:955 msgid "" "Often used by the community to retro-actively flag inappropriate content" msgstr "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado" -#: ../../mod/settings.php:956 +#: ../../mod/settings.php:957 msgid "Advanced Privacy Settings" msgstr "Configurações de privacidade avançadas" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:959 +msgid "Expire other channel content after this many days" +msgstr "Expirar outros conteúdos do canal após este número de dias" + +#: ../../mod/settings.php:959 +msgid "0 or blank prevents expiration" +msgstr "0 ou em branco previne expiração" + +#: ../../mod/settings.php:960 msgid "Maximum Friend Requests/Day:" msgstr "Número máximo de requisições de amizade por dia:" -#: ../../mod/settings.php:958 +#: ../../mod/settings.php:960 msgid "May reduce spam activity" msgstr "Pode reduzir a frequência de spam" -#: ../../mod/settings.php:959 +#: ../../mod/settings.php:961 msgid "Default Post Permissions" msgstr "Permissões padrão de publicação" -#: ../../mod/settings.php:960 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +#: ../../mod/settings.php:962 ../../mod/mitem.php:134 ../../mod/mitem.php:177 msgid "(click to open/close)" msgstr "(clique para abrir/fechar)" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:973 msgid "Maximum private messages per day from unknown people:" msgstr "Máximo número de mensagens privadas por dia de pessoas desconhecidas:" -#: ../../mod/settings.php:971 +#: ../../mod/settings.php:973 msgid "Useful to reduce spamming" msgstr "Útil para reduzir a frequência de spam" -#: ../../mod/settings.php:974 +#: ../../mod/settings.php:976 msgid "Notification Settings" msgstr "Configurações de notificação" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:977 msgid "By default post a status message when:" msgstr "Por padrão, publicar uma mensagem de status quando:" -#: ../../mod/settings.php:976 +#: ../../mod/settings.php:978 msgid "accepting a friend request" msgstr "aceitar um pedido de amizade" -#: ../../mod/settings.php:977 +#: ../../mod/settings.php:979 msgid "joining a forum/community" msgstr "associar-se a um fórum/comunidade" -#: ../../mod/settings.php:978 +#: ../../mod/settings.php:980 msgid "making an <em>interesting</em> profile change" msgstr "modificar algo <em>interessante</em> em seu perfil" -#: ../../mod/settings.php:979 +#: ../../mod/settings.php:981 msgid "Send a notification email when:" msgstr "Enviar um e-mail de notificação quando:" -#: ../../mod/settings.php:980 -msgid "You receive an introduction" -msgstr "Você recebeu uma apresentação" +#: ../../mod/settings.php:982 +msgid "You receive a connection request" +msgstr "Você recebe uma solicitação de conexão" -#: ../../mod/settings.php:981 -msgid "Your introductions are confirmed" -msgstr "Suas solicitações forem confirmadas" +#: ../../mod/settings.php:983 +msgid "Your connections are confirmed" +msgstr "Suas conexões são confirmadas" -#: ../../mod/settings.php:982 +#: ../../mod/settings.php:984 msgid "Someone writes on your profile wall" msgstr "Alguém escrever no mural do seu perfil" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:985 msgid "Someone writes a followup comment" -msgstr "Alguém comentou a sua mensagem" +msgstr "Alguém comenta uma publicação" -#: ../../mod/settings.php:984 +#: ../../mod/settings.php:986 msgid "You receive a private message" msgstr "Você recebeu uma mensagem privada" -#: ../../mod/settings.php:985 +#: ../../mod/settings.php:987 msgid "You receive a friend suggestion" msgstr "Você recebe uma sugestão de amizade" -#: ../../mod/settings.php:986 +#: ../../mod/settings.php:988 msgid "You are tagged in a post" msgstr "Você é mencionado num post" -#: ../../mod/settings.php:987 +#: ../../mod/settings.php:989 msgid "You are poked/prodded/etc. in a post" msgstr "Você foi cutucado/espetado/etc. numa publicação" -#: ../../mod/settings.php:990 +#: ../../mod/settings.php:992 msgid "Advanced Account/Page Type Settings" msgstr "Configurações avançadas de conta/tipo de página" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:993 msgid "Change the behaviour of this account for special situations" msgstr "Mudar o comportamento dessa conta em situações especiais" -#: ../../mod/settings.php:994 +#: ../../mod/settings.php:996 msgid "" "Please enable expert mode (in <a href=\"settings/features\">Settings > " "Additional features</a>) to adjust!" msgstr "Por favor, habilite o modo expert (em <a href=\"settings/features\">Configurações > Recursos adicionais</a>) para ajustar!" -#: ../../mod/settings.php:995 +#: ../../mod/settings.php:997 msgid "Miscellaneous Settings" msgstr "Configurações miscelâneas" -#: ../../mod/settings.php:997 +#: ../../mod/settings.php:999 msgid "Personal menu to display in your channel pages" msgstr "Menu pessoal para exibir nas páginas dos seus canais" @@ -3880,7 +3924,7 @@ msgstr "Não foi possÃvel atualizar o menu." #: ../../mod/menu.php:30 msgid "Menu created." -msgstr "Menu criado." +msgstr "O menu foi criado." #: ../../mod/menu.php:34 msgid "Unable to create menu." @@ -3971,7 +4015,7 @@ msgstr "Modificar" msgid "Not found." msgstr "Não encontrado." -#: ../../mod/webpages.php:121 ../../mod/layouts.php:100 +#: ../../mod/webpages.php:121 ../../mod/layouts.php:115 #: ../../mod/blocks.php:96 msgid "View" msgstr "Ver" @@ -4038,16 +4082,16 @@ msgstr "Conteúdo de tipo executável não permitido para este canal." msgid "System error. Post not saved." msgstr "Erro no sistema. A publicação não foi salva." -#: ../../mod/item.php:1112 ../../mod/wall_upload.php:34 +#: ../../mod/item.php:1131 ../../mod/wall_upload.php:34 msgid "Wall Photos" msgstr "Fotos do mural" -#: ../../mod/item.php:1192 +#: ../../mod/item.php:1211 #, php-format msgid "You have reached your limit of %1$.0f top level posts." msgstr "Você atingiu o seu limite de %1$.0f publicações de novos tópicos." -#: ../../mod/item.php:1198 +#: ../../mod/item.php:1217 #, php-format msgid "You have reached your limit of %1$.0f webpages." msgstr "Você atingiu o seu limite de %1$.0f páginas web." @@ -4059,12 +4103,11 @@ msgstr "%1$s está acompanhando %3$s de %2$s" #: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 #: ../../mod/update_search.php:46 ../../mod/update_display.php:25 -#: ../../mod/update_community.php:18 msgid "[Embedded content - reload page to view]" msgstr "[Conteúdo incorporado - recarregue a página para ver]" #: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47 -#: ../../mod/wall_upload.php:28 +#: ../../mod/block.php:39 ../../mod/wall_upload.php:28 msgid "Channel not found." msgstr "O canal não foi encontrado." @@ -4116,8 +4159,7 @@ msgstr "Salas de bate-papo de %1$s" #: ../../mod/viewconnections.php:17 ../../mod/search.php:13 #: ../../mod/directory.php:15 ../../mod/display.php:9 -#: ../../mod/community.php:18 ../../mod/dirprofile.php:9 -#: ../../mod/photos.php:443 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 msgid "Public access denied." msgstr "Acesso público negado." @@ -4146,7 +4188,7 @@ msgstr "Remover a etiqueta de item" msgid "Select a tag to remove: " msgstr "Selecione uma etiqueta para remover: " -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:909 +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:908 msgid "Remove" msgstr "Remover" @@ -4228,6 +4270,26 @@ msgstr "Adicionar" msgid "No entries." msgstr "Sem entradas." +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout atualizado." + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Editar descrição de página do sistema" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout não encontrado." + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Nome do módulo:" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Ajuda de layout" + #: ../../mod/attach.php:9 msgid "Item not available." msgstr "O item não está disponÃvel." @@ -4348,13 +4410,13 @@ msgstr "Clique em um contato para adicionar ou remover." msgid "Visible To" msgstr "VisÃvel para" -#: ../../mod/profperm.php:134 ../../mod/connections.php:250 +#: ../../mod/profperm.php:134 ../../mod/connections.php:256 msgid "All Connections" msgstr "Todas as conexões" #: ../../mod/group.php:20 msgid "Collection created." -msgstr "Coleção criada" +msgstr "A coleção foi criada." #: ../../mod/group.php:26 msgid "Could not create collection." @@ -4400,545 +4462,580 @@ msgstr "Todas os canais conectados" msgid "Click on a channel to add or remove." msgstr "Clique em um canal para adicionar ou remover." -#: ../../mod/admin.php:48 +#: ../../mod/admin.php:52 msgid "Theme settings updated." msgstr "As configurações de tema foram atualizadas." -#: ../../mod/admin.php:88 ../../mod/admin.php:430 +#: ../../mod/admin.php:92 ../../mod/admin.php:438 msgid "Site" msgstr "Site" -#: ../../mod/admin.php:89 ../../mod/admin.php:738 ../../mod/admin.php:750 -msgid "Users" -msgstr "Usuários" +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Contas" + +#: ../../mod/admin.php:94 ../../mod/admin.php:893 +msgid "Channels" +msgstr "Canais" -#: ../../mod/admin.php:90 ../../mod/admin.php:836 ../../mod/admin.php:878 +#: ../../mod/admin.php:95 ../../mod/admin.php:984 ../../mod/admin.php:1026 msgid "Plugins" msgstr "Plugins" -#: ../../mod/admin.php:91 ../../mod/admin.php:1041 ../../mod/admin.php:1077 +#: ../../mod/admin.php:96 ../../mod/admin.php:1189 ../../mod/admin.php:1225 msgid "Themes" msgstr "Temas" -#: ../../mod/admin.php:92 ../../mod/admin.php:529 +#: ../../mod/admin.php:97 ../../mod/admin.php:537 msgid "Server" msgstr "Servidor" -#: ../../mod/admin.php:93 +#: ../../mod/admin.php:98 msgid "DB updates" msgstr "Atualizações do Banco de Dados" -#: ../../mod/admin.php:107 ../../mod/admin.php:114 ../../mod/admin.php:1164 +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1312 msgid "Logs" msgstr "Logs" -#: ../../mod/admin.php:113 +#: ../../mod/admin.php:118 msgid "Plugin Features" msgstr "Recursos dos plugins" -#: ../../mod/admin.php:115 +#: ../../mod/admin.php:120 msgid "User registrations waiting for confirmation" msgstr "Registros de usuário aguardando confirmação" -#: ../../mod/admin.php:189 +#: ../../mod/admin.php:197 msgid "Message queues" msgstr "Filas de mensagem" -#: ../../mod/admin.php:194 ../../mod/admin.php:429 ../../mod/admin.php:528 -#: ../../mod/admin.php:737 ../../mod/admin.php:835 ../../mod/admin.php:877 -#: ../../mod/admin.php:1040 ../../mod/admin.php:1076 ../../mod/admin.php:1163 +#: ../../mod/admin.php:202 ../../mod/admin.php:437 ../../mod/admin.php:536 +#: ../../mod/admin.php:745 ../../mod/admin.php:892 ../../mod/admin.php:983 +#: ../../mod/admin.php:1025 ../../mod/admin.php:1188 ../../mod/admin.php:1224 +#: ../../mod/admin.php:1311 msgid "Administration" msgstr "Administração" -#: ../../mod/admin.php:195 +#: ../../mod/admin.php:203 msgid "Summary" msgstr "Resumo" -#: ../../mod/admin.php:197 +#: ../../mod/admin.php:205 msgid "Registered users" msgstr "Usuários registrados" -#: ../../mod/admin.php:199 ../../mod/admin.php:532 +#: ../../mod/admin.php:207 ../../mod/admin.php:540 msgid "Pending registrations" msgstr "Registros pendentes" -#: ../../mod/admin.php:200 +#: ../../mod/admin.php:208 msgid "Version" msgstr "Versão" -#: ../../mod/admin.php:202 ../../mod/admin.php:533 +#: ../../mod/admin.php:210 ../../mod/admin.php:541 msgid "Active plugins" msgstr "Plugins ativos" -#: ../../mod/admin.php:350 +#: ../../mod/admin.php:358 msgid "Site settings updated." msgstr "As configurações de site foram atualizadas." -#: ../../mod/admin.php:381 +#: ../../mod/admin.php:389 msgid "No special theme for accessibility" msgstr "Sem tema especial para acessibilidade" -#: ../../mod/admin.php:409 +#: ../../mod/admin.php:417 msgid "Closed" msgstr "Fechado" -#: ../../mod/admin.php:410 +#: ../../mod/admin.php:418 msgid "Requires approval" msgstr "Requer aprovação" -#: ../../mod/admin.php:411 +#: ../../mod/admin.php:419 msgid "Open" msgstr "Aberto" -#: ../../mod/admin.php:416 +#: ../../mod/admin.php:424 msgid "Private" msgstr "Privado" -#: ../../mod/admin.php:417 +#: ../../mod/admin.php:425 msgid "Paid Access" msgstr "Acesso pago" -#: ../../mod/admin.php:418 +#: ../../mod/admin.php:426 msgid "Free Access" msgstr "Acesso gratuito" -#: ../../mod/admin.php:419 +#: ../../mod/admin.php:427 msgid "Tiered Access" msgstr "Acesso em nÃveis" -#: ../../mod/admin.php:432 ../../mod/register.php:189 +#: ../../mod/admin.php:440 ../../mod/register.php:189 msgid "Registration" msgstr "Registro" -#: ../../mod/admin.php:433 +#: ../../mod/admin.php:441 msgid "File upload" msgstr "Carregamento de arquivos" -#: ../../mod/admin.php:434 +#: ../../mod/admin.php:442 msgid "Policies" msgstr "PolÃticas" -#: ../../mod/admin.php:435 -msgid "Advanced" -msgstr "Avançado" - -#: ../../mod/admin.php:439 +#: ../../mod/admin.php:447 msgid "Site name" msgstr "Nome do site" -#: ../../mod/admin.php:440 +#: ../../mod/admin.php:448 msgid "Banner/Logo" msgstr "Cartaz/Logo" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:449 msgid "Administrator Information" msgstr "Informações do Administrador" -#: ../../mod/admin.php:441 +#: ../../mod/admin.php:449 msgid "" "Contact information for site administrators. Displayed on siteinfo page. " "BBCode can be used here" msgstr "Informações de contato com administradores do site. Exibida na página siteinfo. BBCode pode ser usado aqui." -#: ../../mod/admin.php:442 +#: ../../mod/admin.php:450 msgid "System language" msgstr "Idioma do sistema" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:451 msgid "System theme" msgstr "Tema do sistema" -#: ../../mod/admin.php:443 +#: ../../mod/admin.php:451 msgid "" "Default system theme - may be over-ridden by user profiles - <a href='#' " "id='cnftheme'>change theme settings</a>" msgstr "Tema padrão do sistema - pode ser sobrescrito por perfis de usuário - <a href='#' id='cnftheme'>mudar configurações do tema</a>" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:452 msgid "Mobile system theme" msgstr "Tema do sistema móvel" -#: ../../mod/admin.php:444 +#: ../../mod/admin.php:452 msgid "Theme for mobile devices" msgstr "Tema para dispositivos móveis" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:453 msgid "Accessibility system theme" msgstr "Tema do sistema acessÃvel" -#: ../../mod/admin.php:445 +#: ../../mod/admin.php:453 msgid "Accessibility theme" msgstr "Tema acessÃvel" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:454 msgid "Channel to use for this website's static pages" msgstr "Canal a utilizar para as páginas estáticas desse website" -#: ../../mod/admin.php:446 +#: ../../mod/admin.php:454 msgid "Site Channel" msgstr "Canal do site" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:456 msgid "Maximum image size" msgstr "Tamanho máximo de imagens" -#: ../../mod/admin.php:448 +#: ../../mod/admin.php:456 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Tamanho máximo em bytes de imagens carregadas. O padrão é 0, significando sem limites." -#: ../../mod/admin.php:449 +#: ../../mod/admin.php:457 msgid "Register policy" msgstr "PolÃtica de registro" -#: ../../mod/admin.php:450 +#: ../../mod/admin.php:458 msgid "Access policy" msgstr "PolÃtica de acesso" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:459 msgid "Register text" msgstr "Texto de registro" -#: ../../mod/admin.php:451 +#: ../../mod/admin.php:459 msgid "Will be displayed prominently on the registration page." msgstr "Será exibido proeminentemente na página de registro." -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:460 msgid "Accounts abandoned after x days" msgstr "Contas abandonadas após x dias" -#: ../../mod/admin.php:452 +#: ../../mod/admin.php:460 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Não gastará recursos do sistema coletando de sites externos para contas abandonadas. Use 0 para sem limite de tempo." -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:461 msgid "Allowed friend domains" msgstr "DomÃnios permitidos para amigos" -#: ../../mod/admin.php:453 +#: ../../mod/admin.php:461 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Lista, separada por vÃrgulas, de domÃnios permitidos para estabelecer amizades com este site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domÃnio" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:462 msgid "Allowed email domains" msgstr "DomÃnios permitidos de e-mail" -#: ../../mod/admin.php:454 +#: ../../mod/admin.php:462 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Lista, separada por vÃrgulas, de domÃnios permitidos em endereços de e-mail para registros nesse site. <em>Wildcards</em> são aceitas. Vazio para permitir qualquer domÃnio" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:463 msgid "Block public" msgstr "Bloquear público" -#: ../../mod/admin.php:455 +#: ../../mod/admin.php:463 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Marque para bloquear o acesso público a todas as páginas pessoais que seriam públicas, a não ser que se esteja autenticado." -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:464 msgid "Force publish" msgstr "Forçar publicação" -#: ../../mod/admin.php:456 +#: ../../mod/admin.php:464 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Marque para forçar todos os perfis neste site a aparecerem listados no diretório do site." -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:465 msgid "No login on Homepage" msgstr "Sem formulário de autenticação na página inicial" -#: ../../mod/admin.php:457 +#: ../../mod/admin.php:465 msgid "" "Check to hide the login form from your sites homepage when visitors arrive " "who are not logged in (e.g. when you put the content of the homepage in via " "the site channel)." msgstr "Marque para esconder o formulário de autenticação da página inicial do seu site quando visitantes chegarem sem estar autenticados (e.g. quando você inclui os conteúdos da página inicial através do canal do site)." -#: ../../mod/admin.php:459 +#: ../../mod/admin.php:467 msgid "Proxy user" msgstr "Usuário do proxy" -#: ../../mod/admin.php:460 +#: ../../mod/admin.php:468 msgid "Proxy URL" msgstr "URL do proxy" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:469 msgid "Network timeout" msgstr "Timeout da rede" -#: ../../mod/admin.php:461 +#: ../../mod/admin.php:469 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valor em segundos. Use 0 para ilimitado (não recomendado)." -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:470 msgid "Delivery interval" msgstr "Intervalo de entrega" -#: ../../mod/admin.php:462 +#: ../../mod/admin.php:470 msgid "" "Delay background delivery processes by this many seconds to reduce system " "load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " "for large dedicated servers." msgstr "Atrase os processos de entrega em segundo plano por este número de segundos para reduzir a carga do sistema. Recomendado: 4-5 para hosts compartilhados, 2-3 para servidores virtuais privados. 0-1 para grandes servidores dedicados." -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:471 msgid "Poll interval" msgstr "Intervalo de coleta" -#: ../../mod/admin.php:463 +#: ../../mod/admin.php:471 msgid "" "Delay background polling processes by this many seconds to reduce system " "load. If 0, use delivery interval." msgstr "Atrase os processos de coleta em segundo plano por este número de segundos para reduzir a carga do sistema. Se 0, use o intervalo de entrega." -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:472 msgid "Maximum Load Average" msgstr "Carga média máxima" -#: ../../mod/admin.php:464 +#: ../../mod/admin.php:472 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Carga máxima do sistema antes de adiar processos de entrega e coleta - padrão 50." -#: ../../mod/admin.php:520 +#: ../../mod/admin.php:528 msgid "No server found" msgstr "Nenhum servidor foi encontrado" -#: ../../mod/admin.php:527 ../../mod/admin.php:751 +#: ../../mod/admin.php:535 ../../mod/admin.php:759 msgid "ID" msgstr "ID" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "for channel" msgstr "para o canal" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "on server" msgstr "no servidor" -#: ../../mod/admin.php:527 +#: ../../mod/admin.php:535 msgid "Status" msgstr "Status" -#: ../../mod/admin.php:548 +#: ../../mod/admin.php:556 msgid "Update has been marked successful" msgstr "A atualização foi designada bem sucedida" -#: ../../mod/admin.php:558 +#: ../../mod/admin.php:566 #, php-format msgid "Executing %s failed. Check system logs." msgstr "Execução de %s falhou. Verifique os logs do sistema." -#: ../../mod/admin.php:561 +#: ../../mod/admin.php:569 #, php-format msgid "Update %s was successfully applied." msgstr "A atualização %s foi aplicada com sucesso." -#: ../../mod/admin.php:565 +#: ../../mod/admin.php:573 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "A atualização %s não retornou um status. Situação incerta quando ao seu sucesso." -#: ../../mod/admin.php:568 +#: ../../mod/admin.php:576 #, php-format msgid "Update function %s could not be found." msgstr "A função de atualização %s não foi encontrada." -#: ../../mod/admin.php:583 +#: ../../mod/admin.php:591 msgid "No failed updates." msgstr "Nenhuma falha nas atualizações." -#: ../../mod/admin.php:587 +#: ../../mod/admin.php:595 msgid "Failed Updates" msgstr "Falha nas atualizações" -#: ../../mod/admin.php:589 +#: ../../mod/admin.php:597 msgid "Mark success (if update was manually applied)" msgstr "Marque sucesso (se a atualização foi aplicada manualmente)" -#: ../../mod/admin.php:590 +#: ../../mod/admin.php:598 msgid "Attempt to execute this update step automatically" msgstr "Tente executar este passo da atualização automaticamente" -#: ../../mod/admin.php:616 +#: ../../mod/admin.php:624 ../../mod/admin.php:795 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s usuário foi bloqueado/desbloqueado" msgstr[1] "%s usuários foram bloqueados/desbloqueados" -#: ../../mod/admin.php:623 +#: ../../mod/admin.php:631 ../../mod/admin.php:802 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s usuário foi deletado" msgstr[1] "%s usuários foram deletados" -#: ../../mod/admin.php:654 +#: ../../mod/admin.php:662 msgid "Account not found" msgstr "A conta não foi encontrada" -#: ../../mod/admin.php:665 +#: ../../mod/admin.php:673 #, php-format msgid "User '%s' deleted" msgstr "O usuário/a '%s' foi deletado/a" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:682 #, php-format msgid "User '%s' unblocked" msgstr "O usuário/a '%s' foi desbloqueado/a" -#: ../../mod/admin.php:674 +#: ../../mod/admin.php:682 #, php-format msgid "User '%s' blocked" msgstr "O usuário/a '%s' foi bloqueado/a" -#: ../../mod/admin.php:740 +#: ../../mod/admin.php:746 ../../mod/admin.php:758 +msgid "Users" +msgstr "Usuários" + +#: ../../mod/admin.php:748 ../../mod/admin.php:895 msgid "select all" msgstr "selecionar tudo" -#: ../../mod/admin.php:741 +#: ../../mod/admin.php:749 msgid "User registrations waiting for confirm" msgstr "Registros de usuário aguardando confirmação" -#: ../../mod/admin.php:742 +#: ../../mod/admin.php:750 msgid "Request date" msgstr "Data de requisição" -#: ../../mod/admin.php:743 +#: ../../mod/admin.php:751 msgid "No registrations." msgstr "Nenhum registro." -#: ../../mod/admin.php:744 +#: ../../mod/admin.php:752 msgid "Approve" msgstr "Aprovar" -#: ../../mod/admin.php:745 +#: ../../mod/admin.php:753 msgid "Deny" msgstr "Negar" -#: ../../mod/admin.php:747 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:755 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Block" msgstr "Bloquear" -#: ../../mod/admin.php:748 ../../mod/connedit.php:333 -#: ../../mod/connedit.php:475 +#: ../../mod/admin.php:756 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 msgid "Unblock" msgstr "Desbloquear" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Register date" msgstr "Data de registro" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Last login" msgstr "Última autenticação" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Expires" msgstr "Expira" -#: ../../mod/admin.php:751 +#: ../../mod/admin.php:759 msgid "Service Class" msgstr "Classe de serviço" -#: ../../mod/admin.php:753 +#: ../../mod/admin.php:761 ../../mod/admin.php:903 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?" -#: ../../mod/admin.php:754 +#: ../../mod/admin.php:762 ../../mod/admin.php:904 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?" -#: ../../mod/admin.php:795 +#: ../../mod/admin.php:833 +msgid "Channel not found" +msgstr "Canal não encontrado" + +#: ../../mod/admin.php:854 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Canal '%s' não censurado" + +#: ../../mod/admin.php:854 +#, php-format +msgid "Channel '%s' censored" +msgstr "Canal '%s' censurado" + +#: ../../mod/admin.php:897 +msgid "Censor" +msgstr "Censurar" + +#: ../../mod/admin.php:898 +msgid "Uncensor" +msgstr "Não censurar" + +#: ../../mod/admin.php:901 +msgid "UID" +msgstr "UID" + +#: ../../mod/admin.php:901 ../../mod/profiles.php:337 +msgid "Address" +msgstr "Endereço" + +#: ../../mod/admin.php:943 #, php-format msgid "Plugin %s disabled." msgstr "Plugin %s desabilitado." -#: ../../mod/admin.php:799 +#: ../../mod/admin.php:947 #, php-format msgid "Plugin %s enabled." msgstr "Plugin %s habilitado." -#: ../../mod/admin.php:809 ../../mod/admin.php:1011 +#: ../../mod/admin.php:957 ../../mod/admin.php:1159 msgid "Disable" msgstr "Desabilitar" -#: ../../mod/admin.php:811 ../../mod/admin.php:1013 +#: ../../mod/admin.php:959 ../../mod/admin.php:1161 msgid "Enable" msgstr "Habilitar" -#: ../../mod/admin.php:837 ../../mod/admin.php:1042 +#: ../../mod/admin.php:985 ../../mod/admin.php:1190 msgid "Toggle" msgstr "Alternar" -#: ../../mod/admin.php:845 ../../mod/admin.php:1052 +#: ../../mod/admin.php:993 ../../mod/admin.php:1200 msgid "Author: " msgstr "Autor:" -#: ../../mod/admin.php:846 ../../mod/admin.php:1053 +#: ../../mod/admin.php:994 ../../mod/admin.php:1201 msgid "Maintainer: " msgstr "Mantenedor:" -#: ../../mod/admin.php:975 +#: ../../mod/admin.php:1123 msgid "No themes found." msgstr "Nenhum tema foi encontrado." -#: ../../mod/admin.php:1034 +#: ../../mod/admin.php:1182 msgid "Screenshot" msgstr "Captura de tela" -#: ../../mod/admin.php:1082 +#: ../../mod/admin.php:1230 msgid "[Experimental]" msgstr "[Experimental]" -#: ../../mod/admin.php:1083 +#: ../../mod/admin.php:1231 msgid "[Unsupported]" msgstr "[Desassistido]" -#: ../../mod/admin.php:1110 +#: ../../mod/admin.php:1258 msgid "Log settings updated." msgstr "As configurações de log foram atualizadas." -#: ../../mod/admin.php:1166 +#: ../../mod/admin.php:1314 msgid "Clear" msgstr "Limpar" -#: ../../mod/admin.php:1172 +#: ../../mod/admin.php:1320 msgid "Debugging" msgstr "Depuração" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1321 msgid "Log file" msgstr "Arquivo de log" -#: ../../mod/admin.php:1173 +#: ../../mod/admin.php:1321 msgid "" "Must be writable by web server. Relative to your Red top-level directory." msgstr "É necessário que o servidor web possa escrever neste arquivo. Relativo ao diretório raiz da Red." -#: ../../mod/admin.php:1174 +#: ../../mod/admin.php:1322 msgid "Log level" msgstr "NÃvel do log" -#: ../../mod/filer.php:35 +#: ../../mod/filer.php:49 msgid "- select -" msgstr "- selecionar -" @@ -4948,7 +5045,8 @@ msgid "Welcome to %s" msgstr "Bem-vindo(a) a %s" #: ../../mod/editpost.php:20 ../../mod/editlayout.php:36 -#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:36 +#: ../../mod/editwebpage.php:32 ../../mod/editblock.php:8 +#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 msgid "Item not found" msgstr "O item não foi encontrado" @@ -4961,42 +5059,42 @@ msgid "Delete item?" msgstr "Deletar item?" #: ../../mod/editpost.php:116 ../../mod/editlayout.php:110 -#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:124 +#: ../../mod/editwebpage.php:147 ../../mod/editblock.php:115 msgid "Insert YouTube video" msgstr "Inserir vÃdeo do YouTube" #: ../../mod/editpost.php:117 ../../mod/editlayout.php:111 -#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:125 +#: ../../mod/editwebpage.php:148 ../../mod/editblock.php:116 msgid "Insert Vorbis [.ogg] video" msgstr "Inserir vÃdeo Vorbis (.ogg)" #: ../../mod/editpost.php:118 ../../mod/editlayout.php:112 -#: ../../mod/editwebpage.php:150 ../../mod/editblock.php:126 +#: ../../mod/editwebpage.php:149 ../../mod/editblock.php:117 msgid "Insert Vorbis [.ogg] audio" msgstr "Inserir áudio Vorbis (.ogg)" -#: ../../mod/directory.php:144 ../../mod/profiles.php:561 +#: ../../mod/directory.php:148 ../../mod/profiles.php:561 #: ../../mod/dirprofile.php:98 msgid "Age: " msgstr "Idade: " -#: ../../mod/directory.php:147 ../../mod/dirprofile.php:101 +#: ../../mod/directory.php:151 ../../mod/dirprofile.php:101 msgid "Gender: " msgstr "Gênero: " -#: ../../mod/directory.php:208 +#: ../../mod/directory.php:212 msgid "Finding:" msgstr "Pesquisando:" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "next page" msgstr "próxima página" -#: ../../mod/directory.php:216 +#: ../../mod/directory.php:220 msgid "previous page" msgstr "página anterior" -#: ../../mod/directory.php:223 +#: ../../mod/directory.php:227 msgid "No entries (some entries may be hidden)." msgstr "Nenhuma entrada (algumas entradas podem estar escondidas)." @@ -5016,228 +5114,228 @@ msgstr "A conexão foi atualizada." msgid "Failed to update connection record." msgstr "Não foi possÃvel atualizar o registro da conexão." -#: ../../mod/connedit.php:204 +#: ../../mod/connedit.php:210 msgid "Could not access address book record." msgstr "Não foi possÃvel acessar o registro do contato." -#: ../../mod/connedit.php:218 +#: ../../mod/connedit.php:224 msgid "Refresh failed - channel is currently unavailable." msgstr "A atualização falhou - o canal está indisponÃvel no momento." -#: ../../mod/connedit.php:225 +#: ../../mod/connedit.php:231 msgid "Channel has been unblocked" msgstr "O canal foi desbloqueado" -#: ../../mod/connedit.php:226 +#: ../../mod/connedit.php:232 msgid "Channel has been blocked" msgstr "O canal foi bloqueado" -#: ../../mod/connedit.php:230 ../../mod/connedit.php:242 -#: ../../mod/connedit.php:254 ../../mod/connedit.php:266 -#: ../../mod/connedit.php:281 +#: ../../mod/connedit.php:236 ../../mod/connedit.php:248 +#: ../../mod/connedit.php:260 ../../mod/connedit.php:272 +#: ../../mod/connedit.php:287 msgid "Unable to set address book parameters." msgstr "Não foi possÃvel definir os parâmetros do contato." -#: ../../mod/connedit.php:237 +#: ../../mod/connedit.php:243 msgid "Channel has been unignored" msgstr "O canal não está mais ignorado" -#: ../../mod/connedit.php:238 +#: ../../mod/connedit.php:244 msgid "Channel has been ignored" msgstr "O canal passou a estar ignorado" -#: ../../mod/connedit.php:249 +#: ../../mod/connedit.php:255 msgid "Channel has been unarchived" msgstr "O canal deixou o arquivo" -#: ../../mod/connedit.php:250 +#: ../../mod/connedit.php:256 msgid "Channel has been archived" msgstr "O canal foi colocado no arquivo" -#: ../../mod/connedit.php:261 +#: ../../mod/connedit.php:267 msgid "Channel has been unhidden" msgstr "O canal não está mais oculto" -#: ../../mod/connedit.php:262 +#: ../../mod/connedit.php:268 msgid "Channel has been hidden" msgstr "O canal passou a estar oculto" -#: ../../mod/connedit.php:276 +#: ../../mod/connedit.php:282 msgid "Channel has been approved" msgstr "O canal foi aprovado" -#: ../../mod/connedit.php:277 +#: ../../mod/connedit.php:283 msgid "Channel has been unapproved" msgstr "O canal deixou de estar aprovado" -#: ../../mod/connedit.php:295 -msgid "Contact has been removed." -msgstr "O contato foi removido." +#: ../../mod/connedit.php:301 +msgid "Connection has been removed." +msgstr "A conexão foi removida." -#: ../../mod/connedit.php:315 +#: ../../mod/connedit.php:321 #, php-format msgid "View %s's profile" msgstr "Ver o perfil de %s" -#: ../../mod/connedit.php:319 +#: ../../mod/connedit.php:325 msgid "Refresh Permissions" msgstr "Atualizar permissões" -#: ../../mod/connedit.php:322 +#: ../../mod/connedit.php:328 msgid "Fetch updated permissions" msgstr "Buscar as permissões atualizadas" -#: ../../mod/connedit.php:326 +#: ../../mod/connedit.php:332 msgid "Recent Activity" msgstr "Atividades recentes" -#: ../../mod/connedit.php:329 +#: ../../mod/connedit.php:335 msgid "View recent posts and comments" msgstr "Exibir publicações e comentários recentes" -#: ../../mod/connedit.php:336 +#: ../../mod/connedit.php:342 msgid "Block or Unblock this connection" msgstr "Bloquear ou desbloquear esta conexão" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 msgid "Unignore" msgstr "Não ignorar" -#: ../../mod/connedit.php:340 ../../mod/connedit.php:476 +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 #: ../../mod/notifications.php:51 msgid "Ignore" msgstr "Ignorar" -#: ../../mod/connedit.php:343 +#: ../../mod/connedit.php:349 msgid "Ignore or Unignore this connection" msgstr "Ignorar ou deixar de ignorar esta conexão" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Unarchive" msgstr "Não arquivar" -#: ../../mod/connedit.php:346 +#: ../../mod/connedit.php:352 msgid "Archive" msgstr "Arquivar" -#: ../../mod/connedit.php:349 +#: ../../mod/connedit.php:355 msgid "Archive or Unarchive this connection" msgstr "Colocar ou retirar do arquivo esta conexão" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Unhide" msgstr "Não ocultar" -#: ../../mod/connedit.php:352 +#: ../../mod/connedit.php:358 msgid "Hide" msgstr "Ocultar" -#: ../../mod/connedit.php:355 +#: ../../mod/connedit.php:361 msgid "Hide or Unhide this connection" msgstr "Ocultar ou deixar de ocultar esta conexão" -#: ../../mod/connedit.php:362 +#: ../../mod/connedit.php:368 msgid "Delete this connection" msgstr "Deletar esta conexão" -#: ../../mod/connedit.php:395 +#: ../../mod/connedit.php:401 msgid "Unknown" msgstr "Desconhecidos" -#: ../../mod/connedit.php:405 ../../mod/connedit.php:434 +#: ../../mod/connedit.php:411 ../../mod/connedit.php:440 msgid "Approve this connection" msgstr "Aprovar esta conexão" -#: ../../mod/connedit.php:405 +#: ../../mod/connedit.php:411 msgid "Accept connection to allow communication" msgstr "Aceite a conexão para permitir comunicação" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 msgid "Automatic Permissions Settings" msgstr "Configurações de permissão automáticas" -#: ../../mod/connedit.php:421 +#: ../../mod/connedit.php:427 #, php-format msgid "Connections: settings for %s" msgstr "Conexões: configurações para %s" -#: ../../mod/connedit.php:425 +#: ../../mod/connedit.php:431 msgid "" "When receiving a channel introduction, any permissions provided here will be" " applied to the new connection automatically and the introduction approved. " "Leave this page if you do not wish to use this feature." msgstr "Ao receber uma apresentação de um canal, quaisquer permissões definidas aqui serão automaticamente aplicadas à nova conexão e a apresentação aprovada. Deixe esta página se você não quer usar este recurso." -#: ../../mod/connedit.php:427 +#: ../../mod/connedit.php:433 msgid "Slide to adjust your degree of friendship" msgstr "Deslize para ajustar seu grau de amizade" -#: ../../mod/connedit.php:433 +#: ../../mod/connedit.php:439 msgid "inherited" msgstr "herdado" -#: ../../mod/connedit.php:435 +#: ../../mod/connedit.php:441 msgid "Connection has no individual permissions!" msgstr "A conexão não tem permissões individuais!" -#: ../../mod/connedit.php:436 +#: ../../mod/connedit.php:442 msgid "" "This may be appropriate based on your <a href=\"settings\">privacy " "settings</a>, though you may wish to review the \"Advanced Permissions\"." msgstr "Isso pode ser adequado baseado nas suas <a href=\"settings\">configurações de privacidade</a>, mas talvez você queira rever suas \"Permissões Avançadas\"." -#: ../../mod/connedit.php:438 +#: ../../mod/connedit.php:444 msgid "Profile Visibility" msgstr "Visibilidade do perfil" -#: ../../mod/connedit.php:439 +#: ../../mod/connedit.php:445 #, php-format msgid "" "Please choose the profile you would like to display to %s when viewing your " "profile securely." msgstr "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro." -#: ../../mod/connedit.php:440 +#: ../../mod/connedit.php:446 msgid "Contact Information / Notes" msgstr "Informações de contato / Notas" -#: ../../mod/connedit.php:441 +#: ../../mod/connedit.php:447 msgid "Edit contact notes" msgstr "Editar anotações sobre o contato" -#: ../../mod/connedit.php:443 +#: ../../mod/connedit.php:449 msgid "Their Settings" msgstr "Configurações dele/a" -#: ../../mod/connedit.php:444 +#: ../../mod/connedit.php:450 msgid "My Settings" msgstr "Minhas configurações" -#: ../../mod/connedit.php:446 +#: ../../mod/connedit.php:452 msgid "Forum Members" msgstr "Membros do fórum" -#: ../../mod/connedit.php:447 +#: ../../mod/connedit.php:453 msgid "Soapbox" msgstr "Caixa de sabão" -#: ../../mod/connedit.php:448 +#: ../../mod/connedit.php:454 msgid "Full Sharing (typical social network permissions)" msgstr "Compartilhamento completo (permissões tÃpicas de redes sociais)" -#: ../../mod/connedit.php:449 +#: ../../mod/connedit.php:455 msgid "Cautious Sharing " msgstr "Compartilhamento cauteloso" -#: ../../mod/connedit.php:450 +#: ../../mod/connedit.php:456 msgid "Follow Only" msgstr "Apenas seguir" -#: ../../mod/connedit.php:451 +#: ../../mod/connedit.php:457 msgid "Individual Permissions" msgstr "Permissões individuais" -#: ../../mod/connedit.php:452 +#: ../../mod/connedit.php:458 msgid "" "Some permissions may be inherited from your channel <a " "href=\"settings\">privacy settings</a>, which have higher priority than " @@ -5245,85 +5343,81 @@ msgid "" "have no effect." msgstr "Algumas permissões serão herdadas das <a href=\"settings\">configurações de privacidade</a> do seu canal, e terão prioridade sobre as configurações individuais. Modificar nesta página tais configurações herdadas não surtirá efeito algum." -#: ../../mod/connedit.php:453 +#: ../../mod/connedit.php:459 msgid "Advanced Permissions" msgstr "Permissões avançadas" -#: ../../mod/connedit.php:454 +#: ../../mod/connedit.php:460 msgid "Simple Permissions (select one and submit)" msgstr "Permissões simples (slecione uma e submeta)" -#: ../../mod/connedit.php:458 +#: ../../mod/connedit.php:464 #, php-format msgid "Visit %s's profile - %s" msgstr "Ver o perfil de %s - %s" -#: ../../mod/connedit.php:459 +#: ../../mod/connedit.php:465 msgid "Block/Unblock contact" msgstr "Bloquear/desbloquear o contato" -#: ../../mod/connedit.php:460 +#: ../../mod/connedit.php:466 msgid "Ignore contact" msgstr "Ignorar o contato" -#: ../../mod/connedit.php:461 +#: ../../mod/connedit.php:467 msgid "Repair URL settings" msgstr "Reparar configurações de URL" -#: ../../mod/connedit.php:462 +#: ../../mod/connedit.php:468 msgid "View conversations" msgstr "Ver as conversas" -#: ../../mod/connedit.php:464 +#: ../../mod/connedit.php:470 msgid "Delete contact" msgstr "Excluir o contato" -#: ../../mod/connedit.php:467 +#: ../../mod/connedit.php:473 msgid "Last update:" msgstr "Última atualização:" -#: ../../mod/connedit.php:469 +#: ../../mod/connedit.php:475 msgid "Update public posts" msgstr "Atualizar publicações públicas" -#: ../../mod/connedit.php:471 +#: ../../mod/connedit.php:477 msgid "Update now" msgstr "Atualizar agora" -#: ../../mod/connedit.php:477 +#: ../../mod/connedit.php:483 msgid "Currently blocked" msgstr "Atualmente bloqueado" -#: ../../mod/connedit.php:478 +#: ../../mod/connedit.php:484 msgid "Currently ignored" msgstr "Atualmente ignorado" -#: ../../mod/connedit.php:479 +#: ../../mod/connedit.php:485 msgid "Currently archived" msgstr "Atualmente arquivado" -#: ../../mod/connedit.php:480 +#: ../../mod/connedit.php:486 msgid "Currently pending" msgstr "Atualmente pendente" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "Hide this contact from others" msgstr "Esconda este contato dos demais" -#: ../../mod/connedit.php:481 +#: ../../mod/connedit.php:487 msgid "" "Replies/likes to your public posts <strong>may</strong> still be visible" msgstr "Respostas/reações à s suas publicações públicas <strong>podem</strong> continuar visÃveis." -#: ../../mod/layouts.php:45 -msgid "Layout Help" -msgstr "Ajuda de layout" - -#: ../../mod/layouts.php:48 +#: ../../mod/layouts.php:62 msgid "Help with this feature" msgstr "Ajuda com este recurso" -#: ../../mod/layouts.php:69 +#: ../../mod/layouts.php:83 msgid "Layout Name" msgstr "Nome do layout" @@ -5336,7 +5430,7 @@ msgid "Not Found" msgstr "Não encontrada" #: ../../mod/help.php:72 ../../mod/page.php:83 ../../mod/display.php:100 -#: ../../index.php:226 +#: ../../mod/block.php:75 ../../index.php:226 msgid "Page not found." msgstr "Página não encontrada." @@ -5366,7 +5460,7 @@ msgstr "Entre o endereço do seu canal (e.g. canal@exemplo.com)" msgid "Authenticate" msgstr "Autenticar" -#: ../../mod/page.php:35 +#: ../../mod/page.php:35 ../../mod/block.php:27 msgid "Invalid item." msgstr "Item inválido." @@ -5374,23 +5468,23 @@ msgstr "Item inválido." msgid "No such group" msgstr "Este grupo não existe" -#: ../../mod/network.php:118 +#: ../../mod/network.php:119 msgid "Search Results For:" msgstr "Resultados da busca por:" -#: ../../mod/network.php:172 +#: ../../mod/network.php:173 msgid "Collection is empty" msgstr "A coleção está vazia" -#: ../../mod/network.php:180 +#: ../../mod/network.php:181 msgid "Collection: " msgstr "Coleção:" -#: ../../mod/network.php:193 +#: ../../mod/network.php:194 msgid "Connection: " msgstr "Conexão:" -#: ../../mod/network.php:196 +#: ../../mod/network.php:197 msgid "Invalid connection." msgstr "Conexão inválida." @@ -5463,10 +5557,6 @@ msgstr "Página web" msgid "Interests" msgstr "Interesses" -#: ../../mod/profiles.php:337 -msgid "Address" -msgstr "Endereço" - #: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 msgid "Location" msgstr "Localização" @@ -5642,21 +5732,6 @@ msgstr "Adicionar coisas ao perfil" msgid "Include desirable objects in your profile" msgstr "Inclua objetos desejáveis no seu perfil" -#: ../../mod/follow.php:25 -msgid "Channel added." -msgstr "Canal adicionado." - -#: ../../mod/post.php:226 -msgid "" -"Remote authentication blocked. You are logged into this site locally. Please" -" logout and retry." -msgstr "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente." - -#: ../../mod/post.php:256 ../../mod/openid.php:71 ../../mod/openid.php:176 -#, php-format -msgid "Welcome %s. Remote authentication successful." -msgstr "Bem vindo %s. Autenticação remota realizada com sucesso." - #: ../../mod/dirsearch.php:21 msgid "This site is not a directory server" msgstr "Este site não é um servidor de diretório" @@ -5667,7 +5742,7 @@ msgstr "Falha ao criar a fonte. Nenhum canal selecionado." #: ../../mod/sources.php:45 msgid "Source created." -msgstr "Fonte criada." +msgstr "A fonte foi criada." #: ../../mod/sources.php:57 msgid "Source updated." @@ -5736,346 +5811,346 @@ msgstr "VisÃvel para:" msgid "Hub not found." msgstr "O hub não foi encontrado." -#: ../../mod/setup.php:161 +#: ../../mod/setup.php:162 msgid "Red Matrix Server - Setup" msgstr "Servidor Red Matrix - Configuração" -#: ../../mod/setup.php:167 +#: ../../mod/setup.php:168 msgid "Could not connect to database." msgstr "Não foi possÃvel conectar ao banco de dados." -#: ../../mod/setup.php:171 +#: ../../mod/setup.php:172 msgid "" "Could not connect to specified site URL. Possible SSL certificate or DNS " "issue." msgstr "Não foi possÃvel conectar à URL especificada para o site. Provavlmente um problema de DNS ou com o certificado SSL." -#: ../../mod/setup.php:176 +#: ../../mod/setup.php:179 msgid "Could not create table." msgstr "Não foi possÃvel criar a tabela." -#: ../../mod/setup.php:182 +#: ../../mod/setup.php:185 msgid "Your site database has been installed." msgstr "O banco de dados do seu site foi instalado." -#: ../../mod/setup.php:187 +#: ../../mod/setup.php:190 msgid "" "You may need to import the file \"install/database.sql\" manually using " "phpmyadmin or mysql." msgstr "Pode ser que você precise importar o arquivo \"install/database.sql\" manualmente, usando o phpmyadmin or mysql." -#: ../../mod/setup.php:188 ../../mod/setup.php:257 ../../mod/setup.php:609 +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:634 msgid "Please see the file \"install/INSTALL.txt\"." msgstr "Por favor, veja o arquivo \"install/INSTALL.txt\"." -#: ../../mod/setup.php:254 +#: ../../mod/setup.php:257 msgid "System check" msgstr "Checagem do sistema" -#: ../../mod/setup.php:259 +#: ../../mod/setup.php:262 msgid "Check again" msgstr "Cheque novamente" -#: ../../mod/setup.php:281 +#: ../../mod/setup.php:284 msgid "Database connection" msgstr "Conexão ao banco de dados" -#: ../../mod/setup.php:282 +#: ../../mod/setup.php:285 msgid "" "In order to install Red Matrix we need to know how to connect to your " "database." msgstr "Para instalar a Red Matrix é necessário saber como se conectar ao seu banco de dados." -#: ../../mod/setup.php:283 +#: ../../mod/setup.php:286 msgid "" "Please contact your hosting provider or site administrator if you have " "questions about these settings." msgstr "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a isso." -#: ../../mod/setup.php:284 +#: ../../mod/setup.php:287 msgid "" "The database you specify below should already exist. If it does not, please " "create it before continuing." msgstr "O banco de dados que você especificar abaixo já deve existir. Caso contrário, crie-o antes de prosseguir." -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Database Server Name" msgstr "Nome do servidor de banco de dados" -#: ../../mod/setup.php:288 +#: ../../mod/setup.php:291 msgid "Default is localhost" msgstr "O default é localhost" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Database Port" msgstr "Porta do banco de dados" -#: ../../mod/setup.php:289 +#: ../../mod/setup.php:292 msgid "Communication port number - use 0 for default" msgstr "Número da porta de comunicação - use 0 para o default" -#: ../../mod/setup.php:290 +#: ../../mod/setup.php:293 msgid "Database Login Name" msgstr "Nome do usuário do banco de dados" -#: ../../mod/setup.php:291 +#: ../../mod/setup.php:294 msgid "Database Login Password" msgstr "Senha do usuário do banco de dados" -#: ../../mod/setup.php:292 +#: ../../mod/setup.php:295 msgid "Database Name" msgstr "Nome do banco de dados" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "Site administrator email address" msgstr "Endereço de email do administrador do site" -#: ../../mod/setup.php:294 ../../mod/setup.php:336 +#: ../../mod/setup.php:297 ../../mod/setup.php:339 msgid "" "Your account email address must match this in order to use the web admin " "panel." msgstr "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web." -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Website URL" msgstr "URL do website" -#: ../../mod/setup.php:295 ../../mod/setup.php:338 +#: ../../mod/setup.php:298 ../../mod/setup.php:341 msgid "Please use SSL (https) URL if available." msgstr "Por favor, use uma URL SSL (https) se disponÃvel." -#: ../../mod/setup.php:298 ../../mod/setup.php:341 +#: ../../mod/setup.php:301 ../../mod/setup.php:344 msgid "Please select a default timezone for your website" msgstr "Por favor, selecione o fuso horário padrão para o seu site" -#: ../../mod/setup.php:325 +#: ../../mod/setup.php:328 msgid "Site settings" msgstr "Configurações do site" -#: ../../mod/setup.php:384 +#: ../../mod/setup.php:387 msgid "Could not find a command line version of PHP in the web server PATH." msgstr "Não foi possÃvel encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web." -#: ../../mod/setup.php:385 +#: ../../mod/setup.php:388 msgid "" "If you don't have a command line version of PHP installed on server, you " "will not be able to run background polling via cron." msgstr "Caso você não tenha uma versão de linha de comando do PHP instalada no seu servidor, você não será capaz de executar coletas em segundo plano pelo cron." -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "PHP executable path" msgstr "Caminho para o executável do PHP" -#: ../../mod/setup.php:389 +#: ../../mod/setup.php:392 msgid "" "Enter full path to php executable. You can leave this blank to continue the " "installation." msgstr "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação." -#: ../../mod/setup.php:394 +#: ../../mod/setup.php:397 msgid "Command line PHP" msgstr "PHP em linha de comando" -#: ../../mod/setup.php:403 +#: ../../mod/setup.php:406 msgid "" "The command line version of PHP on your system does not have " "\"register_argc_argv\" enabled." msgstr "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema." -#: ../../mod/setup.php:404 +#: ../../mod/setup.php:407 msgid "This is required for message delivery to work." msgstr "Isto é necessário para o funcionamento do envio de mensagens." -#: ../../mod/setup.php:406 +#: ../../mod/setup.php:409 msgid "PHP register_argc_argv" msgstr "PHP register_argc_argv" -#: ../../mod/setup.php:427 +#: ../../mod/setup.php:430 msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" msgstr "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia" -#: ../../mod/setup.php:428 +#: ../../mod/setup.php:431 msgid "" "If running under Windows, please see " "\"http://www.php.net/manual/en/openssl.installation.php\"." msgstr "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"." -#: ../../mod/setup.php:430 +#: ../../mod/setup.php:433 msgid "Generate encryption keys" msgstr "Gerar chaves de criptografia" -#: ../../mod/setup.php:437 +#: ../../mod/setup.php:440 msgid "libCurl PHP module" msgstr "Módulo PHP libCurl" -#: ../../mod/setup.php:438 +#: ../../mod/setup.php:441 msgid "GD graphics PHP module" msgstr "Módulo PHP GD graphics" -#: ../../mod/setup.php:439 +#: ../../mod/setup.php:442 msgid "OpenSSL PHP module" msgstr "Módulo PHP OpenSSL" -#: ../../mod/setup.php:440 +#: ../../mod/setup.php:443 msgid "mysqli PHP module" msgstr "Módulo PHP mysqli" -#: ../../mod/setup.php:441 +#: ../../mod/setup.php:444 msgid "mb_string PHP module" msgstr "Módulo PHP mb_string " -#: ../../mod/setup.php:442 +#: ../../mod/setup.php:445 msgid "mcrypt PHP module" msgstr "Módulo PHP mcrypt" -#: ../../mod/setup.php:447 ../../mod/setup.php:449 +#: ../../mod/setup.php:450 ../../mod/setup.php:452 msgid "Apache mod_rewrite module" msgstr "Módulo mod_rewrite do Apache" -#: ../../mod/setup.php:447 +#: ../../mod/setup.php:450 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado." -#: ../../mod/setup.php:453 ../../mod/setup.php:456 +#: ../../mod/setup.php:456 ../../mod/setup.php:459 msgid "proc_open" msgstr "proc_open" -#: ../../mod/setup.php:453 +#: ../../mod/setup.php:456 msgid "" "Error: proc_open is required but is either not installed or has been " "disabled in php.ini" msgstr "Erro: proc_open é necessário, mas não está instalado ou foi desabilitado no php.ini" -#: ../../mod/setup.php:461 +#: ../../mod/setup.php:464 msgid "Error: libCURL PHP module required but not installed." msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:465 +#: ../../mod/setup.php:468 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:469 +#: ../../mod/setup.php:472 msgid "Error: openssl PHP module required but not installed." msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:473 +#: ../../mod/setup.php:476 msgid "Error: mysqli PHP module required but not installed." msgstr "Erro: o módulo mysqli do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:477 +#: ../../mod/setup.php:480 msgid "Error: mb_string PHP module required but not installed." msgstr "Erro: o módulo mb_string do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:481 +#: ../../mod/setup.php:484 msgid "Error: mcrypt PHP module required but not installed." msgstr "Erro: o módulo mcrypt do PHP é necessário, mas não está instalado." -#: ../../mod/setup.php:497 +#: ../../mod/setup.php:500 msgid "" "The web installer needs to be able to create a file called \".htconfig.php\"" " in the top folder of your web server and it is unable to do so." msgstr "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo." -#: ../../mod/setup.php:498 +#: ../../mod/setup.php:501 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "Geralmente isso está relacionado à s definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta." -#: ../../mod/setup.php:499 +#: ../../mod/setup.php:502 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Red top folder." msgstr "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome .htconfig.php, na pasta raiz do seu Red." -#: ../../mod/setup.php:500 +#: ../../mod/setup.php:503 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"install/INSTALL.txt\" for instructions." msgstr "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"install/INSTALL.TXT\" para instruções." -#: ../../mod/setup.php:503 +#: ../../mod/setup.php:506 msgid ".htconfig.php is writable" msgstr ".htconfig.php tem permissão de escrita" -#: ../../mod/setup.php:513 +#: ../../mod/setup.php:516 msgid "" "Red uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Red usa o engine de template Smarty3 para renderizar suas telas. Smarty3 compila templates para PHP para acelerar a renderização." -#: ../../mod/setup.php:514 +#: ../../mod/setup.php:517 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/tpl/smarty3/ under the Red top level " "folder." msgstr "Para guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório view/tpl/smarty3/ dentro do diretório raiz da Red." -#: ../../mod/setup.php:515 ../../mod/setup.php:533 +#: ../../mod/setup.php:518 ../../mod/setup.php:536 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Por favor, certifique-se de que o usuário sob o qual o servidor web roda (ex: www-data) tenha permissão de escrita nesse diretório." -#: ../../mod/setup.php:516 +#: ../../mod/setup.php:519 msgid "" "Note: as a security measure, you should give the web server write access to " "view/tpl/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Nota: como uma medida de segurança, você deve fornecer ao servidor web permissão de escrita somente em view/tpl/smarty3/ e não aos arquivos de template (.tpl) que ele contém." -#: ../../mod/setup.php:519 +#: ../../mod/setup.php:522 msgid "view/tpl/smarty3 is writable" msgstr "view/tpl/smarty3 tem permissão de escrita" -#: ../../mod/setup.php:532 +#: ../../mod/setup.php:535 msgid "" "Red uses the store directory to save uploaded files. The web server needs to" " have write access to the store directory under the Red top level folder" msgstr "A Red usa o diretório store para salvar arquivos carregados. O servidor web necessita de permissão de escrita no diretório store dentro do diretório raiz da Red" -#: ../../mod/setup.php:536 +#: ../../mod/setup.php:539 msgid "store is writable" msgstr "store tem permissão de escrita" -#: ../../mod/setup.php:551 +#: ../../mod/setup.php:554 msgid "SSL certificate validation" msgstr "Validação do certificado SSL" -#: ../../mod/setup.php:551 +#: ../../mod/setup.php:554 msgid "" "SSL certificate cannot be validated. Fix certificate or disable https access" " to this site." msgstr "Não foi possÃvel validar o certificado SSL. Corrija o certificado ou desabilite o acesso via https ao site." -#: ../../mod/setup.php:558 +#: ../../mod/setup.php:561 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "A reescrita de URLs não está funcionando no .htaccess. Verifique as configurações do servidor." -#: ../../mod/setup.php:560 +#: ../../mod/setup.php:563 msgid "Url rewrite is working" msgstr "A reescrita de URLs está funcionando" -#: ../../mod/setup.php:570 +#: ../../mod/setup.php:573 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "Não foi possÃvel gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web." -#: ../../mod/setup.php:594 +#: ../../mod/setup.php:597 msgid "Errors encountered creating database tables." msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados." -#: ../../mod/setup.php:607 +#: ../../mod/setup.php:632 msgid "<h1>What next</h1>" msgstr "<h1>Próximos passos</h1>" -#: ../../mod/setup.php:608 +#: ../../mod/setup.php:633 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "poller." @@ -6094,57 +6169,37 @@ msgstr "Plugins/complementos/aplicações instalados:" msgid "No installed plugins/addons/apps" msgstr "Nenhum plugin/complemento/aplicação instalado" -#: ../../mod/siteinfo.php:93 -msgid "Project Donations" -msgstr "Doações para o projeto" - -#: ../../mod/siteinfo.php:94 -msgid "" -"<p>The Red Matrix is provided for you by volunteers working in their spare " -"time. Your support will help us to build a better, freer, and privacy " -"respecting web. Select the following option for a one-time donation of your " -"choosing</p>" -msgstr "<p>A Red Matrix é oferecida a você por voluntários trabalhando no seu tempo livre. Seu apoio irá nos ajudar a construir uma web melhor, mais livre e com respeito à privacidade. Selecione uma das opções abaixo para realizar uma única doação de sua escolha:</p>" - -#: ../../mod/siteinfo.php:95 -msgid "<p>or</p>" -msgstr "<p>ou</p>" - -#: ../../mod/siteinfo.php:96 -msgid "Recurring Donation Options" -msgstr "Opções para doações recorrentes" - -#: ../../mod/siteinfo.php:115 +#: ../../mod/siteinfo.php:97 msgid "Red" msgstr "Red" -#: ../../mod/siteinfo.php:116 +#: ../../mod/siteinfo.php:98 msgid "" "This is a hub of the Red Matrix - a global cooperative network of " "decentralised privacy enhanced websites." msgstr "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada." -#: ../../mod/siteinfo.php:119 +#: ../../mod/siteinfo.php:101 msgid "Running at web location" msgstr "Sendo executado no endereço web" -#: ../../mod/siteinfo.php:120 +#: ../../mod/siteinfo.php:102 msgid "" "Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " "about the Red Matrix." msgstr "Para aprender mais sobre a Red Matrix, visite <a href=\"http://getzot.com\">GetZot.com</a>." -#: ../../mod/siteinfo.php:121 +#: ../../mod/siteinfo.php:103 msgid "Bug reports and issues: please visit" msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" -#: ../../mod/siteinfo.php:124 +#: ../../mod/siteinfo.php:106 msgid "" "Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " "com" msgstr "Sugestões, elogios, etc - mande um e-mail para \"redmatrix\" arrôba librelist ponto com" -#: ../../mod/siteinfo.php:126 +#: ../../mod/siteinfo.php:108 msgid "Site Administrators" msgstr "Administradores do site" @@ -6202,7 +6257,7 @@ msgid "" "Password reset failed." msgstr "Não foi possÃvel verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi restaurada." -#: ../../mod/lostpass.php:85 ../../boot.php:1436 +#: ../../mod/lostpass.php:85 ../../boot.php:1454 msgid "Password Reset" msgstr "Reiniciar a senha" @@ -6491,6 +6546,11 @@ msgstr "Enviar resposta" msgid "OpenID protocol error. No ID returned." msgstr "Erro do protocolo OpenID. Nenhuma ID retornada." +#: ../../mod/openid.php:72 ../../mod/openid.php:178 ../../mod/post.php:257 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Bem vindo %s. Autenticação remota realizada com sucesso." + #: ../../mod/editlayout.php:72 msgid "Edit Layout" msgstr "Editar layout" @@ -6503,6 +6563,17 @@ msgstr "Deletar layout?" msgid "Delete Layout" msgstr "Deletar layout" +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente." + +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Carregar o URL retorna o erro: %1$s" + #: ../../mod/profile_photo.php:44 msgid "Image uploaded but image cropping failed." msgstr "A imagem foi enviada, mas não foi possÃvel cortá-la." @@ -6579,76 +6650,84 @@ msgstr "Não foi possÃvel enviar a imagem." msgid "Image size reduction [%s] failed." msgstr "Não foi possÃvel reduzir o tamanho da imagem [%s]." -#: ../../mod/connections.php:191 ../../mod/connections.php:263 +#: ../../mod/connections.php:191 ../../mod/connections.php:269 msgid "Blocked" msgstr "Bloqueado" -#: ../../mod/connections.php:196 ../../mod/connections.php:270 +#: ../../mod/connections.php:196 ../../mod/connections.php:276 msgid "Ignored" msgstr "Ignorado" -#: ../../mod/connections.php:201 ../../mod/connections.php:284 +#: ../../mod/connections.php:201 ../../mod/connections.php:290 msgid "Hidden" msgstr "Oculto" -#: ../../mod/connections.php:206 ../../mod/connections.php:277 +#: ../../mod/connections.php:206 ../../mod/connections.php:283 msgid "Archived" msgstr "Arquivado" -#: ../../mod/connections.php:217 +#: ../../mod/connections.php:217 ../../mod/connections.php:297 +msgid "Unconnected" +msgstr "Não conectado" + +#: ../../mod/connections.php:222 msgid "All" msgstr "Todos" -#: ../../mod/connections.php:241 +#: ../../mod/connections.php:247 msgid "Suggest new connections" msgstr "Sugerir novas conexões" -#: ../../mod/connections.php:247 +#: ../../mod/connections.php:253 msgid "Show pending (new) connections" msgstr "Exibir conexões pendentes (novas)" -#: ../../mod/connections.php:253 +#: ../../mod/connections.php:259 msgid "Show all connections" msgstr "Exibir todas as conexões" -#: ../../mod/connections.php:256 +#: ../../mod/connections.php:262 msgid "Unblocked" msgstr "Não bloqueado" -#: ../../mod/connections.php:259 +#: ../../mod/connections.php:265 msgid "Only show unblocked connections" msgstr "Exibir apenas conexões não bloqueadas" -#: ../../mod/connections.php:266 +#: ../../mod/connections.php:272 msgid "Only show blocked connections" msgstr "Exibir apenas conexões bloqueadas" -#: ../../mod/connections.php:273 +#: ../../mod/connections.php:279 msgid "Only show ignored connections" msgstr "Exibir apenas conexões ignoradas" -#: ../../mod/connections.php:280 +#: ../../mod/connections.php:286 msgid "Only show archived connections" msgstr "Exibir apenas conexões arquivadas" -#: ../../mod/connections.php:287 +#: ../../mod/connections.php:293 msgid "Only show hidden connections" msgstr "Exibir apenas conexões ocultas" -#: ../../mod/connections.php:331 +#: ../../mod/connections.php:300 +msgid "Only show one-way connections" +msgstr "Exibir apenas conexões de mão única" + +#: ../../mod/connections.php:345 #, php-format msgid "%1$s [%2$s]" msgstr "%1$s [%2$s]" -#: ../../mod/connections.php:332 +#: ../../mod/connections.php:346 msgid "Edit contact" msgstr "Editar o contato" -#: ../../mod/connections.php:355 +#: ../../mod/connections.php:369 msgid "Search your connections" msgstr "Pesquisar em suas conexões" -#: ../../mod/connections.php:356 +#: ../../mod/connections.php:370 msgid "Finding: " msgstr "Pesquisando: " @@ -6688,7 +6767,7 @@ msgstr "Editar página web" msgid "Delete webpage?" msgstr "Deletar página web?" -#: ../../mod/editwebpage.php:189 +#: ../../mod/editwebpage.php:188 msgid "Delete Webpage" msgstr "Deletar página web" @@ -6696,6 +6775,10 @@ msgstr "Deletar página web" msgid "Access to this profile has been restricted." msgstr "O acesso a este perfil está restrito." +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Canal adicionado." + #: ../../mod/poke.php:159 msgid "Poke/Prod" msgstr "Cutucar/Espetar" @@ -6720,18 +6803,6 @@ msgstr "Torne esta publicação privada" msgid "Insufficient permissions. Request redirected to profile page." msgstr "Permissões insuficientes. Requisição redirecionada para a página de perfil." -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Não disponÃvel." - -#: ../../mod/community.php:32 -msgid "Community" -msgstr "Comunidade" - -#: ../../mod/community.php:63 ../../mod/community.php:88 -msgid "No results." -msgstr "Nenhum resultado." - #: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 msgid "Contact not found." msgstr "O contato não foi encontrado." @@ -6749,15 +6820,15 @@ msgstr "Sugerir amigos" msgid "Suggest a friend for %s" msgstr "Sugerir um amigo para %s" -#: ../../mod/editblock.php:86 +#: ../../mod/editblock.php:77 msgid "Edit Block" msgstr "Editar bloco" -#: ../../mod/editblock.php:96 +#: ../../mod/editblock.php:87 msgid "Delete block?" msgstr "Deletar bloco?" -#: ../../mod/editblock.php:163 +#: ../../mod/editblock.php:154 msgid "Delete Block" msgstr "Deletar bloco" @@ -6797,8 +6868,8 @@ msgstr "O arquivo não foi encontrado." msgid "Edit file permissions" msgstr "Editar permissões do arquivo" -#: ../../mod/filestorage.php:124 ../../mod/photos.php:607 -#: ../../mod/photos.php:950 +#: ../../mod/filestorage.php:124 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 msgid "Permissions" msgstr "Permissões" @@ -6992,11 +7063,11 @@ msgstr "As informações do dono da pagina não puderam ser obtidas." msgid "Album not found." msgstr "O álbum não foi encontrado." -#: ../../mod/photos.php:119 ../../mod/photos.php:672 +#: ../../mod/photos.php:119 ../../mod/photos.php:671 msgid "Delete Album" msgstr "Excluir o álbum" -#: ../../mod/photos.php:159 ../../mod/photos.php:955 +#: ../../mod/photos.php:159 ../../mod/photos.php:954 msgid "Delete Photo" msgstr "Excluir a foto" @@ -7008,107 +7079,107 @@ msgstr "Não foi selecionada nenhuma foto" msgid "Access to this item is restricted." msgstr "O acesso a este item está restrito." -#: ../../mod/photos.php:577 +#: ../../mod/photos.php:576 #, php-format msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." msgstr "Você usou %1$.2f Mbytes de %2$.2f Mbytes de armazenamento de fotos." -#: ../../mod/photos.php:580 +#: ../../mod/photos.php:579 #, php-format msgid "You have used %1$.2f Mbytes of photo storage." msgstr "Você usou %1$.2f Mbytes de armazenamento de fotos." -#: ../../mod/photos.php:599 +#: ../../mod/photos.php:598 msgid "Upload Photos" msgstr "Enviar fotos" -#: ../../mod/photos.php:603 ../../mod/photos.php:667 +#: ../../mod/photos.php:602 ../../mod/photos.php:666 msgid "New album name: " msgstr "Novo nome de álbum: " -#: ../../mod/photos.php:604 +#: ../../mod/photos.php:603 msgid "or existing album name: " msgstr "ou nome de um álbum já existente: " -#: ../../mod/photos.php:605 +#: ../../mod/photos.php:604 msgid "Do not show a status post for this upload" msgstr "Não exibir uma publicação de status para este carregamento" -#: ../../mod/photos.php:656 ../../mod/photos.php:678 ../../mod/photos.php:1127 -#: ../../mod/photos.php:1142 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 msgid "Contact Photos" msgstr "Fotos dos contatos" -#: ../../mod/photos.php:682 +#: ../../mod/photos.php:681 msgid "Edit Album" msgstr "Editar o álbum" -#: ../../mod/photos.php:688 +#: ../../mod/photos.php:687 msgid "Show Newest First" msgstr "Exibir primeiro os mais recentes" -#: ../../mod/photos.php:690 +#: ../../mod/photos.php:689 msgid "Show Oldest First" msgstr "Exibir primeiro os mais antigos" -#: ../../mod/photos.php:733 ../../mod/photos.php:1174 +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 msgid "View Photo" msgstr "Ver a foto" -#: ../../mod/photos.php:779 +#: ../../mod/photos.php:778 msgid "Permission denied. Access to this item may be restricted." msgstr "Permissão negada. Acesso a este item pode estar restrito." -#: ../../mod/photos.php:781 +#: ../../mod/photos.php:780 msgid "Photo not available" msgstr "A foto não está disponÃvel" -#: ../../mod/photos.php:841 +#: ../../mod/photos.php:840 msgid "Use as profile photo" msgstr "Usar como uma foto de perfil" -#: ../../mod/photos.php:865 +#: ../../mod/photos.php:864 msgid "View Full Size" msgstr "Ver no tamanho real" -#: ../../mod/photos.php:939 +#: ../../mod/photos.php:938 msgid "Edit photo" msgstr "Editar a foto" -#: ../../mod/photos.php:941 +#: ../../mod/photos.php:940 msgid "Rotate CW (right)" msgstr "Rotacionar H (horário)" -#: ../../mod/photos.php:942 +#: ../../mod/photos.php:941 msgid "Rotate CCW (left)" msgstr "Rotacionar AH (anti-horário)" -#: ../../mod/photos.php:944 +#: ../../mod/photos.php:943 msgid "New album name" msgstr "Novo nome para o álbum" -#: ../../mod/photos.php:947 +#: ../../mod/photos.php:946 msgid "Caption" msgstr "Legenda" -#: ../../mod/photos.php:949 +#: ../../mod/photos.php:948 msgid "Add a Tag" msgstr "Adicionar uma etiqueta" -#: ../../mod/photos.php:952 +#: ../../mod/photos.php:951 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" -#: ../../mod/photos.php:1105 +#: ../../mod/photos.php:1104 msgid "In This Photo:" msgstr "Nesta foto:" -#: ../../mod/photos.php:1180 +#: ../../mod/photos.php:1179 msgid "View Album" msgstr "Ver álbum" -#: ../../mod/photos.php:1189 +#: ../../mod/photos.php:1188 msgid "Recent Photos" msgstr "Fotos recentes" @@ -7132,233 +7203,257 @@ msgstr "adicionou seu canal" msgid "posted an event" msgstr "publicou um evento" -#: ../../view/theme/redbasic/php/config.php:78 -msgid "Scheme Default" -msgstr "Padrão do esquema" - -#: ../../view/theme/redbasic/php/config.php:89 -msgid "silver" -msgstr "prata" - -#: ../../view/theme/redbasic/php/config.php:100 -#: ../../view/theme/apw/php/config.php:250 +#: ../../view/theme/redbasic/php/config.php:96 +#: ../../view/theme/apw/php/config.php:259 #: ../../view/theme/blogga/view/theme/blog/config.php:69 #: ../../view/theme/blogga/php/config.php:69 msgid "Theme settings" msgstr "Configurações de tema" -#: ../../view/theme/redbasic/php/config.php:101 -#: ../../view/theme/apw/php/config.php:251 +#: ../../view/theme/redbasic/php/config.php:97 +#: ../../view/theme/apw/php/config.php:260 msgid "Set scheme" msgstr "Definir esquema" -#: ../../view/theme/redbasic/php/config.php:102 +#: ../../view/theme/redbasic/php/config.php:98 msgid "Narrow navbar" msgstr "Barra de navegação estreita" +#: ../../view/theme/redbasic/php/config.php:99 +msgid "Navigation bar background colour" +msgstr "Cor de fundo da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:100 +msgid "Navigation bar gradient top colour" +msgstr "Cor no topo de gradiente da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:101 +msgid "Navigation bar gradient bottom colour" +msgstr "Cor na base de gradiente da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Navigation active button gradient top colour" +msgstr "Cor no topo de gradiente de botão ativo de navegação" + #: ../../view/theme/redbasic/php/config.php:103 -msgid "Navigation bar colour" -msgstr "Cor da barra de navegação" +msgid "Navigation active button gradient bottom colour" +msgstr "Cor na base de gradiente de botão ativo de navegação" #: ../../view/theme/redbasic/php/config.php:104 +msgid "Navigation bar border colour " +msgstr "Cor de borda da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation bar icon colour " +msgstr "Cor de Ãcone da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation bar active icon colour " +msgstr "Cor de Ãcone ativo da barra de navegação" + +#: ../../view/theme/redbasic/php/config.php:107 msgid "link colour" msgstr "cor dos links" -#: ../../view/theme/redbasic/php/config.php:105 +#: ../../view/theme/redbasic/php/config.php:108 msgid "Set font-colour for banner" msgstr "Definir a cor da fonte para o cartaz" -#: ../../view/theme/redbasic/php/config.php:106 +#: ../../view/theme/redbasic/php/config.php:109 msgid "Set the background colour" msgstr "Definir a cor do pano de fundo" -#: ../../view/theme/redbasic/php/config.php:107 +#: ../../view/theme/redbasic/php/config.php:110 msgid "Set the background image" msgstr "Definir a imagem do pano de fundo" -#: ../../view/theme/redbasic/php/config.php:108 +#: ../../view/theme/redbasic/php/config.php:111 msgid "Set the background colour of items" msgstr "Definir a cor de fundo dos items" -#: ../../view/theme/redbasic/php/config.php:109 +#: ../../view/theme/redbasic/php/config.php:112 msgid "Set the opacity of items" msgstr "Definir a opacidade de items" -#: ../../view/theme/redbasic/php/config.php:110 +#: ../../view/theme/redbasic/php/config.php:113 msgid "Set the basic colour for item icons" msgstr "Definir a cor básica para Ãcones de itens" -#: ../../view/theme/redbasic/php/config.php:111 +#: ../../view/theme/redbasic/php/config.php:114 msgid "Set the hover colour for item icons" msgstr "Definir a cor para Ãcones de itens quando que o mouse está sobre eles" -#: ../../view/theme/redbasic/php/config.php:112 +#: ../../view/theme/redbasic/php/config.php:115 msgid "Set font-size for the entire application" msgstr "Definir o tamanho da fonte para a aplicação como um todo" -#: ../../view/theme/redbasic/php/config.php:113 -#: ../../view/theme/apw/php/config.php:252 +#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/apw/php/config.php:261 msgid "Set font-size for posts and comments" msgstr "Definir o tamanho da fonte para publicações e comentários" -#: ../../view/theme/redbasic/php/config.php:114 +#: ../../view/theme/redbasic/php/config.php:117 msgid "Set font-colour for posts and comments" msgstr "Definir a cor da fonte para publicações e comentários" -#: ../../view/theme/redbasic/php/config.php:115 +#: ../../view/theme/redbasic/php/config.php:118 msgid "Set radius of corners" msgstr "Definir o raio de curvatura dos cantos" -#: ../../view/theme/redbasic/php/config.php:116 +#: ../../view/theme/redbasic/php/config.php:119 msgid "Set shadow depth of photos" msgstr "Definir a profundidade de sombra das fotos" -#: ../../view/theme/redbasic/php/config.php:117 +#: ../../view/theme/redbasic/php/config.php:120 msgid "Set maximum width of conversation regions" msgstr "Definir a largura máxima da área de conversas" -#: ../../view/theme/redbasic/php/config.php:118 +#: ../../view/theme/redbasic/php/config.php:121 msgid "Set minimum opacity of nav bar - to hide it" msgstr "Definir opacidade mÃnima para a barra de navegação - para escondê-la" -#: ../../view/theme/redbasic/php/config.php:119 +#: ../../view/theme/redbasic/php/config.php:122 msgid "Set size of conversation author photo" msgstr "Definir o tamanho da foto do autor da conversa" -#: ../../view/theme/redbasic/php/config.php:120 +#: ../../view/theme/redbasic/php/config.php:123 msgid "Set size of followup author photos" msgstr "Definir o tamanho da foto dos autores de comentários" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:124 msgid "Sloppy photo albums" msgstr "Ãlbuns de fotos desleixados" -#: ../../view/theme/redbasic/php/config.php:121 +#: ../../view/theme/redbasic/php/config.php:124 msgid "Are you a clean desk or a messy desk person?" msgstr "Sua mesa é do tipo limpinha ou bagunçada?" -#: ../../view/theme/apw/php/config.php:193 -#: ../../view/theme/apw/php/config.php:227 +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 msgid "Schema Default" msgstr "Padrão do esquema" -#: ../../view/theme/apw/php/config.php:194 +#: ../../view/theme/apw/php/config.php:203 msgid "Sans-Serif" msgstr "Sans-Serif" -#: ../../view/theme/apw/php/config.php:195 +#: ../../view/theme/apw/php/config.php:204 msgid "Monospace" msgstr "Monoespaçada" -#: ../../view/theme/apw/php/config.php:253 +#: ../../view/theme/apw/php/config.php:262 msgid "Set font face" msgstr "Definir a face da fonte" -#: ../../view/theme/apw/php/config.php:254 +#: ../../view/theme/apw/php/config.php:263 msgid "Set iconset" msgstr "Definir o conjunto de Ãcones" -#: ../../view/theme/apw/php/config.php:255 +#: ../../view/theme/apw/php/config.php:264 msgid "Set big shadow size, default 15px 15px 15px" msgstr "Definir o tamanho da sombra grande, padrão 15px 15px 15px" -#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/apw/php/config.php:265 msgid "Set small shadow size, default 5px 5px 5px" msgstr "Definir o tamanho da sombra pequena, padrão 5px 5px 5px" -#: ../../view/theme/apw/php/config.php:257 +#: ../../view/theme/apw/php/config.php:266 msgid "Set shadow colour, default #000" msgstr "Definir a cor da sombra, padrão #000" -#: ../../view/theme/apw/php/config.php:258 +#: ../../view/theme/apw/php/config.php:267 msgid "Set radius size, default 5px" msgstr "Definir o tamanho do raio de curvatura, padrão 5px" -#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/apw/php/config.php:268 msgid "Set line-height for posts and comments" msgstr "Definir a altura da linha para publicações e comentários" -#: ../../view/theme/apw/php/config.php:260 +#: ../../view/theme/apw/php/config.php:269 msgid "Set background image" msgstr "Definir a imagem do pano de fundo" -#: ../../view/theme/apw/php/config.php:261 +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" +msgstr "Definir o anexo de pano de fundo" + +#: ../../view/theme/apw/php/config.php:271 msgid "Set background colour" msgstr "Definir a cor do pano de fundo" -#: ../../view/theme/apw/php/config.php:262 +#: ../../view/theme/apw/php/config.php:272 msgid "Set section background image" msgstr "Definir a imagem de fundo de seção" -#: ../../view/theme/apw/php/config.php:263 +#: ../../view/theme/apw/php/config.php:273 msgid "Set section background colour" msgstr "Definir a cor de fundo de seção" -#: ../../view/theme/apw/php/config.php:264 +#: ../../view/theme/apw/php/config.php:274 msgid "Set colour of items - use hex" msgstr "Definir a cor dos itens - use hex" -#: ../../view/theme/apw/php/config.php:265 +#: ../../view/theme/apw/php/config.php:275 msgid "Set colour of links - use hex" msgstr "Definir a cor dos links - use hex" -#: ../../view/theme/apw/php/config.php:266 +#: ../../view/theme/apw/php/config.php:276 msgid "Set max-width for items. Default 400px" msgstr "Definir a largura máxima para itens. Padrão 400px" -#: ../../view/theme/apw/php/config.php:267 +#: ../../view/theme/apw/php/config.php:277 msgid "Set min-width for items. Default 240px" msgstr "Definir a largura mÃnima para itens. Padrão 240px" -#: ../../view/theme/apw/php/config.php:268 +#: ../../view/theme/apw/php/config.php:278 msgid "Set the generic content wrapper width. Default 48%" msgstr "Definir a largura do envólucro para conteúdo genérico. Padrão 48%" -#: ../../view/theme/apw/php/config.php:269 +#: ../../view/theme/apw/php/config.php:279 msgid "Set colour of fonts - use hex" msgstr "Definir a cor das fontes - use hex" -#: ../../view/theme/apw/php/config.php:270 +#: ../../view/theme/apw/php/config.php:280 msgid "Set background-size element" msgstr "Definir o elemento <em>background-size</em>" -#: ../../view/theme/apw/php/config.php:271 +#: ../../view/theme/apw/php/config.php:281 msgid "Item opacity" msgstr "Opacidade de itens" -#: ../../view/theme/apw/php/config.php:272 +#: ../../view/theme/apw/php/config.php:282 msgid "Display post previews only" msgstr "Exibir apenas a pré-visualização de publicações" -#: ../../view/theme/apw/php/config.php:273 +#: ../../view/theme/apw/php/config.php:283 msgid "Display side bar on channel page" msgstr "Exibir a barra lateral na página do canal" -#: ../../view/theme/apw/php/config.php:274 +#: ../../view/theme/apw/php/config.php:284 msgid "Colour of the navigation bar" msgstr "Cor da barra de navegação" -#: ../../view/theme/apw/php/config.php:275 +#: ../../view/theme/apw/php/config.php:285 msgid "Item float" msgstr "Flutuação de item" -#: ../../view/theme/apw/php/config.php:276 +#: ../../view/theme/apw/php/config.php:286 msgid "Left offset of the section element" msgstr "Deslocamento esquerdo do elemento de seção" -#: ../../view/theme/apw/php/config.php:277 +#: ../../view/theme/apw/php/config.php:287 msgid "Right offset of the section element" msgstr "Deslocamento direito do elemento de seção" -#: ../../view/theme/apw/php/config.php:278 +#: ../../view/theme/apw/php/config.php:288 msgid "Section width" msgstr "largura de seção" -#: ../../view/theme/apw/php/config.php:279 +#: ../../view/theme/apw/php/config.php:289 msgid "Left offset of the aside" msgstr "Deslocamento esquerdo do aparte" -#: ../../view/theme/apw/php/config.php:280 +#: ../../view/theme/apw/php/config.php:290 msgid "Right offset of the aside element" msgstr "Deslocamento direito do aparte" @@ -7377,41 +7472,41 @@ msgstr "Imagem de cabeçalho" msgid "Header image only on profile pages" msgstr "Imagem de cabeçalho apenas em páginas de perfil" -#: ../../boot.php:1234 +#: ../../boot.php:1252 #, php-format msgid "Update %s failed. See error logs." msgstr "A atualização %s falhou. Veja os logs de erro." -#: ../../boot.php:1237 +#: ../../boot.php:1255 #, php-format msgid "Update Error at %s" msgstr "Erro de atualização em %s" -#: ../../boot.php:1401 +#: ../../boot.php:1419 msgid "" "Create an account to access services and applications within the Red Matrix" msgstr "Crie uma conta para acessar serviços e aplicações na Red Matrix" -#: ../../boot.php:1429 +#: ../../boot.php:1447 msgid "Password" msgstr "Senha" -#: ../../boot.php:1430 +#: ../../boot.php:1448 msgid "Remember me" msgstr "Lembrar de mim" -#: ../../boot.php:1435 +#: ../../boot.php:1453 msgid "Forgot your password?" msgstr "Esqueceu a sua senha?" -#: ../../boot.php:1500 +#: ../../boot.php:1518 msgid "permission denied" msgstr "permissão negada" -#: ../../boot.php:1501 +#: ../../boot.php:1519 msgid "Got Zot?" msgstr "Já tem Zot?" -#: ../../boot.php:1920 +#: ../../boot.php:1949 msgid "toggle mobile" msgstr "alternar para interface móvel" diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 439d6db9f..6dd38ea86 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -201,12 +201,11 @@ $a->strings["Blocks"] = "Blocos"; $a->strings["Menus"] = "Menus"; $a->strings["Layouts"] = "Layouts"; $a->strings["Pages"] = "Páginas"; -$a->strings["Image/photo"] = "Imagem/foto"; -$a->strings["Encrypted content"] = "Conteúdo criptografado"; -$a->strings["QR code"] = "código QR"; -$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escreveu a seguinte %2\$s %3\$s"; -$a->strings["post"] = "publicação"; -$a->strings["$1 wrote:"] = "$1 escreveu:"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "InÃcio:"; +$a->strings["Finishes:"] = "Fim:"; +$a->strings["Location:"] = "Localização:"; +$a->strings["Public Timeline"] = "Linha do tempo pública"; $a->strings["New window"] = "Nova janela"; $a->strings["Open the selected location in a different window or browser tab"] = "Abre a localização selecionada em outra aba ou janela"; $a->strings["General Features"] = "Recursos gerais"; @@ -301,10 +300,12 @@ $a->strings["second"] = "segundo"; $a->strings["seconds"] = "segundos"; $a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possÃvel localizar a informação de DNS para o servidor de banco de dados '%s'"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "InÃcio:"; -$a->strings["Finishes:"] = "Fim:"; -$a->strings["Location:"] = "Localização:"; +$a->strings["Image/photo"] = "Imagem/foto"; +$a->strings["Encrypted content"] = "Conteúdo criptografado"; +$a->strings["QR code"] = "código QR"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s escreveu a seguinte %2\$s %3\$s"; +$a->strings["post"] = "publicação"; +$a->strings["$1 wrote:"] = "$1 escreveu:"; $a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo com esse nome, anteriormente excluÃdo, foi reativado. Permissões de itens já existentes <strong>poderão</strong> ser aplicadas a esse grupo e qualquer futuros membros. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."; $a->strings["Default privacy group for new contacts"] = "Grupo de privacidade padrão para novos contatos"; $a->strings["All Channels"] = "Todos os canais"; @@ -324,6 +325,7 @@ $a->strings["Passwords do not match"] = "As senhas não correspondem"; $a->strings["everybody"] = "todos"; $a->strings["Secret Passphrase"] = "Frase secreta"; $a->strings["Passphrase hint"] = "Dica da frase secreta"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Atenção: permissões foram modificadas mas ainda não foram enviadas."; $a->strings["timeago.prefixAgo"] = "timeago.prefixAgo"; $a->strings["timeago.prefixFromNow"] = "timeago.prefixFromNow"; $a->strings["ago"] = "atrás"; @@ -442,6 +444,8 @@ $a->strings["Set expiration date"] = "Definir data de expiração"; $a->strings["Encrypt text"] = "Encriptar texto"; $a->strings["OK"] = "Ok"; $a->strings["Cancel"] = "Cancelar"; +$a->strings["External"] = "Externo"; +$a->strings["Imported public streams"] = "Fluxos públicos importados"; $a->strings["Commented Order"] = "Recentes e comentados"; $a->strings["Sort by Comment Date"] = "Ordenar pela data do último comentário"; $a->strings["Posted Order"] = "Recentemente publicados"; @@ -467,9 +471,10 @@ $a->strings["Manage Webpages"] = "Administrar páginas web"; $a->strings["Unable to obtain identity information from database"] = "Não foi possÃvel obter a informação da identidade a partir do banco de dados"; $a->strings["Empty name"] = "O nome está em branco"; $a->strings["Name too long"] = "O nome é muito grande"; -$a->strings["No account identifier"] = "Nenhuma identificação da conta"; +$a->strings["No account identifier"] = "Sem identificador de conta"; $a->strings["Nickname is required."] = "É necessário informar o apelido."; -$a->strings["Nickname has unsupported characters or is already being used on this site."] = "A identificação possui caracteres não suportados ou já está sendo usada nesse site."; +$a->strings["Reserved nickname. Please choose another."] = "Apelido reservado. Por favor escolha outro."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "O apelido possui caracteres não suportados ou já está sendo usado nesse site."; $a->strings["Unable to retrieve created identity"] = "Não foi possÃvel recuperar a identidade criada"; $a->strings["Default Profile"] = "Perfil padrão"; $a->strings["Requested channel is not available."] = "Canal solicitado não está disponÃvel."; @@ -497,8 +502,8 @@ $a->strings["Event Reminders"] = "Lembretes de eventos"; $a->strings["Events this week:"] = "Eventos nesta semana:"; $a->strings["Profile"] = "Perfil"; $a->strings["Full Name:"] = "Nome completo:"; -$a->strings["j F, Y"] = "j de F, Y"; -$a->strings["j F"] = "j de F"; +$a->strings["j F, Y"] = "j \\d\\e F, Y"; +$a->strings["j F"] = "j \\d\\e F"; $a->strings["Birthday:"] = "Aniversário:"; $a->strings["Age:"] = "Idade:"; $a->strings["for %1\$d %2\$s"] = "para %1\$d %2\$s"; @@ -554,9 +559,9 @@ $a->strings["Code"] = "Código"; $a->strings["Image"] = "Imagem"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "VÃdeo"; -$a->strings["Public Timeline"] = "Linha do tempo pública"; +$a->strings["Edit File properties"] = "Editar propriedades do arquivo"; $a->strings["view full size"] = "ver na tela inteira"; -$a->strings["created a new post"] = "criar uma nova publicação"; +$a->strings["created a new post"] = "criou uma nova publicação"; $a->strings["commented on %s's post"] = "comentou a publicação de %s"; $a->strings["Male"] = "Masculino"; $a->strings["Female"] = "Feminino"; @@ -620,6 +625,7 @@ $a->strings["Duplicate room name"] = "Nome da sala duplicado"; $a->strings["Invalid room specifier."] = "Especificador de sala inválido."; $a->strings["Room not found."] = "A sala não foi encontrada."; $a->strings["Room is full"] = "A sala está cheia"; +$a->strings["Default"] = "Default"; $a->strings["Tags"] = "Etiquetas"; $a->strings["Keywords"] = "Palavras-chave"; $a->strings["have"] = "tenho"; @@ -680,10 +686,10 @@ $a->strings["[Red:Notify] %s tagged your post"] = "[Red:Notify] %s etiquetou a s $a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s marcou seu post em %3\$s"; $a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s marcou [zrl=%3\$s]seu post[/zrl]"; $a->strings["[Red:Notify] Introduction received"] = "[Red:Notify] Você recebeu uma apresentação"; -$a->strings["%1\$s, you've received an introduction from '%2\$s' at %3\$s"] = "%1\$s, você recebeu uma apresentação de '%2\$s' em %3\$s"; -$a->strings["%1\$s, you've received [zrl=%2\$s]an introduction[/zrl] from %3\$s."] = "%1\$s, você recebeu [zrl=%2\$s]uma apresentação[/zrl] de %3\$s."; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, você recebeu uma nova solicitação de conexão de '%2\$s' em %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, você recebeu [zrl=%2\$s]uma nova solicitação de conexão[/zrl] de %3\$s."; $a->strings["You may visit their profile at %s"] = "Você pode visitar seu perfil em %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Por favor, visite %s para aprovar ou rejeitar a apresentação."; +$a->strings["Please visit %s to approve or reject the connection request."] = "Por favor, visite %s para aprovar ou rejeitar a solicitação."; $a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Notify] Foi recebida uma sugestão de amizade"; $a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, você recebeu uma sugestão de amizade de '%2\$s' em %3\$s"; $a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, você recebeu [zrl=%2\$s]uma sugestão de amizade[/zrl] com %3\$s de %4\$s."; @@ -695,11 +701,11 @@ $a->strings["Image file is empty."] = "O arquivo de imagem está vazio."; $a->strings["Unable to process image"] = "Não foi possÃvel processar a imagem"; $a->strings["Photo storage failed."] = "Não foi possÃvel armazenar a foto."; $a->strings["Upload New Photos"] = "Enviar novas fotos"; -$a->strings["Edit File properties"] = "Editar propriedades do arquivo"; $a->strings["%d invitation available"] = array( 0 => "%d convite disponÃvel", 1 => "%d convites disponÃveis", ); +$a->strings["Advanced"] = "Avançado"; $a->strings["Find Channels"] = "Pesquisar canais"; $a->strings["Enter name or interest"] = "Digite um nome ou interesse"; $a->strings["Connect/Follow"] = "Conectar/Acompanhar"; @@ -708,6 +714,8 @@ $a->strings["Find"] = "Pesquisar"; $a->strings["Channel Suggestions"] = "Sugestões de canais"; $a->strings["Random Profile"] = "Perfil aleatório"; $a->strings["Invite Friends"] = "Convidar amigos"; +$a->strings["Exammple: name=fred and country=iceland"] = "Exemplo: name=raoni and country=peru"; +$a->strings["Advanced Find"] = "Busca avançada"; $a->strings["%d connection in common"] = array( 0 => "%d conexão em comum", 1 => "%d conexões em comum", @@ -716,6 +724,14 @@ $a->strings["New Page"] = "Nova página"; $a->strings["Click here to upgrade."] = "Clique aqui para atualizar."; $a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite definido para o seu plano de assinatura."; $a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponÃvel para o seu plano de assinatura."; +$a->strings["Permission denied"] = "Permissão negada"; +$a->strings["(Unknown)"] = "(Desconhecido)"; +$a->strings["Item not found."] = "O item não foi encontrado."; +$a->strings["Collection not found."] = "A coleção não foi encontrada."; +$a->strings["Collection is empty."] = "A coleção está vazia."; +$a->strings["Collection: %s"] = "Coleção: %s"; +$a->strings["Connection: %s"] = "Conexão: %s"; +$a->strings["Connection not found."] = "A conexão não foi encontrada."; $a->strings["Channel is blocked on this site."] = "O canal está bloqueado neste site."; $a->strings["Channel location missing."] = "A localização do canal foi perdida"; $a->strings["Response from remote channel was incomplete."] = "A resposta do canal remoto está incompleta."; @@ -723,7 +739,6 @@ $a->strings["Channel discovery failed."] = "A descoberta de canais falhou."; $a->strings["local account not found."] = "a conta local não foi encontrada."; $a->strings["Cannot connect to yourself."] = "Não é possÃvel conectar-se consigo mesmo."; $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário ficou aberto por muito tempo (>3 horas) antes da sua submissão."; -$a->strings["Default"] = "Default"; $a->strings["Embedded content"] = "Conteúdo incorporado"; $a->strings["Embedding disabled"] = "A incorporação está desabilitada"; $a->strings["Can view my \"public\" stream and posts"] = "Pode ver meus fluxo e publicações \"públicos\""; @@ -732,12 +747,12 @@ $a->strings["Can view my \"public\" photo albums"] = "Pode ver meus álbuns de f $a->strings["Can view my \"public\" address book"] = "Pode ver meu livro de endereços \"público\""; $a->strings["Can view my \"public\" file storage"] = "Pode ver meu armazenamento de arquivos \"público\""; $a->strings["Can view my \"public\" pages"] = "Pode ver minhas páginas \"públicas\""; -$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seus fluxo e publicações"; +$a->strings["Can send me their channel stream and posts"] = "Pode me enviar seu fluxo e publicações"; $a->strings["Can post on my channel page (\"wall\")"] = "Pode publicar na página do meu canal (\"mural\")"; $a->strings["Can comment on my posts"] = "Pode comentar minhas publicações"; $a->strings["Can send me private mail messages"] = "Pode me enviar mensagens privadas"; $a->strings["Can post photos to my photo albums"] = "Pode publicar fotos nos meus álbuns de fotos"; -$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminha para todos os contatos do meu canal via @menções na publicação"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Pode encaminhar para todos os contatos do meu canal via @menções na publicação"; $a->strings["Advanced - useful for creating group forum channels"] = "Avançado - útil para criar canais de fóruns de grupos"; $a->strings["Can chat with me (when available)"] = "Pode conversar comigo (quando disponÃvei)"; $a->strings["Can write to my \"public\" file storage"] = "Pode escrever em meu armazenamento de arquivos \"público\""; @@ -747,14 +762,6 @@ $a->strings["Somewhat advanced - very useful in open communities"] = "Avançado $a->strings["Can send me bookmarks"] = "Pode me enviar links guardados"; $a->strings["Can administer my channel resources"] = "Pode administrar os recursos do meu canal"; $a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremamente avançado. Não mexa nisso a não ser que saiba o que está fazendo"; -$a->strings["Permission denied"] = "Permissão negada"; -$a->strings["(Unknown)"] = "(Desconhecido)"; -$a->strings["Item not found."] = "O item não foi encontrado."; -$a->strings["Collection not found."] = "A coleção não foi encontrada."; -$a->strings["Collection is empty."] = "A coleção está vazia."; -$a->strings["Collection: %s"] = "Coleção: %s"; -$a->strings["Connection: %s"] = "Conexão: %s"; -$a->strings["Connection not found."] = "A conexão não foi encontrada."; $a->strings["Invalid data packet"] = "Pacote de dados inválido"; $a->strings["Unable to verify channel signature"] = "Não foi possÃvel verificar a assinatura do canal"; $a->strings["Unable to verify site signature for %s"] = "Não foi possÃvel verificar a assinatura do site para %s"; @@ -863,6 +870,7 @@ $a->strings["Maximum of 100 items"] = "Máximo de 100 itens"; $a->strings["Don't show emoticons"] = "Não exibir emoticons"; $a->strings["Do not view remote profiles in frames"] = "Não exibir perfis remotos em frames"; $a->strings["By default open in a sub-window of your own site"] = "Por padrão, abrir em uma sub-janela do seu próprio site"; +$a->strings["System Page Layout Editor - (advanced)"] = "Editor de layout de página do sistema - (avançado)"; $a->strings["Nobody except yourself"] = "Ninguém exceto você mesmo"; $a->strings["Only those you specifically allow"] = "Apenas quem você der permissão"; $a->strings["Anybody in your address book"] = "Qualquer um nos seus contatos"; @@ -894,6 +902,8 @@ $a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Bloqueado $a->strings["Allow others to tag your posts"] = "Permitir que outros etiquetem suas publicações"; $a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Frequentemente utilizado pela comunidade para retroativamente sinalizar conteúdo inapropriado"; $a->strings["Advanced Privacy Settings"] = "Configurações de privacidade avançadas"; +$a->strings["Expire other channel content after this many days"] = "Expirar outros conteúdos do canal após este número de dias"; +$a->strings["0 or blank prevents expiration"] = "0 ou em branco previne expiração"; $a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:"; $a->strings["May reduce spam activity"] = "Pode reduzir a frequência de spam"; $a->strings["Default Post Permissions"] = "Permissões padrão de publicação"; @@ -906,10 +916,10 @@ $a->strings["accepting a friend request"] = "aceitar um pedido de amizade"; $a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade"; $a->strings["making an <em>interesting</em> profile change"] = "modificar algo <em>interessante</em> em seu perfil"; $a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação quando:"; -$a->strings["You receive an introduction"] = "Você recebeu uma apresentação"; -$a->strings["Your introductions are confirmed"] = "Suas solicitações forem confirmadas"; +$a->strings["You receive a connection request"] = "Você recebe uma solicitação de conexão"; +$a->strings["Your connections are confirmed"] = "Suas conexões são confirmadas"; $a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil"; -$a->strings["Someone writes a followup comment"] = "Alguém comentou a sua mensagem"; +$a->strings["Someone writes a followup comment"] = "Alguém comenta uma publicação"; $a->strings["You receive a private message"] = "Você recebeu uma mensagem privada"; $a->strings["You receive a friend suggestion"] = "Você recebe uma sugestão de amizade"; $a->strings["You are tagged in a post"] = "Você é mencionado num post"; @@ -921,7 +931,7 @@ $a->strings["Miscellaneous Settings"] = "Configurações miscelâneas"; $a->strings["Personal menu to display in your channel pages"] = "Menu pessoal para exibir nas páginas dos seus canais"; $a->strings["Menu updated."] = "Menu atualizado."; $a->strings["Unable to update menu."] = "Não foi possÃvel atualizar o menu."; -$a->strings["Menu created."] = "Menu criado."; +$a->strings["Menu created."] = "O menu foi criado."; $a->strings["Unable to create menu."] = "Não foi possÃvel criar o menu."; $a->strings["Manage Menus"] = "Administrar menus"; $a->strings["Drop"] = "Descartar"; @@ -1002,6 +1012,11 @@ $a->strings["Existing Page Delegates"] = "Atuais delegados da página"; $a->strings["Potential Delegates"] = "Potenciais delegados"; $a->strings["Add"] = "Adicionar"; $a->strings["No entries."] = "Sem entradas."; +$a->strings["Layout updated."] = "Layout atualizado."; +$a->strings["Edit System Page Description"] = "Editar descrição de página do sistema"; +$a->strings["Layout not found."] = "Layout não encontrado."; +$a->strings["Module Name:"] = "Nome do módulo:"; +$a->strings["Layout Help"] = "Ajuda de layout"; $a->strings["Item not available."] = "O item não está disponÃvel."; $a->strings["Menu element updated."] = "O elemento de menu foi atualizado."; $a->strings["Unable to update menu element."] = "Não foi possÃvel atualizar o elemento de menu."; @@ -1033,7 +1048,7 @@ $a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil"; $a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover."; $a->strings["Visible To"] = "VisÃvel para"; $a->strings["All Connections"] = "Todas as conexões"; -$a->strings["Collection created."] = "Coleção criada"; +$a->strings["Collection created."] = "A coleção foi criada."; $a->strings["Could not create collection."] = "Não foi possÃvel criar a coleção."; $a->strings["Collection updated."] = "Coleção atualizada"; $a->strings["Create a collection of channels."] = "Criar uma coleção de canais."; @@ -1047,7 +1062,8 @@ $a->strings["All Connected Channels"] = "Todas os canais conectados"; $a->strings["Click on a channel to add or remove."] = "Clique em um canal para adicionar ou remover."; $a->strings["Theme settings updated."] = "As configurações de tema foram atualizadas."; $a->strings["Site"] = "Site"; -$a->strings["Users"] = "Usuários"; +$a->strings["Accounts"] = "Contas"; +$a->strings["Channels"] = "Canais"; $a->strings["Plugins"] = "Plugins"; $a->strings["Themes"] = "Temas"; $a->strings["Server"] = "Servidor"; @@ -1074,7 +1090,6 @@ $a->strings["Tiered Access"] = "Acesso em nÃveis"; $a->strings["Registration"] = "Registro"; $a->strings["File upload"] = "Carregamento de arquivos"; $a->strings["Policies"] = "PolÃticas"; -$a->strings["Advanced"] = "Avançado"; $a->strings["Site name"] = "Nome do site"; $a->strings["Banner/Logo"] = "Cartaz/Logo"; $a->strings["Administrator Information"] = "Informações do Administrador"; @@ -1142,6 +1157,7 @@ $a->strings["Account not found"] = "A conta não foi encontrada"; $a->strings["User '%s' deleted"] = "O usuário/a '%s' foi deletado/a"; $a->strings["User '%s' unblocked"] = "O usuário/a '%s' foi desbloqueado/a"; $a->strings["User '%s' blocked"] = "O usuário/a '%s' foi bloqueado/a"; +$a->strings["Users"] = "Usuários"; $a->strings["select all"] = "selecionar tudo"; $a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação"; $a->strings["Request date"] = "Data de requisição"; @@ -1156,6 +1172,13 @@ $a->strings["Expires"] = "Expira"; $a->strings["Service Class"] = "Classe de serviço"; $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão deletados!\\n\\nTudo o que esses usuários postaram neste site será permanentemente deletado!\\n\\nTem certeza?"; $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "O/A usuário/a {0} será deletado/a!\\n\\nTudo o que esse/a usuário/a postou neste site será permanentemente deletado!\\n\\nTem certeza?"; +$a->strings["Channel not found"] = "Canal não encontrado"; +$a->strings["Channel '%s' uncensored"] = "Canal '%s' não censurado"; +$a->strings["Channel '%s' censored"] = "Canal '%s' censurado"; +$a->strings["Censor"] = "Censurar"; +$a->strings["Uncensor"] = "Não censurar"; +$a->strings["UID"] = "UID"; +$a->strings["Address"] = "Endereço"; $a->strings["Plugin %s disabled."] = "Plugin %s desabilitado."; $a->strings["Plugin %s enabled."] = "Plugin %s habilitado."; $a->strings["Disable"] = "Desabilitar"; @@ -1204,7 +1227,7 @@ $a->strings["Channel has been unhidden"] = "O canal não está mais oculto"; $a->strings["Channel has been hidden"] = "O canal passou a estar oculto"; $a->strings["Channel has been approved"] = "O canal foi aprovado"; $a->strings["Channel has been unapproved"] = "O canal deixou de estar aprovado"; -$a->strings["Contact has been removed."] = "O contato foi removido."; +$a->strings["Connection has been removed."] = "A conexão foi removida."; $a->strings["View %s's profile"] = "Ver o perfil de %s"; $a->strings["Refresh Permissions"] = "Atualizar permissões"; $a->strings["Fetch updated permissions"] = "Buscar as permissões atualizadas"; @@ -1261,7 +1284,6 @@ $a->strings["Currently archived"] = "Atualmente arquivado"; $a->strings["Currently pending"] = "Atualmente pendente"; $a->strings["Hide this contact from others"] = "Esconda este contato dos demais"; $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Respostas/reações à s suas publicações públicas <strong>podem</strong> continuar visÃveis."; -$a->strings["Layout Help"] = "Ajuda de layout"; $a->strings["Help with this feature"] = "Ajuda com este recurso"; $a->strings["Layout Name"] = "Nome do layout"; $a->strings["Help:"] = "Ajuda:"; @@ -1297,7 +1319,6 @@ $a->strings["Gender"] = "Gênero"; $a->strings["Sexual Preference"] = "Preferência sexual"; $a->strings["Homepage"] = "Página web"; $a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Endereço"; $a->strings["Location"] = "Localização"; $a->strings["Profile updated."] = "O perfil foi atualizado."; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Esconder sua lista de contatos/amigos dos visitantes no seu perfil?"; @@ -1341,12 +1362,9 @@ $a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</ $a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfis"; $a->strings["Add profile things"] = "Adicionar coisas ao perfil"; $a->strings["Include desirable objects in your profile"] = "Inclua objetos desejáveis no seu perfil"; -$a->strings["Channel added."] = "Canal adicionado."; -$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."; -$a->strings["Welcome %s. Remote authentication successful."] = "Bem vindo %s. Autenticação remota realizada com sucesso."; $a->strings["This site is not a directory server"] = "Este site não é um servidor de diretório"; $a->strings["Failed to create source. No channel selected."] = "Falha ao criar a fonte. Nenhum canal selecionado."; -$a->strings["Source created."] = "Fonte criada."; +$a->strings["Source created."] = "A fonte foi criada."; $a->strings["Source updated."] = "A fonte foi atualizada."; $a->strings["*"] = "*"; $a->strings["Manage remote sources of content for your channel."] = "Administrar as fontes remotas de conteúdo para o seu canal."; @@ -1439,10 +1457,6 @@ $a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for t $a->strings["Version %s"] = "Versão %s"; $a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instalados:"; $a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicação instalado"; -$a->strings["Project Donations"] = "Doações para o projeto"; -$a->strings["<p>The Red Matrix is provided for you by volunteers working in their spare time. Your support will help us to build a better, freer, and privacy respecting web. Select the following option for a one-time donation of your choosing</p>"] = "<p>A Red Matrix é oferecida a você por voluntários trabalhando no seu tempo livre. Seu apoio irá nos ajudar a construir uma web melhor, mais livre e com respeito à privacidade. Selecione uma das opções abaixo para realizar uma única doação de sua escolha:</p>"; -$a->strings["<p>or</p>"] = "<p>ou</p>"; -$a->strings["Recurring Donation Options"] = "Opções para doações recorrentes"; $a->strings["Red"] = "Red"; $a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Este é um hub da Red Matrix - uma rede global cooperativa de websites descentralizados com privacidade aprimorada."; $a->strings["Running at web location"] = "Sendo executado no endereço web"; @@ -1529,9 +1543,12 @@ $a->strings["Delete conversation"] = "Excluir conversa"; $a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Comunicação segura indisponÃvel. Você <strong>talvez</strong> consiga responder pela página de perfil do remetente."; $a->strings["Send Reply"] = "Enviar resposta"; $a->strings["OpenID protocol error. No ID returned."] = "Erro do protocolo OpenID. Nenhuma ID retornada."; +$a->strings["Welcome %s. Remote authentication successful."] = "Bem vindo %s. Autenticação remota realizada com sucesso."; $a->strings["Edit Layout"] = "Editar layout"; $a->strings["Delete layout?"] = "Deletar layout?"; $a->strings["Delete Layout"] = "Deletar layout"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Autenticação remota bloqueada. Você está autenticado neste site localmente. Por favor, saia e tente novamente."; +$a->strings["Fetching URL returns error: %1\$s"] = "Carregar o URL retorna o erro: %1\$s"; $a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possÃvel cortá-la."; $a->strings["Image resize failed."] = "Falha ao modificar o tamanho da imagem."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Se a nova foto não aparecer imediatamente, recarregue a página segurando a tecla \"shift\" ou limpe o cache do navegador, "; @@ -1554,6 +1571,7 @@ $a->strings["Blocked"] = "Bloqueado"; $a->strings["Ignored"] = "Ignorado"; $a->strings["Hidden"] = "Oculto"; $a->strings["Archived"] = "Arquivado"; +$a->strings["Unconnected"] = "Não conectado"; $a->strings["All"] = "Todos"; $a->strings["Suggest new connections"] = "Sugerir novas conexões"; $a->strings["Show pending (new) connections"] = "Exibir conexões pendentes (novas)"; @@ -1564,6 +1582,7 @@ $a->strings["Only show blocked connections"] = "Exibir apenas conexões bloquead $a->strings["Only show ignored connections"] = "Exibir apenas conexões ignoradas"; $a->strings["Only show archived connections"] = "Exibir apenas conexões arquivadas"; $a->strings["Only show hidden connections"] = "Exibir apenas conexões ocultas"; +$a->strings["Only show one-way connections"] = "Exibir apenas conexões de mão única"; $a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; $a->strings["Edit contact"] = "Editar o contato"; $a->strings["Search your connections"] = "Pesquisar em suas conexões"; @@ -1579,15 +1598,13 @@ $a->strings["Edit Webpage"] = "Editar página web"; $a->strings["Delete webpage?"] = "Deletar página web?"; $a->strings["Delete Webpage"] = "Deletar página web"; $a->strings["Access to this profile has been restricted."] = "O acesso a este perfil está restrito."; +$a->strings["Channel added."] = "Canal adicionado."; $a->strings["Poke/Prod"] = "Cutucar/Espetar"; $a->strings["poke, prod or do other things to somebody"] = "Cutucar, espetar ou fazer outras coisas a alguém"; $a->strings["Recipient"] = "Destinatário"; $a->strings["Choose what you wish to do to recipient"] = "Escolha o que você deseja fazer com seu alvo"; $a->strings["Make this post private"] = "Torne esta publicação privada"; $a->strings["Insufficient permissions. Request redirected to profile page."] = "Permissões insuficientes. Requisição redirecionada para a página de perfil."; -$a->strings["Not available."] = "Não disponÃvel."; -$a->strings["Community"] = "Comunidade"; -$a->strings["No results."] = "Nenhum resultado."; $a->strings["Contact not found."] = "O contato não foi encontrado."; $a->strings["Friend suggestion sent."] = "Sugestão de amizade enviada."; $a->strings["Suggest Friends"] = "Sugerir amigos"; @@ -1682,12 +1699,17 @@ $a->strings["Set your current mood and tell your friends"] = "Marque seu humor a $a->strings["sent you a private message"] = "lhe enviou uma mensagem privada"; $a->strings["added your channel"] = "adicionou seu canal"; $a->strings["posted an event"] = "publicou um evento"; -$a->strings["Scheme Default"] = "Padrão do esquema"; -$a->strings["silver"] = "prata"; $a->strings["Theme settings"] = "Configurações de tema"; $a->strings["Set scheme"] = "Definir esquema"; $a->strings["Narrow navbar"] = "Barra de navegação estreita"; -$a->strings["Navigation bar colour"] = "Cor da barra de navegação"; +$a->strings["Navigation bar background colour"] = "Cor de fundo da barra de navegação"; +$a->strings["Navigation bar gradient top colour"] = "Cor no topo de gradiente da barra de navegação"; +$a->strings["Navigation bar gradient bottom colour"] = "Cor na base de gradiente da barra de navegação"; +$a->strings["Navigation active button gradient top colour"] = "Cor no topo de gradiente de botão ativo de navegação"; +$a->strings["Navigation active button gradient bottom colour"] = "Cor na base de gradiente de botão ativo de navegação"; +$a->strings["Navigation bar border colour "] = "Cor de borda da barra de navegação"; +$a->strings["Navigation bar icon colour "] = "Cor de Ãcone da barra de navegação"; +$a->strings["Navigation bar active icon colour "] = "Cor de Ãcone ativo da barra de navegação"; $a->strings["link colour"] = "cor dos links"; $a->strings["Set font-colour for banner"] = "Definir a cor da fonte para o cartaz"; $a->strings["Set the background colour"] = "Definir a cor do pano de fundo"; @@ -1718,6 +1740,7 @@ $a->strings["Set shadow colour, default #000"] = "Definir a cor da sombra, padrà $a->strings["Set radius size, default 5px"] = "Definir o tamanho do raio de curvatura, padrão 5px"; $a->strings["Set line-height for posts and comments"] = "Definir a altura da linha para publicações e comentários"; $a->strings["Set background image"] = "Definir a imagem do pano de fundo"; +$a->strings["Set background attachment"] = "Definir o anexo de pano de fundo"; $a->strings["Set background colour"] = "Definir a cor do pano de fundo"; $a->strings["Set section background image"] = "Definir a imagem de fundo de seção"; $a->strings["Set section background colour"] = "Definir a cor de fundo de seção"; diff --git a/view/sv/cmnt_received_eml.tpl b/view/sv/cmnt_received_eml.tpl deleted file mode 100644 index d87c7a1d1..000000000 --- a/view/sv/cmnt_received_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ - -$username, - -'$from' har kommenterat nÃ¥got som du följer. - ------ -$body ------ - -Logga in pÃ¥ $siteurl för att se hela konversationen: - -$display - -Hälsningar, -$sitename admin - - diff --git a/view/sv/follow_notify_eml.tpl b/view/sv/follow_notify_eml.tpl index ba07b19da..254478c7a 100644 --- a/view/sv/follow_notify_eml.tpl +++ b/view/sv/follow_notify_eml.tpl @@ -1,14 +1,14 @@ -Dear {{$myname}}, +Hej {{$myname}}, -You have a new follower at {{$sitename}} - '{{$requestor}}'. +Du har en ny följare pÃ¥ {{$sitename}} - '{{$requestor}}'. -You may visit their profile at {{$url}}. +Du kan besöka profilen pÃ¥ {{$url}}. -Please login to your site to approve or ignore/cancel the request. +Logga in pÃ¥ din server för att godkänna eller ignorera/avslÃ¥ förfrÃ¥gan. {{$siteurl}} -Regards, +Hälsningar, - {{$sitename}} administrator + {{$sitename}}-administratören diff --git a/view/sv/friend_complete_eml.tpl b/view/sv/friend_complete_eml.tpl index 1c647b994..31916367a 100644 --- a/view/sv/friend_complete_eml.tpl +++ b/view/sv/friend_complete_eml.tpl @@ -1,22 +1,22 @@ -Dear {{$username}}, +Hej {{$username}}, - Great news... '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. + Goda nyheter... '{{$fn}}' med '{{$dfrn_url}}' har accepterat +din kontaktförfrÃ¥gan pÃ¥ '{{$sitename}}'. -You are now mutual friends and may exchange status updates, photos, and email -without restriction. +Ni är nu ömsesidiga vänner och kan dela statusuppdateringar, foton och +e-post utan restriktioner. -Please visit your 'Connnections' page at {{$sitename}} if you wish to make -any changes to this relationship. +Besök sidan 'Kontakter' pÃ¥ {{$sitename}} om du önskar göra nÃ¥gra +förändringar av den här relationen. {{$siteurl}} -[For instance, you may create a separate profile with information that is not -available to the general public - and assign viewing rights to '{{$fn}}']. +[Du kan till exempel skapa en separat profil med information som inte är +tillgänglig för allmänheten - och ge '{{$fn}}' visningsrättigheter]. -Sincerely, +Hälsningar, - {{$sitename}} Administrator + {{$sitename}}-administratören diff --git a/view/sv/htconfig.tpl b/view/sv/htconfig.tpl deleted file mode 100644 index 493cb5d00..000000000 --- a/view/sv/htconfig.tpl +++ /dev/null @@ -1,70 +0,0 @@ -<?php - -// Set the following for your MySQL installation -// Copy or rename this file to .htconfig.php - -$db_host = '{{$dbhost}}'; -$db_port = '{{$dbport}}'; -$db_user = '{{$dbuser}}'; -$db_pass = '{{$dbpass}}'; -$db_data = '{{$dbdata}}'; - -/* - * Notice: Many of the following settings will be available in the admin panel - * after a successful site install. Once they are set in the admin panel, they - * are stored in the DB - and the DB setting will over-ride any corresponding - * setting in this file - * - * The command-line tool util/config is able to query and set the DB items - * directly if for some reason the admin panel is not available and a system - * setting requires modification. - * - */ - - -// Choose a legal default timezone. If you are unsure, use "America/Los_Angeles". -// It can be changed later and only applies to timestamps for anonymous viewers. - -$default_timezone = '{{$timezone}}'; - -// What is your site name? - -$a->config['system']['baseurl'] = '{{$siteurl}}'; -$a->config['system']['sitename'] = "Red Matrix"; -$a->config['system']['location_hash'] = '{{$site_id}}'; - -// Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. -// Be certain to create your own personal account before setting -// REGISTER_CLOSED. 'register_text' (if set) will be displayed prominently on -// the registration page. REGISTER_APPROVE requires you set 'admin_email' -// to the email address of an already registered person who can authorise -// and/or approve/deny the request. - -$a->config['system']['register_policy'] = REGISTER_OPEN; -$a->config['system']['register_text'] = ''; -$a->config['system']['admin_email'] = '{{$adminmail}}'; - -// Maximum size of an imported message, 0 is unlimited - -$a->config['system']['max_import_size'] = 200000; - -// maximum size of uploaded photos - -$a->config['system']['maximagesize'] = 800000; - -// Location of PHP command line processor - -$a->config['system']['php_path'] = '{{$phpath}}'; - -// Configure how we communicate with directory servers. -// DIRECTORY_MODE_NORMAL = directory client, we will find a directory -// DIRECTORY_MODE_SECONDARY = caching directory or mirror -// DIRECTORY_MODE_PRIMARY = main directory server -// DIRECTORY_MODE_STANDALONE = "off the grid" or private directory services - -$a->config['system']['directory_mode'] = DIRECTORY_MODE_NORMAL; - -// default system theme - -$a->config['system']['theme'] = 'redbasic'; - diff --git a/view/sv/intro_complete_eml.tpl b/view/sv/intro_complete_eml.tpl index 2c2428d68..f0513429f 100644 --- a/view/sv/intro_complete_eml.tpl +++ b/view/sv/intro_complete_eml.tpl @@ -1,22 +1,22 @@ -Dear {{$username}}, +Hej {{$username}}, - '{{$fn}}' at '{{$dfrn_url}}' has accepted -your connection request at '{{$sitename}}'. + '{{$fn}}' med '{{$dfrn_url}}' har accepterat +din kontaktförfrÃ¥gan pÃ¥ '{{$sitename}}'. - '{{$fn}}' has chosen to accept you a "fan", which restricts -some forms of communication - such as private messaging and some profile -interactions. If this is a celebrity or community page, these settings were -applied automatically. + '{{$fn}}' har valt att acceptera dig som ett "fan", vilket begränsar +vissa former av kommunikation - exempelvis privata meddelanden och viss +profilinteraktion. Om detta är en fansida eller gemenskapssida används +de inställningarna automatiskt. - '{{$fn}}' may choose to extend this into a two-way or more permissive -relationship in the future. + '{{$fn}}' kan välja att utöka detta till en tvÃ¥vägs eller mer +tillÃ¥tande relation i framtiden. - You will start receiving public status updates from '{{$fn}}', -which will appear on your 'Matrix' page at + Du kommer att börja fÃ¥ offentliga statusuppdateringar frÃ¥n '{{$fn}}', +vilka kommer att synas pÃ¥ din 'Matrix'-sida pÃ¥ {{$siteurl}} -Sincerely, +Hälsningar, - {{$sitename}} Administrator + {{$sitename}}-administratören diff --git a/view/sv/lostpass_eml.tpl b/view/sv/lostpass_eml.tpl index 3b79d2791..f33eccfa0 100644 --- a/view/sv/lostpass_eml.tpl +++ b/view/sv/lostpass_eml.tpl @@ -1,32 +1,32 @@ -Dear {{$username}}, - A request was recently received at {{$sitename}} to reset your account -password. In order to confirm this request, please select the verification link -below or paste it into your web browser address bar. +Hej {{$username}}, + En begäran mottogs nyligen pÃ¥ {{$sitename}} om att Ã¥terställa ditt +kontolösenord. För att bekräfta begäran, följ länken nedan eller klistra +in den i din webbläsares adressfält. -If you did NOT request this change, please DO NOT follow the link -provided and ignore and/or delete this email. +Om du INTE begärde den här ändringen, följ INTE länken och ignorera och/eller +radera det här mailet. -Your password will not be changed unless we can verify that you -issued this request. +Ditt lösenord kommer inte att ändras om vi inte kan verifiera att det +var du som gjorde begäran. -Follow this link to verify your identity: +Följ den här länken för att bekräfta din identitet: {{$reset_link}} -You will then receive a follow-up message containing the new password. +Du kommer sedan att fÃ¥ ett nytt meddelande som innehÃ¥ller det nya lösenordet. -You may change that password from your account settings page after logging in. +Du kan ändra lösenordet frÃ¥n kontoinställningarna när du har loggat in. -The login details are as follows: +Inloggningsuppgifterna är: -Site Location: {{$siteurl}} -Login Name: {{$email}} +Serveradress: {{$siteurl}} +Användarnamn: {{$email}} -Sincerely, - {{$sitename}} Administrator +Hälsningar, + {{$sitename}}-administratören diff --git a/view/sv/mail_received_html_body_eml.tpl b/view/sv/mail_received_html_body_eml.tpl deleted file mode 100644 index a9a34c23a..000000000 --- a/view/sv/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Meddelande på Friendika</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='$siteurl/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">$from har skickat ett personligt meddelande till dig på $siteName.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="$url"><img style="border:0px;width:48px;height:48px;" src="$thumb"></a></td> - <td style="padding-top:22px;"><a href="$url">$from</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">$title</td></tr> - <tr><td style="padding-right:22px;">$htmlversion</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Logga in på <a href="$siteurl">$siteurl</a> för att läsa och svara på personliga meddelanden.</td></tr> - <tr><td></td><td>Hälsningar,</td></tr> - <tr><td></td><td>$siteName admin</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/sv/mail_received_text_body_eml.tpl b/view/sv/mail_received_text_body_eml.tpl deleted file mode 100644 index ac2857b58..000000000 --- a/view/sv/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,10 +0,0 @@ -$from har skickat ett personligt meddelande till dig pÃ¥ $siteName. - -$title - -$textversion - -Logga in pÃ¥ $siteurl för att läsa och svara pÃ¥ personliga meddelanden. - -Hälsningar, -$siteName admin diff --git a/view/sv/messages.po b/view/sv/messages.po new file mode 100644 index 000000000..096a0334a --- /dev/null +++ b/view/sv/messages.po @@ -0,0 +1,7596 @@ +# Red Matrix Project +# Copyright (C) 2012-2014 the Red Matrix Project +# This file is distributed under the same license as the Red package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Red Matrix\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-04-18 00:04-0700\n" +"PO-Revision-Date: 2014-04-19 11:55+0000\n" +"Last-Translator: Erik Lundin <erik.lundin@aol.se>\n" +"Language-Team: Swedish (http://www.transifex.com/projects/p/red-matrix/language/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../../include/widgets.php:29 ../../include/contact_widgets.php:92 +msgid "Categories" +msgstr "Kategorier" + +#: ../../include/widgets.php:115 ../../include/widgets.php:155 +#: ../../include/Contact.php:107 ../../include/identity.php:675 +#: ../../mod/directory.php:188 ../../mod/match.php:62 +#: ../../mod/dirprofile.php:170 ../../mod/suggest.php:51 +msgid "Connect" +msgstr "Ta kontakt" + +#: ../../include/widgets.php:117 ../../mod/suggest.php:53 +msgid "Ignore/Hide" +msgstr "Ignorera/göm" + +#: ../../include/widgets.php:123 ../../mod/connections.php:265 +msgid "Suggestions" +msgstr "Förslag" + +#: ../../include/widgets.php:124 +msgid "See more..." +msgstr "Se fler..." + +#: ../../include/widgets.php:146 +#, php-format +msgid "You have %1$.0f of %2$.0f allowed connections." +msgstr "Du har %1$.0f av %2$.0f tillÃ¥tna kontakter." + +#: ../../include/widgets.php:152 +msgid "Add New Connection" +msgstr "Lägg till ny kontakt" + +#: ../../include/widgets.php:153 +msgid "Enter the channel address" +msgstr "Ange kanaladressen" + +#: ../../include/widgets.php:154 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Exempel: bob@example.com, http://example.com/barbara" + +#: ../../include/widgets.php:171 +msgid "Notes" +msgstr "Anteckningar" + +#: ../../include/widgets.php:173 ../../include/text.php:805 +#: ../../include/text.php:819 ../../mod/filer.php:50 ../../mod/rbmark.php:28 +#: ../../mod/rbmark.php:98 +msgid "Save" +msgstr "Spara" + +#: ../../include/widgets.php:243 +msgid "Remove term" +msgstr "Ta bort uttryck" + +#: ../../include/widgets.php:252 ../../include/features.php:52 +msgid "Saved Searches" +msgstr "Sparade sökningar" + +#: ../../include/widgets.php:253 ../../include/group.php:290 +msgid "add" +msgstr "lägg till" + +#: ../../include/widgets.php:283 ../../include/features.php:66 +#: ../../include/contact_widgets.php:58 +msgid "Saved Folders" +msgstr "Sparade mappar" + +#: ../../include/widgets.php:286 ../../include/contact_widgets.php:61 +#: ../../include/contact_widgets.php:95 +msgid "Everything" +msgstr "Allt" + +#: ../../include/widgets.php:322 +msgid "Archives" +msgstr "Arkiv" + +#: ../../include/widgets.php:384 +msgid "Refresh" +msgstr "Ladda om" + +#: ../../include/widgets.php:385 ../../mod/connedit.php:395 +msgid "Me" +msgstr "Mig själv" + +#: ../../include/widgets.php:386 ../../mod/connedit.php:397 +msgid "Best Friends" +msgstr "Bästa vänner" + +#: ../../include/widgets.php:387 ../../include/identity.php:342 +#: ../../include/profile_selectors.php:42 ../../mod/connedit.php:398 +msgid "Friends" +msgstr "Vänner" + +#: ../../include/widgets.php:388 +msgid "Co-workers" +msgstr "Kollegor" + +#: ../../include/widgets.php:389 ../../mod/connedit.php:399 +msgid "Former Friends" +msgstr "Tidigare vänner" + +#: ../../include/widgets.php:390 ../../mod/connedit.php:400 +msgid "Acquaintances" +msgstr "Bekanta" + +#: ../../include/widgets.php:391 +msgid "Everybody" +msgstr "Alla" + +#: ../../include/widgets.php:423 +msgid "Account settings" +msgstr "Kontoinställningar" + +#: ../../include/widgets.php:429 +msgid "Channel settings" +msgstr "Kanalinställningar" + +#: ../../include/widgets.php:435 +msgid "Additional features" +msgstr "Tilläggsfunktioner" + +#: ../../include/widgets.php:441 +msgid "Feature settings" +msgstr "Funktionsinställningar" + +#: ../../include/widgets.php:447 +msgid "Display settings" +msgstr "Utseende" + +#: ../../include/widgets.php:453 +msgid "Connected apps" +msgstr "Anslutna appar" + +#: ../../include/widgets.php:459 +msgid "Export channel" +msgstr "Exportera kanal" + +#: ../../include/widgets.php:471 +msgid "Automatic Permissions (Advanced)" +msgstr "Automatiska rättigheter (avancerat)" + +#: ../../include/widgets.php:481 +msgid "Premium Channel Settings" +msgstr "Inställningar för premiumkanal" + +#: ../../include/widgets.php:490 ../../include/features.php:43 +#: ../../mod/sources.php:88 +msgid "Channel Sources" +msgstr "Kanalkällor" + +#: ../../include/widgets.php:501 ../../include/nav.php:186 +#: ../../mod/admin.php:976 ../../mod/admin.php:1181 +msgid "Settings" +msgstr "Inställningar" + +#: ../../include/widgets.php:518 +msgid "Check Mail" +msgstr "Hämta meddelanden" + +#: ../../include/widgets.php:523 ../../include/nav.php:177 +msgid "New Message" +msgstr "Nytt meddelande" + +#: ../../include/widgets.php:599 +msgid "Chat Rooms" +msgstr "Chattrum" + +#: ../../include/widgets.php:617 +msgid "Bookmarked Chatrooms" +msgstr "Bokmärkta chattrum" + +#: ../../include/widgets.php:635 +msgid "Suggested Chatrooms" +msgstr "Föreslagna chattrum" + +#: ../../include/activities.php:39 +msgid " and " +msgstr " och " + +#: ../../include/activities.php:47 +msgid "public profile" +msgstr "offentlig profil" + +#: ../../include/activities.php:52 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s ändrade %2$s till "%3$s"" + +#: ../../include/activities.php:53 +#, php-format +msgid "Visit %1$s's %2$s" +msgstr "Besök %1$ss %2$s" + +#: ../../include/activities.php:56 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s har en uppdaterad %2$s (har ändrat %3$s)." + +#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1443 +msgid "Logout" +msgstr "Logga ut" + +#: ../../include/nav.php:77 ../../include/nav.php:96 +msgid "End this session" +msgstr "Avsluta sessionen" + +#: ../../include/nav.php:80 ../../include/nav.php:130 +msgid "Home" +msgstr "Hem" + +#: ../../include/nav.php:80 +msgid "Your posts and conversations" +msgstr "Dina inlägg och konversationer" + +#: ../../include/nav.php:81 ../../include/conversation.php:937 +#: ../../mod/connedit.php:318 ../../mod/connedit.php:432 +msgid "View Profile" +msgstr "Visa profil" + +#: ../../include/nav.php:81 +msgid "Your profile page" +msgstr "Din profilsida" + +#: ../../include/nav.php:83 +msgid "Edit Profiles" +msgstr "Redigera profiler" + +#: ../../include/nav.php:83 +msgid "Manage/Edit profiles" +msgstr "Hantera/redigera profiler" + +#: ../../include/nav.php:84 ../../include/conversation.php:1504 +#: ../../mod/fbrowser.php:25 +msgid "Photos" +msgstr "Foton" + +#: ../../include/nav.php:84 +msgid "Your photos" +msgstr "Dina foton" + +#: ../../include/nav.php:85 ../../include/conversation.php:1513 +#: ../../mod/fbrowser.php:114 +msgid "Files" +msgstr "Filer" + +#: ../../include/nav.php:85 +msgid "Your files" +msgstr "Dina filer" + +#: ../../include/nav.php:86 +msgid "Chat" +msgstr "Chatt" + +#: ../../include/nav.php:86 +msgid "Your chatrooms" +msgstr "Dina chattrum" + +#: ../../include/nav.php:87 ../../include/nav.php:180 +#: ../../include/conversation.php:1535 ../../mod/events.php:357 +msgid "Events" +msgstr "Händelser" + +#: ../../include/nav.php:87 +msgid "Your events" +msgstr "Dina händelser" + +#: ../../include/nav.php:88 ../../include/conversation.php:1543 +msgid "Bookmarks" +msgstr "Bokmärken" + +#: ../../include/nav.php:88 +msgid "Your bookmarks" +msgstr "Dina bokmärken" + +#: ../../include/nav.php:90 ../../include/conversation.php:1554 +#: ../../mod/webpages.php:79 +msgid "Webpages" +msgstr "Webbsidor" + +#: ../../include/nav.php:90 +msgid "Your webpages" +msgstr "Dina webbsidor" + +#: ../../include/nav.php:94 ../../boot.php:1444 +msgid "Login" +msgstr "Logga in" + +#: ../../include/nav.php:94 +msgid "Sign in" +msgstr "Logga in" + +#: ../../include/nav.php:111 +#, php-format +msgid "%s - click to logout" +msgstr "%s - klicka för att logga ut" + +#: ../../include/nav.php:116 +msgid "Click to authenticate to your home hub" +msgstr "Klicka för att autentisera mot din hemmahubb" + +#: ../../include/nav.php:130 +msgid "Home Page" +msgstr "Hemsida" + +#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1420 +msgid "Register" +msgstr "Registrera" + +#: ../../include/nav.php:134 +msgid "Create an account" +msgstr "Skapa ett konto" + +#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65 +msgid "Help" +msgstr "Hjälp" + +#: ../../include/nav.php:139 +msgid "Help and documentation" +msgstr "Hjälp och dokumentation" + +#: ../../include/nav.php:142 +msgid "Apps" +msgstr "Appar" + +#: ../../include/nav.php:142 +msgid "Addon applications, utilities, games" +msgstr "Tilläggsapplikationer, verktyg, spel" + +#: ../../include/nav.php:144 ../../include/text.php:803 +#: ../../include/text.php:817 ../../mod/search.php:29 +msgid "Search" +msgstr "Sök" + +#: ../../include/nav.php:144 +msgid "Search site content" +msgstr "Sök innehÃ¥ll" + +#: ../../include/nav.php:147 ../../mod/directory.php:215 +msgid "Directory" +msgstr "Katalog" + +#: ../../include/nav.php:147 +msgid "Channel Locator" +msgstr "Kanalfinnare" + +#: ../../include/nav.php:158 +msgid "Matrix" +msgstr "Matris" + +#: ../../include/nav.php:158 +msgid "Your matrix" +msgstr "Din matris" + +#: ../../include/nav.php:159 +msgid "Mark all matrix notifications seen" +msgstr "Märk alla matrisnotifieringar som lästa" + +#: ../../include/nav.php:161 +msgid "Channel Home" +msgstr "Kanalhem" + +#: ../../include/nav.php:161 +msgid "Channel home" +msgstr "Kanalhem" + +#: ../../include/nav.php:162 +msgid "Mark all channel notifications seen" +msgstr "Märk alla kanalnotifieringar som lästa" + +#: ../../include/nav.php:165 ../../include/nav.php:188 +#: ../../mod/connections.php:384 +msgid "Connections" +msgstr "Kontakter" + +#: ../../include/nav.php:168 +msgid "Notices" +msgstr "Meddelanden" + +#: ../../include/nav.php:168 +msgid "Notifications" +msgstr "Notifieringar" + +#: ../../include/nav.php:169 +msgid "See all notifications" +msgstr "Se alla notifieringar" + +#: ../../include/nav.php:170 +msgid "Mark all system notifications seen" +msgstr "Märk alla systemnotifieringar som lästa" + +#: ../../include/nav.php:172 +msgid "Mail" +msgstr "Privat meddelande" + +#: ../../include/nav.php:172 +msgid "Private mail" +msgstr "Privat meddelande" + +#: ../../include/nav.php:173 +msgid "See all private messages" +msgstr "Se alla privata meddelanden" + +#: ../../include/nav.php:174 +msgid "Mark all private messages seen" +msgstr "Märk alla privata meddelanden som lästa" + +#: ../../include/nav.php:175 +msgid "Inbox" +msgstr "Inkorg" + +#: ../../include/nav.php:176 +msgid "Outbox" +msgstr "Utkorg" + +#: ../../include/nav.php:180 +msgid "Event Calendar" +msgstr "Kalender" + +#: ../../include/nav.php:181 +msgid "See all events" +msgstr "Se alla händelser" + +#: ../../include/nav.php:182 +msgid "Mark all events seen" +msgstr "Märk alla händelser som lästa" + +#: ../../include/nav.php:184 +msgid "Channel Select" +msgstr "Välj kanal" + +#: ../../include/nav.php:184 +msgid "Manage Your Channels" +msgstr "Hantera dina kanaler" + +#: ../../include/nav.php:186 +msgid "Account/Channel Settings" +msgstr "Konto-/kanalinställningar" + +#: ../../include/nav.php:188 +msgid "Manage/Edit Friends and Connections" +msgstr "Hantera/redigera vänner och kontakter" + +#: ../../include/nav.php:195 ../../mod/admin.php:117 +msgid "Admin" +msgstr "Administration" + +#: ../../include/nav.php:195 +msgid "Site Setup and Configuration" +msgstr "Serverinställning och -konfiguration" + +#: ../../include/nav.php:220 +msgid "Nothing new here" +msgstr "Inget nytt här" + +#: ../../include/nav.php:225 +msgid "Please wait..." +msgstr "Vänta..." + +#: ../../include/event.php:11 ../../include/bb2diaspora.php:433 +msgid "l F d, Y \\@ g:i A" +msgstr "l j F Y \\k\\l. H.i" + +#: ../../include/event.php:20 ../../include/bb2diaspora.php:439 +msgid "Starts:" +msgstr "Börjar:" + +#: ../../include/event.php:30 ../../include/bb2diaspora.php:447 +msgid "Finishes:" +msgstr "Slutar:" + +#: ../../include/event.php:40 ../../include/identity.php:726 +#: ../../include/bb2diaspora.php:455 ../../mod/events.php:465 +#: ../../mod/directory.php:161 ../../mod/dirprofile.php:111 +msgid "Location:" +msgstr "Plats:" + +#: ../../include/api.php:1016 +msgid "Public Timeline" +msgstr "Offentlig tidslinje" + +#: ../../include/Contact.php:123 +msgid "New window" +msgstr "Nytt fönster" + +#: ../../include/Contact.php:124 +msgid "Open the selected location in a different window or browser tab" +msgstr "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Allmänna funktioner" + +#: ../../include/features.php:25 +msgid "Content Expiration" +msgstr "Tidsbegränsat innehÃ¥ll" + +#: ../../include/features.php:25 +msgid "Remove posts/comments and/or private messages at a future time" +msgstr "Ta bort inlägg/kommentarer och/eller privata meddelanden efter en tid" + +#: ../../include/features.php:26 +msgid "Multiple Profiles" +msgstr "Flera profiler" + +#: ../../include/features.php:26 +msgid "Ability to create multiple profiles" +msgstr "Möjlighet att skapa flera profiler" + +#: ../../include/features.php:27 +msgid "Web Pages" +msgstr "Webbsidor" + +#: ../../include/features.php:27 +msgid "Provide managed web pages on your channel" +msgstr "TillhandahÃ¥ll ordnade webbsidor i din kanal" + +#: ../../include/features.php:28 +msgid "Private Notes" +msgstr "Privata anteckningar" + +#: ../../include/features.php:28 +msgid "Enables a tool to store notes and reminders" +msgstr "Aktivera ett verktyg för att spara anteckningar och pÃ¥minnelser" + +#: ../../include/features.php:33 +msgid "Extended Identity Sharing" +msgstr "Utökad identitetsdelning" + +#: ../../include/features.php:33 +msgid "" +"Share your identity with all websites on the internet. When disabled, " +"identity is only shared with sites in the matrix." +msgstr "Dela din identitet med alla webbplatser pÃ¥ Internet. Om inaktiverat är identiteten bara delad med platser i matrisen." + +#: ../../include/features.php:34 +msgid "Expert Mode" +msgstr "Expertläge" + +#: ../../include/features.php:34 +msgid "Enable Expert Mode to provide advanced configuration options" +msgstr "Aktivera expertläge för att tillÃ¥ta avancerade inställningar" + +#: ../../include/features.php:35 +msgid "Premium Channel" +msgstr "Premiumkanal" + +#: ../../include/features.php:35 +msgid "" +"Allows you to set restrictions and terms on those that connect with your " +"channel" +msgstr "LÃ¥ter dig ange begränsningar och villkor för dem som vill ansluta till din kanal" + +#: ../../include/features.php:40 +msgid "Post Composition Features" +msgstr "Skrivfunktioner" + +#: ../../include/features.php:41 +msgid "Richtext Editor" +msgstr "Richtext-editor" + +#: ../../include/features.php:41 +msgid "Enable richtext editor" +msgstr "Aktivera richtext-editor" + +#: ../../include/features.php:42 +msgid "Post Preview" +msgstr "Förhandsgranskning" + +#: ../../include/features.php:42 +msgid "Allow previewing posts and comments before publishing them" +msgstr "TillÃ¥t förhandsgranskning av inlägg och kommentarer innan de publiceras" + +#: ../../include/features.php:43 +msgid "Automatically import channel content from other channels or feeds" +msgstr "Importera kanalinnehÃ¥ll frÃ¥n andra kanaler eller strömmar automatiskt" + +#: ../../include/features.php:44 +msgid "Even More Encryption" +msgstr "Ytterligare kryptering" + +#: ../../include/features.php:44 +msgid "" +"Allow optional encryption of content end-to-end with a shared secret key" +msgstr "TillÃ¥t änd-till-änd-kryptering av innehÃ¥ll med en delad hemlig nyckel" + +#: ../../include/features.php:49 +msgid "Network and Stream Filtering" +msgstr "Nätverk och strömfiltrering" + +#: ../../include/features.php:50 +msgid "Search by Date" +msgstr "Sök pÃ¥ datum" + +#: ../../include/features.php:50 +msgid "Ability to select posts by date ranges" +msgstr "TillÃ¥ter urval av inlägg baserat pÃ¥ datum" + +#: ../../include/features.php:51 +msgid "Collections Filter" +msgstr "Sammanhangsfilter" + +#: ../../include/features.php:51 +msgid "Enable widget to display Network posts only from selected collections" +msgstr "Aktivera en väljare för att visa nätverksinlägg frÃ¥n enbart valda sammanhang" + +#: ../../include/features.php:52 +msgid "Save search terms for re-use" +msgstr "Spara sökuttryck för Ã¥teranvändning" + +#: ../../include/features.php:53 +msgid "Network Personal Tab" +msgstr "Personlig nätverksflik" + +#: ../../include/features.php:53 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Aktivera en flik som visar endast de nätverksinlägg som du har deltagit i" + +#: ../../include/features.php:54 +msgid "Network New Tab" +msgstr "Flik för nytt pÃ¥ nätverket" + +#: ../../include/features.php:54 +msgid "Enable tab to display all new Network activity" +msgstr "Aktivera en flik som visar all ny nätverksaktivitet" + +#: ../../include/features.php:55 +msgid "Affinity Tool" +msgstr "Samhörighetsverktyg" + +#: ../../include/features.php:55 +msgid "Filter stream activity by depth of relationships" +msgstr "Filtrera strömaktivitet efter hur nära relationen är" + +#: ../../include/features.php:56 +msgid "Suggest Channels" +msgstr "FöreslÃ¥ kanaler" + +#: ../../include/features.php:56 +msgid "Show channel suggestions" +msgstr "Visa förslag pÃ¥ kanaler" + +#: ../../include/features.php:61 +msgid "Post/Comment Tools" +msgstr "Inläggs-/kommentarsverktyg" + +#: ../../include/features.php:63 +msgid "Edit Sent Posts" +msgstr "Redigera sända inlägg" + +#: ../../include/features.php:63 +msgid "Edit and correct posts and comments after sending" +msgstr "Redigera och korrigera inlägg och kommentarer efter att de skickats" + +#: ../../include/features.php:64 +msgid "Tagging" +msgstr "Taggning" + +#: ../../include/features.php:64 +msgid "Ability to tag existing posts" +msgstr "Möjlighet att tagga befintliga inlägg" + +#: ../../include/features.php:65 +msgid "Post Categories" +msgstr "Inläggskategorier" + +#: ../../include/features.php:65 +msgid "Add categories to your posts" +msgstr "Lägg till kategorier till dina inlägg" + +#: ../../include/features.php:66 +msgid "Ability to file posts under folders" +msgstr "Möjlighet att lägga inlägg i mappar" + +#: ../../include/features.php:67 +msgid "Dislike Posts" +msgstr "Ogilla inlägg" + +#: ../../include/features.php:67 +msgid "Ability to dislike posts/comments" +msgstr "Möjlighet att ogilla inlägg/kommentarer" + +#: ../../include/features.php:68 +msgid "Star Posts" +msgstr "Märk inlägg" + +#: ../../include/features.php:68 +msgid "Ability to mark special posts with a star indicator" +msgstr "Möjlighet att märka speciella inlägg med en stjärna" + +#: ../../include/features.php:69 +msgid "Tag Cloud" +msgstr "Taggmoln" + +#: ../../include/features.php:69 +msgid "Provide a personal tag cloud on your channel page" +msgstr "TillhandahÃ¥ll ett personligt taggmoln pÃ¥ din kanalsida" + +#: ../../include/contact_selectors.php:30 +msgid "Unknown | Not categorised" +msgstr "Okänd | Inte kategoriserad" + +#: ../../include/contact_selectors.php:31 +msgid "Block immediately" +msgstr "Blockera genast" + +#: ../../include/contact_selectors.php:32 +msgid "Shady, spammer, self-marketer" +msgstr "Skum, spammare, självförhärligande" + +#: ../../include/contact_selectors.php:33 +msgid "Known to me, but no opinion" +msgstr "Känner till, men ingen Ã¥sikt" + +#: ../../include/contact_selectors.php:34 +msgid "OK, probably harmless" +msgstr "OK, antagligen harmlös" + +#: ../../include/contact_selectors.php:35 +msgid "Reputable, has my trust" +msgstr "Ansedd, har mitt förtroende" + +#: ../../include/contact_selectors.php:54 +msgid "Frequently" +msgstr "Ofta" + +#: ../../include/contact_selectors.php:55 +msgid "Hourly" +msgstr "Varje timme" + +#: ../../include/contact_selectors.php:56 +msgid "Twice daily" +msgstr "TvÃ¥ gÃ¥nger dagligen" + +#: ../../include/contact_selectors.php:57 +msgid "Daily" +msgstr "Dagligen" + +#: ../../include/contact_selectors.php:58 +msgid "Weekly" +msgstr "Varje vecka" + +#: ../../include/contact_selectors.php:59 +msgid "Monthly" +msgstr "Varje mÃ¥nad" + +#: ../../include/contact_selectors.php:74 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:75 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:76 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 +#: ../../mod/admin.php:762 ../../boot.php:1446 +msgid "Email" +msgstr "E-post" + +#: ../../include/contact_selectors.php:78 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:79 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:80 +msgid "Zot!" +msgstr "Zot!" + +#: ../../include/contact_selectors.php:81 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: ../../include/contact_selectors.php:82 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: ../../include/contact_selectors.php:83 +msgid "MySpace" +msgstr "MySpace" + +#: ../../include/conversation.php:117 ../../include/text.php:1697 +#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:45 +msgid "photo" +msgstr "foto" + +#: ../../include/conversation.php:120 ../../include/text.php:1700 +#: ../../mod/tagger.php:49 +msgid "event" +msgstr "händelse" + +#: ../../include/conversation.php:123 +msgid "channel" +msgstr "kanal" + +#: ../../include/conversation.php:145 ../../include/text.php:1703 +#: ../../mod/like.php:111 ../../mod/subthread.php:89 ../../mod/tagger.php:53 +msgid "status" +msgstr "status" + +#: ../../include/conversation.php:147 ../../include/text.php:1705 +#: ../../mod/tagger.php:55 +msgid "comment" +msgstr "kommentar" + +#: ../../include/conversation.php:161 ../../mod/like.php:142 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s gillar %2$ss %3$s" + +#: ../../include/conversation.php:164 ../../mod/like.php:144 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s gillar inte %2$ss %3$s" + +#: ../../include/conversation.php:201 +#, php-format +msgid "%1$s is now connected with %2$s" +msgstr "%1$s har nu kontakt med %2$s" + +#: ../../include/conversation.php:236 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s puffade %2$s" + +#: ../../include/conversation.php:240 ../../include/text.php:885 +msgid "poked" +msgstr "puffade" + +#: ../../include/conversation.php:258 ../../mod/mood.php:63 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "%1$s är för tillfället %2$s" + +#: ../../include/conversation.php:631 ../../include/ItemObject.php:114 +msgid "Select" +msgstr "Välj" + +#: ../../include/conversation.php:632 ../../include/ItemObject.php:108 +#: ../../mod/thing.php:236 ../../mod/settings.php:578 ../../mod/group.php:176 +#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:365 +#: ../../mod/filestorage.php:171 ../../mod/photos.php:1043 +msgid "Delete" +msgstr "Ta bort" + +#: ../../include/conversation.php:639 ../../include/ItemObject.php:89 +#: ../../mod/photos.php:846 +msgid "Private Message" +msgstr "Privat meddelande" + +#: ../../include/conversation.php:646 ../../include/ItemObject.php:161 +msgid "Message is verified" +msgstr "Meddelandet är bekräftat" + +#: ../../include/conversation.php:666 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Visa %ss profil pÃ¥ %s" + +#: ../../include/conversation.php:680 +msgid "Categories:" +msgstr "Kategorier:" + +#: ../../include/conversation.php:681 +msgid "Filed under:" +msgstr "Postat under:" + +#: ../../include/conversation.php:690 ../../include/ItemObject.php:226 +#, php-format +msgid " from %s" +msgstr "frÃ¥n %s" + +#: ../../include/conversation.php:693 ../../include/ItemObject.php:229 +#, php-format +msgid "last edited: %s" +msgstr "senast redigerat: %s" + +#: ../../include/conversation.php:694 ../../include/ItemObject.php:230 +#, php-format +msgid "Expires: %s" +msgstr "Upphör: %s" + +#: ../../include/conversation.php:709 +msgid "View in context" +msgstr "Visa sammanhang" + +#: ../../include/conversation.php:711 ../../include/conversation.php:1127 +#: ../../include/ItemObject.php:259 ../../mod/mail.php:222 +#: ../../mod/mail.php:336 ../../mod/editpost.php:121 +#: ../../mod/editblock.php:120 ../../mod/editlayout.php:115 +#: ../../mod/editwebpage.php:152 ../../mod/photos.php:974 +msgid "Please wait" +msgstr "Vänta" + +#: ../../include/conversation.php:838 +msgid "remove" +msgstr "ta bort" + +#: ../../include/conversation.php:842 +msgid "Loading..." +msgstr "Laddar..." + +#: ../../include/conversation.php:843 +msgid "Delete Selected Items" +msgstr "Ta bort valda poster" + +#: ../../include/conversation.php:934 +msgid "View Source" +msgstr "Visa källa" + +#: ../../include/conversation.php:935 +msgid "Follow Thread" +msgstr "Följ trÃ¥d" + +#: ../../include/conversation.php:936 +msgid "View Status" +msgstr "Visa status" + +#: ../../include/conversation.php:938 +msgid "View Photos" +msgstr "Visa foton" + +#: ../../include/conversation.php:939 +msgid "Matrix Activity" +msgstr "Matrisaktivitet" + +#: ../../include/conversation.php:940 +msgid "Edit Contact" +msgstr "Redigera kontakt" + +#: ../../include/conversation.php:941 +msgid "Send PM" +msgstr "Skicka meddelande" + +#: ../../include/conversation.php:942 +msgid "Poke" +msgstr "Puffa" + +#: ../../include/conversation.php:998 +#, php-format +msgid "%s likes this." +msgstr "%s gillar det här." + +#: ../../include/conversation.php:998 +#, php-format +msgid "%s doesn't like this." +msgstr "%s gillar inte det här." + +#: ../../include/conversation.php:1002 +#, php-format +msgid "<span %1$s>%2$d people</span> like this." +msgid_plural "<span %1$s>%2$d people</span> like this." +msgstr[0] "<span %1$s>%2$d person</span> gillar det här." +msgstr[1] "<span %1$s>%2$d personer</span> gillar det här." + +#: ../../include/conversation.php:1004 +#, php-format +msgid "<span %1$s>%2$d people</span> don't like this." +msgid_plural "<span %1$s>%2$d people</span> don't like this." +msgstr[0] "<span %1$s>%2$d person</span> gillar inte det här." +msgstr[1] "<span %1$s>%2$d personer</span> gillar inte det här." + +#: ../../include/conversation.php:1010 +msgid "and" +msgstr "och" + +#: ../../include/conversation.php:1013 +#, php-format +msgid ", and %d other people" +msgid_plural ", and %d other people" +msgstr[0] ", och %d annan person" +msgstr[1] ", och %d andra personer" + +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s like this." +msgstr "%s gillar det här." + +#: ../../include/conversation.php:1014 +#, php-format +msgid "%s don't like this." +msgstr "%s gillar inte det här." + +#: ../../include/conversation.php:1071 +msgid "Visible to <strong>everybody</strong>" +msgstr "Synlig för <strong>alla</strong>" + +#: ../../include/conversation.php:1072 ../../mod/mail.php:171 +#: ../../mod/mail.php:269 +msgid "Please enter a link URL:" +msgstr "Ange en länkadress:" + +#: ../../include/conversation.php:1073 +msgid "Please enter a video link/URL:" +msgstr "Ange en videolänkadress:" + +#: ../../include/conversation.php:1074 +msgid "Please enter an audio link/URL:" +msgstr "Ange en ljudlänkadress" + +#: ../../include/conversation.php:1075 +msgid "Tag term:" +msgstr "Tagguttryck" + +#: ../../include/conversation.php:1076 ../../mod/filer.php:49 +msgid "Save to Folder:" +msgstr "Spara i mapp:" + +#: ../../include/conversation.php:1077 +msgid "Where are you right now?" +msgstr "Var är du just nu?" + +#: ../../include/conversation.php:1078 ../../mod/mail.php:172 +#: ../../mod/mail.php:270 ../../mod/editpost.php:52 +msgid "Expires YYYY-MM-DD HH:MM" +msgstr "Upphör YYYY-MM-DD HH:MM" + +#: ../../include/conversation.php:1088 ../../include/ItemObject.php:557 +#: ../../mod/webpages.php:123 ../../mod/editpost.php:140 +#: ../../mod/editblock.php:141 ../../mod/editlayout.php:135 +#: ../../mod/editwebpage.php:175 ../../mod/photos.php:994 +msgid "Preview" +msgstr "Förhandsgranska" + +#: ../../include/conversation.php:1102 ../../mod/layouts.php:113 +#: ../../mod/photos.php:973 +msgid "Share" +msgstr "Dela" + +#: ../../include/conversation.php:1104 ../../mod/editwebpage.php:139 +msgid "Page link title" +msgstr "Titel pÃ¥ sidlänk" + +#: ../../include/conversation.php:1107 +msgid "Post as" +msgstr "Posta som" + +#: ../../include/conversation.php:1108 ../../mod/mail.php:219 +#: ../../mod/mail.php:332 ../../mod/editpost.php:113 +#: ../../mod/editblock.php:112 ../../mod/editlayout.php:107 +#: ../../mod/editwebpage.php:144 +msgid "Upload photo" +msgstr "Ladda upp foto" + +#: ../../include/conversation.php:1109 +msgid "upload photo" +msgstr "ladda upp foto" + +#: ../../include/conversation.php:1110 ../../mod/mail.php:220 +#: ../../mod/mail.php:333 ../../mod/editpost.php:114 +#: ../../mod/editblock.php:113 ../../mod/editlayout.php:108 +#: ../../mod/editwebpage.php:145 +msgid "Attach file" +msgstr "Bifoga fil" + +#: ../../include/conversation.php:1111 +msgid "attach file" +msgstr "bifoga fil" + +#: ../../include/conversation.php:1112 ../../mod/mail.php:221 +#: ../../mod/mail.php:334 ../../mod/editpost.php:115 +#: ../../mod/editblock.php:114 ../../mod/editlayout.php:109 +#: ../../mod/editwebpage.php:146 +msgid "Insert web link" +msgstr "Infoga webblänk" + +#: ../../include/conversation.php:1113 +msgid "web link" +msgstr "webblänk" + +#: ../../include/conversation.php:1114 +msgid "Insert video link" +msgstr "Infoga videolänk" + +#: ../../include/conversation.php:1115 +msgid "video link" +msgstr "videolänk" + +#: ../../include/conversation.php:1116 +msgid "Insert audio link" +msgstr "Infoga ljudlänk" + +#: ../../include/conversation.php:1117 +msgid "audio link" +msgstr "ljudlänk" + +#: ../../include/conversation.php:1118 ../../mod/editpost.php:119 +#: ../../mod/editblock.php:118 ../../mod/editlayout.php:113 +#: ../../mod/editwebpage.php:150 +msgid "Set your location" +msgstr "Ange din plats" + +#: ../../include/conversation.php:1119 +msgid "set location" +msgstr "ange plats" + +#: ../../include/conversation.php:1120 ../../mod/editpost.php:120 +#: ../../mod/editblock.php:119 ../../mod/editlayout.php:114 +#: ../../mod/editwebpage.php:151 +msgid "Clear browser location" +msgstr "Rensa webbläsarplats" + +#: ../../include/conversation.php:1121 +msgid "clear location" +msgstr "rensa plats" + +#: ../../include/conversation.php:1123 ../../mod/editpost.php:132 +#: ../../mod/editblock.php:132 ../../mod/editlayout.php:126 +#: ../../mod/editwebpage.php:167 +msgid "Set title" +msgstr "Ange titel" + +#: ../../include/conversation.php:1126 ../../mod/editpost.php:134 +#: ../../mod/editblock.php:135 ../../mod/editlayout.php:129 +#: ../../mod/editwebpage.php:169 +msgid "Categories (comma-separated list)" +msgstr "Kategorier (kommaseparerad lista)" + +#: ../../include/conversation.php:1128 ../../mod/editpost.php:122 +#: ../../mod/editblock.php:121 ../../mod/editlayout.php:116 +#: ../../mod/editwebpage.php:153 +msgid "Permission settings" +msgstr "Behörighetsinställningar" + +#: ../../include/conversation.php:1129 +msgid "permissions" +msgstr "behörighet" + +#: ../../include/conversation.php:1136 ../../mod/editpost.php:129 +#: ../../mod/editblock.php:129 ../../mod/editlayout.php:123 +#: ../../mod/editwebpage.php:162 +msgid "Public post" +msgstr "Offentligt inlägg" + +#: ../../include/conversation.php:1138 ../../mod/editpost.php:135 +#: ../../mod/editblock.php:136 ../../mod/editlayout.php:130 +#: ../../mod/editwebpage.php:170 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Exempel: bob@example.com, mary@example.com" + +#: ../../include/conversation.php:1151 ../../mod/mail.php:226 +#: ../../mod/mail.php:339 ../../mod/editpost.php:146 +#: ../../mod/editblock.php:146 ../../mod/editlayout.php:140 +#: ../../mod/editwebpage.php:180 +msgid "Set expiration date" +msgstr "Ange utgÃ¥ngsdatum" + +#: ../../include/conversation.php:1153 ../../include/ItemObject.php:560 +#: ../../mod/mail.php:228 ../../mod/mail.php:341 ../../mod/editpost.php:148 +msgid "Encrypt text" +msgstr "Kryptera text" + +#: ../../include/conversation.php:1155 ../../mod/editpost.php:150 +msgid "OK" +msgstr "OK" + +#: ../../include/conversation.php:1156 ../../mod/settings.php:516 +#: ../../mod/settings.php:542 ../../mod/editpost.php:151 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/fbrowser.php:82 +#: ../../mod/fbrowser.php:117 +msgid "Cancel" +msgstr "Avbryt" + +#: ../../include/conversation.php:1395 +msgid "Discover" +msgstr "Upptäck" + +#: ../../include/conversation.php:1398 +msgid "Imported public streams" +msgstr "Importerade offentliga strömmar" + +#: ../../include/conversation.php:1403 +msgid "Commented Order" +msgstr "Kommentarsordning" + +#: ../../include/conversation.php:1406 +msgid "Sort by Comment Date" +msgstr "Ordna efter kommentarsdatum" + +#: ../../include/conversation.php:1410 +msgid "Posted Order" +msgstr "Inläggsordning" + +#: ../../include/conversation.php:1413 +msgid "Sort by Post Date" +msgstr "Ordna efter när inlägget skrevs" + +#: ../../include/conversation.php:1418 +msgid "Personal" +msgstr "Personligt" + +#: ../../include/conversation.php:1421 +msgid "Posts that mention or involve you" +msgstr "Inlägg som nämner eller berör dig" + +#: ../../include/conversation.php:1427 ../../mod/menu.php:61 +#: ../../mod/connections.php:211 ../../mod/connections.php:223 +msgid "New" +msgstr "Nytt" + +#: ../../include/conversation.php:1430 +msgid "Activity Stream - by date" +msgstr "Aktivitetsström - efter datum" + +#: ../../include/conversation.php:1436 +msgid "Starred" +msgstr "Märkt" + +#: ../../include/conversation.php:1439 +msgid "Favourite Posts" +msgstr "Favoritinlägg" + +#: ../../include/conversation.php:1446 +msgid "Spam" +msgstr "Skräp" + +#: ../../include/conversation.php:1449 +msgid "Posts flagged as SPAM" +msgstr "Inlägg markerade som SKRÄP" + +#: ../../include/conversation.php:1483 ../../mod/admin.php:890 +msgid "Channel" +msgstr "Kanal" + +#: ../../include/conversation.php:1486 +msgid "Status Messages and Posts" +msgstr "Statusmeddelanden och inlägg" + +#: ../../include/conversation.php:1495 +msgid "About" +msgstr "Om" + +#: ../../include/conversation.php:1498 +msgid "Profile Details" +msgstr "Profildetaljer" + +#: ../../include/conversation.php:1507 ../../include/photos.php:311 +msgid "Photo Albums" +msgstr "Fotoalbum" + +#: ../../include/conversation.php:1516 +msgid "Files and Storage" +msgstr "Filer och lagring" + +#: ../../include/conversation.php:1525 ../../include/conversation.php:1528 +msgid "Chatrooms" +msgstr "Chattrum" + +#: ../../include/conversation.php:1538 +msgid "Events and Calendar" +msgstr "Händelser och kalender" + +#: ../../include/conversation.php:1546 +msgid "Saved Bookmarks" +msgstr "Sparade bokmärken" + +#: ../../include/conversation.php:1557 +msgid "Manage Webpages" +msgstr "Hantera webbsidor" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Övrigt" + +#: ../../include/datetime.php:152 ../../include/datetime.php:284 +msgid "year" +msgstr "Ã¥r" + +#: ../../include/datetime.php:157 ../../include/datetime.php:285 +msgid "month" +msgstr "mÃ¥nad" + +#: ../../include/datetime.php:162 ../../include/datetime.php:287 +msgid "day" +msgstr "dag" + +#: ../../include/datetime.php:275 +msgid "never" +msgstr "aldrig" + +#: ../../include/datetime.php:281 +msgid "less than a second ago" +msgstr "mindre än en sekund sedan" + +#: ../../include/datetime.php:284 +msgid "years" +msgstr "Ã¥r" + +#: ../../include/datetime.php:285 +msgid "months" +msgstr "mÃ¥nader" + +#: ../../include/datetime.php:286 +msgid "week" +msgstr "vecka" + +#: ../../include/datetime.php:286 +msgid "weeks" +msgstr "veckor" + +#: ../../include/datetime.php:287 +msgid "days" +msgstr "dagar" + +#: ../../include/datetime.php:288 +msgid "hour" +msgstr "timme" + +#: ../../include/datetime.php:288 +msgid "hours" +msgstr "timmar" + +#: ../../include/datetime.php:289 +msgid "minute" +msgstr "minut" + +#: ../../include/datetime.php:289 +msgid "minutes" +msgstr "minuter" + +#: ../../include/datetime.php:290 +msgid "second" +msgstr "sekund" + +#: ../../include/datetime.php:290 +msgid "seconds" +msgstr "sekunder" + +#: ../../include/datetime.php:299 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s sedan" + +#: ../../include/dba/dba_driver.php:50 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kan inte hitta DNS-information för databasserver '%s'" + +#: ../../include/bbcode.php:128 ../../include/bbcode.php:603 +#: ../../include/bbcode.php:606 ../../include/bbcode.php:611 +#: ../../include/bbcode.php:614 ../../include/bbcode.php:617 +#: ../../include/bbcode.php:620 ../../include/bbcode.php:625 +#: ../../include/bbcode.php:628 ../../include/bbcode.php:633 +#: ../../include/bbcode.php:636 ../../include/bbcode.php:639 +#: ../../include/bbcode.php:642 +msgid "Image/photo" +msgstr "Bild/foto" + +#: ../../include/bbcode.php:163 ../../include/bbcode.php:653 +msgid "Encrypted content" +msgstr "Krypterat innehÃ¥ll" + +#: ../../include/bbcode.php:170 +msgid "QR code" +msgstr "QR-kod" + +#: ../../include/bbcode.php:213 +#, php-format +msgid "%1$s wrote the following %2$s %3$s" +msgstr "%1$s skrev följande %2$s %3$s" + +#: ../../include/bbcode.php:215 +msgid "post" +msgstr "post" + +#: ../../include/bbcode.php:571 ../../include/bbcode.php:591 +msgid "$1 wrote:" +msgstr "$1 skrev:" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"<strong>may</strong> apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "En borttagen grupp med det här namnet Ã¥terskapades. Befintliga rättigheter till saker <strong>kan</strong> gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsÃ¥g, skapa i stället en annan grupp med ett annat namn." + +#: ../../include/group.php:223 +msgid "Default privacy group for new contacts" +msgstr "Förvald integritetsgrupp för nya kontakter" + +#: ../../include/group.php:242 ../../mod/admin.php:762 +msgid "All Channels" +msgstr "Alla kanaler" + +#: ../../include/group.php:264 +msgid "edit" +msgstr "redigera" + +#: ../../include/group.php:285 +msgid "Collections" +msgstr "Sammanhang" + +#: ../../include/group.php:286 +msgid "Edit collection" +msgstr "Redigera sammanhang" + +#: ../../include/group.php:287 +msgid "Create a new collection" +msgstr "Skapa ett nytt sammanhang" + +#: ../../include/group.php:288 +msgid "Channels not in any collection" +msgstr "Kanaler utan sammanhang" + +#: ../../include/js_strings.php:5 +msgid "Delete this item?" +msgstr "Ta bort den här posten?" + +#: ../../include/js_strings.php:6 ../../include/ItemObject.php:547 +#: ../../mod/photos.php:992 ../../mod/photos.php:1079 +msgid "Comment" +msgstr "Kommentar" + +#: ../../include/js_strings.php:7 ../../include/ItemObject.php:281 +#: ../../include/contact_widgets.php:130 +msgid "show more" +msgstr "visa fler" + +#: ../../include/js_strings.php:8 +msgid "show fewer" +msgstr "visa färre" + +#: ../../include/js_strings.php:9 +msgid "+ Show More" +msgstr "+ Visa fler" + +#: ../../include/js_strings.php:10 +msgid "- Show Less" +msgstr "- Visa färre" + +#: ../../include/js_strings.php:11 +msgid "Password too short" +msgstr "Lösenord för kort" + +#: ../../include/js_strings.php:12 +msgid "Passwords do not match" +msgstr "Lösenorden stämmer inte överens" + +#: ../../include/js_strings.php:13 ../../mod/photos.php:39 +msgid "everybody" +msgstr "alla" + +#: ../../include/js_strings.php:14 +msgid "Secret Passphrase" +msgstr "Hemligt lösenord" + +#: ../../include/js_strings.php:15 +msgid "Passphrase hint" +msgstr "LösenordsledtrÃ¥d" + +#: ../../include/js_strings.php:16 +msgid "Notice: Permissions have changed but have not yet been submitted." +msgstr "Observera: Rättigheter har ändrats men har ännu inte skickats in" + +#: ../../include/js_strings.php:18 +msgid "timeago.prefixAgo" +msgstr "för" + +#: ../../include/js_strings.php:19 +msgid "timeago.prefixFromNow" +msgstr "om" + +#: ../../include/js_strings.php:20 +msgid "ago" +msgstr "sedan" + +#: ../../include/js_strings.php:21 +msgid "from now" +msgstr " " + +#: ../../include/js_strings.php:22 +msgid "less than a minute" +msgstr "mindre än en minut" + +#: ../../include/js_strings.php:23 +msgid "about a minute" +msgstr "ungefär en minut" + +#: ../../include/js_strings.php:24 +#, php-format +msgid "%d minutes" +msgstr "%d minuter" + +#: ../../include/js_strings.php:25 +msgid "about an hour" +msgstr "ungefär en timme" + +#: ../../include/js_strings.php:26 +#, php-format +msgid "about %d hours" +msgstr "ungefär %d timmar" + +#: ../../include/js_strings.php:27 +msgid "a day" +msgstr "en dag" + +#: ../../include/js_strings.php:28 +#, php-format +msgid "%d days" +msgstr "%d dagar" + +#: ../../include/js_strings.php:29 +msgid "about a month" +msgstr "ungefär en mÃ¥nad" + +#: ../../include/js_strings.php:30 +#, php-format +msgid "%d months" +msgstr "%d mÃ¥nader" + +#: ../../include/js_strings.php:31 +msgid "about a year" +msgstr "ungefär ett Ã¥r" + +#: ../../include/js_strings.php:32 +#, php-format +msgid "%d years" +msgstr "%d Ã¥r" + +#: ../../include/js_strings.php:33 +msgid " " +msgstr " " + +#: ../../include/js_strings.php:34 +msgid "timeago.numbers" +msgstr "timeago.numbers" + +#: ../../include/message.php:18 +msgid "No recipient provided." +msgstr "Ingen mottagare angiven." + +#: ../../include/message.php:23 +msgid "[no subject]" +msgstr "[inget ämne]" + +#: ../../include/message.php:42 +msgid "Unable to determine sender." +msgstr "Kunde inte avgöra vem som är avsändare." + +#: ../../include/message.php:143 +msgid "Stored post could not be verified." +msgstr "Den sparade posten kunde inte verifieras." + +#: ../../include/photo/photo_driver.php:643 ../../include/photos.php:51 +#: ../../mod/profile_photo.php:78 ../../mod/profile_photo.php:225 +#: ../../mod/profile_photo.php:336 ../../mod/photos.php:91 +#: ../../mod/photos.php:655 ../../mod/photos.php:677 +msgid "Profile Photos" +msgstr "Profilfoton" + +#: ../../include/attach.php:119 ../../include/attach.php:166 +#: ../../include/attach.php:229 ../../include/attach.php:243 +#: ../../include/attach.php:283 ../../include/attach.php:297 +#: ../../include/attach.php:322 ../../include/attach.php:513 +#: ../../include/attach.php:585 ../../include/chat.php:113 +#: ../../include/photos.php:15 ../../include/items.php:3606 +#: ../../mod/common.php:35 ../../mod/events.php:140 ../../mod/thing.php:247 +#: ../../mod/thing.php:263 ../../mod/thing.php:298 ../../mod/invite.php:13 +#: ../../mod/invite.php:104 ../../mod/mail.php:108 ../../mod/settings.php:492 +#: ../../mod/menu.php:44 ../../mod/webpages.php:40 ../../mod/api.php:26 +#: ../../mod/api.php:31 ../../mod/editpost.php:13 ../../mod/bookmarks.php:46 +#: ../../mod/viewconnections.php:22 ../../mod/viewconnections.php:27 +#: ../../mod/delegate.php:6 ../../mod/pdledit.php:21 ../../mod/item.php:179 +#: ../../mod/item.php:187 ../../mod/item.php:860 ../../mod/mitem.php:73 +#: ../../mod/group.php:9 ../../mod/viewsrc.php:12 ../../mod/setup.php:203 +#: ../../mod/connedit.php:188 ../../mod/layouts.php:27 +#: ../../mod/layouts.php:39 ../../mod/page.php:30 ../../mod/page.php:80 +#: ../../mod/network.php:12 ../../mod/profiles.php:152 +#: ../../mod/profiles.php:453 ../../mod/sources.php:66 ../../mod/blocks.php:29 +#: ../../mod/blocks.php:44 ../../mod/chat.php:89 ../../mod/chat.php:94 +#: ../../mod/new_channel.php:66 ../../mod/new_channel.php:97 +#: ../../mod/achievements.php:27 ../../mod/editblock.php:34 +#: ../../mod/manage.php:6 ../../mod/editlayout.php:48 +#: ../../mod/profile_photo.php:187 ../../mod/profile_photo.php:200 +#: ../../mod/connections.php:169 ../../mod/notifications.php:66 +#: ../../mod/block.php:22 ../../mod/block.php:72 ../../mod/editwebpage.php:44 +#: ../../mod/editwebpage.php:83 ../../mod/profile.php:64 +#: ../../mod/profile.php:72 ../../mod/poke.php:128 ../../mod/channel.php:89 +#: ../../mod/channel.php:193 ../../mod/channel.php:236 +#: ../../mod/fsuggest.php:78 ../../mod/filestorage.php:10 +#: ../../mod/filestorage.php:59 ../../mod/filestorage.php:75 +#: ../../mod/filestorage.php:98 ../../mod/suggest.php:26 +#: ../../mod/message.php:16 ../../mod/register.php:68 ../../mod/regmod.php:18 +#: ../../mod/authtest.php:13 ../../mod/photos.php:68 ../../mod/photos.php:526 +#: ../../mod/mood.php:119 ../../index.php:176 ../../index.php:351 +msgid "Permission denied." +msgstr "Behörighet saknas." + +#: ../../include/attach.php:224 ../../include/attach.php:278 +msgid "Item was not found." +msgstr "Posten hittades inte." + +#: ../../include/attach.php:335 +msgid "No source file." +msgstr "Ingen källfil." + +#: ../../include/attach.php:352 +msgid "Cannot locate file to replace" +msgstr "Kan inte hitta fil att ersätta" + +#: ../../include/attach.php:370 +msgid "Cannot locate file to revise/update" +msgstr "Kan inte hitta fil att revidera/uppdatera" + +#: ../../include/attach.php:381 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Filen överskrider storleksbegränsningen %d" + +#: ../../include/attach.php:393 +#, php-format +msgid "You have reached your limit of %1$.0f Mbytes attachment storage." +msgstr "Du har nÃ¥tt begränsningen %1$.0f megabyte utrymme för bilagor." + +#: ../../include/attach.php:475 +msgid "File upload failed. Possible system limit or action terminated." +msgstr "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten Ã¥tgärd." + +#: ../../include/attach.php:487 +msgid "Stored file could not be verified. Upload failed." +msgstr "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad." + +#: ../../include/attach.php:528 ../../include/attach.php:545 +msgid "Path not available." +msgstr "Sökväg inte tillgänglig." + +#: ../../include/attach.php:590 +msgid "Empty pathname" +msgstr "Tom sökväg" + +#: ../../include/attach.php:606 +msgid "duplicate filename or path" +msgstr "filnamn eller sökväg finns redan" + +#: ../../include/attach.php:630 +msgid "Path not found." +msgstr "Sökväg hittas inte." + +#: ../../include/attach.php:674 +msgid "mkdir failed." +msgstr "mkdir misslyckades." + +#: ../../include/attach.php:678 +msgid "database storage failed." +msgstr "databaslagring misslyckades." + +#: ../../include/bookmarks.php:42 +#, php-format +msgid "%1$s's bookmarks" +msgstr "%1$ss bokmärken" + +#: ../../include/acl_selectors.php:238 +msgid "Visible to everybody" +msgstr "Synlig för alla" + +#: ../../include/acl_selectors.php:239 +msgid "Show" +msgstr "Visa" + +#: ../../include/acl_selectors.php:240 +msgid "Don't show" +msgstr "Visa inte" + +#: ../../include/acl_selectors.php:246 ../../mod/chat.php:206 +#: ../../mod/filestorage.php:124 ../../mod/photos.php:606 +#: ../../mod/photos.php:949 +msgid "Permissions" +msgstr "Behörighet" + +#: ../../include/acl_selectors.php:247 +msgid "Close" +msgstr "Stäng" + +#: ../../include/identity.php:30 ../../mod/item.php:1232 +msgid "Unable to obtain identity information from database" +msgstr "Kunde inte hämta frÃ¥n databasen" + +#: ../../include/identity.php:63 +msgid "Empty name" +msgstr "Tomt namn" + +#: ../../include/identity.php:65 +msgid "Name too long" +msgstr "För lÃ¥ngt namn" + +#: ../../include/identity.php:166 +msgid "No account identifier" +msgstr "Ingen kontoidentifierare" + +#: ../../include/identity.php:176 +msgid "Nickname is required." +msgstr "Smeknamn mÃ¥ste anges." + +#: ../../include/identity.php:190 +msgid "Reserved nickname. Please choose another." +msgstr "Reserverat smeknamn. Välj ett annat." + +#: ../../include/identity.php:195 +msgid "" +"Nickname has unsupported characters or is already being used on this site." +msgstr "Smeknamnet innehÃ¥ller otillÃ¥tna tecken eller är redan upptaget pÃ¥ den här servern." + +#: ../../include/identity.php:258 +msgid "Unable to retrieve created identity" +msgstr "Kunde inte hämta den skapade identiteten" + +#: ../../include/identity.php:317 +msgid "Default Profile" +msgstr "Standardprofil" + +#: ../../include/identity.php:509 +msgid "Requested channel is not available." +msgstr "Den begärda kanalen är inte tillgänglig" + +#: ../../include/identity.php:557 ../../mod/webpages.php:8 +#: ../../mod/connect.php:13 ../../mod/layouts.php:8 ../../mod/blocks.php:10 +#: ../../mod/achievements.php:8 ../../mod/profile.php:16 +#: ../../mod/filestorage.php:40 +msgid "Requested profile is not available." +msgstr "Begärd profil är inte tillgänglig." + +#: ../../include/identity.php:689 ../../mod/profiles.php:603 +msgid "Change profile photo" +msgstr "Bytprofilfoto" + +#: ../../include/identity.php:695 +msgid "Profiles" +msgstr "Profiler" + +#: ../../include/identity.php:695 +msgid "Manage/edit profiles" +msgstr "Hantera/redigera profiler" + +#: ../../include/identity.php:696 ../../mod/profiles.php:604 +msgid "Create New Profile" +msgstr "Skapa ny profil" + +#: ../../include/identity.php:699 +msgid "Edit Profile" +msgstr "Redigera profil" + +#: ../../include/identity.php:710 ../../mod/profiles.php:615 +msgid "Profile Image" +msgstr "Profilbild" + +#: ../../include/identity.php:713 ../../mod/profiles.php:618 +msgid "visible to everybody" +msgstr "synlig för alla" + +#: ../../include/identity.php:714 ../../mod/profiles.php:619 +msgid "Edit visibility" +msgstr "Redigera synlighet" + +#: ../../include/identity.php:728 ../../include/identity.php:952 +#: ../../mod/directory.php:163 +msgid "Gender:" +msgstr "Kön:" + +#: ../../include/identity.php:729 ../../include/identity.php:972 +#: ../../mod/directory.php:165 +msgid "Status:" +msgstr "Status:" + +#: ../../include/identity.php:730 ../../include/identity.php:983 +#: ../../mod/directory.php:167 +msgid "Homepage:" +msgstr "Hemsida:" + +#: ../../include/identity.php:731 ../../mod/dirprofile.php:157 +msgid "Online Now" +msgstr "Online nu" + +#: ../../include/identity.php:796 ../../include/identity.php:876 +#: ../../mod/ping.php:262 +msgid "g A l F d" +msgstr "l j F \\k\\l G" + +#: ../../include/identity.php:797 ../../include/identity.php:877 +msgid "F d" +msgstr "j F" + +#: ../../include/identity.php:842 ../../include/identity.php:917 +#: ../../mod/ping.php:284 +msgid "[today]" +msgstr "[i dag]" + +#: ../../include/identity.php:854 +msgid "Birthday Reminders" +msgstr "FödelsedagspÃ¥minnelser" + +#: ../../include/identity.php:855 +msgid "Birthdays this week:" +msgstr "Födelsedagar den här veckan:" + +#: ../../include/identity.php:910 +msgid "[No description]" +msgstr "[Ingen beskrivning]" + +#: ../../include/identity.php:928 +msgid "Event Reminders" +msgstr "HändelsepÃ¥minnelser" + +#: ../../include/identity.php:929 +msgid "Events this week:" +msgstr "Händelser den här veckan:" + +#: ../../include/identity.php:942 ../../include/identity.php:1026 +#: ../../mod/profperm.php:107 +msgid "Profile" +msgstr "Profil" + +#: ../../include/identity.php:950 ../../mod/settings.php:937 +msgid "Full Name:" +msgstr "Fullständigt namn:" + +#: ../../include/identity.php:957 +msgid "j F, Y" +msgstr "j F Y" + +#: ../../include/identity.php:958 +msgid "j F" +msgstr "j F" + +#: ../../include/identity.php:965 +msgid "Birthday:" +msgstr "Födelsedag:" + +#: ../../include/identity.php:969 +msgid "Age:" +msgstr "Ã…lder:" + +#: ../../include/identity.php:978 +#, php-format +msgid "for %1$d %2$s" +msgstr "i %1$d %2$s" + +#: ../../include/identity.php:981 ../../mod/profiles.php:526 +msgid "Sexual Preference:" +msgstr "Sexuell preferens:" + +#: ../../include/identity.php:985 ../../mod/profiles.php:528 +msgid "Hometown:" +msgstr "Hemort:" + +#: ../../include/identity.php:987 +msgid "Tags:" +msgstr "Taggar:" + +#: ../../include/identity.php:989 ../../mod/profiles.php:529 +msgid "Political Views:" +msgstr "Politisk Ã¥skÃ¥dning:" + +#: ../../include/identity.php:991 +msgid "Religion:" +msgstr "Religion:" + +#: ../../include/identity.php:993 ../../mod/directory.php:169 +msgid "About:" +msgstr "Om:" + +#: ../../include/identity.php:995 +msgid "Hobbies/Interests:" +msgstr "Fritidssysselsättning/intressen:" + +#: ../../include/identity.php:997 ../../mod/profiles.php:532 +msgid "Likes:" +msgstr "Gillar:" + +#: ../../include/identity.php:999 ../../mod/profiles.php:533 +msgid "Dislikes:" +msgstr "Ogillar:" + +#: ../../include/identity.php:1002 +msgid "Contact information and Social Networks:" +msgstr "Kontaktinformation och sociala nätverk:" + +#: ../../include/identity.php:1004 +msgid "My other channels:" +msgstr "Mina andra kanaler:" + +#: ../../include/identity.php:1006 +msgid "Musical interests:" +msgstr "Musikintressen:" + +#: ../../include/identity.php:1008 +msgid "Books, literature:" +msgstr "Böcker, litteratur:" + +#: ../../include/identity.php:1010 +msgid "Television:" +msgstr "Tv:" + +#: ../../include/identity.php:1012 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/dans/kultur/underhÃ¥llning:" + +#: ../../include/identity.php:1014 +msgid "Love/Romance:" +msgstr "Kärlek/romantik:" + +#: ../../include/identity.php:1016 +msgid "Work/employment:" +msgstr "Arbete/sysselsättning:" + +#: ../../include/identity.php:1018 +msgid "School/education:" +msgstr "Skola/utbildning:" + +#: ../../include/ItemObject.php:96 ../../include/page_widgets.php:8 +#: ../../include/menu.php:42 ../../mod/thing.php:235 +#: ../../mod/settings.php:577 ../../mod/menu.php:59 ../../mod/webpages.php:119 +#: ../../mod/editpost.php:112 ../../mod/layouts.php:112 +#: ../../mod/blocks.php:94 ../../mod/editblock.php:111 +#: ../../mod/editlayout.php:106 ../../mod/connections.php:391 +#: ../../mod/editwebpage.php:143 ../../mod/filestorage.php:170 +msgid "Edit" +msgstr "Redigera" + +#: ../../include/ItemObject.php:118 +msgid "save to folder" +msgstr "spara i mapp" + +#: ../../include/ItemObject.php:146 +msgid "add star" +msgstr "lägg till märke" + +#: ../../include/ItemObject.php:147 +msgid "remove star" +msgstr "ta bort märke" + +#: ../../include/ItemObject.php:148 +msgid "toggle star status" +msgstr "växla märke pÃ¥/av" + +#: ../../include/ItemObject.php:152 +msgid "starred" +msgstr "märkt" + +#: ../../include/ItemObject.php:169 +msgid "add tag" +msgstr "lägg till tagg" + +#: ../../include/ItemObject.php:184 ../../mod/photos.php:971 +msgid "I like this (toggle)" +msgstr "Jag gillar det här (växla)" + +#: ../../include/ItemObject.php:184 ../../include/taxonomy.php:254 +msgid "like" +msgstr "gilla" + +#: ../../include/ItemObject.php:185 ../../mod/photos.php:972 +msgid "I don't like this (toggle)" +msgstr "Jag gillar inte det här (växla)" + +#: ../../include/ItemObject.php:185 ../../include/taxonomy.php:255 +msgid "dislike" +msgstr "ogilla" + +#: ../../include/ItemObject.php:187 +msgid "Share this" +msgstr "Dela det här" + +#: ../../include/ItemObject.php:187 +msgid "share" +msgstr "dela" + +#: ../../include/ItemObject.php:211 ../../include/ItemObject.php:212 +#, php-format +msgid "View %s's profile - %s" +msgstr "Visa %ss profil - %s" + +#: ../../include/ItemObject.php:213 +msgid "to" +msgstr "till" + +#: ../../include/ItemObject.php:214 +msgid "via" +msgstr "via" + +#: ../../include/ItemObject.php:215 +msgid "Wall-to-Wall" +msgstr "Vägg-till-vägg" + +#: ../../include/ItemObject.php:216 +msgid "via Wall-To-Wall:" +msgstr "via vägg-till-vägg" + +#: ../../include/ItemObject.php:250 +msgid "Bookmark Links" +msgstr "Bokmärk länkar" + +#: ../../include/ItemObject.php:280 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d kommentar" +msgstr[1] "%d kommentarer" + +#: ../../include/ItemObject.php:545 ../../mod/photos.php:990 +#: ../../mod/photos.php:1077 +msgid "This is you" +msgstr "Det här är du" + +#: ../../include/ItemObject.php:548 ../../mod/events.php:472 +#: ../../mod/thing.php:283 ../../mod/thing.php:326 ../../mod/invite.php:156 +#: ../../mod/mail.php:223 ../../mod/mail.php:335 ../../mod/settings.php:515 +#: ../../mod/settings.php:627 ../../mod/settings.php:655 +#: ../../mod/settings.php:679 ../../mod/settings.php:751 +#: ../../mod/settings.php:929 ../../mod/connect.php:92 +#: ../../mod/pdledit.php:58 ../../mod/group.php:81 ../../mod/admin.php:441 +#: ../../mod/admin.php:750 ../../mod/admin.php:884 ../../mod/admin.php:1017 +#: ../../mod/admin.php:1216 ../../mod/admin.php:1303 ../../mod/setup.php:307 +#: ../../mod/setup.php:350 ../../mod/connedit.php:443 +#: ../../mod/profiles.php:506 ../../mod/sources.php:104 +#: ../../mod/sources.php:138 ../../mod/chat.php:175 ../../mod/chat.php:208 +#: ../../mod/import.php:387 ../../mod/poke.php:166 ../../mod/fsuggest.php:108 +#: ../../mod/filestorage.php:131 ../../mod/photos.php:565 +#: ../../mod/photos.php:670 ../../mod/photos.php:953 ../../mod/photos.php:993 +#: ../../mod/photos.php:1080 ../../mod/mood.php:142 +#: ../../view/theme/redbasic/php/config.php:95 +#: ../../view/theme/apw/php/config.php:256 +#: ../../view/theme/blogga/view/theme/blog/config.php:67 +#: ../../view/theme/blogga/php/config.php:67 +msgid "Submit" +msgstr "Skicka" + +#: ../../include/ItemObject.php:549 +msgid "Bold" +msgstr "Fet" + +#: ../../include/ItemObject.php:550 +msgid "Italic" +msgstr "Kursiv" + +#: ../../include/ItemObject.php:551 +msgid "Underline" +msgstr "Understruken" + +#: ../../include/ItemObject.php:552 +msgid "Quote" +msgstr "Citat" + +#: ../../include/ItemObject.php:553 +msgid "Code" +msgstr "Kod" + +#: ../../include/ItemObject.php:554 +msgid "Image" +msgstr "Bild" + +#: ../../include/ItemObject.php:555 +msgid "Link" +msgstr "Länk" + +#: ../../include/ItemObject.php:556 +msgid "Video" +msgstr "Video" + +#: ../../include/reddav.php:1069 +msgid "Edit File properties" +msgstr "Redigera filegenskaper" + +#: ../../include/network.php:652 +msgid "view full size" +msgstr "visa full storlek" + +#: ../../include/text.php:320 +msgid "prev" +msgstr "föregÃ¥ende" + +#: ../../include/text.php:322 +msgid "first" +msgstr "första" + +#: ../../include/text.php:351 +msgid "last" +msgstr "sista" + +#: ../../include/text.php:354 +msgid "next" +msgstr "nästa" + +#: ../../include/text.php:366 +msgid "older" +msgstr "äldre" + +#: ../../include/text.php:368 +msgid "newer" +msgstr "nyare" + +#: ../../include/text.php:719 +msgid "No connections" +msgstr "Inga kontakter" + +#: ../../include/text.php:732 +#, php-format +msgid "%d Connection" +msgid_plural "%d Connections" +msgstr[0] "%d kontakt" +msgstr[1] "%d kontakter" + +#: ../../include/text.php:744 +msgid "View Connections" +msgstr "Visa kontakter" + +#: ../../include/text.php:885 +msgid "poke" +msgstr "puffa" + +#: ../../include/text.php:886 +msgid "ping" +msgstr "pinga" + +#: ../../include/text.php:886 +msgid "pinged" +msgstr "pingade" + +#: ../../include/text.php:887 +msgid "prod" +msgstr "stöt till" + +#: ../../include/text.php:887 +msgid "prodded" +msgstr "stötte till" + +#: ../../include/text.php:888 +msgid "slap" +msgstr "daska till" + +#: ../../include/text.php:888 +msgid "slapped" +msgstr "daskade till" + +#: ../../include/text.php:889 +msgid "finger" +msgstr "fingra pÃ¥" + +#: ../../include/text.php:889 +msgid "fingered" +msgstr "fingrade pÃ¥" + +#: ../../include/text.php:890 +msgid "rebuff" +msgstr "stöt tillbaka" + +#: ../../include/text.php:890 +msgid "rebuffed" +msgstr "stötte tillbaks" + +#: ../../include/text.php:902 +msgid "happy" +msgstr "glad" + +#: ../../include/text.php:903 +msgid "sad" +msgstr "ledsen" + +#: ../../include/text.php:904 +msgid "mellow" +msgstr "lugn" + +#: ../../include/text.php:905 +msgid "tired" +msgstr "trött" + +#: ../../include/text.php:906 +msgid "perky" +msgstr "uppÃ¥t" + +#: ../../include/text.php:907 +msgid "angry" +msgstr "arg" + +#: ../../include/text.php:908 +msgid "stupified" +msgstr "virrig" + +#: ../../include/text.php:909 +msgid "puzzled" +msgstr "förbryllad" + +#: ../../include/text.php:910 +msgid "interested" +msgstr "intresserad" + +#: ../../include/text.php:911 +msgid "bitter" +msgstr "bitter" + +#: ../../include/text.php:912 +msgid "cheerful" +msgstr "munter" + +#: ../../include/text.php:913 +msgid "alive" +msgstr "pigg" + +#: ../../include/text.php:914 +msgid "annoyed" +msgstr "irriterad" + +#: ../../include/text.php:915 +msgid "anxious" +msgstr "bekymrad" + +#: ../../include/text.php:916 +msgid "cranky" +msgstr "grinig" + +#: ../../include/text.php:917 +msgid "disturbed" +msgstr "besvärad" + +#: ../../include/text.php:918 +msgid "frustrated" +msgstr "frustrerad" + +#: ../../include/text.php:919 +msgid "motivated" +msgstr "motiverad" + +#: ../../include/text.php:920 +msgid "relaxed" +msgstr "avslappnad" + +#: ../../include/text.php:921 +msgid "surprised" +msgstr "förvÃ¥nad" + +#: ../../include/text.php:1082 +msgid "Monday" +msgstr "mÃ¥ndag" + +#: ../../include/text.php:1082 +msgid "Tuesday" +msgstr "tisdag" + +#: ../../include/text.php:1082 +msgid "Wednesday" +msgstr "onsdag" + +#: ../../include/text.php:1082 +msgid "Thursday" +msgstr "torsdag" + +#: ../../include/text.php:1082 +msgid "Friday" +msgstr "fredag" + +#: ../../include/text.php:1082 +msgid "Saturday" +msgstr "lördag" + +#: ../../include/text.php:1082 +msgid "Sunday" +msgstr "söndag" + +#: ../../include/text.php:1086 +msgid "January" +msgstr "januari" + +#: ../../include/text.php:1086 +msgid "February" +msgstr "februari" + +#: ../../include/text.php:1086 +msgid "March" +msgstr "mars" + +#: ../../include/text.php:1086 +msgid "April" +msgstr "april" + +#: ../../include/text.php:1086 +msgid "May" +msgstr "maj" + +#: ../../include/text.php:1086 +msgid "June" +msgstr "juni" + +#: ../../include/text.php:1086 +msgid "July" +msgstr "juli" + +#: ../../include/text.php:1086 +msgid "August" +msgstr "augusti" + +#: ../../include/text.php:1086 +msgid "September" +msgstr "september" + +#: ../../include/text.php:1086 +msgid "October" +msgstr "oktober" + +#: ../../include/text.php:1086 +msgid "November" +msgstr "november" + +#: ../../include/text.php:1086 +msgid "December" +msgstr "december" + +#: ../../include/text.php:1164 +msgid "unknown.???" +msgstr "okänt.???" + +#: ../../include/text.php:1165 +msgid "bytes" +msgstr "byte" + +#: ../../include/text.php:1200 +msgid "remove category" +msgstr "ta bort kategori" + +#: ../../include/text.php:1249 +msgid "remove from file" +msgstr "ta bort frÃ¥n fil" + +#: ../../include/text.php:1310 ../../include/text.php:1322 +msgid "Click to open/close" +msgstr "Klicka för att öppna/stänga" + +#: ../../include/text.php:1477 ../../mod/events.php:335 +msgid "link to source" +msgstr "länk till källa" + +#: ../../include/text.php:1496 +msgid "Select a page layout: " +msgstr "Välj en sidlayout: " + +#: ../../include/text.php:1499 ../../include/text.php:1564 +msgid "default" +msgstr "standard" + +#: ../../include/text.php:1535 +msgid "Page content type: " +msgstr "Typ av sidinnehÃ¥ll: " + +#: ../../include/text.php:1576 +msgid "Select an alternate language" +msgstr "Välj ett alternativt sprÃ¥k" + +#: ../../include/text.php:1710 +msgid "activity" +msgstr "aktivitet" + +#: ../../include/text.php:1969 +msgid "Design" +msgstr "Design" + +#: ../../include/text.php:1971 +msgid "Blocks" +msgstr "Block" + +#: ../../include/text.php:1972 +msgid "Menus" +msgstr "Menyer" + +#: ../../include/text.php:1973 +msgid "Layouts" +msgstr "Layouter" + +#: ../../include/text.php:1974 +msgid "Pages" +msgstr "Sidor" + +#: ../../include/notify.php:23 +msgid "created a new post" +msgstr "skapade ett nytt inlägg" + +#: ../../include/notify.php:24 +#, php-format +msgid "commented on %s's post" +msgstr "kommenterade %ss inlägg" + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "Man" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "Kvinna" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "Just nu man" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "Just nu kvinna" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "Mestadels man" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "Mestadels kvinna" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "Transperson" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "Intersexuell" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "Transsexuell" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "Hermafrodit" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "Könlös" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "Ospecificerat" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "Annat" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "Obestämt" + +#: ../../include/profile_selectors.php:23 +msgid "Males" +msgstr "Män" + +#: ../../include/profile_selectors.php:23 +msgid "Females" +msgstr "Kvinnor" + +#: ../../include/profile_selectors.php:23 +msgid "Gay" +msgstr "Bög" + +#: ../../include/profile_selectors.php:23 +msgid "Lesbian" +msgstr "Lesbisk" + +#: ../../include/profile_selectors.php:23 +msgid "No Preference" +msgstr "Ingen preferens" + +#: ../../include/profile_selectors.php:23 +msgid "Bisexual" +msgstr "Bisexuell" + +#: ../../include/profile_selectors.php:23 +msgid "Autosexual" +msgstr "Autosexuell" + +#: ../../include/profile_selectors.php:23 +msgid "Abstinent" +msgstr "AvhÃ¥llsam" + +#: ../../include/profile_selectors.php:23 +msgid "Virgin" +msgstr "Oskuld" + +#: ../../include/profile_selectors.php:23 +msgid "Deviant" +msgstr "Avvikande" + +#: ../../include/profile_selectors.php:23 +msgid "Fetish" +msgstr "Fetisch" + +#: ../../include/profile_selectors.php:23 +msgid "Oodles" +msgstr "Massor" + +#: ../../include/profile_selectors.php:23 +msgid "Nonsexual" +msgstr "Ickesexuell" + +#: ../../include/profile_selectors.php:42 +msgid "Single" +msgstr "Singel" + +#: ../../include/profile_selectors.php:42 +msgid "Lonely" +msgstr "Ensam" + +#: ../../include/profile_selectors.php:42 +msgid "Available" +msgstr "Ledig" + +#: ../../include/profile_selectors.php:42 +msgid "Unavailable" +msgstr "Upptagen" + +#: ../../include/profile_selectors.php:42 +msgid "Has crush" +msgstr "Förälskad" + +#: ../../include/profile_selectors.php:42 +msgid "Infatuated" +msgstr "Förtrollad" + +#: ../../include/profile_selectors.php:42 +msgid "Dating" +msgstr "Dejtar" + +#: ../../include/profile_selectors.php:42 +msgid "Unfaithful" +msgstr "Otrogen" + +#: ../../include/profile_selectors.php:42 +msgid "Sex Addict" +msgstr "Sexmissbrukare" + +#: ../../include/profile_selectors.php:42 +msgid "Friends/Benefits" +msgstr "KompisförhÃ¥llande" + +#: ../../include/profile_selectors.php:42 +msgid "Casual" +msgstr "Vardaglig" + +#: ../../include/profile_selectors.php:42 +msgid "Engaged" +msgstr "Förlovad" + +#: ../../include/profile_selectors.php:42 +msgid "Married" +msgstr "Gift" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily married" +msgstr "Inbillat gift" + +#: ../../include/profile_selectors.php:42 +msgid "Partners" +msgstr "Partner" + +#: ../../include/profile_selectors.php:42 +msgid "Cohabiting" +msgstr "Bor ihop" + +#: ../../include/profile_selectors.php:42 +msgid "Common law" +msgstr "Sambo" + +#: ../../include/profile_selectors.php:42 +msgid "Happy" +msgstr "Lycklig" + +#: ../../include/profile_selectors.php:42 +msgid "Not looking" +msgstr "Letar inte" + +#: ../../include/profile_selectors.php:42 +msgid "Swinger" +msgstr "Swinger" + +#: ../../include/profile_selectors.php:42 +msgid "Betrayed" +msgstr "Bedragen" + +#: ../../include/profile_selectors.php:42 +msgid "Separated" +msgstr "Separerad" + +#: ../../include/profile_selectors.php:42 +msgid "Unstable" +msgstr "Instabilt" + +#: ../../include/profile_selectors.php:42 +msgid "Divorced" +msgstr "Skild" + +#: ../../include/profile_selectors.php:42 +msgid "Imaginarily divorced" +msgstr "Inbillat skild" + +#: ../../include/profile_selectors.php:42 +msgid "Widowed" +msgstr "Änka" + +#: ../../include/profile_selectors.php:42 +msgid "Uncertain" +msgstr "Osäkert" + +#: ../../include/profile_selectors.php:42 +msgid "It's complicated" +msgstr "Det är komplicerat" + +#: ../../include/profile_selectors.php:42 +msgid "Don't care" +msgstr "Bryr mig inte" + +#: ../../include/profile_selectors.php:42 +msgid "Ask me" +msgstr "FrÃ¥ga mig" + +#: ../../include/chat.php:10 +msgid "Missing room name" +msgstr "Rumsnamn saknas" + +#: ../../include/chat.php:19 +msgid "Duplicate room name" +msgstr "Rumsnamnet finns redan" + +#: ../../include/chat.php:68 ../../include/chat.php:76 +msgid "Invalid room specifier." +msgstr "Ogiltig rumsbeskrivning." + +#: ../../include/chat.php:102 +msgid "Room not found." +msgstr "Rummet hittades inte." + +#: ../../include/chat.php:123 +msgid "Room is full" +msgstr "Rummet är fullt" + +#: ../../include/comanche.php:35 ../../view/theme/redbasic/php/config.php:80 +#: ../../view/theme/apw/php/config.php:185 +msgid "Default" +msgstr "Standard" + +#: ../../include/taxonomy.php:210 +msgid "Tags" +msgstr "Taggar" + +#: ../../include/taxonomy.php:227 +msgid "Keywords" +msgstr "Nyckelord" + +#: ../../include/taxonomy.php:252 +msgid "have" +msgstr "har" + +#: ../../include/taxonomy.php:252 +msgid "has" +msgstr "har" + +#: ../../include/taxonomy.php:253 +msgid "want" +msgstr "vill ha" + +#: ../../include/taxonomy.php:253 +msgid "wants" +msgstr "vill ha" + +#: ../../include/taxonomy.php:254 +msgid "likes" +msgstr "gillar" + +#: ../../include/taxonomy.php:255 +msgid "dislikes" +msgstr "ogillar" + +#: ../../include/auth.php:79 +msgid "Logged out." +msgstr "Utloggad." + +#: ../../include/auth.php:197 +msgid "Failed authentication" +msgstr "Autentisering misslyckades" + +#: ../../include/auth.php:212 ../../mod/openid.php:188 +msgid "Login failed." +msgstr "Inloggning misslyckades." + +#: ../../include/account.php:23 +msgid "Not a valid email address" +msgstr "Inte en giltig e-postadress" + +#: ../../include/account.php:25 +msgid "Your email domain is not among those allowed on this site" +msgstr "Din e-postdomän är inte bland de som tillÃ¥ts pÃ¥ den här servern" + +#: ../../include/account.php:31 +msgid "Your email address is already registered at this site." +msgstr "Din e-postadress är redan registrerad pÃ¥ den här servern." + +#: ../../include/account.php:64 +msgid "An invitation is required." +msgstr "En inbjudan behövs." + +#: ../../include/account.php:68 +msgid "Invitation could not be verified." +msgstr "Inbjudningen kunde inte bekräftas." + +#: ../../include/account.php:119 +msgid "Please enter the required information." +msgstr "Ange den begärda informationen." + +#: ../../include/account.php:187 +msgid "Failed to store account information." +msgstr "Misslyckades att spara kontoinformation." + +#: ../../include/account.php:273 +#, php-format +msgid "Registration request at %s" +msgstr "RegistreringsförfrÃ¥gan pÃ¥ %s" + +#: ../../include/account.php:275 ../../include/account.php:302 +#: ../../include/account.php:359 +msgid "Administrator" +msgstr "Administratör" + +#: ../../include/account.php:297 +msgid "your registration password" +msgstr "ditt registreringslösenord" + +#: ../../include/account.php:300 ../../include/account.php:357 +#, php-format +msgid "Registration details for %s" +msgstr "Registreringsdetaljer för %s" + +#: ../../include/account.php:366 +msgid "Account approved." +msgstr "Konto godkänt." + +#: ../../include/account.php:400 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrering avslagen för %s" + +#: ../../include/dir_fns.php:15 +msgid "Sort Options" +msgstr "Sorteringsalternativ" + +#: ../../include/dir_fns.php:16 +msgid "Alphabetic" +msgstr "Alfabetisk" + +#: ../../include/dir_fns.php:17 +msgid "Reverse Alphabetic" +msgstr "Omvänd alfabetisk" + +#: ../../include/dir_fns.php:18 +msgid "Newest to Oldest" +msgstr "Nyast till äldst" + +#: ../../include/dir_fns.php:30 +msgid "Enable Safe Search" +msgstr "Aktivera säker sökning" + +#: ../../include/dir_fns.php:32 +msgid "Disable Safe Search" +msgstr "Avaktivera säker sökning" + +#: ../../include/dir_fns.php:34 +msgid "Safe Mode" +msgstr "Säkert läge" + +#: ../../include/enotify.php:41 +msgid "Red Matrix Notification" +msgstr "Red Matrix-meddelande" + +#: ../../include/enotify.php:42 +msgid "redmatrix" +msgstr "redmatrix" + +#: ../../include/enotify.php:44 +msgid "Thank You," +msgstr "Tack," + +#: ../../include/enotify.php:46 +#, php-format +msgid "%s Administrator" +msgstr "Administratören för %s" + +#: ../../include/enotify.php:81 +#, php-format +msgid "%s <!item_type!>" +msgstr "%s <!item_type!>" + +#: ../../include/enotify.php:85 +#, php-format +msgid "[Red:Notify] New mail received at %s" +msgstr "[Red:Meddelande] Nytt meddelande pÃ¥ %s" + +#: ../../include/enotify.php:87 +#, php-format +msgid "%1$s, %2$s sent you a new private message at %3$s." +msgstr "%1$s, %2$s skickade ett nytt privat meddelande till dig pÃ¥ %3$s." + +#: ../../include/enotify.php:88 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s skickade %2$s till dig." + +#: ../../include/enotify.php:88 +msgid "a private message" +msgstr "ett privat meddelande" + +#: ../../include/enotify.php:89 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Besök %s för att visa och/eller svara pÃ¥ dina privata meddelanden." + +#: ../../include/enotify.php:144 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]a %4$s[/zrl]" +msgstr "%1$s, %2$s kommenterade [zrl=%3$s]ett %4$s[/zrl]" + +#: ../../include/enotify.php:152 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]%4$s's %5$s[/zrl]" +msgstr "%1$s, %2$s kommenterade [zrl=%3$s]%4$ss %5$s[/zrl]" + +#: ../../include/enotify.php:161 +#, php-format +msgid "%1$s, %2$s commented on [zrl=%3$s]your %4$s[/zrl]" +msgstr "%1$s, %2$s kommenterade [zrl=%3$s]ditt %4$s[/zrl]" + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Red:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Red:Meddelande] Kommentar till konversation #%1$d av %2$s" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s, %2$s commented on an item/conversation you have been following." +msgstr "%1$s, %2$s kommenterade en sak/konversation du har följt." + +#: ../../include/enotify.php:176 ../../include/enotify.php:191 +#: ../../include/enotify.php:217 ../../include/enotify.php:236 +#: ../../include/enotify.php:250 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Besök %s för att visa och/eller svara pÃ¥ konversationen." + +#: ../../include/enotify.php:182 +#, php-format +msgid "[Red:Notify] %s posted to your profile wall" +msgstr "[Red:Meddelande] %s postade till din profilvägg" + +#: ../../include/enotify.php:184 +#, php-format +msgid "%1$s, %2$s posted to your profile wall at %3$s" +msgstr "%1$s, %2$s postade till din profilvägg pÃ¥ %3$s" + +#: ../../include/enotify.php:186 +#, php-format +msgid "%1$s, %2$s posted to [zrl=%3$s]your wall[/zrl]" +msgstr "%1$s, %2$s postade till [zrl=%3$s]din vägg[/zrl]" + +#: ../../include/enotify.php:210 +#, php-format +msgid "[Red:Notify] %s tagged you" +msgstr "[Red:Meddelande] %s taggade dig" + +#: ../../include/enotify.php:211 +#, php-format +msgid "%1$s, %2$s tagged you at %3$s" +msgstr "%1$s, %2$s taggade dig pÃ¥ %3$s" + +#: ../../include/enotify.php:212 +#, php-format +msgid "%1$s, %2$s [zrl=%3$s]tagged you[/zrl]." +msgstr "%1$s, %2$s [zrl=%3$s]taggade dig[/zrl]." + +#: ../../include/enotify.php:225 +#, php-format +msgid "[Red:Notify] %1$s poked you" +msgstr "[Red:Meddelande] %1$s puffade dig" + +#: ../../include/enotify.php:226 +#, php-format +msgid "%1$s, %2$s poked you at %3$s" +msgstr "%1$s, %2$s puffade dig pÃ¥ %3$s" + +#: ../../include/enotify.php:227 +#, php-format +msgid "%1$s, %2$s [zrl=%2$s]poked you[/zrl]." +msgstr "%1$s, %2$s [zrl=%2$s]puffade dig[/zrl]." + +#: ../../include/enotify.php:243 +#, php-format +msgid "[Red:Notify] %s tagged your post" +msgstr "[Red:Meddelande] %s taggade ditt inlägg" + +#: ../../include/enotify.php:244 +#, php-format +msgid "%1$s, %2$s tagged your post at %3$s" +msgstr "%1$s, %2$s taggade ditt inlägg pÃ¥ %3$s" + +#: ../../include/enotify.php:245 +#, php-format +msgid "%1$s, %2$s tagged [zrl=%3$s]your post[/zrl]" +msgstr "%1$s, %2$s taggade [zrl=%3$s]ditt inlägg[/zrl]" + +#: ../../include/enotify.php:257 +msgid "[Red:Notify] Introduction received" +msgstr "[Red:Meddelande] Presentation mottagen" + +#: ../../include/enotify.php:258 +#, php-format +msgid "%1$s, you've received an new connection request from '%2$s' at %3$s" +msgstr "%1$s, du har fÃ¥tt en ny kontaktförfrÃ¥gan frÃ¥n '%2$s' pÃ¥ %3$s" + +#: ../../include/enotify.php:259 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a new connection request[/zrl] from %3$s." +msgstr "%1$s, du har fÃ¥tt [zrl=%2$s]en ny kontaktförfrÃ¥gan[/zrl] frÃ¥n %3$s." + +#: ../../include/enotify.php:263 ../../include/enotify.php:282 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Du kan besöka deras profil pÃ¥ %s" + +#: ../../include/enotify.php:265 +#, php-format +msgid "Please visit %s to approve or reject the connection request." +msgstr "Besök %s för att bevilja eller avslÃ¥ kontaktförfrÃ¥gan." + +#: ../../include/enotify.php:272 +msgid "[Red:Notify] Friend suggestion received" +msgstr "[Red:Meddelande] Vänförslag mottaget" + +#: ../../include/enotify.php:273 +#, php-format +msgid "%1$s, you've received a friend suggestion from '%2$s' at %3$s" +msgstr "%1$s, du har fÃ¥tt ett vänförslag frÃ¥n '%2$s' pÃ¥ %3$s" + +#: ../../include/enotify.php:274 +#, php-format +msgid "" +"%1$s, you've received [zrl=%2$s]a friend suggestion[/zrl] for %3$s from " +"%4$s." +msgstr "%1$s, du har fÃ¥tt [zrl=%2$s]ett vänförslag[/zrl] angÃ¥ende %3$s frÃ¥n %4$s." + +#: ../../include/enotify.php:280 +msgid "Name:" +msgstr "Namn:" + +#: ../../include/enotify.php:281 +msgid "Photo:" +msgstr "Foto:" + +#: ../../include/enotify.php:284 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Besök %s för att bevilja eller avslÃ¥ förslaget." + +#: ../../include/photos.php:89 +#, php-format +msgid "Image exceeds website size limit of %lu bytes" +msgstr "Bild överskrider webbplatsens storleksbegränsning pÃ¥ %lu byte" + +#: ../../include/photos.php:96 +msgid "Image file is empty." +msgstr "Bildfil är tom." + +#: ../../include/photos.php:123 ../../mod/profile_photo.php:147 +msgid "Unable to process image" +msgstr "Kunde inte bearbeta bild" + +#: ../../include/photos.php:186 +msgid "Photo storage failed." +msgstr "Fotolagring misslyckades." + +#: ../../include/photos.php:315 ../../mod/photos.php:693 +#: ../../mod/photos.php:1190 +msgid "Upload New Photos" +msgstr "Ladda upp nya foton" + +#: ../../include/contact_widgets.php:14 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d inbjudan tillgänglig" +msgstr[1] "%d inbjudningar tillgängliga" + +#: ../../include/contact_widgets.php:19 ../../mod/admin.php:445 +msgid "Advanced" +msgstr "Avancerat" + +#: ../../include/contact_widgets.php:22 +msgid "Find Channels" +msgstr "Hitta kanaler" + +#: ../../include/contact_widgets.php:23 +msgid "Enter name or interest" +msgstr "Ange namn eller intresse" + +#: ../../include/contact_widgets.php:24 +msgid "Connect/Follow" +msgstr "Ta kontakt/följ" + +#: ../../include/contact_widgets.php:25 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Exempel: Robert Morgenstein, Fiske" + +#: ../../include/contact_widgets.php:26 ../../mod/directory.php:211 +#: ../../mod/directory.php:216 ../../mod/connections.php:390 +msgid "Find" +msgstr "Sök" + +#: ../../include/contact_widgets.php:27 ../../mod/suggest.php:59 +msgid "Channel Suggestions" +msgstr "Kanalförslag" + +#: ../../include/contact_widgets.php:29 +msgid "Random Profile" +msgstr "Slumpvald profil" + +#: ../../include/contact_widgets.php:30 +msgid "Invite Friends" +msgstr "Bjud in vänner" + +#: ../../include/contact_widgets.php:32 +msgid "Exammple: name=fred and country=iceland" +msgstr "Exempel: name=fred and country=iceland" + +#: ../../include/contact_widgets.php:33 +msgid "Advanced Find" +msgstr "Sök avancerat" + +#: ../../include/contact_widgets.php:125 +#, php-format +msgid "%d connection in common" +msgid_plural "%d connections in common" +msgstr[0] "%d gemensam kontakt" +msgstr[1] "%d gemensamma kontakter" + +#: ../../include/page_widgets.php:6 +msgid "New Page" +msgstr "Ny sida" + +#: ../../include/plugin.php:475 ../../include/plugin.php:477 +msgid "Click here to upgrade." +msgstr "Klicka här för att uppgradera." + +#: ../../include/plugin.php:483 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Den här funktionen gÃ¥r utanför vad som anges i ditt avtal." + +#: ../../include/plugin.php:488 +msgid "This action is not available under your subscription plan." +msgstr "Den här funktionen är inte tillgänglig med ditt avtal." + +#: ../../include/items.php:272 ../../mod/like.php:63 ../../mod/profperm.php:23 +#: ../../mod/group.php:68 ../../index.php:350 +msgid "Permission denied" +msgstr "Behörighet saknas" + +#: ../../include/items.php:789 +msgid "(Unknown)" +msgstr "(Okänt)" + +#: ../../include/items.php:3544 ../../mod/thing.php:78 ../../mod/admin.php:159 +#: ../../mod/admin.php:921 ../../mod/admin.php:1124 ../../mod/viewsrc.php:18 +#: ../../mod/home.php:63 ../../mod/display.php:32 ../../mod/filestorage.php:18 +msgid "Item not found." +msgstr "Posten hittades inte." + +#: ../../include/items.php:3928 ../../mod/group.php:38 ../../mod/group.php:140 +msgid "Collection not found." +msgstr "Sammanhanget hittades inte." + +#: ../../include/items.php:3943 +msgid "Collection is empty." +msgstr "Sammanhanget är tomt." + +#: ../../include/items.php:3950 +#, php-format +msgid "Collection: %s" +msgstr "Sammanhang: %s" + +#: ../../include/items.php:3961 +#, php-format +msgid "Connection: %s" +msgstr "Kontakt: %s" + +#: ../../include/items.php:3964 +msgid "Connection not found." +msgstr "Kontakten hittades inte." + +#: ../../include/follow.php:23 +msgid "Channel is blocked on this site." +msgstr "Kanalen är blockerad pÃ¥ den här servern." + +#: ../../include/follow.php:28 +msgid "Channel location missing." +msgstr "Kanalplats saknas." + +#: ../../include/follow.php:54 +msgid "Response from remote channel was incomplete." +msgstr "Svar frÃ¥n den andra kanalen var ofullständigt." + +#: ../../include/follow.php:85 +msgid "Channel was deleted and no longer exists." +msgstr "Kanalen har tagits bort och finns inte längre." + +#: ../../include/follow.php:132 +msgid "Channel discovery failed." +msgstr "Kanalsökning misslyckades." + +#: ../../include/follow.php:149 +msgid "local account not found." +msgstr "hittade inte lokalt konto." + +#: ../../include/follow.php:158 +msgid "Cannot connect to yourself." +msgstr "Du kan inte kontakta dig själv." + +#: ../../include/security.php:295 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "Formulärets kontrollkod var inte korrekt. Antagligen beror det pÃ¥ att formuläret har varit öppet för länge (> 3 timmar) innan det skickades." + +#: ../../include/oembed.php:171 +msgid "Embedded content" +msgstr "Inbäddat innehÃ¥ll" + +#: ../../include/oembed.php:180 +msgid "Embedding disabled" +msgstr "Inbäddning inaktiverat" + +#: ../../include/permissions.php:13 +msgid "Can view my \"public\" stream and posts" +msgstr "Kan se mina \"offentliga\" strömmar och inlägg" + +#: ../../include/permissions.php:14 +msgid "Can view my \"public\" channel profile" +msgstr "Kan se min \"offentliga\" kanalprofil" + +#: ../../include/permissions.php:15 +msgid "Can view my \"public\" photo albums" +msgstr "Kan se mina \"offentliga\" fotoalbum" + +#: ../../include/permissions.php:16 +msgid "Can view my \"public\" address book" +msgstr "Kan se min \"offentliga\" adressbok" + +#: ../../include/permissions.php:17 +msgid "Can view my \"public\" file storage" +msgstr "Kan se mitt \"offentliga\" filutrymme" + +#: ../../include/permissions.php:18 +msgid "Can view my \"public\" pages" +msgstr "Kan se mina \"offentliga\" sidor" + +#: ../../include/permissions.php:21 +msgid "Can send me their channel stream and posts" +msgstr "Kan skicka sina kanalströmmar och inlägg till mig" + +#: ../../include/permissions.php:22 +msgid "Can post on my channel page (\"wall\")" +msgstr "Kan posta inlägg pÃ¥ min kanalsida (\"vägg\")" + +#: ../../include/permissions.php:23 +msgid "Can comment on my posts" +msgstr "Kan kommentera mina inlägg" + +#: ../../include/permissions.php:24 +msgid "Can send me private mail messages" +msgstr "Kan skicka privata meddelanden till mig" + +#: ../../include/permissions.php:25 +msgid "Can post photos to my photo albums" +msgstr "Kan lägga till foton i mitt fotoalbum" + +#: ../../include/permissions.php:26 +msgid "Can forward to all my channel contacts via post @mentions" +msgstr "Kan vidarebefordra till alla mina kanalkontakter genom @omnämnanden" + +#: ../../include/permissions.php:26 +msgid "Advanced - useful for creating group forum channels" +msgstr "Avancerat - användbart för att skapa kanaler för gruppforum" + +#: ../../include/permissions.php:27 +msgid "Can chat with me (when available)" +msgstr "Kan chatta med mig (när tillgänglig)" + +#: ../../include/permissions.php:28 +msgid "Can write to my \"public\" file storage" +msgstr "Har skrivrättigheter i mitt \"offentliga\" filutrymme" + +#: ../../include/permissions.php:29 +msgid "Can edit my \"public\" pages" +msgstr "Kan redigera mina \"offentliga\" sidor" + +#: ../../include/permissions.php:31 +msgid "Can source my \"public\" posts in derived channels" +msgstr "Kan använda mina \"offentliga\" inlägg i kanaler nedströms" + +#: ../../include/permissions.php:31 +msgid "Somewhat advanced - very useful in open communities" +msgstr "Ganska avancerat - väldigt användbart i öppna gemenskaper" + +#: ../../include/permissions.php:32 +msgid "Can send me bookmarks" +msgstr "Kan skicka bokmärken till mig" + +#: ../../include/permissions.php:33 +msgid "Can administer my channel resources" +msgstr "Kan administrera mina kanalresurser" + +#: ../../include/permissions.php:33 +msgid "" +"Extremely advanced. Leave this alone unless you know what you are doing" +msgstr "Extremt avancerat. LÃ¥t detta vara om du inte vet vad du gör" + +#: ../../include/zot.php:583 +msgid "Invalid data packet" +msgstr "Ogiltigt datapaket" + +#: ../../include/zot.php:593 +msgid "Unable to verify channel signature" +msgstr "Kunde inte bekräfta kanalsignatur" + +#: ../../include/zot.php:790 +#, php-format +msgid "Unable to verify site signature for %s" +msgstr "Kunde inte bekräfta signatur för servern %s" + +#: ../../mod/common.php:10 +msgid "No channel." +msgstr "Ingen kanal." + +#: ../../mod/common.php:39 +msgid "Common connections" +msgstr "Gemensamma kontakter" + +#: ../../mod/common.php:44 +msgid "No connections in common." +msgstr "Inga gemensamma kontakter." + +#: ../../mod/events.php:72 +msgid "Event title and start time are required." +msgstr "Händelsen behöver titel och starttid." + +#: ../../mod/events.php:290 +msgid "l, F j" +msgstr "l, j F" + +#: ../../mod/events.php:312 +msgid "Edit event" +msgstr "Redigera händelse" + +#: ../../mod/events.php:358 +msgid "Create New Event" +msgstr "Skapa ny händelse" + +#: ../../mod/events.php:359 +msgid "Previous" +msgstr "FöregÃ¥ende" + +#: ../../mod/events.php:360 ../../mod/setup.php:261 +msgid "Next" +msgstr "Nästa" + +#: ../../mod/events.php:431 +msgid "hour:minute" +msgstr "timme:minut" + +#: ../../mod/events.php:450 +msgid "Event details" +msgstr "Detaljer för händelse" + +#: ../../mod/events.php:451 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Formatet är %s %s. Startdatum och titel behövs." + +#: ../../mod/events.php:453 +msgid "Event Starts:" +msgstr "Händelsen börjar:" + +#: ../../mod/events.php:453 ../../mod/events.php:467 +msgid "Required" +msgstr "Behövs" + +#: ../../mod/events.php:456 +msgid "Finish date/time is not known or not relevant" +msgstr "Slutdatum/tid är okänt eller inte relevant" + +#: ../../mod/events.php:458 +msgid "Event Finishes:" +msgstr "Händelsen slutar:" + +#: ../../mod/events.php:461 +msgid "Adjust for viewer timezone" +msgstr "Justera för betraktarens tidszon" + +#: ../../mod/events.php:463 +msgid "Description:" +msgstr "Beskrivning:" + +#: ../../mod/events.php:467 +msgid "Title:" +msgstr "Titel:" + +#: ../../mod/events.php:469 +msgid "Share this event" +msgstr "Dela den här händelsen" + +#: ../../mod/thing.php:98 +msgid "Thing updated" +msgstr "FöremÃ¥l uppdaterat" + +#: ../../mod/thing.php:158 +msgid "Object store: failed" +msgstr "Objektlagring: misslyckades" + +#: ../../mod/thing.php:162 +msgid "Thing added" +msgstr "FöremÃ¥l tillagt" + +#: ../../mod/thing.php:182 +#, php-format +msgid "OBJ: %1$s %2$s %3$s" +msgstr "OBJ: %1$s %2$s %3$s" + +#: ../../mod/thing.php:234 +msgid "Show Thing" +msgstr "Visa föremÃ¥l" + +#: ../../mod/thing.php:241 +msgid "item not found." +msgstr "föremÃ¥l hittades inte." + +#: ../../mod/thing.php:269 +msgid "Edit Thing" +msgstr "Redigera föremÃ¥l" + +#: ../../mod/thing.php:271 ../../mod/thing.php:318 +msgid "Select a profile" +msgstr "Välj en profil" + +#: ../../mod/thing.php:273 ../../mod/thing.php:320 +msgid "Select a category of stuff. e.g. I ______ something" +msgstr "Välj en kategori, t.ex. Jag ______ nÃ¥gonting" + +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Post an activity" +msgstr "Posta en aktivitet" + +#: ../../mod/thing.php:275 ../../mod/thing.php:321 +msgid "Only sends to viewers of the applicable profile" +msgstr "Skickar bara till de som tittar pÃ¥ den aktuella profilen" + +#: ../../mod/thing.php:277 ../../mod/thing.php:323 +msgid "Name of thing e.g. something" +msgstr "Namn pÃ¥ föremÃ¥l, t.ex. nÃ¥gonting" + +#: ../../mod/thing.php:279 ../../mod/thing.php:324 +msgid "URL of thing (optional)" +msgstr "URL för föremÃ¥l (frivilligt)" + +#: ../../mod/thing.php:281 ../../mod/thing.php:325 +msgid "URL for photo of thing (optional)" +msgstr "URL för foto pÃ¥ föremÃ¥l (frivilligt)" + +#: ../../mod/thing.php:316 +msgid "Add Thing to your Profile" +msgstr "Lägg till föremÃ¥l till din profil" + +#: ../../mod/invite.php:25 +msgid "Total invitation limit exceeded." +msgstr "Gränsen för totalt antal inbjudningar överskriden." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Inte en giltig e-postadress." + +#: ../../mod/invite.php:76 +msgid "Please join us on Red" +msgstr "GÃ¥ med oss i Red" + +#: ../../mod/invite.php:87 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Inbjudningsgränsen överskriden. Kontakta din serveradministratör." + +#: ../../mod/invite.php:92 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Leverans av meddelande misslyckades." + +#: ../../mod/invite.php:96 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d meddelande sänt." +msgstr[1] "%d meddelanden sända." + +#: ../../mod/invite.php:115 +msgid "You have no more invitations available" +msgstr "Du har inga fler inbjudningar kvar" + +#: ../../mod/invite.php:141 +msgid "Send invitations" +msgstr "Skicka inbjudan" + +#: ../../mod/invite.php:142 +msgid "Enter email addresses, one per line:" +msgstr "Ange e-postadresser, en per rad:" + +#: ../../mod/invite.php:143 ../../mod/mail.php:216 ../../mod/mail.php:328 +msgid "Your message:" +msgstr "Ditt meddelande:" + +#: ../../mod/invite.php:144 +msgid "" +"You are cordially invited to join me and some other close friends on the Red" +" Matrix - a revolutionary new decentralised communication and information " +"tool." +msgstr "Du är hjärtligt inbjuden att gÃ¥ med mig och nÃ¥gra andra nära vänner i Red Matrix - ett revolutionärt nytt decentraliserat kommunikations- och informationsverktyg." + +#: ../../mod/invite.php:146 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Du kommer att behöva ange den här inbjudningskoden: $invite_code" + +#: ../../mod/invite.php:147 +msgid "Please visit my channel at" +msgstr "Besök min kanal pÃ¥" + +#: ../../mod/invite.php:151 +msgid "" +"Once you have registered (on ANY Red Matrix site - they are all inter-" +"connected), please connect with my Red Matrix channel address:" +msgstr "När du har registrerat dig (pÃ¥ NÃ…GON Red Matrix-server - alla sitter ihop), sÃ¥ lägg till min Red Matrix-kanaladress:" + +#: ../../mod/invite.php:153 +msgid "Click the [Register] link on the following page to join." +msgstr "Klicka pÃ¥ [Registrera]-länken pÃ¥ följande sida för att gÃ¥ med." + +#: ../../mod/invite.php:155 +msgid "" +"For more information about the Red Matrix Project and why it has the " +"potential to change the internet as we know it, please visit " +"http://getzot.com" +msgstr "För mer information om Red Matrix-projektet och varför det har potential att förändra Internet som vi känner det, besök http://getzot.com" + +#: ../../mod/mail.php:33 +msgid "Unable to lookup recipient." +msgstr "Kunde inte hitta mottagare." + +#: ../../mod/mail.php:41 +msgid "Unable to communicate with requested channel." +msgstr "Kunde inte kommunicera med den begärda kanalen." + +#: ../../mod/mail.php:48 +msgid "Cannot verify requested channel." +msgstr "Kan inte bekräfta den begärda kanalen." + +#: ../../mod/mail.php:74 +msgid "Selected channel has private message restrictions. Send failed." +msgstr "Den valda kanalen har restriktioner för privata meddelanden. Misslyckades att skicka." + +#: ../../mod/mail.php:121 ../../mod/message.php:31 +msgid "Messages" +msgstr "Meddelanden" + +#: ../../mod/mail.php:132 +msgid "Message deleted." +msgstr "Meddelande borttaget." + +#: ../../mod/mail.php:149 +msgid "Message recalled." +msgstr "Meddelande Ã¥terkallat." + +#: ../../mod/mail.php:206 +msgid "Send Private Message" +msgstr "Skicka privat meddelande." + +#: ../../mod/mail.php:207 ../../mod/mail.php:323 +msgid "To:" +msgstr "Till:" + +#: ../../mod/mail.php:212 ../../mod/mail.php:325 +msgid "Subject:" +msgstr "Ämne:" + +#: ../../mod/mail.php:249 +msgid "Message not found." +msgstr "Meddelandet hittades inte." + +#: ../../mod/mail.php:292 ../../mod/message.php:72 +msgid "Delete message" +msgstr "Ta bort meddelande" + +#: ../../mod/mail.php:293 +msgid "Recall message" +msgstr "Ã…terkalla meddelande" + +#: ../../mod/mail.php:295 +msgid "Message has been recalled." +msgstr "Meddelandet har Ã¥terkallats." + +#: ../../mod/mail.php:312 +msgid "Private Conversation" +msgstr "Privat konversation" + +#: ../../mod/mail.php:316 +msgid "Delete conversation" +msgstr "Ta bort konversation" + +#: ../../mod/mail.php:318 +msgid "" +"No secure communications available. You <strong>may</strong> be able to " +"respond from the sender's profile page." +msgstr "Ingen säker kommunikationskanal tillgänglig. Du kan <strong>möjligtvis</strong> svara frÃ¥n avsändarens profilsida." + +#: ../../mod/mail.php:322 +msgid "Send Reply" +msgstr "Skicka svar" + +#: ../../mod/settings.php:71 +msgid "Name is required" +msgstr "Namn är obligatoriskt" + +#: ../../mod/settings.php:75 +msgid "Key and Secret are required" +msgstr "Nyckel och kod är obligatoriska" + +#: ../../mod/settings.php:79 ../../mod/settings.php:541 +msgid "Update" +msgstr "Uppdatera" + +#: ../../mod/settings.php:195 +msgid "Passwords do not match. Password unchanged." +msgstr "Lösenorden stämmer inte överens. Lösenordet har inte ändrats." + +#: ../../mod/settings.php:199 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tomma lösenord tillÃ¥ts inte. Lösenordet har inte ändrats." + +#: ../../mod/settings.php:212 +msgid "Password changed." +msgstr "Lösenordet ändrat." + +#: ../../mod/settings.php:214 +msgid "Password update failed. Please try again." +msgstr "Lösenordsuppdatering misslyckades. Försök igen." + +#: ../../mod/settings.php:228 +msgid "Not valid email." +msgstr "Inte en giltig e-postadress." + +#: ../../mod/settings.php:231 +msgid "Protected email address. Cannot change to that email." +msgstr "Skyddad e-postadress. Kan inte ändra till den." + +#: ../../mod/settings.php:240 +msgid "System failure storing new email. Please try again." +msgstr "Systemfel när ny e-postadress skulle sparas. Försök igen." + +#: ../../mod/settings.php:443 +msgid "Settings updated." +msgstr "Inställningar uppdaterade." + +#: ../../mod/settings.php:514 ../../mod/settings.php:540 +#: ../../mod/settings.php:576 +msgid "Add application" +msgstr "Lägg till applikation" + +#: ../../mod/settings.php:517 ../../mod/settings.php:543 +#: ../../mod/admin.php:891 +msgid "Name" +msgstr "Namn" + +#: ../../mod/settings.php:517 +msgid "Name of application" +msgstr "Applikationens namn" + +#: ../../mod/settings.php:518 ../../mod/settings.php:544 +msgid "Consumer Key" +msgstr "Nyckel för konsument" + +#: ../../mod/settings.php:518 ../../mod/settings.php:519 +msgid "Automatically generated - change if desired. Max length 20" +msgstr "Automatiskt genererad - ändra om sÃ¥ önskas. Maxlängd 20" + +#: ../../mod/settings.php:519 ../../mod/settings.php:545 +msgid "Consumer Secret" +msgstr "Kod för konsument" + +#: ../../mod/settings.php:520 ../../mod/settings.php:546 +msgid "Redirect" +msgstr "Omdirigering" + +#: ../../mod/settings.php:520 +msgid "" +"Redirect URI - leave blank unless your application specifically requires " +"this" +msgstr "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det" + +#: ../../mod/settings.php:521 ../../mod/settings.php:547 +msgid "Icon url" +msgstr "Ikon-URL" + +#: ../../mod/settings.php:521 +msgid "Optional" +msgstr "Frivillig" + +#: ../../mod/settings.php:532 +msgid "You can't edit this application." +msgstr "Du kan inte redigera den här applikationen." + +#: ../../mod/settings.php:575 +msgid "Connected Apps" +msgstr "Anslutna appar" + +#: ../../mod/settings.php:579 +msgid "Client key starts with" +msgstr "Klientnyckel börjar med" + +#: ../../mod/settings.php:580 +msgid "No name" +msgstr "Inget namn" + +#: ../../mod/settings.php:581 +msgid "Remove authorization" +msgstr "Ta bort behörighet" + +#: ../../mod/settings.php:592 +msgid "No feature settings configured" +msgstr "Inga funktionsinställningar konfigurerade" + +#: ../../mod/settings.php:600 +msgid "Feature Settings" +msgstr "Funktionsinställningar" + +#: ../../mod/settings.php:623 +msgid "Account Settings" +msgstr "Kontoinställningar" + +#: ../../mod/settings.php:624 +msgid "Password Settings" +msgstr "Lösenordsinställningar" + +#: ../../mod/settings.php:625 +msgid "New Password:" +msgstr "Nytt lösenord:" + +#: ../../mod/settings.php:626 +msgid "Confirm:" +msgstr "Bekräfta:" + +#: ../../mod/settings.php:626 +msgid "Leave password fields blank unless changing" +msgstr "Lämna lösenordsfälten blanka om lösenordet inte ska ändras" + +#: ../../mod/settings.php:628 ../../mod/settings.php:938 +msgid "Email Address:" +msgstr "E-postadress" + +#: ../../mod/settings.php:629 +msgid "Remove Account" +msgstr "Ta bort konto" + +#: ../../mod/settings.php:630 +msgid "Warning: This action is permanent and cannot be reversed." +msgstr "Varning: Den här handlingen är permanent och kan inte Ã¥terställas." + +#: ../../mod/settings.php:646 +msgid "Off" +msgstr "Av" + +#: ../../mod/settings.php:646 +msgid "On" +msgstr "PÃ¥" + +#: ../../mod/settings.php:653 +msgid "Additional Features" +msgstr "Ytterligare funktioner" + +#: ../../mod/settings.php:678 +msgid "Connector Settings" +msgstr "Anslutningsinställningar" + +#: ../../mod/settings.php:708 ../../mod/admin.php:389 +msgid "No special theme for mobile devices" +msgstr "Inget särskilt tema för mobila enheter" + +#: ../../mod/settings.php:749 +msgid "Display Settings" +msgstr "Utseende" + +#: ../../mod/settings.php:755 +msgid "Display Theme:" +msgstr "Tema för utseende:" + +#: ../../mod/settings.php:756 +msgid "Mobile Theme:" +msgstr "Mobilt tema:" + +#: ../../mod/settings.php:757 +msgid "Update browser every xx seconds" +msgstr "Uppdatera webbläsaren var xx sekund" + +#: ../../mod/settings.php:757 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minst 10 sekunder, inget maximum" + +#: ../../mod/settings.php:758 +msgid "Maximum number of conversations to load at any time:" +msgstr "Högsta antal konversationer att ladda Ã¥t gÃ¥ngen:" + +#: ../../mod/settings.php:758 +msgid "Maximum of 100 items" +msgstr "Maximalt 100 poster" + +#: ../../mod/settings.php:759 +msgid "Don't show emoticons" +msgstr "Visa inte känsloikoner" + +#: ../../mod/settings.php:760 +msgid "Do not view remote profiles in frames" +msgstr "Visa inte profiler pÃ¥ andra servrar i ramar" + +#: ../../mod/settings.php:760 +msgid "By default open in a sub-window of your own site" +msgstr "Som standard öppnas de i ett underfönster pÃ¥ din lokala server" + +#: ../../mod/settings.php:761 +msgid "System Page Layout Editor - (advanced)" +msgstr "Redigera systemets sidlayout (avancerat)" + +#: ../../mod/settings.php:796 +msgid "Nobody except yourself" +msgstr "Ingen utom dig själv" + +#: ../../mod/settings.php:797 +msgid "Only those you specifically allow" +msgstr "Endast utvalda" + +#: ../../mod/settings.php:798 +msgid "Anybody in your address book" +msgstr "Vem som helst i din adressbok" + +#: ../../mod/settings.php:799 +msgid "Anybody on this website" +msgstr "Vem som helst pÃ¥ den här servern" + +#: ../../mod/settings.php:800 +msgid "Anybody in this network" +msgstr "Vem som helst i det här nätverket" + +#: ../../mod/settings.php:801 +msgid "Anybody authenticated" +msgstr "Vem som helst som har autentiserat sig" + +#: ../../mod/settings.php:802 +msgid "Anybody on the internet" +msgstr "Vem som helst pÃ¥ Internet" + +#: ../../mod/settings.php:879 +msgid "Publish your default profile in the network directory" +msgstr "Publicera din standardprofil i nätverkskatalogen" + +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:106 ../../mod/profiles.php:484 +msgid "No" +msgstr "Nej" + +#: ../../mod/settings.php:879 ../../mod/settings.php:884 +#: ../../mod/settings.php:955 ../../mod/api.php:105 ../../mod/profiles.php:483 +msgid "Yes" +msgstr "Ja" + +#: ../../mod/settings.php:884 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "TillÃ¥t oss att föreslÃ¥ dig som möjlig vän för nya medlemmar" + +#: ../../mod/settings.php:888 ../../mod/profile_photo.php:288 +msgid "or" +msgstr "eller" + +#: ../../mod/settings.php:893 +msgid "Your channel address is" +msgstr "Din kanaladress är" + +#: ../../mod/settings.php:927 +msgid "Channel Settings" +msgstr "Kanalinställningar" + +#: ../../mod/settings.php:936 +msgid "Basic Settings" +msgstr "Grundläggande inställningar" + +#: ../../mod/settings.php:939 +msgid "Your Timezone:" +msgstr "Din tidszon:" + +#: ../../mod/settings.php:940 +msgid "Default Post Location:" +msgstr "Standardplats:" + +#: ../../mod/settings.php:940 +msgid "Geographical location to display on your posts" +msgstr "Geografisk plats att visa för dina inlägg" + +#: ../../mod/settings.php:941 +msgid "Use Browser Location:" +msgstr "Använd webbläsarens position:" + +#: ../../mod/settings.php:943 +msgid "Adult Content" +msgstr "Pornografiskt innehÃ¥ll" + +#: ../../mod/settings.php:943 +msgid "" +"This channel frequently or regularly publishes adult content. (Please tag " +"any adult material and/or nudity with #NSFW)" +msgstr "Den här kanalen publicerar ofta eller regelbundet pornografiskt innehÃ¥ll. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)" + +#: ../../mod/settings.php:945 +msgid "Security and Privacy Settings" +msgstr "Säkerhets- och integritetsinställningar" + +#: ../../mod/settings.php:947 +msgid "Hide my online presence" +msgstr "Visa inte min online-närvaro" + +#: ../../mod/settings.php:947 +msgid "Prevents displaying in your profile that you are online" +msgstr "Förhindrar att det syns i din profil att du är online" + +#: ../../mod/settings.php:949 +msgid "Simple Privacy Settings:" +msgstr "Enkla integritetsinställningar:" + +#: ../../mod/settings.php:950 +msgid "" +"Very Public - <em>extremely permissive (should be used with caution)</em>" +msgstr "Väldigt offentligt - <em>extremt tillÃ¥tande (bör användas försiktigt)</em>" + +#: ../../mod/settings.php:951 +msgid "" +"Typical - <em>default public, privacy when desired (similar to social " +"network permissions but with improved privacy)</em>" +msgstr "Typiskt - <em>offentligt som standard, privat när sÃ¥ önskas (liknande behörigheter som pÃ¥ sociala nätverk men med förbättrad integritet)</em>" + +#: ../../mod/settings.php:952 +msgid "Private - <em>default private, never open or public</em>" +msgstr "Privat - <em>privat som standard, aldrig öppet eller offentligt</em>" + +#: ../../mod/settings.php:953 +msgid "Blocked - <em>default blocked to/from everybody</em>" +msgstr "Blockera - <em>som standard blockerat till/frÃ¥n alla</em>" + +#: ../../mod/settings.php:955 +msgid "Allow others to tag your posts" +msgstr "LÃ¥t andra tagga dina inlägg" + +#: ../../mod/settings.php:955 +msgid "" +"Often used by the community to retro-actively flag inappropriate content" +msgstr "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehÃ¥ll" + +#: ../../mod/settings.php:957 +msgid "Advanced Privacy Settings" +msgstr "Avancerade integritetsinställningar" + +#: ../../mod/settings.php:959 +msgid "Expire other channel content after this many days" +msgstr "LÃ¥t annat kanalinnehÃ¥ll upphöra efter efter sÃ¥ här mÃ¥nga dagar" + +#: ../../mod/settings.php:959 +msgid "0 or blank prevents expiration" +msgstr "0 eller blankt förhindrar upphörande" + +#: ../../mod/settings.php:960 +msgid "Maximum Friend Requests/Day:" +msgstr "Högsta antal vänförfrÃ¥gningar per dag:" + +#: ../../mod/settings.php:960 +msgid "May reduce spam activity" +msgstr "Kan reducera spamaktivitet" + +#: ../../mod/settings.php:961 +msgid "Default Post Permissions" +msgstr "Standardbehörighet för inlägg" + +#: ../../mod/settings.php:962 ../../mod/mitem.php:134 ../../mod/mitem.php:177 +msgid "(click to open/close)" +msgstr "(klicka för att öppna/stänga)" + +#: ../../mod/settings.php:973 +msgid "Maximum private messages per day from unknown people:" +msgstr "Högsta antal privata meddelanden per dag frÃ¥n okända personer:" + +#: ../../mod/settings.php:973 +msgid "Useful to reduce spamming" +msgstr "Användbart för att minska skräputskick" + +#: ../../mod/settings.php:976 +msgid "Notification Settings" +msgstr "Notifieringsinställningar" + +#: ../../mod/settings.php:977 +msgid "By default post a status message when:" +msgstr "Skicka som standard ett statusmeddelande när:" + +#: ../../mod/settings.php:978 +msgid "accepting a friend request" +msgstr "du accepterar en vänförfrÃ¥gan" + +#: ../../mod/settings.php:979 +msgid "joining a forum/community" +msgstr "du gÃ¥r med i ett forum/en gemenskap" + +#: ../../mod/settings.php:980 +msgid "making an <em>interesting</em> profile change" +msgstr "du gör en <em>intressant</em> ändring av profilen" + +#: ../../mod/settings.php:981 +msgid "Send a notification email when:" +msgstr "Skicka en notifiering via e-post med när:" + +#: ../../mod/settings.php:982 +msgid "You receive a connection request" +msgstr "Du fÃ¥r en kontaktförfrÃ¥gan" + +#: ../../mod/settings.php:983 +msgid "Your connections are confirmed" +msgstr "Dina kontakter bekräftas" + +#: ../../mod/settings.php:984 +msgid "Someone writes on your profile wall" +msgstr "NÃ¥gon skriver pÃ¥ din profilvägg" + +#: ../../mod/settings.php:985 +msgid "Someone writes a followup comment" +msgstr "NÃ¥gon skriver en uppföljande kommentar" + +#: ../../mod/settings.php:986 +msgid "You receive a private message" +msgstr "Du tar emot ett privat meddelande" + +#: ../../mod/settings.php:987 +msgid "You receive a friend suggestion" +msgstr "Du tar emot ett vänförslag" + +#: ../../mod/settings.php:988 +msgid "You are tagged in a post" +msgstr "Du taggas i ett inlägg" + +#: ../../mod/settings.php:989 +msgid "You are poked/prodded/etc. in a post" +msgstr "Du puffas/stöts till/etc. i ett inlägg" + +#: ../../mod/settings.php:992 +msgid "Advanced Account/Page Type Settings" +msgstr "Avancerade konto-/sidtypsinställningar" + +#: ../../mod/settings.php:993 +msgid "Change the behaviour of this account for special situations" +msgstr "Ändra det här kontots beteende i särskilda situationer" + +#: ../../mod/settings.php:996 +msgid "" +"Please enable expert mode (in <a href=\"settings/features\">Settings > " +"Additional features</a>) to adjust!" +msgstr "Aktivera expertläge (i <a href=\"settings/features\">Inställningar > Ytterligare funktioner</a>) för att göra ändringar!" + +#: ../../mod/settings.php:997 +msgid "Miscellaneous Settings" +msgstr "Diverse inställningar" + +#: ../../mod/settings.php:999 +msgid "Personal menu to display in your channel pages" +msgstr "Personlig meny att visa i dina kanalsidor" + +#: ../../mod/menu.php:21 +msgid "Menu updated." +msgstr "Meny uppdaterad." + +#: ../../mod/menu.php:25 +msgid "Unable to update menu." +msgstr "Kunde inte uppdatera meny." + +#: ../../mod/menu.php:30 +msgid "Menu created." +msgstr "Meny skapad." + +#: ../../mod/menu.php:34 +msgid "Unable to create menu." +msgstr "Kunde inte skapa meny." + +#: ../../mod/menu.php:57 +msgid "Manage Menus" +msgstr "Hantera menyer" + +#: ../../mod/menu.php:60 +msgid "Drop" +msgstr "Ta bort" + +#: ../../mod/menu.php:62 +msgid "Create a new menu" +msgstr "Skapa en ny meny" + +#: ../../mod/menu.php:63 +msgid "Delete this menu" +msgstr "Ta bort den här menyn" + +#: ../../mod/menu.php:64 ../../mod/menu.php:109 +msgid "Edit menu contents" +msgstr "Redigera menyinnehÃ¥ll" + +#: ../../mod/menu.php:65 +msgid "Edit this menu" +msgstr "Redigera den här menyn" + +#: ../../mod/menu.php:80 +msgid "New Menu" +msgstr "Ny meny" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Menu name" +msgstr "Menynamn" + +#: ../../mod/menu.php:81 ../../mod/menu.php:110 +msgid "Must be unique, only seen by you" +msgstr "MÃ¥ste vara unikt, ses endast av dig" + +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title" +msgstr "Menytitel" + +#: ../../mod/menu.php:82 ../../mod/menu.php:111 +msgid "Menu title as seen by others" +msgstr "Menytitel som andra ser den" + +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Allow bookmarks" +msgstr "TillÃ¥t bokmärken" + +#: ../../mod/menu.php:83 ../../mod/menu.php:112 +msgid "Menu may be used to store saved bookmarks" +msgstr "Menyn kan användas för att spara bokmärken" + +#: ../../mod/menu.php:84 ../../mod/mitem.php:142 ../../mod/new_channel.php:117 +msgid "Create" +msgstr "Skapa" + +#: ../../mod/menu.php:92 ../../mod/mitem.php:14 +msgid "Menu not found." +msgstr "Menyn hittades inte." + +#: ../../mod/menu.php:98 +msgid "Menu deleted." +msgstr "Meny borttagen." + +#: ../../mod/menu.php:100 +msgid "Menu could not be deleted." +msgstr "Menyn kunde inte tas bort." + +#: ../../mod/menu.php:106 +msgid "Edit Menu" +msgstr "Redigera meny" + +#: ../../mod/menu.php:108 +msgid "Add or remove entries to this menu" +msgstr "Lägg till eller ta bort menyval" + +#: ../../mod/menu.php:114 ../../mod/mitem.php:186 +msgid "Modify" +msgstr "Ändra" + +#: ../../mod/menu.php:120 ../../mod/mitem.php:78 ../../mod/xchan.php:27 +#: ../../mod/dirprofile.php:181 +msgid "Not found." +msgstr "Hittades inte." + +#: ../../mod/webpages.php:122 ../../mod/layouts.php:116 +#: ../../mod/blocks.php:97 +msgid "View" +msgstr "Visa" + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "TillÃ¥t anslutning av applikation" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Ã…tergÃ¥ till din applikation och ange den här säkerhetskoden:" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Logga in för att fortsätta." + +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vill du lÃ¥ta den här applikationen fÃ¥ tillgÃ¥ng till dina inlägg och kontakter, och/eller skapa nya inlägg Ã¥t dig?" + +#: ../../mod/apps.php:8 +msgid "No installed applications." +msgstr "Inga installerade applikationer" + +#: ../../mod/apps.php:13 +msgid "Applications" +msgstr "Applikationer" + +#: ../../mod/editpost.php:20 ../../mod/editblock.php:8 +#: ../../mod/editblock.php:27 ../../mod/editblock.php:53 +#: ../../mod/editlayout.php:36 ../../mod/editwebpage.php:32 +msgid "Item not found" +msgstr "Posten hittas inte" + +#: ../../mod/editpost.php:31 +msgid "Item is not editable" +msgstr "Posten gÃ¥r ej att redigera" + +#: ../../mod/editpost.php:42 ../../mod/rpost.php:86 +msgid "Edit post" +msgstr "Redigera inlägg" + +#: ../../mod/editpost.php:53 +msgid "Delete item?" +msgstr "Ta bort posten?" + +#: ../../mod/editpost.php:116 ../../mod/editblock.php:115 +#: ../../mod/editlayout.php:110 ../../mod/editwebpage.php:147 +msgid "Insert YouTube video" +msgstr "Infoga Youtube-video" + +#: ../../mod/editpost.php:117 ../../mod/editblock.php:116 +#: ../../mod/editlayout.php:111 ../../mod/editwebpage.php:148 +msgid "Insert Vorbis [.ogg] video" +msgstr "Infoga Vorbis [.ogg]-video" + +#: ../../mod/editpost.php:118 ../../mod/editblock.php:117 +#: ../../mod/editlayout.php:112 ../../mod/editwebpage.php:149 +msgid "Insert Vorbis [.ogg] audio" +msgstr "Infoga Vorbis [.ogg]-ljud" + +#: ../../mod/cloud.php:112 +msgid "Red Matrix - Guests: Username: {your email address}, Password: +++" +msgstr "Red Matrix - Gäster: Användarnamn: {din e-postadress}, Lösenord: +++" + +#: ../../mod/bookmarks.php:38 +msgid "Bookmark added" +msgstr "Bokmärke tillagt" + +#: ../../mod/bookmarks.php:58 +msgid "My Bookmarks" +msgstr "Mina bokmärken" + +#: ../../mod/bookmarks.php:69 +msgid "My Connections Bookmarks" +msgstr "Mina kontakters bokmärken" + +#: ../../mod/subthread.php:105 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s följer %2$ss %3$s" + +#: ../../mod/update_network.php:23 ../../mod/update_channel.php:43 +#: ../../mod/update_search.php:46 ../../mod/update_display.php:25 +msgid "[Embedded content - reload page to view]" +msgstr "[Inbäddat innehÃ¥ll - ladda om sidan för att visa]" + +#: ../../mod/chanview.php:77 ../../mod/home.php:50 ../../mod/page.php:47 +#: ../../mod/block.php:39 ../../mod/wall_upload.php:28 +msgid "Channel not found." +msgstr "Kanalen hittas inte." + +#: ../../mod/chanview.php:93 +msgid "toggle full screen mode" +msgstr "växla helskärmsläge" + +#: ../../mod/tagger.php:98 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s taggade%2$ss %3$s med %4$s" + +#: ../../mod/acl.php:239 +msgid "network" +msgstr "nätverk" + +#: ../../mod/viewconnections.php:17 ../../mod/search.php:13 +#: ../../mod/directory.php:15 ../../mod/display.php:9 +#: ../../mod/dirprofile.php:9 ../../mod/photos.php:443 +msgid "Public access denied." +msgstr "Offentlig behörighet saknas." + +#: ../../mod/viewconnections.php:50 +msgid "No connections." +msgstr "Inga kontakter." + +#: ../../mod/viewconnections.php:62 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Besök %ss profil [%s]" + +#: ../../mod/viewconnections.php:77 +msgid "View Connnections" +msgstr "Visa kontakter" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Tagg borttagen" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Ta bort innehÃ¥llstagg" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Välj en tagg att ta bort: " + +#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 ../../mod/photos.php:908 +msgid "Remove" +msgstr "Ta bort" + +#: ../../mod/connect.php:55 ../../mod/connect.php:103 +msgid "Continue" +msgstr "Fortsätt" + +#: ../../mod/connect.php:84 +msgid "Premium Channel Setup" +msgstr "Inställning av premiumkanal" + +#: ../../mod/connect.php:86 +msgid "Enable premium channel connection restrictions" +msgstr "Aktivera kontaktrestriktioner för premiumkanal" + +#: ../../mod/connect.php:87 +msgid "" +"Please enter your restrictions or conditions, such as paypal receipt, usage " +"guidelines, etc." +msgstr "Ange dina restriktioner och villkor, som Paypal-kvitto, användarriktlinjer, etc." + +#: ../../mod/connect.php:89 ../../mod/connect.php:109 +msgid "" +"This channel may require additional steps or acknowledgement of the " +"following conditions prior to connecting:" +msgstr "Den här kanalen kan kräva ytterligare steg eller godkännande av följande villkor innan anslutning:" + +#: ../../mod/connect.php:90 +msgid "" +"Potential connections will then see the following text before proceeding:" +msgstr "Potentiella kontakter kommer sedan att se följande text innan de gÃ¥r vidare:" + +#: ../../mod/connect.php:91 ../../mod/connect.php:112 +msgid "" +"By continuing, I certify that I have complied with any instructions provided" +" on this page." +msgstr "Genom att fortsätta intygar jag att jag har följt alla instruktioner som ges pÃ¥ den här sidan." + +#: ../../mod/connect.php:100 +msgid "(No specific instructions have been provided by the channel owner.)" +msgstr "(Inga specifika instruktioner har givits av kanalägaren.)" + +#: ../../mod/connect.php:108 +msgid "Restricted or Premium Channel" +msgstr "Begränsad kanal eller premiumkanal" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Inga potentiella sid-ombud funna." + +#: ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Delegera sidhantering" + +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till nÃ¥gon som du inte litar fullständigt pÃ¥." + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Befintliga sid-ansvariga" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Befintliga sid-ombud" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potentiella ombud" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Lägg till" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Inga poster." + +#: ../../mod/pdledit.php:13 +msgid "Layout updated." +msgstr "Layout uppdaterad." + +#: ../../mod/pdledit.php:28 ../../mod/pdledit.php:53 +msgid "Edit System Page Description" +msgstr "Redigera systemsidbeskrivning" + +#: ../../mod/pdledit.php:48 +msgid "Layout not found." +msgstr "Layout hittas inte." + +#: ../../mod/pdledit.php:54 +msgid "Module Name:" +msgstr "Modulnamn:" + +#: ../../mod/pdledit.php:55 ../../mod/layouts.php:59 +msgid "Layout Help" +msgstr "Layouthjälp" + +#: ../../mod/attach.php:9 +msgid "Item not available." +msgstr "Post inte tillgänglig." + +#: ../../mod/item.php:147 +msgid "Unable to locate original post." +msgstr "Kunde inte hitta originalinlägget." + +#: ../../mod/item.php:345 +msgid "Empty post discarded." +msgstr "Tomt inlägg förkastat." + +#: ../../mod/item.php:385 +msgid "Executable content type not permitted to this channel." +msgstr "Körbart innehÃ¥ll tillÃ¥ts inte i den här kanalen." + +#: ../../mod/item.php:794 +msgid "System error. Post not saved." +msgstr "Systemfel. Inlägget inte sparat." + +#: ../../mod/item.php:1237 +#, php-format +msgid "You have reached your limit of %1$.0f top level posts." +msgstr "Du har nÃ¥tt din gräns pÃ¥ %1$.0f toppnivÃ¥inlägg." + +#: ../../mod/item.php:1243 +#, php-format +msgid "You have reached your limit of %1$.0f webpages." +msgstr "Du har nÃ¥tt din gräns pÃ¥ %1$.0f webbsidor." + +#: ../../mod/mitem.php:47 +msgid "Menu element updated." +msgstr "Menyval uppdaterat." + +#: ../../mod/mitem.php:51 +msgid "Unable to update menu element." +msgstr "Kunde inte uppdatera menyval." + +#: ../../mod/mitem.php:57 +msgid "Menu element added." +msgstr "Menyval tillagt." + +#: ../../mod/mitem.php:61 +msgid "Unable to add menu element." +msgstr "Kunde inte lägga till menyval." + +#: ../../mod/mitem.php:96 +msgid "Manage Menu Elements" +msgstr "Hantera menyval" + +#: ../../mod/mitem.php:99 +msgid "Edit menu" +msgstr "Redigera meny" + +#: ../../mod/mitem.php:102 +msgid "Edit element" +msgstr "Redigera menyval" + +#: ../../mod/mitem.php:103 +msgid "Drop element" +msgstr "Ta bort menyval" + +#: ../../mod/mitem.php:104 +msgid "New element" +msgstr "Nytt menyval" + +#: ../../mod/mitem.php:105 +msgid "Edit this menu container" +msgstr "Redigera den här menysamlaren" + +#: ../../mod/mitem.php:106 +msgid "Add menu element" +msgstr "Lägg till menyval" + +#: ../../mod/mitem.php:107 +msgid "Delete this menu item" +msgstr "Ta bort det här menyvalet" + +#: ../../mod/mitem.php:108 +msgid "Edit this menu item" +msgstr "Redigera det här menyvalet" + +#: ../../mod/mitem.php:131 +msgid "New Menu Element" +msgstr "Nytt menyval" + +#: ../../mod/mitem.php:133 ../../mod/mitem.php:176 +msgid "Menu Item Permissions" +msgstr "Behörighet för menyval" + +#: ../../mod/mitem.php:136 ../../mod/mitem.php:180 +msgid "Link text" +msgstr "Länktext" + +#: ../../mod/mitem.php:137 ../../mod/mitem.php:181 +msgid "URL of link" +msgstr "Länkens URL" + +#: ../../mod/mitem.php:138 ../../mod/mitem.php:182 +msgid "Use Red magic-auth if available" +msgstr "Använd Red magic-auth om tillgängligt" + +#: ../../mod/mitem.php:139 ../../mod/mitem.php:183 +msgid "Open link in new window" +msgstr "Öppna länk i nytt fönster" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Order in list" +msgstr "Ordningstal i listan" + +#: ../../mod/mitem.php:141 ../../mod/mitem.php:185 +msgid "Higher numbers will sink to bottom of listing" +msgstr "Större tal sjunker till botten av listan" + +#: ../../mod/mitem.php:154 +msgid "Menu item not found." +msgstr "Menyval hittas inte." + +#: ../../mod/mitem.php:163 +msgid "Menu item deleted." +msgstr "Menyval borttaget." + +#: ../../mod/mitem.php:165 +msgid "Menu item could not be deleted." +msgstr "Menyval kunde inte tas bort." + +#: ../../mod/mitem.php:174 +msgid "Edit Menu Element" +msgstr "Redigera menyval" + +#: ../../mod/zfinger.php:23 +msgid "invalid target signature" +msgstr "ogiltig mÃ¥lsignatur" + +#: ../../mod/profperm.php:29 ../../mod/profperm.php:58 +msgid "Invalid profile identifier." +msgstr "Ogiltigt profil-ID." + +#: ../../mod/profperm.php:105 +msgid "Profile Visibility Editor" +msgstr "Redigera profilsynlighet" + +#: ../../mod/profperm.php:109 +msgid "Click on a contact to add or remove." +msgstr "Klicka pÃ¥ en kontakt för att lägga till eller ta bort." + +#: ../../mod/profperm.php:118 +msgid "Visible To" +msgstr "Synlig för" + +#: ../../mod/profperm.php:134 ../../mod/connections.php:277 +msgid "All Connections" +msgstr "Alla kontakter" + +#: ../../mod/group.php:20 +msgid "Collection created." +msgstr "Sammanhang skapat" + +#: ../../mod/group.php:26 +msgid "Could not create collection." +msgstr "Kunde inte skapa sammanhanget." + +#: ../../mod/group.php:54 +msgid "Collection updated." +msgstr "Sammanhanget uppdatarat." + +#: ../../mod/group.php:86 +msgid "Create a collection of channels." +msgstr "Skapa ett sammanhang av kanaler." + +#: ../../mod/group.php:87 ../../mod/group.php:183 +msgid "Collection Name: " +msgstr "Namn pÃ¥ sammanhang: " + +#: ../../mod/group.php:89 ../../mod/group.php:186 +msgid "Members are visible to other channels" +msgstr "Medlemmar är synliga för andra kanaler" + +#: ../../mod/group.php:107 +msgid "Collection removed." +msgstr "Sammanhang borttaget." + +#: ../../mod/group.php:109 +msgid "Unable to remove collection." +msgstr "Kunde inte ta bort sammanhang." + +#: ../../mod/group.php:182 +msgid "Collection Editor" +msgstr "Sammanhangsredigering" + +#: ../../mod/group.php:196 +msgid "Members" +msgstr "Medlemmar" + +#: ../../mod/group.php:198 +msgid "All Connected Channels" +msgstr "Alla anslutna kanaler" + +#: ../../mod/group.php:231 +msgid "Click on a channel to add or remove." +msgstr "Klicka pÃ¥ en kanal för att lägga till eller ta bort." + +#: ../../mod/admin.php:52 +msgid "Theme settings updated." +msgstr "Temainställningar uppdaterade." + +#: ../../mod/admin.php:92 ../../mod/admin.php:440 +msgid "Site" +msgstr "Server" + +#: ../../mod/admin.php:93 +msgid "Accounts" +msgstr "Konton" + +#: ../../mod/admin.php:94 ../../mod/admin.php:883 +msgid "Channels" +msgstr "Kanaler" + +#: ../../mod/admin.php:95 ../../mod/admin.php:974 ../../mod/admin.php:1016 +msgid "Plugins" +msgstr "Tillägg" + +#: ../../mod/admin.php:96 ../../mod/admin.php:1179 ../../mod/admin.php:1215 +msgid "Themes" +msgstr "Teman" + +#: ../../mod/admin.php:97 ../../mod/admin.php:540 +msgid "Server" +msgstr "Server" + +#: ../../mod/admin.php:98 +msgid "DB updates" +msgstr "Databasuppdateringar" + +#: ../../mod/admin.php:112 ../../mod/admin.php:119 ../../mod/admin.php:1302 +msgid "Logs" +msgstr "Loggar" + +#: ../../mod/admin.php:118 +msgid "Plugin Features" +msgstr "Tilläggsfunktioner" + +#: ../../mod/admin.php:120 +msgid "User registrations waiting for confirmation" +msgstr "Användarregistreringar som behöver bekräftas" + +#: ../../mod/admin.php:197 +msgid "Message queues" +msgstr "Meddelandeköer" + +#: ../../mod/admin.php:202 ../../mod/admin.php:439 ../../mod/admin.php:539 +#: ../../mod/admin.php:748 ../../mod/admin.php:882 ../../mod/admin.php:973 +#: ../../mod/admin.php:1015 ../../mod/admin.php:1178 ../../mod/admin.php:1214 +#: ../../mod/admin.php:1301 +msgid "Administration" +msgstr "Administration" + +#: ../../mod/admin.php:203 +msgid "Summary" +msgstr "Sammanfattning" + +#: ../../mod/admin.php:205 +msgid "Registered users" +msgstr "Registrerade användare" + +#: ../../mod/admin.php:207 ../../mod/admin.php:543 +msgid "Pending registrations" +msgstr "PÃ¥gÃ¥ende registreringar" + +#: ../../mod/admin.php:208 +msgid "Version" +msgstr "Version" + +#: ../../mod/admin.php:210 ../../mod/admin.php:544 +msgid "Active plugins" +msgstr "Aktiva tillägg" + +#: ../../mod/admin.php:360 +msgid "Site settings updated." +msgstr "Serverinställningar uppdaterade." + +#: ../../mod/admin.php:391 +msgid "No special theme for accessibility" +msgstr "Inget speciellt tema för tillgänglighet" + +#: ../../mod/admin.php:419 +msgid "Closed" +msgstr "Stängd" + +#: ../../mod/admin.php:420 +msgid "Requires approval" +msgstr "Kräver godkännande" + +#: ../../mod/admin.php:421 +msgid "Open" +msgstr "Öppen" + +#: ../../mod/admin.php:426 +msgid "Private" +msgstr "Privat" + +#: ../../mod/admin.php:427 +msgid "Paid Access" +msgstr "Betald Ã¥tkomst" + +#: ../../mod/admin.php:428 +msgid "Free Access" +msgstr "Fri Ã¥tkomst" + +#: ../../mod/admin.php:429 +msgid "Tiered Access" +msgstr "Uppdelad Ã¥tkomst" + +#: ../../mod/admin.php:442 ../../mod/register.php:189 +msgid "Registration" +msgstr "Registrering" + +#: ../../mod/admin.php:443 +msgid "File upload" +msgstr "Filuppladdning" + +#: ../../mod/admin.php:444 +msgid "Policies" +msgstr "Policyer" + +#: ../../mod/admin.php:449 +msgid "Site name" +msgstr "Servernamn" + +#: ../../mod/admin.php:450 +msgid "Banner/Logo" +msgstr "Banner/logga" + +#: ../../mod/admin.php:451 +msgid "Administrator Information" +msgstr "Administratörsinformation" + +#: ../../mod/admin.php:451 +msgid "" +"Contact information for site administrators. Displayed on siteinfo page. " +"BBCode can be used here" +msgstr "Kontaktinfo till sidadministratörer. Visas pÃ¥ sidinfosidan. BBCode kan användas här" + +#: ../../mod/admin.php:452 +msgid "System language" +msgstr "SystemsprÃ¥k" + +#: ../../mod/admin.php:453 +msgid "System theme" +msgstr "Systemtema" + +#: ../../mod/admin.php:453 +msgid "" +"Default system theme - may be over-ridden by user profiles - <a href='#' " +"id='cnftheme'>change theme settings</a>" +msgstr "Förvalt systemtema - kan Ã¥sidosättas i användarprofiler - <a href='#' id='cnftheme'>ändra temainställningar</a>" + +#: ../../mod/admin.php:454 +msgid "Mobile system theme" +msgstr "Mobilt systemtema" + +#: ../../mod/admin.php:454 +msgid "Theme for mobile devices" +msgstr "Tema för mobila enheter" + +#: ../../mod/admin.php:455 +msgid "Accessibility system theme" +msgstr "Systemtema för ökad tillgänglighet" + +#: ../../mod/admin.php:455 +msgid "Accessibility theme" +msgstr "Tillgänglighetstema" + +#: ../../mod/admin.php:456 +msgid "Channel to use for this website's static pages" +msgstr "Kanal att använda för den här webbplatsens statiska sidor" + +#: ../../mod/admin.php:456 +msgid "Site Channel" +msgstr "Sidkanal" + +#: ../../mod/admin.php:458 +msgid "Maximum image size" +msgstr "Maximal bildstorlek" + +#: ../../mod/admin.php:458 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximal storlek i byte för uppladdade bilder. Standard är 0, vilket innebär ingen storleksbegränsning." + +#: ../../mod/admin.php:459 +msgid "Register policy" +msgstr "Registreringspolicy" + +#: ../../mod/admin.php:460 +msgid "Access policy" +msgstr "Ã…tkomstpolicy" + +#: ../../mod/admin.php:461 +msgid "Register text" +msgstr "Registreringstext" + +#: ../../mod/admin.php:461 +msgid "Will be displayed prominently on the registration page." +msgstr "Visas tydligt pÃ¥ registreringssidan." + +#: ../../mod/admin.php:462 +msgid "Accounts abandoned after x days" +msgstr "Konto övergivet efter x dagar" + +#: ../../mod/admin.php:462 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Slösar inte systemresurser genom att frÃ¥ga externa servrar efter övergivna konton. 0 innebär ingen tidsbegränsning." + +#: ../../mod/admin.php:463 +msgid "Allowed friend domains" +msgstr "TillÃ¥tna vändomäner" + +#: ../../mod/admin.php:463 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Kommaseparerad lista med domäner som tillÃ¥ts att upprätta ett vänförhÃ¥llande med den här servern. Jokertecken är tillÃ¥tna. Töm för att tillÃ¥ta alla domäner." + +#: ../../mod/admin.php:464 +msgid "Allowed email domains" +msgstr "TillÃ¥tna e-postdomäner" + +#: ../../mod/admin.php:464 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Kommaseparerad lista med domäner som tillÃ¥ts i e-postadresser för registreringar pÃ¥ den här servern. Jokertecken är tillÃ¥tna. Töm för att tillÃ¥ta alla domäner." + +#: ../../mod/admin.php:465 +msgid "Block public" +msgstr "Blockera offentlig Ã¥tkomst" + +#: ../../mod/admin.php:465 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Välj för att blockera Ã¥tkomst till alla personliga sidor som annars skulle vara offentliga pÃ¥ den här servern om man inte är inloggad." + +#: ../../mod/admin.php:466 +msgid "Force publish" +msgstr "Tvinga publicering" + +#: ../../mod/admin.php:466 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Välj för att tvinga alla profiler pÃ¥ den här servern att listas i serverkatalogen." + +#: ../../mod/admin.php:467 +msgid "Disable discovery tab" +msgstr "Inaktivera upptäck-fliken" + +#: ../../mod/admin.php:467 +msgid "" +"Remove the tab in the network view with public content pulled from sources " +"chosen for this site." +msgstr "Ta bort fliken i nätverksvyn med offentligt innehÃ¥ll som hämtas frÃ¥n källor valda för den här servern." + +#: ../../mod/admin.php:468 +msgid "No login on Homepage" +msgstr "Ingen inloggning pÃ¥ hemsidan" + +#: ../../mod/admin.php:468 +msgid "" +"Check to hide the login form from your sites homepage when visitors arrive " +"who are not logged in (e.g. when you put the content of the homepage in via " +"the site channel)." +msgstr "Välj för att gömma inloggningsformuläret frÃ¥n serverns hemsida för oinloggade besökare (t.ex. när du lägger in hemsideinnehÃ¥llet via serverkanalen)." + +#: ../../mod/admin.php:470 +msgid "Proxy user" +msgstr "Proxyanvändare" + +#: ../../mod/admin.php:471 +msgid "Proxy URL" +msgstr "Proxy-URL" + +#: ../../mod/admin.php:472 +msgid "Network timeout" +msgstr "Nätverkstimeout" + +#: ../../mod/admin.php:472 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Värde i sekunder. Sätt till 0 för obegränsat (ej rekommenderat)." + +#: ../../mod/admin.php:473 +msgid "Delivery interval" +msgstr "Leveransintervall" + +#: ../../mod/admin.php:473 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "Fördröj leveransprocesser som görs i bakgrunden sÃ¥ här mÃ¥nga sekunder för att reducera systembelastningen. Rekommenderat: 4-5 för delade värdar, 2-3 för virtuella privata servrar. 0-1 för stora dedikerade servrar." + +#: ../../mod/admin.php:474 +msgid "Poll interval" +msgstr "Hämtningsintervall" + +#: ../../mod/admin.php:474 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Fördröj hämtningsprocesser som görs i bakgrunden sÃ¥ här mÃ¥nga sekunder för att reducera systembelastningen. Om 0 används leveransintervallet." + +#: ../../mod/admin.php:475 +msgid "Maximum Load Average" +msgstr "Maximal genomsnittsbelastning" + +#: ../../mod/admin.php:475 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximal systembelastning innan leverans- och hämtningsprocesser skjuts upp - standard är 50." + +#: ../../mod/admin.php:531 +msgid "No server found" +msgstr "Ingen server hittad" + +#: ../../mod/admin.php:538 ../../mod/admin.php:762 +msgid "ID" +msgstr "ID" + +#: ../../mod/admin.php:538 +msgid "for channel" +msgstr "för kanal" + +#: ../../mod/admin.php:538 +msgid "on server" +msgstr "pÃ¥ server" + +#: ../../mod/admin.php:538 +msgid "Status" +msgstr "Status" + +#: ../../mod/admin.php:559 +msgid "Update has been marked successful" +msgstr "Uppdatering har markerats som genomförd" + +#: ../../mod/admin.php:569 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Körning av %s misslyckades. Kontrollera systemloggarna." + +#: ../../mod/admin.php:572 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Uppdatering %s genomfördes utan problem." + +#: ../../mod/admin.php:576 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Uppdatering %s returnerade ingen status. Oklart om den lyckades." + +#: ../../mod/admin.php:579 +#, php-format +msgid "Update function %s could not be found." +msgstr "Uppdateringsfunktion %s kunde inte hittas." + +#: ../../mod/admin.php:594 +msgid "No failed updates." +msgstr "Inga misslyckade uppdateringar." + +#: ../../mod/admin.php:598 +msgid "Failed Updates" +msgstr "Misslyckade uppdateringar" + +#: ../../mod/admin.php:600 +msgid "Mark success (if update was manually applied)" +msgstr "Markera som genomförd (om uppdateringen gjordes manuellt)" + +#: ../../mod/admin.php:601 +msgid "Attempt to execute this update step automatically" +msgstr "Försök att köra den här uppdateringen automatiskt" + +#: ../../mod/admin.php:627 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s användare blockerad/avblockerad" +msgstr[1] "%s användare blockerade/avblockerade" + +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s användare borttagen" +msgstr[1] "%s användare borttagna" + +#: ../../mod/admin.php:665 +msgid "Account not found" +msgstr "Konto hittas inte" + +#: ../../mod/admin.php:676 +#, php-format +msgid "User '%s' deleted" +msgstr "Användare '%s' borttagen" + +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' unblocked" +msgstr "Användare '%s' avblockerad" + +#: ../../mod/admin.php:685 +#, php-format +msgid "User '%s' blocked" +msgstr "Användare '%s' blockerad" + +#: ../../mod/admin.php:749 ../../mod/admin.php:761 +msgid "Users" +msgstr "Användare" + +#: ../../mod/admin.php:751 ../../mod/admin.php:885 +msgid "select all" +msgstr "välj alla" + +#: ../../mod/admin.php:752 +msgid "User registrations waiting for confirm" +msgstr "Användarregistreringar som inväntar bekräftelse" + +#: ../../mod/admin.php:753 +msgid "Request date" +msgstr "Ansökningsdatum" + +#: ../../mod/admin.php:754 +msgid "No registrations." +msgstr "Inga registreringar." + +#: ../../mod/admin.php:755 +msgid "Approve" +msgstr "Godkänn" + +#: ../../mod/admin.php:756 +msgid "Deny" +msgstr "AvslÃ¥" + +#: ../../mod/admin.php:758 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 +msgid "Block" +msgstr "Blockera" + +#: ../../mod/admin.php:759 ../../mod/connedit.php:339 +#: ../../mod/connedit.php:481 +msgid "Unblock" +msgstr "Avblockera" + +#: ../../mod/admin.php:762 +msgid "Register date" +msgstr "Registreringsdatum" + +#: ../../mod/admin.php:762 +msgid "Last login" +msgstr "Senaste inloggning" + +#: ../../mod/admin.php:762 +msgid "Expires" +msgstr "Upphör att gälla" + +#: ../../mod/admin.php:762 +msgid "Service Class" +msgstr "Tjänsteklass" + +#: ../../mod/admin.php:764 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Valda användare kommer att tas bort!\\n\\nAllt dessa användare har postat pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?" + +#: ../../mod/admin.php:765 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Användaren {0} kommer att tas bort!\\n\\nAllt den här användaren har postat pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?" + +#: ../../mod/admin.php:797 +#, php-format +msgid "%s channel censored/uncensored" +msgid_plural "%s channelss censored/uncensored" +msgstr[0] "%s kanal censurerad/avcensurerad" +msgstr[1] "%s kanaler censurerade/avcensurerade" + +#: ../../mod/admin.php:804 +#, php-format +msgid "%s channel deleted" +msgid_plural "%s channels deleted" +msgstr[0] "%s kanal borttagen" +msgstr[1] "%s kanaler borttagna" + +#: ../../mod/admin.php:823 +msgid "Channel not found" +msgstr "Kanal hittas inte" + +#: ../../mod/admin.php:834 +#, php-format +msgid "Channel '%s' deleted" +msgstr "Kanalen '%s' togs bort" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' uncensored" +msgstr "Kanal '%s' avcensurerad" + +#: ../../mod/admin.php:844 +#, php-format +msgid "Channel '%s' censored" +msgstr "Kanal '%s' censurerad" + +#: ../../mod/admin.php:887 +msgid "Censor" +msgstr "Censurera" + +#: ../../mod/admin.php:888 +msgid "Uncensor" +msgstr "Avcensurera" + +#: ../../mod/admin.php:891 +msgid "UID" +msgstr "UID" + +#: ../../mod/admin.php:891 ../../mod/profiles.php:337 +msgid "Address" +msgstr "Adress" + +#: ../../mod/admin.php:893 +msgid "" +"Selected channels will be deleted!\\n\\nEverything that was posted in these " +"channels on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Valda kanaler kommer att tas bort!\\n\\nAllt som har postats i de kanalerna pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?" + +#: ../../mod/admin.php:894 +msgid "" +"The channel {0} will be deleted!\\n\\nEverything that was posted in this " +"channel on this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Kanalen {0} kommer att tas bort!\\n\\nAllt som har postats i den här kanalen pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?" + +#: ../../mod/admin.php:933 +#, php-format +msgid "Plugin %s disabled." +msgstr "Tillägg %s inaktiverat." + +#: ../../mod/admin.php:937 +#, php-format +msgid "Plugin %s enabled." +msgstr "Tillägg %s aktiverat." + +#: ../../mod/admin.php:947 ../../mod/admin.php:1149 +msgid "Disable" +msgstr "Inaktivera" + +#: ../../mod/admin.php:949 ../../mod/admin.php:1151 +msgid "Enable" +msgstr "Aktivera" + +#: ../../mod/admin.php:975 ../../mod/admin.php:1180 +msgid "Toggle" +msgstr "Växla" + +#: ../../mod/admin.php:983 ../../mod/admin.php:1190 +msgid "Author: " +msgstr "Författare:" + +#: ../../mod/admin.php:984 ../../mod/admin.php:1191 +msgid "Maintainer: " +msgstr "UnderhÃ¥llare:" + +#: ../../mod/admin.php:1113 +msgid "No themes found." +msgstr "Inga teman funna." + +#: ../../mod/admin.php:1172 +msgid "Screenshot" +msgstr "Skärmdump" + +#: ../../mod/admin.php:1220 +msgid "[Experimental]" +msgstr "[Experimentellt]" + +#: ../../mod/admin.php:1221 +msgid "[Unsupported]" +msgstr "[Utan support]" + +#: ../../mod/admin.php:1248 +msgid "Log settings updated." +msgstr "Logginställningar uppdaterade." + +#: ../../mod/admin.php:1304 +msgid "Clear" +msgstr "Rensa" + +#: ../../mod/admin.php:1310 +msgid "Debugging" +msgstr "Avlusning" + +#: ../../mod/admin.php:1311 +msgid "Log file" +msgstr "Loggfil" + +#: ../../mod/admin.php:1311 +msgid "" +"Must be writable by web server. Relative to your Red top-level directory." +msgstr "MÃ¥ste vara skrivbar för webbservern. Anges relativt Reds toppkatalog." + +#: ../../mod/admin.php:1312 +msgid "Log level" +msgstr "LoggnivÃ¥" + +#: ../../mod/filer.php:49 +msgid "- select -" +msgstr "- välj -" + +#: ../../mod/home.php:89 +#, php-format +msgid "Welcome to %s" +msgstr "Välkommen till %s" + +#: ../../mod/setup.php:162 +msgid "Red Matrix Server - Setup" +msgstr "Red Matrix-server - inställningar" + +#: ../../mod/setup.php:168 +msgid "Could not connect to database." +msgstr "Kunde inte ansluta till databasen." + +#: ../../mod/setup.php:172 +msgid "" +"Could not connect to specified site URL. Possible SSL certificate or DNS " +"issue." +msgstr "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS." + +#: ../../mod/setup.php:179 +msgid "Could not create table." +msgstr "Kunde inte skapa tabell." + +#: ../../mod/setup.php:185 +msgid "Your site database has been installed." +msgstr "Din serverdatabas har installerats." + +#: ../../mod/setup.php:190 +msgid "" +"You may need to import the file \"install/database.sql\" manually using " +"phpmyadmin or mysql." +msgstr "Du kan behöva importera filen \"install/database.sql\" manuellt med phpmyadmin eller mysql." + +#: ../../mod/setup.php:191 ../../mod/setup.php:260 ../../mod/setup.php:641 +msgid "Please see the file \"install/INSTALL.txt\"." +msgstr "Se filen \"install/INSTALL.txt\"." + +#: ../../mod/setup.php:257 +msgid "System check" +msgstr "Systemkontroll" + +#: ../../mod/setup.php:262 +msgid "Check again" +msgstr "Kontrollera igen" + +#: ../../mod/setup.php:284 +msgid "Database connection" +msgstr "Databasanslutning" + +#: ../../mod/setup.php:285 +msgid "" +"In order to install Red Matrix we need to know how to connect to your " +"database." +msgstr "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas." + +#: ../../mod/setup.php:286 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Kontakta din servervärd eller administratör om du har frÃ¥gor om de här inställningarna." + +#: ../../mod/setup.php:287 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Databasen du anger nedan mÃ¥ste finnas. Om den inte gör det, skapa den innan du fortsätter." + +#: ../../mod/setup.php:291 +msgid "Database Server Name" +msgstr "Databasserver" + +#: ../../mod/setup.php:291 +msgid "Default is localhost" +msgstr "Standard är localhost" + +#: ../../mod/setup.php:292 +msgid "Database Port" +msgstr "Databasport" + +#: ../../mod/setup.php:292 +msgid "Communication port number - use 0 for default" +msgstr "Kommunikationsportnummer - använd 0 för standardinställning" + +#: ../../mod/setup.php:293 +msgid "Database Login Name" +msgstr "Loginnamn till databas" + +#: ../../mod/setup.php:294 +msgid "Database Login Password" +msgstr "Lösenord till databas" + +#: ../../mod/setup.php:295 +msgid "Database Name" +msgstr "Databasnamn" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "Site administrator email address" +msgstr "Serveradministratörens e-postadress" + +#: ../../mod/setup.php:297 ../../mod/setup.php:339 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Ditt kontos e-postadress mÃ¥ste stämma med den här för att webbgränssnittet för administration ska kunna användas." + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Website URL" +msgstr "Webbplatsens URL" + +#: ../../mod/setup.php:298 ../../mod/setup.php:341 +msgid "Please use SSL (https) URL if available." +msgstr "Ange en URL med SSL (https) om tillgängligt" + +#: ../../mod/setup.php:301 ../../mod/setup.php:344 +msgid "Please select a default timezone for your website" +msgstr "Välj en standardtidszon för din webbplats" + +#: ../../mod/setup.php:328 +msgid "Site settings" +msgstr "Serverinställningar" + +#: ../../mod/setup.php:387 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH." + +#: ../../mod/setup.php:388 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron." +msgstr "Om du inte har en kommandoradsversion av PHP installerad pÃ¥ servern kommer du inte att kunna köra bakgrundshämtning via cron." + +#: ../../mod/setup.php:392 +msgid "PHP executable path" +msgstr "Sökväg till PHP-programmet" + +#: ../../mod/setup.php:392 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen." + +#: ../../mod/setup.php:397 +msgid "Command line PHP" +msgstr "Kommandorads-PHP" + +#: ../../mod/setup.php:406 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Kommandoradsversionen av PHP pÃ¥ ditt system har inte \"register_argc_argv\" aktiverat." + +#: ../../mod/setup.php:407 +msgid "This is required for message delivery to work." +msgstr "Det här behövs för att meddelandeleverans ska fungera." + +#: ../../mod/setup.php:409 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/setup.php:430 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Fel: \"openssl_pkey_new\"-funktionen pÃ¥ det här systemet kan inte generera kryptonycklar" + +#: ../../mod/setup.php:431 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/setup.php:433 +msgid "Generate encryption keys" +msgstr "Generera kryptonycklar" + +#: ../../mod/setup.php:440 +msgid "libCurl PHP module" +msgstr "PHP-modulen libCurl" + +#: ../../mod/setup.php:441 +msgid "GD graphics PHP module" +msgstr "PHP-modulen GD graphics" + +#: ../../mod/setup.php:442 +msgid "OpenSSL PHP module" +msgstr "PHP-modulen OpenSSL" + +#: ../../mod/setup.php:443 +msgid "mysqli PHP module" +msgstr "PHP-modulen mysqli" + +#: ../../mod/setup.php:444 +msgid "mb_string PHP module" +msgstr "PHP-modulen mb_string" + +#: ../../mod/setup.php:445 +msgid "mcrypt PHP module" +msgstr "PHP-modulen mcrypt" + +#: ../../mod/setup.php:450 ../../mod/setup.php:452 +msgid "Apache mod_rewrite module" +msgstr "Apache-modulen mod_rewrite" + +#: ../../mod/setup.php:450 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad." + +#: ../../mod/setup.php:456 ../../mod/setup.php:459 +msgid "proc_open" +msgstr "proc_open" + +#: ../../mod/setup.php:456 +msgid "" +"Error: proc_open is required but is either not installed or has been " +"disabled in php.ini" +msgstr "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini" + +#: ../../mod/setup.php:464 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Fel: PHP-modulen libCURL krävs men är inte installerad." + +#: ../../mod/setup.php:468 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad." + +#: ../../mod/setup.php:472 +msgid "Error: openssl PHP module required but not installed." +msgstr "Fel: PHP-modulen openssl krävs men är inte installerad." + +#: ../../mod/setup.php:476 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Fel: PHP-modulen mysqli krävs men är inte installerad." + +#: ../../mod/setup.php:480 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Fel: PHP-modulen mb_string krävs men är inte installerad." + +#: ../../mod/setup.php:484 +msgid "Error: mcrypt PHP module required but not installed." +msgstr "Fel: PHP-modulen mcrypt krävs men är inte installerad." + +#: ../../mod/setup.php:500 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Webbinstallationen mÃ¥ste kunna skapa filen \".htconfig.php\" i toppkatalogen pÃ¥ din webbserver men kan inte göra det." + +#: ../../mod/setup.php:501 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan." + +#: ../../mod/setup.php:502 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Red top folder." +msgstr "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog." + +#: ../../mod/setup.php:503 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"install/INSTALL.txt\" for instructions." +msgstr "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"." + +#: ../../mod/setup.php:506 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php är skrivbar" + +#: ../../mod/setup.php:516 +msgid "" +"Red uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen." + +#: ../../mod/setup.php:517 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/tpl/smarty3/ under the Red top level " +"folder." +msgstr "För att kunna spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter i katalogen view/tpl/smarty3/ under Reds toppkatalog." + +#: ../../mod/setup.php:518 ../../mod/setup.php:536 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen." + +#: ../../mod/setup.php:519 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/tpl/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Observera: som en säkerhetsÃ¥tgärd bör du ge webbservern skrivrättigheter endast till view/tpl/smarty3 - inte till mallfilerna (.tpl) som den innehÃ¥ller." + +#: ../../mod/setup.php:522 +msgid "view/tpl/smarty3 is writable" +msgstr "view/tpl/smarty3 är skrivbar" + +#: ../../mod/setup.php:535 +msgid "" +"Red uses the store directory to save uploaded files. The web server needs to" +" have write access to the store directory under the Red top level folder" +msgstr "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog." + +#: ../../mod/setup.php:539 +msgid "store is writable" +msgstr "store är skrivbar" + +#: ../../mod/setup.php:554 +msgid "" +"SSL certificate cannot be validated. Fix certificate or disable https access" +" to this site." +msgstr "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-Ã¥tkomst till den här servern." + +#: ../../mod/setup.php:555 +msgid "" +"If you use https access, you MUST use a certification instance known by all " +"internet browsers. You MUST NOT use self-signed certificates!" +msgstr "Om du använder https-Ã¥tkomst MÃ…STE du använda ett certifikat som känns igen av alla webbläsare. Du FÃ…R INTE använda självsignerade certifikat!" + +#: ../../mod/setup.php:556 +msgid "" +"This restriction is incorporated because public posts from you may for " +"example contain references to images on your own hub. If your" +msgstr "Den här restriktionen finns för att offentliga inlägg frÃ¥n dig till exempel kan innehÃ¥lla referenser till bilder pÃ¥ din egen hubb. Om ditt" + +#: ../../mod/setup.php:557 +msgid "" +"certificate is not known by the internet browser of users they get a warning" +" message complaining about some security issues. Although" +msgstr "certifikat inte känns igen av användares webbläsare fÃ¥r de ett varningsmeddelande om säkerhetsproblem. Även om" + +#: ../../mod/setup.php:558 +msgid "" +"these complains are not the real truth - there are no security issues with " +"your encryption! - the users may be confused, nerved or even" +msgstr "de här varningarna inte är helt sanna - det är inga säkerhetsproblem med din kryptering! - sÃ¥ kan användare bli förvirrade, nervösa eller" + +#: ../../mod/setup.php:559 +msgid "" +"worse may become scared about redmatrix having security issues. Use one of " +"the free certification instances!" +msgstr "ännu värre, bli skrämda att redmatrix skulle ha säkerhetsproblem. Använd en av utfärdarna av gratis certifikat." + +#: ../../mod/setup.php:561 +msgid "SSL certificate validation" +msgstr "SSL-certifikatvalidering" + +#: ../../mod/setup.php:568 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "URL rewrite i .htaccess fungerar inte. Kontrollera din serverkonfiguration." + +#: ../../mod/setup.php:570 +msgid "Url rewrite is working" +msgstr "URL rewrite fungerar" + +#: ../../mod/setup.php:580 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot." + +#: ../../mod/setup.php:604 +msgid "Errors encountered creating database tables." +msgstr "Fel inträffade när databastabeller skulle skapas." + +#: ../../mod/setup.php:639 +msgid "<h1>What next</h1>" +msgstr "<h1>Nästa steg</h1>" + +#: ../../mod/setup.php:640 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]" + +#: ../../mod/directory.php:148 ../../mod/profiles.php:561 +#: ../../mod/dirprofile.php:98 +msgid "Age: " +msgstr "Ã…lder:" + +#: ../../mod/directory.php:151 ../../mod/dirprofile.php:101 +msgid "Gender: " +msgstr "Kön:" + +#: ../../mod/directory.php:212 +msgid "Finding:" +msgstr "Sökning efter:" + +#: ../../mod/directory.php:220 +msgid "next page" +msgstr "nästa sida" + +#: ../../mod/directory.php:220 +msgid "previous page" +msgstr "föregÃ¥ende sida" + +#: ../../mod/directory.php:227 +msgid "No entries (some entries may be hidden)." +msgstr "Inga resultat (vissa resultat kan vara dolda)." + +#: ../../mod/lockview.php:30 ../../mod/lockview.php:36 +msgid "Remote privacy information not available." +msgstr "Icke-lokal integritetsinformation är inte tillgänglig" + +#: ../../mod/lockview.php:45 +msgid "Visible to:" +msgstr "Synlig för:" + +#: ../../mod/connedit.php:49 ../../mod/connections.php:37 +msgid "Could not access contact record." +msgstr "Kunde inte komma Ã¥t kontaktuppgifter." + +#: ../../mod/connedit.php:63 ../../mod/connections.php:51 +msgid "Could not locate selected profile." +msgstr "Kunde inte hitta vald profil." + +#: ../../mod/connedit.php:107 ../../mod/connections.php:94 +msgid "Connection updated." +msgstr "Kontakt uppdaterad." + +#: ../../mod/connedit.php:109 ../../mod/connections.php:96 +msgid "Failed to update connection record." +msgstr "Misslyckades att uppdatera kontaktuppgifter." + +#: ../../mod/connedit.php:210 +msgid "Could not access address book record." +msgstr "Kunde inte komma Ã¥t adressboksuppgifter." + +#: ../../mod/connedit.php:224 +msgid "Refresh failed - channel is currently unavailable." +msgstr "Uppdatering misslyckades - kanalen är inte tillgänglig." + +#: ../../mod/connedit.php:231 +msgid "Channel has been unblocked" +msgstr "Kanalen är inte längre blockerad" + +#: ../../mod/connedit.php:232 +msgid "Channel has been blocked" +msgstr "Kanalen har blockerats" + +#: ../../mod/connedit.php:236 ../../mod/connedit.php:248 +#: ../../mod/connedit.php:260 ../../mod/connedit.php:272 +#: ../../mod/connedit.php:287 +msgid "Unable to set address book parameters." +msgstr "Kunde inte ställa in adressboksparametrar." + +#: ../../mod/connedit.php:243 +msgid "Channel has been unignored" +msgstr "Kanalen ignoreras inte längre" + +#: ../../mod/connedit.php:244 +msgid "Channel has been ignored" +msgstr "Kanalen har ignorerats" + +#: ../../mod/connedit.php:255 +msgid "Channel has been unarchived" +msgstr "Kanalen arkiveras inte längre" + +#: ../../mod/connedit.php:256 +msgid "Channel has been archived" +msgstr "Kanalen har arkiverats" + +#: ../../mod/connedit.php:267 +msgid "Channel has been unhidden" +msgstr "Kanalen döljs inte längre" + +#: ../../mod/connedit.php:268 +msgid "Channel has been hidden" +msgstr "Kanalen har dolts" + +#: ../../mod/connedit.php:282 +msgid "Channel has been approved" +msgstr "Kanalen har godkänts" + +#: ../../mod/connedit.php:283 +msgid "Channel has been unapproved" +msgstr "Kanalen är inte godkänd längre" + +#: ../../mod/connedit.php:301 +msgid "Connection has been removed." +msgstr "Kontakten har tagits bort." + +#: ../../mod/connedit.php:321 +#, php-format +msgid "View %s's profile" +msgstr "Visa %ss profil" + +#: ../../mod/connedit.php:325 +msgid "Refresh Permissions" +msgstr "Uppdatera behörigheter" + +#: ../../mod/connedit.php:328 +msgid "Fetch updated permissions" +msgstr "Hämta uppdaterade behörigheter" + +#: ../../mod/connedit.php:332 +msgid "Recent Activity" +msgstr "Senaste aktiviteten" + +#: ../../mod/connedit.php:335 +msgid "View recent posts and comments" +msgstr "Visa de senaste inläggen och kommentarerna" + +#: ../../mod/connedit.php:342 +msgid "Block or Unblock this connection" +msgstr "Blockera eller häv blockering av den här kontakten" + +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 +msgid "Unignore" +msgstr "Sluta att ignorera" + +#: ../../mod/connedit.php:346 ../../mod/connedit.php:482 +#: ../../mod/notifications.php:51 +msgid "Ignore" +msgstr "Ignorera" + +#: ../../mod/connedit.php:349 +msgid "Ignore or Unignore this connection" +msgstr "Ignorera eller sluta att ignorera den här kontakten" + +#: ../../mod/connedit.php:352 +msgid "Unarchive" +msgstr "Sluta att arkivera" + +#: ../../mod/connedit.php:352 +msgid "Archive" +msgstr "Arkivera" + +#: ../../mod/connedit.php:355 +msgid "Archive or Unarchive this connection" +msgstr "Arkivera eller sluta att arkivera den här kontakten" + +#: ../../mod/connedit.php:358 +msgid "Unhide" +msgstr "Sluta att dölja" + +#: ../../mod/connedit.php:358 +msgid "Hide" +msgstr "Dölj" + +#: ../../mod/connedit.php:361 +msgid "Hide or Unhide this connection" +msgstr "Dölj eller sluta att dölja den här kontakten" + +#: ../../mod/connedit.php:368 +msgid "Delete this connection" +msgstr "Ta bort den här kontakten" + +#: ../../mod/connedit.php:401 +msgid "Unknown" +msgstr "Okända" + +#: ../../mod/connedit.php:411 ../../mod/connedit.php:440 +msgid "Approve this connection" +msgstr "Godkänn den här kontakten" + +#: ../../mod/connedit.php:411 +msgid "Accept connection to allow communication" +msgstr "Acceptera kontakten för att tillÃ¥ta kommunikation" + +#: ../../mod/connedit.php:427 +msgid "Automatic Permissions Settings" +msgstr "Automatiska behörighetsinställningar" + +#: ../../mod/connedit.php:427 +#, php-format +msgid "Connections: settings for %s" +msgstr "Kontakter: inställningar för %s" + +#: ../../mod/connedit.php:431 +msgid "" +"When receiving a channel introduction, any permissions provided here will be" +" applied to the new connection automatically and the introduction approved. " +"Leave this page if you do not wish to use this feature." +msgstr "När en kanal presenterar sig för dig kommer alla behörigheter här att gälla för den nya kontakten automatiskt och presentationen att godkännas. Lämna den här sidan om du inte önskar använda den här funktionen." + +#: ../../mod/connedit.php:433 +msgid "Slide to adjust your degree of friendship" +msgstr "Dra för att justera er vänskapsnivÃ¥" + +#: ../../mod/connedit.php:439 +msgid "inherited" +msgstr "ärvd" + +#: ../../mod/connedit.php:441 +msgid "Connection has no individual permissions!" +msgstr "Kontakten har inga individuella behörigheter!" + +#: ../../mod/connedit.php:442 +msgid "" +"This may be appropriate based on your <a href=\"settings\">privacy " +"settings</a>, though you may wish to review the \"Advanced Permissions\"." +msgstr "Det här kan vara lämpligt beroende pÃ¥ dina <a href=\"settings\">integritetsinställningar</a>, men du vill kanske se över de \"Avancerade inställningarna\"." + +#: ../../mod/connedit.php:444 +msgid "Profile Visibility" +msgstr "Profilsynlighet" + +#: ../../mod/connedit.php:445 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Välj profilen som du vill ska synas när %s ser din profil pÃ¥ ett säkert sätt." + +#: ../../mod/connedit.php:446 +msgid "Contact Information / Notes" +msgstr "Kontaktinformation / anteckningar" + +#: ../../mod/connedit.php:447 +msgid "Edit contact notes" +msgstr "Redigera anteckningar för kontakten" + +#: ../../mod/connedit.php:449 +msgid "Their Settings" +msgstr "Deras inställningar" + +#: ../../mod/connedit.php:450 +msgid "My Settings" +msgstr "Mina inställningar" + +#: ../../mod/connedit.php:452 +msgid "Forum Members" +msgstr "Forummedlemmar" + +#: ../../mod/connedit.php:453 +msgid "Soapbox" +msgstr "Talarstol" + +#: ../../mod/connedit.php:454 +msgid "Full Sharing (typical social network permissions)" +msgstr "Full delning (typiska behörigheter för sociala nätverk)" + +#: ../../mod/connedit.php:455 +msgid "Cautious Sharing " +msgstr "Försiktig delning" + +#: ../../mod/connedit.php:456 +msgid "Follow Only" +msgstr "Följ endast" + +#: ../../mod/connedit.php:457 +msgid "Individual Permissions" +msgstr "Individuella behörigheter" + +#: ../../mod/connedit.php:458 +msgid "" +"Some permissions may be inherited from your channel <a " +"href=\"settings\">privacy settings</a>, which have higher priority than " +"individual settings. Changing those inherited settings on this page will " +"have no effect." +msgstr "Vissa behörigheter kan ärvas frÃ¥n din kanals <a href=\"settings\">integritetsinställningar</a>, vilka har högre prioritet än individuella inställningar. Ändring av de ärvda inställningarna pÃ¥ den här sidan har ingen effekt." + +#: ../../mod/connedit.php:459 +msgid "Advanced Permissions" +msgstr "Avancerade behörighetsinställningar" + +#: ../../mod/connedit.php:460 +msgid "Simple Permissions (select one and submit)" +msgstr "Enkla behörighetsinställningar (välj en och spara)" + +#: ../../mod/connedit.php:464 +#, php-format +msgid "Visit %s's profile - %s" +msgstr "Besök %ss profil - %s" + +#: ../../mod/connedit.php:465 +msgid "Block/Unblock contact" +msgstr "Blockera/häv blockering av kontakt" + +#: ../../mod/connedit.php:466 +msgid "Ignore contact" +msgstr "Ignorera kontakt" + +#: ../../mod/connedit.php:467 +msgid "Repair URL settings" +msgstr "Reparera URL-inställningar" + +#: ../../mod/connedit.php:468 +msgid "View conversations" +msgstr "Visa konversationer" + +#: ../../mod/connedit.php:470 +msgid "Delete contact" +msgstr "Ta bort kontakt" + +#: ../../mod/connedit.php:473 +msgid "Last update:" +msgstr "Senaste uppdatering:" + +#: ../../mod/connedit.php:475 +msgid "Update public posts" +msgstr "Uppdatera offentliga inlägg" + +#: ../../mod/connedit.php:477 +msgid "Update now" +msgstr "Uppdatera nu" + +#: ../../mod/connedit.php:483 +msgid "Currently blocked" +msgstr "Blockerad" + +#: ../../mod/connedit.php:484 +msgid "Currently ignored" +msgstr "Ignorerad" + +#: ../../mod/connedit.php:485 +msgid "Currently archived" +msgstr "Arkiverad" + +#: ../../mod/connedit.php:486 +msgid "Currently pending" +msgstr "Inväntar svar" + +#: ../../mod/connedit.php:487 +msgid "Hide this contact from others" +msgstr "Dölj den här kontakten för andra" + +#: ../../mod/connedit.php:487 +msgid "" +"Replies/likes to your public posts <strong>may</strong> still be visible" +msgstr "Svar/gilla-reaktioner pÃ¥ dina offentliga inlägg <strong>kan</strong> fortfarande synas" + +#: ../../mod/layouts.php:62 +msgid "Help with this feature" +msgstr "Hjälp för den här funktionen" + +#: ../../mod/layouts.php:84 +msgid "Layout Name" +msgstr "Layoutnamn" + +#: ../../mod/help.php:43 ../../mod/help.php:49 ../../mod/help.php:55 +msgid "Help:" +msgstr "Hjälp:" + +#: ../../mod/help.php:69 ../../index.php:223 +msgid "Not Found" +msgstr "Hittas inte" + +#: ../../mod/help.php:72 ../../mod/page.php:83 ../../mod/display.php:100 +#: ../../mod/block.php:75 ../../index.php:226 +msgid "Page not found." +msgstr "Sidan hittas inte." + +#: ../../mod/rmagic.php:38 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Vi drabbades av ett problem vid inloggningen med OpenID:t du uppgav. Kontrollera att ID:t är korrekt stavat." + +#: ../../mod/rmagic.php:38 +msgid "The error message was:" +msgstr "Felmeddelandet var:" + +#: ../../mod/rmagic.php:42 +msgid "Authentication failed." +msgstr "Autentisering misslyckades." + +#: ../../mod/rmagic.php:78 +msgid "Remote Authentication" +msgstr "Fjärrautentisering." + +#: ../../mod/rmagic.php:79 +msgid "Enter your channel address (e.g. channel@example.com)" +msgstr "Ange din kanaladress (t.ex. kanal@example.com)" + +#: ../../mod/rmagic.php:80 +msgid "Authenticate" +msgstr "Autentisera" + +#: ../../mod/page.php:35 ../../mod/block.php:27 +msgid "Invalid item." +msgstr "Ogiltig post." + +#: ../../mod/network.php:79 +msgid "No such group" +msgstr "Ingen sÃ¥dan grupp" + +#: ../../mod/network.php:119 +msgid "Search Results For:" +msgstr "Sökresultat för:" + +#: ../../mod/network.php:173 +msgid "Collection is empty" +msgstr "Sammanhanget är tomt" + +#: ../../mod/network.php:181 +msgid "Collection: " +msgstr "Sammanhang: " + +#: ../../mod/network.php:194 +msgid "Connection: " +msgstr "Kontakt:" + +#: ../../mod/network.php:197 +msgid "Invalid connection." +msgstr "Ogiltig kontakt." + +#: ../../mod/profiles.php:18 ../../mod/profiles.php:138 +#: ../../mod/profiles.php:168 ../../mod/profiles.php:463 +msgid "Profile not found." +msgstr "Profil hittades inte." + +#: ../../mod/profiles.php:38 +msgid "Profile deleted." +msgstr "Profil borttagen." + +#: ../../mod/profiles.php:56 ../../mod/profiles.php:92 +msgid "Profile-" +msgstr "Profil-" + +#: ../../mod/profiles.php:77 ../../mod/profiles.php:120 +msgid "New profile created." +msgstr "Ny profil skapad." + +#: ../../mod/profiles.php:98 +msgid "Profile unavailable to clone." +msgstr "Profil inte tillgänglig för kloning." + +#: ../../mod/profiles.php:178 +msgid "Profile Name is required." +msgstr "Profilnamn krävs." + +#: ../../mod/profiles.php:294 +msgid "Marital Status" +msgstr "CivilstÃ¥nd" + +#: ../../mod/profiles.php:298 +msgid "Romantic Partner" +msgstr "Romantisk partner" + +#: ../../mod/profiles.php:302 +msgid "Likes" +msgstr "Gillar" + +#: ../../mod/profiles.php:306 +msgid "Dislikes" +msgstr "Ogillar" + +#: ../../mod/profiles.php:310 +msgid "Work/Employment" +msgstr "Arbete/sysselsättning" + +#: ../../mod/profiles.php:313 +msgid "Religion" +msgstr "Religion" + +#: ../../mod/profiles.php:317 +msgid "Political Views" +msgstr "Politisk Ã¥skÃ¥dning" + +#: ../../mod/profiles.php:321 +msgid "Gender" +msgstr "Kön" + +#: ../../mod/profiles.php:325 +msgid "Sexual Preference" +msgstr "Sexuell preferens" + +#: ../../mod/profiles.php:329 +msgid "Homepage" +msgstr "Hemsida" + +#: ../../mod/profiles.php:333 +msgid "Interests" +msgstr "Intressen" + +#: ../../mod/profiles.php:344 ../../mod/pubsites.php:31 +msgid "Location" +msgstr "Plats" + +#: ../../mod/profiles.php:427 +msgid "Profile updated." +msgstr "Profil uppdaterad." + +#: ../../mod/profiles.php:482 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Dölj din kontakt-/vänlista för de som ser den här profilen" + +#: ../../mod/profiles.php:505 +msgid "Edit Profile Details" +msgstr "Redigera profildetaljer" + +#: ../../mod/profiles.php:507 +msgid "View this profile" +msgstr "Visa den här profilen" + +#: ../../mod/profiles.php:508 +msgid "Change Profile Photo" +msgstr "Byt profilfoto" + +#: ../../mod/profiles.php:509 +msgid "Create a new profile using these settings" +msgstr "Skapa en ny profil utifrÃ¥n de här inställningarna" + +#: ../../mod/profiles.php:510 +msgid "Clone this profile" +msgstr "Klona den här profilen" + +#: ../../mod/profiles.php:511 +msgid "Delete this profile" +msgstr "Ta bort den här profilen" + +#: ../../mod/profiles.php:512 +msgid "Profile Name:" +msgstr "Profilnamn:" + +#: ../../mod/profiles.php:513 +msgid "Your Full Name:" +msgstr "Ditt fulllständiga namn:" + +#: ../../mod/profiles.php:514 +msgid "Title/Description:" +msgstr "Titel/beskrivning:" + +#: ../../mod/profiles.php:515 +msgid "Your Gender:" +msgstr "Ditt kön:" + +#: ../../mod/profiles.php:516 +#, php-format +msgid "Birthday (%s):" +msgstr "Födelsedag (%s):" + +#: ../../mod/profiles.php:517 +msgid "Street Address:" +msgstr "Gatuadress:" + +#: ../../mod/profiles.php:518 +msgid "Locality/City:" +msgstr "Ort:" + +#: ../../mod/profiles.php:519 +msgid "Postal/Zip Code:" +msgstr "Postnummer:" + +#: ../../mod/profiles.php:520 +msgid "Country:" +msgstr "Land:" + +#: ../../mod/profiles.php:521 +msgid "Region/State:" +msgstr "Region:" + +#: ../../mod/profiles.php:522 +msgid "<span class=\"heart\">♥</span> Marital Status:" +msgstr "<span class=\"heart\">♥</span> CivilstÃ¥nd:" + +#: ../../mod/profiles.php:523 +msgid "Who: (if applicable)" +msgstr "Vem: (om tillämpligt)" + +#: ../../mod/profiles.php:524 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Exempel: cathy123, Cathy Williams, cathy@example.com" + +#: ../../mod/profiles.php:525 +msgid "Since [date]:" +msgstr "Sedan [datum]" + +#: ../../mod/profiles.php:527 +msgid "Homepage URL:" +msgstr "Hemsideadress:" + +#: ../../mod/profiles.php:530 +msgid "Religious Views:" +msgstr "Religion/livsÃ¥skÃ¥dning:" + +#: ../../mod/profiles.php:531 +msgid "Keywords:" +msgstr "Nyckelord:" + +#: ../../mod/profiles.php:534 +msgid "Example: fishing photography software" +msgstr "Exempel: fiske fotografering mjukvara" + +#: ../../mod/profiles.php:535 +msgid "Used in directory listings" +msgstr "Används i kataloglistningar" + +#: ../../mod/profiles.php:536 +msgid "Tell us about yourself..." +msgstr "Beskriv dig själv..." + +#: ../../mod/profiles.php:537 +msgid "Hobbies/Interests" +msgstr "Fritidssysselsättning/intressen" + +#: ../../mod/profiles.php:538 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformation och sociala nätverk" + +#: ../../mod/profiles.php:539 +msgid "My other channels" +msgstr "Mina andra kanaler" + +#: ../../mod/profiles.php:540 +msgid "Musical interests" +msgstr "Musikintressen" + +#: ../../mod/profiles.php:541 +msgid "Books, literature" +msgstr "Böcker, litteratur" + +#: ../../mod/profiles.php:542 +msgid "Television" +msgstr "Tv" + +#: ../../mod/profiles.php:543 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/kultur/underhÃ¥llning" + +#: ../../mod/profiles.php:544 +msgid "Love/romance" +msgstr "Kärlek/romantik" + +#: ../../mod/profiles.php:545 +msgid "Work/employment" +msgstr "Arbete/sysselsättning" + +#: ../../mod/profiles.php:546 +msgid "School/education" +msgstr "Skola/utbildning" + +#: ../../mod/profiles.php:551 +msgid "" +"This is your <strong>public</strong> profile.<br />It <strong>may</strong> " +"be visible to anybody using the internet." +msgstr "Det här är din <strong>offentliga</strong> profil.<br />Den <strong>kan</strong> ses av vem som helst med tillgÃ¥ng till Internet." + +#: ../../mod/profiles.php:600 +msgid "Edit/Manage Profiles" +msgstr "Redigera/hantera profiler" + +#: ../../mod/profiles.php:601 +msgid "Add profile things" +msgstr "Lägg till profilsaker" + +#: ../../mod/profiles.php:602 +msgid "Include desirable objects in your profile" +msgstr "Inkludera fina prylar i din profil" + +#: ../../mod/dirsearch.php:21 +msgid "This site is not a directory server" +msgstr "Den här servern är inte en katalogserver" + +#: ../../mod/sources.php:32 +msgid "Failed to create source. No channel selected." +msgstr "Misslyckades att skapa källa. Ingen kanal vald." + +#: ../../mod/sources.php:45 +msgid "Source created." +msgstr "Källa skapad." + +#: ../../mod/sources.php:57 +msgid "Source updated." +msgstr "Källa uppdaterad." + +#: ../../mod/sources.php:82 +msgid "*" +msgstr "*" + +#: ../../mod/sources.php:89 +msgid "Manage remote sources of content for your channel." +msgstr "Hantera fjärrkällor med innehÃ¥ll för din kanal." + +#: ../../mod/sources.php:90 ../../mod/sources.php:100 +msgid "New Source" +msgstr "Ny källa" + +#: ../../mod/sources.php:101 ../../mod/sources.php:133 +msgid "" +"Import all or selected content from the following channel into this channel " +"and distribute it according to your channel settings." +msgstr "Importera allt eller valt innehÃ¥ll frÃ¥n följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar." + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Only import content with these words (one per line)" +msgstr "Importera endast innehÃ¥ll med de här orden (ett per rad)" + +#: ../../mod/sources.php:102 ../../mod/sources.php:134 +msgid "Leave blank to import all public content" +msgstr "Lämna blankt för att importera allt offentligt innehÃ¥ll" + +#: ../../mod/sources.php:103 ../../mod/sources.php:137 +#: ../../mod/new_channel.php:110 +msgid "Channel Name" +msgstr "Kanalnamn" + +#: ../../mod/sources.php:123 ../../mod/sources.php:150 +msgid "Source not found." +msgstr "Källa hittades inte." + +#: ../../mod/sources.php:130 +msgid "Edit Source" +msgstr "Redigera källa" + +#: ../../mod/sources.php:131 +msgid "Delete Source" +msgstr "Ta bort källa" + +#: ../../mod/sources.php:158 +msgid "Source removed" +msgstr "Källa borttagen" + +#: ../../mod/sources.php:160 +msgid "Unable to remove source." +msgstr "Kunde inte ta bort källa." + +#: ../../mod/blocks.php:66 +msgid "Block Name" +msgstr "Blocknamn" + +#: ../../mod/magic.php:70 +msgid "Hub not found." +msgstr "Hubb hittades inte." + +#: ../../mod/chat.php:19 ../../mod/channel.php:25 +msgid "You must be logged in to see this page." +msgstr "Du mÃ¥ste vara inloggad för att se den här sidan." + +#: ../../mod/chat.php:166 +msgid "Room not found" +msgstr "Rum hittas inte" + +#: ../../mod/chat.php:176 +msgid "Leave Room" +msgstr "Lämna rummet" + +#: ../../mod/chat.php:177 +msgid "I am away right now" +msgstr "Jag är borta för tillfället" + +#: ../../mod/chat.php:178 +msgid "I am online" +msgstr "Jag är online" + +#: ../../mod/chat.php:180 +msgid "Bookmark this room" +msgstr "Bokmärk det här rummet" + +#: ../../mod/chat.php:204 ../../mod/chat.php:226 +msgid "New Chatroom" +msgstr "Nytt chattrum" + +#: ../../mod/chat.php:205 +msgid "Chatroom Name" +msgstr "Namn pÃ¥ chattrum" + +#: ../../mod/chat.php:222 +#, php-format +msgid "%1$s's Chatrooms" +msgstr "%1$ss chattrum" + +#: ../../mod/siteinfo.php:57 +#, php-format +msgid "Version %s" +msgstr "Version %s" + +#: ../../mod/siteinfo.php:76 +msgid "Installed plugins/addons/apps:" +msgstr "Installerade tillägg/moduler/appar:" + +#: ../../mod/siteinfo.php:89 +msgid "No installed plugins/addons/apps" +msgstr "Inga installerade tillägg/moduler/appar" + +#: ../../mod/siteinfo.php:97 +msgid "Red" +msgstr "Red" + +#: ../../mod/siteinfo.php:98 +msgid "" +"This is a hub of the Red Matrix - a global cooperative network of " +"decentralised privacy enhanced websites." +msgstr "Det här är en hubb som hör till Red Matrix - ett globalt samverkande nätverk av decentraliserade integritetsstärkta webbplatser." + +#: ../../mod/siteinfo.php:101 +msgid "Running at web location" +msgstr "Kör pÃ¥ webbutrymmet" + +#: ../../mod/siteinfo.php:102 +msgid "" +"Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more " +"about the Red Matrix." +msgstr "Besök <a href=\"http://getzot.com\">GetZot.com</a> lära dig mer om Red Matrix." + +#: ../../mod/siteinfo.php:103 +msgid "Bug reports and issues: please visit" +msgstr "Buggrapporter och problem: besök" + +#: ../../mod/siteinfo.php:106 +msgid "" +"Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot " +"com" +msgstr "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com" + +#: ../../mod/siteinfo.php:108 +msgid "Site Administrators" +msgstr "Serveradministratörer" + +#: ../../mod/new_channel.php:107 +msgid "Add a Channel" +msgstr "Lägg till en kanal" + +#: ../../mod/new_channel.php:108 +msgid "" +"A channel is your own collection of related web pages. A channel can be used" +" to hold social network profiles, blogs, conversation groups and forums, " +"celebrity pages, and much more. You may create as many channels as your " +"service provider allows." +msgstr "En kanal är din egen samling av relaterade webbsidor. En kanal kan användas för att innehÃ¥lla sociala nätverksprofiler, bloggar, konversationsgrupper och forum, fansidor, och mycket mer. Du kan skapa sÃ¥ mÃ¥nga kanaler som din tjänsteleverantör tillÃ¥ter." + +#: ../../mod/new_channel.php:111 +msgid "Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" " +msgstr "Exempel: \"Bob Jameson\", \"Lisa och hennes hästar\", \"Fotboll\", \"Flyggruppen\" " + +#: ../../mod/new_channel.php:112 +msgid "Choose a short nickname" +msgstr "Välj ett kort smeknamn" + +#: ../../mod/new_channel.php:113 +msgid "" +"Your nickname will be used to create an easily remembered channel address " +"(like an email address) which you can share with others." +msgstr "Ditt smeknamn används för att skapa en kanaladress som är lätt att komma ihÃ¥g (som en e-postadress) som du kan dela med andra." + +#: ../../mod/new_channel.php:114 +msgid "Or <a href=\"import\">import an existing channel</a> from another location" +msgstr "Eller <a href=\"import\">importera en befintlig kanal</a> frÃ¥n en annan plats" + +#: ../../mod/lostpass.php:15 +msgid "No valid account found." +msgstr "Inget giltigt konto hittades." + +#: ../../mod/lostpass.php:29 +msgid "Password reset request issued. Check your email." +msgstr "LösenordsÃ¥terställning har skickats. Kontrollera din e-post." + +#: ../../mod/lostpass.php:35 ../../mod/lostpass.php:102 +#, php-format +msgid "Site Member (%s)" +msgstr "Servermedlem (%s)" + +#: ../../mod/lostpass.php:40 +#, php-format +msgid "Password reset requested at %s" +msgstr "LösenordsÃ¥terställning begärd pÃ¥ %s" + +#: ../../mod/lostpass.php:63 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) LösenordsÃ¥terställningen misslyckades." + +#: ../../mod/lostpass.php:85 ../../boot.php:1454 +msgid "Password Reset" +msgstr "LösenordsÃ¥terställning" + +#: ../../mod/lostpass.php:86 +msgid "Your password has been reset as requested." +msgstr "Ditt lösenord har Ã¥terställts som begärt." + +#: ../../mod/lostpass.php:87 +msgid "Your new password is" +msgstr "Ditt nya lösenord är" + +#: ../../mod/lostpass.php:88 +msgid "Save or copy your new password - and then" +msgstr "Spara eller kopiera ditt nya lösenord - " + +#: ../../mod/lostpass.php:89 +msgid "click here to login" +msgstr "klicka sedan här för att logga in" + +#: ../../mod/lostpass.php:90 +msgid "" +"Your password may be changed from the <em>Settings</em> page after " +"successful login." +msgstr "Ditt lösenord kan bytas frÃ¥n sidan <em>Inställningar</em> när du är inloggad." + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has changed at %s" +msgstr "Ditt lösenord byttes pÃ¥ %s" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Glömt lösenordet?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Ange din e-postadress och skicka för att Ã¥terställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner." + +#: ../../mod/lostpass.php:124 +msgid "Email Address" +msgstr "E-postadress" + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Ã…terställ" + +#: ../../mod/editblock.php:77 +msgid "Edit Block" +msgstr "Redigera block" + +#: ../../mod/editblock.php:87 +msgid "Delete block?" +msgstr "Ta bort block?" + +#: ../../mod/editblock.php:153 +msgid "Delete Block" +msgstr "Ta bort block" + +#: ../../mod/rbmark.php:88 +msgid "Select a bookmark folder" +msgstr "Välj en bokmärkeskatalog" + +#: ../../mod/rbmark.php:93 +msgid "Save Bookmark" +msgstr "Spara bokmärke" + +#: ../../mod/rbmark.php:94 +msgid "URL of bookmark" +msgstr "Bokmärkets URL" + +#: ../../mod/rbmark.php:95 +msgid "Description" +msgstr "Beskrivning" + +#: ../../mod/rbmark.php:99 +msgid "Or enter new bookmark folder name" +msgstr "Eller ange nytt namn pÃ¥ bokmärkeskatalog" + +#: ../../mod/import.php:36 +msgid "Nothing to import." +msgstr "Inget att importera." + +#: ../../mod/import.php:58 +msgid "Unable to download data from old server" +msgstr "Kunde inte ladda ner data frÃ¥n den gamla servern" + +#: ../../mod/import.php:64 +msgid "Imported file is empty." +msgstr "Den importerade filen är tom." + +#: ../../mod/import.php:88 +msgid "" +"Cannot create a duplicate channel identifier on this system. Import failed." +msgstr "Kan inte skapa ett dubblerat kanal-ID pÃ¥ det här systemet. Import misslyckades." + +#: ../../mod/import.php:106 +msgid "Channel clone failed. Import failed." +msgstr "Kloning av kanalen misslyckades. Import misslyckades." + +#: ../../mod/import.php:116 +msgid "Cloned channel not found. Import failed." +msgstr "Den klonade kanalen hittas inte. Import misslyckades." + +#: ../../mod/import.php:358 +msgid "Import completed." +msgstr "Import slutförd." + +#: ../../mod/import.php:371 +msgid "You must be logged in to use this feature." +msgstr "Du mÃ¥ste vara inloggad för att kunna använda den här funktionen." + +#: ../../mod/import.php:376 +msgid "Import Channel" +msgstr "Importera kanal" + +#: ../../mod/import.php:377 +msgid "" +"Use this form to import an existing channel from a different server/hub. You" +" may retrieve the channel identity from the old server/hub via the network " +"or provide an export file. Only identity and connections/relationships will " +"be imported. Importation of content is not yet available." +msgstr "Använd det här formuläret för att importera en befintlig kanal frÃ¥n en annan server/hubb. Du kan fÃ¥ kanal-ID:t frÃ¥n den gamla servern/hubben över nätverket eller tillhandahÃ¥lla en exportfil. Endast identitet och kontakter/relationer kommer att importeras. Import av innehÃ¥ll stöds ännu inte." + +#: ../../mod/import.php:378 +msgid "File to Upload" +msgstr "Fil att ladda upp" + +#: ../../mod/import.php:379 +msgid "Or provide the old server/hub details" +msgstr "Eller ge uppgifter om den gamla servern/hubben" + +#: ../../mod/import.php:380 +msgid "Your old identity address (xyz@example.com)" +msgstr "Din gamla identitetsadress (xyz@example.com)" + +#: ../../mod/import.php:381 +msgid "Your old login email address" +msgstr "Din gamla e-postadress för inloggning" + +#: ../../mod/import.php:382 +msgid "Your old login password" +msgstr "Ditt gamla inloggningslösenord" + +#: ../../mod/import.php:383 +msgid "" +"For either option, please choose whether to make this hub your new primary " +"address, or whether your old location should continue this role. You will be" +" able to post from either location, but only one can be marked as the " +"primary location for files, photos, and media." +msgstr "Ange i bägge fallen om den här hubben ska vara din nya primära adress eller om den gamla platsen ska fortsätta att ha den rollen. Du kommer att kunna posta frÃ¥n bÃ¥da platser, men bara en kan vara primärt utrymme för filer, foton och media." + +#: ../../mod/import.php:384 +msgid "Make this hub my primary location" +msgstr "Gör den här hubben till min primära plats" + +#: ../../mod/manage.php:64 +#, php-format +msgid "You have created %1$.0f of %2$.0f allowed channels." +msgstr "Du har skapat %1$.0f av %2$.0f tillÃ¥tna kanaler." + +#: ../../mod/manage.php:72 +msgid "Create a new channel" +msgstr "Skapa en ny kanal" + +#: ../../mod/manage.php:77 +msgid "Channel Manager" +msgstr "Kanalhanterare" + +#: ../../mod/manage.php:78 +msgid "Current Channel" +msgstr "Nuvarande kanal" + +#: ../../mod/manage.php:80 +msgid "Attach to one of your channels by selecting it." +msgstr "Anslut till en av dina kanaler genom att välja den." + +#: ../../mod/manage.php:81 +msgid "Default Channel" +msgstr "Standardkanal" + +#: ../../mod/manage.php:82 +msgid "Make Default" +msgstr "Gör till standard" + +#: ../../mod/vote.php:97 +msgid "Total votes" +msgstr "Totala röster" + +#: ../../mod/vote.php:98 +msgid "Average Rating" +msgstr "Genomsnittsbetyg" + +#: ../../mod/match.php:16 +msgid "Profile Match" +msgstr "Profilträff" + +#: ../../mod/match.php:24 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Inga nyckelord att matcha mot. Lägg till nÃ¥gra nyckelord i din standardprofil." + +#: ../../mod/match.php:61 +msgid "is interested in:" +msgstr "är intresserad av:" + +#: ../../mod/match.php:69 +msgid "No matches" +msgstr "Inga träffar" + +#: ../../mod/chatsvc.php:102 +msgid "Away" +msgstr "Borta" + +#: ../../mod/chatsvc.php:106 +msgid "Online" +msgstr "Online" + +#: ../../mod/openid.php:26 +msgid "OpenID protocol error. No ID returned." +msgstr "Protokollfel för OpenID. Inget ID returnerades." + +#: ../../mod/openid.php:72 ../../mod/openid.php:178 ../../mod/post.php:257 +#, php-format +msgid "Welcome %s. Remote authentication successful." +msgstr "Välkommen %s. Fjärrautentisering lyckades." + +#: ../../mod/editlayout.php:72 +msgid "Edit Layout" +msgstr "Redigera layout" + +#: ../../mod/editlayout.php:82 +msgid "Delete layout?" +msgstr "Ta bort layout?" + +#: ../../mod/editlayout.php:146 +msgid "Delete Layout" +msgstr "Ta bort layout" + +#: ../../mod/post.php:226 +msgid "" +"Remote authentication blocked. You are logged into this site locally. Please" +" logout and retry." +msgstr "Fjärrautentisering blockerades. Du är inloggad pÃ¥ den här servern lokalt. Logga ut och försök igen." + +#: ../../mod/probe.php:23 ../../mod/probe.php:29 +#, php-format +msgid "Fetching URL returns error: %1$s" +msgstr "Hämtning av URL returnerade fel: %1$s" + +#: ../../mod/profile_photo.php:44 +msgid "Image uploaded but image cropping failed." +msgstr "Bilden laddades upp men beskärning misslyckades." + +#: ../../mod/profile_photo.php:97 +msgid "Image resize failed." +msgstr "Ändring av bildstorlek misslyckades." + +#: ../../mod/profile_photo.php:141 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Shift-uppdatera sidan eller rensa webbläsarcachen om det nya fotot inte visas direkt." + +#: ../../mod/profile_photo.php:163 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Bilden överskrider storleksbegränsningen %d" + +#: ../../mod/profile_photo.php:172 +msgid "Unable to process image." +msgstr "Kunde inte behandla bilden." + +#: ../../mod/profile_photo.php:214 ../../mod/profile_photo.php:262 +msgid "Photo not available." +msgstr "Fotot är inte tillgängligt." + +#: ../../mod/profile_photo.php:281 +msgid "Upload File:" +msgstr "Ladda upp fil:" + +#: ../../mod/profile_photo.php:282 +msgid "Select a profile:" +msgstr "Välj en profil:" + +#: ../../mod/profile_photo.php:283 +msgid "Upload Profile Photo" +msgstr "Ladda upp profilfoto" + +#: ../../mod/profile_photo.php:284 +msgid "Upload" +msgstr "Ladda upp" + +#: ../../mod/profile_photo.php:288 +msgid "skip this step" +msgstr "hoppa över det här steget" + +#: ../../mod/profile_photo.php:288 +msgid "select a photo from your photo albums" +msgstr "välj ett foto frÃ¥n dina fotoalbum" + +#: ../../mod/profile_photo.php:302 +msgid "Crop Image" +msgstr "Beskär bild" + +#: ../../mod/profile_photo.php:303 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Justera bildens beskärning för bästa utseende." + +#: ../../mod/profile_photo.php:305 +msgid "Done Editing" +msgstr "Klar med redigering" + +#: ../../mod/profile_photo.php:340 +msgid "Image uploaded successfully." +msgstr "Bilduppladdning lyckades." + +#: ../../mod/profile_photo.php:342 +msgid "Image upload failed." +msgstr "Bilduppladdning misslyckades." + +#: ../../mod/profile_photo.php:351 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Krympning av bilden [%s] misslyckades." + +#: ../../mod/connections.php:191 ../../mod/connections.php:290 +msgid "Blocked" +msgstr "Blockerade" + +#: ../../mod/connections.php:196 ../../mod/connections.php:297 +msgid "Ignored" +msgstr "Ignorerade" + +#: ../../mod/connections.php:201 ../../mod/connections.php:311 +msgid "Hidden" +msgstr "Dolda" + +#: ../../mod/connections.php:206 ../../mod/connections.php:304 +msgid "Archived" +msgstr "Arkiverade" + +#: ../../mod/connections.php:229 ../../mod/connections.php:243 +msgid "All" +msgstr "Alla" + +#: ../../mod/connections.php:238 ../../mod/connections.php:318 +msgid "Unconnected" +msgstr "Ej anslutna" + +#: ../../mod/connections.php:268 +msgid "Suggest new connections" +msgstr "FöreslÃ¥ nya kontakter" + +#: ../../mod/connections.php:271 +msgid "New Connections" +msgstr "Nya kontakter" + +#: ../../mod/connections.php:274 +msgid "Show pending (new) connections" +msgstr "Visa väntande (nya) kontakter" + +#: ../../mod/connections.php:280 +msgid "Show all connections" +msgstr "Visa alla kontakter" + +#: ../../mod/connections.php:283 +msgid "Unblocked" +msgstr "Ej blockerade" + +#: ../../mod/connections.php:286 +msgid "Only show unblocked connections" +msgstr "Visa endast ej blockerade kontakter" + +#: ../../mod/connections.php:293 +msgid "Only show blocked connections" +msgstr "Visa endast blockerade kontakter" + +#: ../../mod/connections.php:300 +msgid "Only show ignored connections" +msgstr "Visa endast ignorerade kontakter" + +#: ../../mod/connections.php:307 +msgid "Only show archived connections" +msgstr "Visa endast arkiverade kontakter" + +#: ../../mod/connections.php:314 +msgid "Only show hidden connections" +msgstr "Visa endast dolda kontakter" + +#: ../../mod/connections.php:321 +msgid "Only show one-way connections" +msgstr "Visa endast enkelriktade kontakter" + +#: ../../mod/connections.php:366 +#, php-format +msgid "%1$s [%2$s]" +msgstr "%1$s [%2$s]" + +#: ../../mod/connections.php:367 +msgid "Edit contact" +msgstr "Redigera kontakt" + +#: ../../mod/connections.php:388 +msgid "Search your connections" +msgstr "Sök bland dina kontakter" + +#: ../../mod/connections.php:389 +msgid "Finding: " +msgstr "Sökning efter: " + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Ogiltigt ID pÃ¥ förfrÃ¥gan." + +#: ../../mod/notifications.php:35 +msgid "Discard" +msgstr "Förkasta" + +#: ../../mod/notifications.php:93 ../../mod/notify.php:54 +msgid "No more system notifications." +msgstr "Inga fler systemnotifieringar." + +#: ../../mod/notifications.php:97 ../../mod/notify.php:58 +msgid "System Notifications" +msgstr "Systemnotifieringar" + +#: ../../mod/oexchange.php:23 +msgid "Unable to find your hub." +msgstr "Kunde inte hitta din hubb." + +#: ../../mod/oexchange.php:37 +msgid "Post successful." +msgstr "Sändning lyckades." + +#: ../../mod/editwebpage.php:106 +msgid "Edit Webpage" +msgstr "Redigera webbsida" + +#: ../../mod/editwebpage.php:116 +msgid "Delete webpage?" +msgstr "Ta bort webbsida?" + +#: ../../mod/editwebpage.php:187 +msgid "Delete Webpage" +msgstr "Ta bort webbsida" + +#: ../../mod/follow.php:25 +msgid "Channel added." +msgstr "Kanal tillagd." + +#: ../../mod/poke.php:159 +msgid "Poke/Prod" +msgstr "Puffa/stöt till" + +#: ../../mod/poke.php:160 +msgid "poke, prod or do other things to somebody" +msgstr "puffa, stöt till eller gör andra saker mot nÃ¥gon" + +#: ../../mod/poke.php:161 +msgid "Recipient" +msgstr "Mottagare" + +#: ../../mod/poke.php:162 +msgid "Choose what you wish to do to recipient" +msgstr "Välj vad du önskar göra med mottagaren" + +#: ../../mod/poke.php:165 +msgid "Make this post private" +msgstr "Gör det här inlägget privat" + +#: ../../mod/wall_upload.php:34 +msgid "Wall Photos" +msgstr "Väggfoton" + +#: ../../mod/channel.php:86 +msgid "Insufficient permissions. Request redirected to profile page." +msgstr "Otillräckliga behörigheter. FörfrÃ¥gan omdirigerad till profilsidan." + +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Kontakten hittades inte." + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "VänförfrÃ¥gan skickad." + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "FöreslÃ¥ vänner" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "FöreslÃ¥ en vän för %s" + +#: ../../mod/dirprofile.php:114 +msgid "Status: " +msgstr "Status: " + +#: ../../mod/dirprofile.php:115 +msgid "Sexual Preference: " +msgstr "Sexuell preferens: " + +#: ../../mod/dirprofile.php:117 +msgid "Homepage: " +msgstr "Hemsida: " + +#: ../../mod/dirprofile.php:118 +msgid "Hometown: " +msgstr "Hemort: " + +#: ../../mod/dirprofile.php:120 +msgid "About: " +msgstr "Om: " + +#: ../../mod/dirprofile.php:168 +msgid "Keywords: " +msgstr "Nyckelord: " + +#: ../../mod/filestorage.php:68 +msgid "Permission Denied." +msgstr "Behörighet saknas." + +#: ../../mod/filestorage.php:85 +msgid "File not found." +msgstr "Filen hittas inte." + +#: ../../mod/filestorage.php:119 +msgid "Edit file permissions" +msgstr "Redigera filrättigheter" + +#: ../../mod/filestorage.php:126 +msgid "Include all files and sub folders" +msgstr "Inkludera alla filer och underkataloger" + +#: ../../mod/filestorage.php:127 +msgid "Return to file list" +msgstr "Ã…tergÃ¥ till fillistan" + +#: ../../mod/filestorage.php:129 +msgid "Copy/paste this code to attach file to a post" +msgstr "Kopiera/klistra in den här koden för att bifoga filen i ett inlägg" + +#: ../../mod/filestorage.php:130 +msgid "Copy/paste this URL to link file from a web page" +msgstr "Kopiera/klistra in den här URL:en för att länka till filen frÃ¥n en webbsida" + +#: ../../mod/filestorage.php:167 +msgid "Download" +msgstr "Ladda ner" + +#: ../../mod/filestorage.php:173 +msgid "Used: " +msgstr "Använt: " + +#: ../../mod/filestorage.php:174 +msgid "[directory]" +msgstr "[katalog]" + +#: ../../mod/filestorage.php:176 +msgid "Limit: " +msgstr "Gräns: " + +#: ../../mod/suggest.php:35 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Inga förslag tillgängliga. Om det här är en ny server, försök igen om 24 timmar." + +#: ../../mod/message.php:41 +msgid "Conversation removed." +msgstr "Konversation borttagen." + +#: ../../mod/message.php:56 +msgid "No messages." +msgstr "Inga meddelanden." + +#: ../../mod/message.php:74 +msgid "D, d M Y - g:i A" +msgstr "D, j M Y - H:i" + +#: ../../mod/pubsites.php:22 +msgid "Public Sites" +msgstr "Offentliga servrar" + +#: ../../mod/pubsites.php:25 +msgid "" +"The listed sites allow public registration into the Red Matrix. All sites in" +" the matrix are interlinked so membership on any of them conveys membership " +"in the matrix as a whole. Some sites may require subscription or provide " +"tiered service plans. The provider links <strong>may</strong> provide " +"additional details." +msgstr "De listade servrarna tillÃ¥ter offentlig registrering i Red Matrix. Alla servrar i matrisen är sammankopplade, sÃ¥ medlemskap i en av dem medför medlemskap i matrisen som helhet. Vissa servrar kan kräva abonnemang eller erbjuda uppdelade tjänstenivÃ¥er. Leverantörslänkarna <strong>kan</strong> ge ytterligare detaljer." + +#: ../../mod/pubsites.php:31 +msgid "Site URL" +msgstr "Server-URL" + +#: ../../mod/pubsites.php:31 +msgid "Access Type" +msgstr "Ã…tkomsttyp" + +#: ../../mod/pubsites.php:31 +msgid "Registration Policy" +msgstr "Registreringspolicy" + +#: ../../mod/register.php:43 +msgid "Maximum daily site registrations exceeded. Please try again tomorrow." +msgstr "Maximalt antal dagliga serverregistreringar överskridet. Försök igen i morgon." + +#: ../../mod/register.php:49 +msgid "" +"Please indicate acceptance of the Terms of Service. Registration failed." +msgstr "Välj huruvida du accepterar användarvillkoren. Registrering misslyckades." + +#: ../../mod/register.php:77 +msgid "Passwords do not match." +msgstr "Lösenorden stämmer inte överens." + +#: ../../mod/register.php:105 +msgid "" +"Registration successful. Please check your email for validation " +"instructions." +msgstr "Registrering lyckades. Kontrollera din e-post för valideringsinstruktioner." + +#: ../../mod/register.php:111 +msgid "Your registration is pending approval by the site owner." +msgstr "Din registrering väntar pÃ¥ att bli godkänd av serverägaren." + +#: ../../mod/register.php:114 +msgid "Your registration can not be processed." +msgstr "Din registrering kan inte behandlas." + +#: ../../mod/register.php:147 +msgid "Registration on this site/hub is by approval only." +msgstr "Registrering pÃ¥ den här servern/hubben mÃ¥ste godkännas." + +#: ../../mod/register.php:148 +msgid "<a href=\"pubsites\">Register at another affiliated site/hub</a>" +msgstr "<a href=\"pubsites\">Registrera dig pÃ¥ en annan ansluten server/hubb</a>" + +#: ../../mod/register.php:156 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Antal dagliga registreringar som tillÃ¥ts pÃ¥ den här servern har överskridits. Försök igen i morgon." + +#: ../../mod/register.php:167 +msgid "Terms of Service" +msgstr "användarvillkor" + +#: ../../mod/register.php:173 +#, php-format +msgid "I accept the %s for this website" +msgstr "Jag accepterar den här webbplatsens %s" + +#: ../../mod/register.php:175 +#, php-format +msgid "I am over 13 years of age and accept the %s for this website" +msgstr "Jag är över 13 Ã¥r och accepterar den här webbplatsens %s" + +#: ../../mod/register.php:194 +msgid "Membership on this site is by invitation only." +msgstr "Medlemskap pÃ¥ den här servern kan endast fÃ¥s genom inbjudan." + +#: ../../mod/register.php:195 +msgid "Please enter your invitation code" +msgstr "Ange din inbjudningskod" + +#: ../../mod/register.php:198 +msgid "Your email address" +msgstr "Din e-postadress" + +#: ../../mod/register.php:199 +msgid "Choose a password" +msgstr "Välj ett lösenord" + +#: ../../mod/register.php:200 +msgid "Please re-enter your password" +msgstr "Ange lösenordet igen" + +#: ../../mod/regmod.php:12 +msgid "Please login." +msgstr "Logga in." + +#: ../../mod/removeme.php:49 +msgid "Remove This Channel" +msgstr "Ta bort den här kanalen" + +#: ../../mod/removeme.php:50 +msgid "" +"This will completely remove this channel from the network. Once this has " +"been done it is not recoverable." +msgstr "Det här kommer att ta bort den här kanalen helt frÃ¥n nätverket. När det är gjort gÃ¥r det inte att Ã¥terställa den." + +#: ../../mod/removeme.php:51 +msgid "Please enter your password for verification:" +msgstr "Ange ditt lösenord för att bekräfta:" + +#: ../../mod/removeme.php:52 +msgid "Remove this channel and all its clones from the network" +msgstr "Ta bort den här kanalen och alla dess kloner frÃ¥n nätverket" + +#: ../../mod/removeme.php:52 +msgid "" +"By default only the instance of the channel located on this hub will be " +"removed from the network" +msgstr "Som standard kommer bara den här hubbens instans av kanalen att tas bort frÃ¥n nätverket" + +#: ../../mod/removeme.php:53 +msgid "Remove Channel" +msgstr "Ta bort kanal" + +#: ../../mod/photos.php:77 +msgid "Page owner information could not be retrieved." +msgstr "Information om sidans ägare kunde inte hittas." + +#: ../../mod/photos.php:97 +msgid "Album not found." +msgstr "Albumet hittades inte." + +#: ../../mod/photos.php:119 ../../mod/photos.php:671 +msgid "Delete Album" +msgstr "Ta bort album" + +#: ../../mod/photos.php:159 ../../mod/photos.php:954 +msgid "Delete Photo" +msgstr "Ta bort foto" + +#: ../../mod/photos.php:453 +msgid "No photos selected" +msgstr "Inga foton valda" + +#: ../../mod/photos.php:500 +msgid "Access to this item is restricted." +msgstr "Ã…tkomst till den här posten är begränsat." + +#: ../../mod/photos.php:576 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Du har använt %1$.2f MB av %2$.2f MB fotoutrymme." + +#: ../../mod/photos.php:579 +#, php-format +msgid "You have used %1$.2f Mbytes of photo storage." +msgstr "Du har använt %1$.2f MB fotoutrymme." + +#: ../../mod/photos.php:598 +msgid "Upload Photos" +msgstr "Ladda upp foton" + +#: ../../mod/photos.php:602 ../../mod/photos.php:666 +msgid "New album name: " +msgstr "Namn pÃ¥ nytt album: " + +#: ../../mod/photos.php:603 +msgid "or existing album name: " +msgstr "eller befintligt albumnamn: " + +#: ../../mod/photos.php:604 +msgid "Do not show a status post for this upload" +msgstr "Visa inte en statusuppdatering för den här uppladdningen" + +#: ../../mod/photos.php:655 ../../mod/photos.php:677 ../../mod/photos.php:1126 +#: ../../mod/photos.php:1141 +msgid "Contact Photos" +msgstr "Kontaktfoton" + +#: ../../mod/photos.php:681 +msgid "Edit Album" +msgstr "Redigera album" + +#: ../../mod/photos.php:687 +msgid "Show Newest First" +msgstr "Visa nyast först" + +#: ../../mod/photos.php:689 +msgid "Show Oldest First" +msgstr "Visa äldst först" + +#: ../../mod/photos.php:732 ../../mod/photos.php:1173 +msgid "View Photo" +msgstr "Visa foto" + +#: ../../mod/photos.php:778 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Behörighet saknas. Ã…tkomst till den här posten kan vara begränsat." + +#: ../../mod/photos.php:780 +msgid "Photo not available" +msgstr "Foto inte tillgängligt" + +#: ../../mod/photos.php:840 +msgid "Use as profile photo" +msgstr "Använd som profilfoto" + +#: ../../mod/photos.php:864 +msgid "View Full Size" +msgstr "Visa fullstorlek" + +#: ../../mod/photos.php:938 +msgid "Edit photo" +msgstr "Redigera foto" + +#: ../../mod/photos.php:940 +msgid "Rotate CW (right)" +msgstr "Rotera medurs (höger)" + +#: ../../mod/photos.php:941 +msgid "Rotate CCW (left)" +msgstr "Rotera moturs (vänster)" + +#: ../../mod/photos.php:943 +msgid "New album name" +msgstr "Nytt albumnamn" + +#: ../../mod/photos.php:946 +msgid "Caption" +msgstr "Bildtext" + +#: ../../mod/photos.php:948 +msgid "Add a Tag" +msgstr "Lägg till en tagg" + +#: ../../mod/photos.php:951 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Exempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: ../../mod/photos.php:1104 +msgid "In This Photo:" +msgstr "PÃ¥ fotot:" + +#: ../../mod/photos.php:1179 +msgid "View Album" +msgstr "Visa album" + +#: ../../mod/photos.php:1188 +msgid "Recent Photos" +msgstr "Nya foton" + +#: ../../mod/mood.php:138 +msgid "Mood" +msgstr "Sinnesstämning" + +#: ../../mod/mood.php:139 +msgid "Set your current mood and tell your friends" +msgstr "Ange din nuvarande sinnesstämning och visa för dina vänner" + +#: ../../mod/ping.php:192 +msgid "sent you a private message" +msgstr "skickade ett privat meddelande till dig" + +#: ../../mod/ping.php:250 +msgid "added your channel" +msgstr "lade till din kanal" + +#: ../../mod/ping.php:294 +msgid "posted an event" +msgstr "skapade en händelse" + +#: ../../view/theme/redbasic/php/config.php:98 +#: ../../view/theme/apw/php/config.php:259 +#: ../../view/theme/blogga/view/theme/blog/config.php:69 +#: ../../view/theme/blogga/php/config.php:69 +msgid "Theme settings" +msgstr "Temainställningar" + +#: ../../view/theme/redbasic/php/config.php:99 +#: ../../view/theme/apw/php/config.php:260 +msgid "Set scheme" +msgstr "Välj variant" + +#: ../../view/theme/redbasic/php/config.php:100 +msgid "Narrow navbar" +msgstr "Smal navigeringslist" + +#: ../../view/theme/redbasic/php/config.php:101 +msgid "Navigation bar background colour" +msgstr "Navigeringslistens bakgrundsfärg" + +#: ../../view/theme/redbasic/php/config.php:102 +msgid "Navigation bar gradient top colour" +msgstr "Övre gradientfärg i navigeringslisten" + +#: ../../view/theme/redbasic/php/config.php:103 +msgid "Navigation bar gradient bottom colour" +msgstr "Undre gradientfärg i navigeringslisten" + +#: ../../view/theme/redbasic/php/config.php:104 +msgid "Navigation active button gradient top colour" +msgstr "Övre gradientfärg pÃ¥ aktiv knapp i navigeringslisten" + +#: ../../view/theme/redbasic/php/config.php:105 +msgid "Navigation active button gradient bottom colour" +msgstr "Undre gradientfärg pÃ¥ aktiv knapp i navigeringslisten" + +#: ../../view/theme/redbasic/php/config.php:106 +msgid "Navigation bar border colour " +msgstr "Färg pÃ¥ navigeringslistens kant" + +#: ../../view/theme/redbasic/php/config.php:107 +msgid "Navigation bar icon colour " +msgstr "Färg pÃ¥ ikoner i navigeringslisten" + +#: ../../view/theme/redbasic/php/config.php:108 +msgid "Navigation bar active icon colour " +msgstr "Färg pÃ¥ aktiv ikon i navigeringslisten" + +#: ../../view/theme/redbasic/php/config.php:109 +msgid "link colour" +msgstr "Länkfärg" + +#: ../../view/theme/redbasic/php/config.php:110 +msgid "Set font-colour for banner" +msgstr "Välj textfärg för sidhuvudet" + +#: ../../view/theme/redbasic/php/config.php:111 +msgid "Set the background colour" +msgstr "Välj bakgrundsfärg" + +#: ../../view/theme/redbasic/php/config.php:112 +msgid "Set the background image" +msgstr "Välj bakgrundsbild" + +#: ../../view/theme/redbasic/php/config.php:113 +msgid "Set the background colour of items" +msgstr "Välj bakgrundsfärg för inlägg" + +#: ../../view/theme/redbasic/php/config.php:114 +msgid "Set the opacity of items" +msgstr "Välj opacitet för inlägg" + +#: ../../view/theme/redbasic/php/config.php:115 +msgid "Set the basic colour for item icons" +msgstr "Välj basfärg för inläggsikoner" + +#: ../../view/theme/redbasic/php/config.php:116 +msgid "Set the hover colour for item icons" +msgstr "Välj färg pÃ¥ inläggsikon under muspekare" + +#: ../../view/theme/redbasic/php/config.php:117 +msgid "Set font-size for the entire application" +msgstr "Välj textstorlek för hela applikationen" + +#: ../../view/theme/redbasic/php/config.php:118 +#: ../../view/theme/apw/php/config.php:261 +msgid "Set font-size for posts and comments" +msgstr "Välj textstorlek för inlägg och kommentarer" + +#: ../../view/theme/redbasic/php/config.php:119 +msgid "Set font-colour for posts and comments" +msgstr "Välj textfärg för inlägg och kommentarer" + +#: ../../view/theme/redbasic/php/config.php:120 +msgid "Set radius of corners" +msgstr "Välj hörnradie" + +#: ../../view/theme/redbasic/php/config.php:121 +msgid "Set shadow depth of photos" +msgstr "Välj skuggdjup för foton" + +#: ../../view/theme/redbasic/php/config.php:122 +msgid "Set maximum width of conversation regions" +msgstr "Välj maxbredd pÃ¥ konversationsfält" + +#: ../../view/theme/redbasic/php/config.php:123 +msgid "Center conversation regions" +msgstr "Centrera konversationsfält" + +#: ../../view/theme/redbasic/php/config.php:124 +msgid "Set minimum opacity of nav bar - to hide it" +msgstr "Välj lägsta opacitet för navigeringslisten - för att dölja den" + +#: ../../view/theme/redbasic/php/config.php:125 +msgid "Set size of conversation author photo" +msgstr "Välj storlek pÃ¥ foto för trÃ¥dskapare" + +#: ../../view/theme/redbasic/php/config.php:126 +msgid "Set size of followup author photos" +msgstr "Välj storlek pÃ¥ svarande personers foton" + +#: ../../view/theme/redbasic/php/config.php:127 +msgid "Sloppy photo albums" +msgstr "Oordnade fotoalbum" + +#: ../../view/theme/redbasic/php/config.php:127 +msgid "Are you a clean desk or a messy desk person?" +msgstr "Föredrar du ett tomt eller stökigt skrivbord?" + +#: ../../view/theme/apw/php/config.php:202 +#: ../../view/theme/apw/php/config.php:236 +msgid "Schema Default" +msgstr "Temavariantens standard" + +#: ../../view/theme/apw/php/config.php:203 +msgid "Sans-Serif" +msgstr "Sans-serif" + +#: ../../view/theme/apw/php/config.php:204 +msgid "Monospace" +msgstr "Fast bredd" + +#: ../../view/theme/apw/php/config.php:262 +msgid "Set font face" +msgstr "Välj teckensnitt" + +#: ../../view/theme/apw/php/config.php:263 +msgid "Set iconset" +msgstr "Välj ikontema" + +#: ../../view/theme/apw/php/config.php:264 +msgid "Set big shadow size, default 15px 15px 15px" +msgstr "Välj stor skuggstorlek, standard 15px 15px 15px" + +#: ../../view/theme/apw/php/config.php:265 +msgid "Set small shadow size, default 5px 5px 5px" +msgstr "Välj liten skuggstorlek, standard 5px 5px 5px" + +#: ../../view/theme/apw/php/config.php:266 +msgid "Set shadow colour, default #000" +msgstr "Välj skuggfärg, standard #000" + +#: ../../view/theme/apw/php/config.php:267 +msgid "Set radius size, default 5px" +msgstr "Välj radie, standard 5px" + +#: ../../view/theme/apw/php/config.php:268 +msgid "Set line-height for posts and comments" +msgstr "Välj radhöjd för inlägg och kommentarer" + +#: ../../view/theme/apw/php/config.php:269 +msgid "Set background image" +msgstr "Välj bakgrundsbild" + +#: ../../view/theme/apw/php/config.php:270 +msgid "Set background attachment" +msgstr "Välj bakgrundsfixering" + +#: ../../view/theme/apw/php/config.php:271 +msgid "Set background colour" +msgstr "Välj bakgrundsfärg" + +#: ../../view/theme/apw/php/config.php:272 +msgid "Set section background image" +msgstr "Välj bakgrundsbild för avsnitt" + +#: ../../view/theme/apw/php/config.php:273 +msgid "Set section background colour" +msgstr "Välj bakgrundsfärg för avsnitt" + +#: ../../view/theme/apw/php/config.php:274 +msgid "Set colour of items - use hex" +msgstr "Välj färg pÃ¥ inlägg - använd hex" + +#: ../../view/theme/apw/php/config.php:275 +msgid "Set colour of links - use hex" +msgstr "Välj färg pÃ¥ länkar - använd hex" + +#: ../../view/theme/apw/php/config.php:276 +msgid "Set max-width for items. Default 400px" +msgstr "Välj maxbredd för inlägg. Standard 400px" + +#: ../../view/theme/apw/php/config.php:277 +msgid "Set min-width for items. Default 240px" +msgstr "Välj minbredd för inlägg. Standard 240px" + +#: ../../view/theme/apw/php/config.php:278 +msgid "Set the generic content wrapper width. Default 48%" +msgstr "Välj bredd pÃ¥ fältet för allmänt innehÃ¥ll. Standard 48%" + +#: ../../view/theme/apw/php/config.php:279 +msgid "Set colour of fonts - use hex" +msgstr "Välj textfärg - använd hex" + +#: ../../view/theme/apw/php/config.php:280 +msgid "Set background-size element" +msgstr "Välj bakgrundsskala" + +#: ../../view/theme/apw/php/config.php:281 +msgid "Item opacity" +msgstr "Inläggsopacitet" + +#: ../../view/theme/apw/php/config.php:282 +msgid "Display post previews only" +msgstr "Visa endast förhandsgranskning av inlägg" + +#: ../../view/theme/apw/php/config.php:283 +msgid "Display side bar on channel page" +msgstr "Visa sidolist pÃ¥ kanalsidan" + +#: ../../view/theme/apw/php/config.php:284 +msgid "Colour of the navigation bar" +msgstr "Färg pÃ¥ navigeringslisten" + +#: ../../view/theme/apw/php/config.php:285 +msgid "Item float" +msgstr "Flytning för inlägg" + +#: ../../view/theme/apw/php/config.php:286 +msgid "Left offset of the section element" +msgstr "Vänster offset för avsnittselementet" + +#: ../../view/theme/apw/php/config.php:287 +msgid "Right offset of the section element" +msgstr "Höger offset för avsnittselementet" + +#: ../../view/theme/apw/php/config.php:288 +msgid "Section width" +msgstr "Avsnittsbredd" + +#: ../../view/theme/apw/php/config.php:289 +msgid "Left offset of the aside" +msgstr "Vänster offset för sidoelement" + +#: ../../view/theme/apw/php/config.php:290 +msgid "Right offset of the aside element" +msgstr "Höger offset för sidoelement" + +#: ../../view/theme/blogga/view/theme/blog/config.php:47 +#: ../../view/theme/blogga/php/config.php:47 +msgid "None" +msgstr "Inget" + +#: ../../view/theme/blogga/view/theme/blog/config.php:70 +#: ../../view/theme/blogga/php/config.php:70 +msgid "Header image" +msgstr "Rubrikbild" + +#: ../../view/theme/blogga/view/theme/blog/config.php:71 +#: ../../view/theme/blogga/php/config.php:71 +msgid "Header image only on profile pages" +msgstr "Rubrikbild endast pÃ¥ profilsidor" + +#: ../../boot.php:1252 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Uppdatering %s misslyckades. Se felloggar." + +#: ../../boot.php:1255 +#, php-format +msgid "Update Error at %s" +msgstr "Uppdateringsfel pÃ¥ %s" + +#: ../../boot.php:1419 +msgid "" +"Create an account to access services and applications within the Red Matrix" +msgstr "Skapa ett konto för att komma Ã¥t tjänster och applikationer inom Red Matrix" + +#: ../../boot.php:1447 +msgid "Password" +msgstr "Lösenord" + +#: ../../boot.php:1448 +msgid "Remember me" +msgstr "Kom ihÃ¥g mig" + +#: ../../boot.php:1453 +msgid "Forgot your password?" +msgstr "Glömt lösenordet?" + +#: ../../boot.php:1518 +msgid "permission denied" +msgstr "behörighet saknas" + +#: ../../boot.php:1519 +msgid "Got Zot?" +msgstr "Got Zot?" + +#: ../../boot.php:1949 +msgid "toggle mobile" +msgstr "växla mobil" diff --git a/view/sv/passchanged_eml.tpl b/view/sv/passchanged_eml.tpl index 0d94be3c2..f0ef1a755 100644 --- a/view/sv/passchanged_eml.tpl +++ b/view/sv/passchanged_eml.tpl @@ -1,20 +1,19 @@ -Dear {{$username}}, - Your password has been changed as requested. Please retain this -information for your records (or change your password immediately to -something that you will remember). +Hej {{$username}}, + Ditt lösenord har bytts enligt begäran. Spara den här informationen +(eller byt genast lösenordet till nÃ¥got du kan komma ihÃ¥g). -Your login details are as follows: +Dina inloggningsuppgifter är: -Site Location: {{$siteurl}} -Login Name: {{$email}} -Password: {{$new_password}} +Serveradress: {{$siteurl}} +Användarnamn: {{$email}} +Lösenord: {{$new_password}} -You may change that password from your account settings page after logging in. +Du kan ändra lösenordet frÃ¥n kontoinställningarna när du har loggat in. -Sincerely, - {{$sitename}} Administrator +Hälsningar, + {{$sitename}}-administratören diff --git a/view/sv/register_open_eml.tpl b/view/sv/register_open_eml.tpl index 4b397201c..248b45246 100644 --- a/view/sv/register_open_eml.tpl +++ b/view/sv/register_open_eml.tpl @@ -1,19 +1,19 @@ -An account has been created at {{$sitename}} for this email address. -The login details are as follows: +Ett konto för den här e-postadressen har skapats pÃ¥ {{$sitename}}. +Inloggningsuppgifterna är: -Site Location: {{$siteurl}} -Login: {{$email}} -Password: (the password which was provided during registration) +Serveradress: {{$siteurl}} +Användarnamn: {{$email}} +Lösenord: (lösenordet som angavs vid registreringen) -If this account was created without your knowledge and is not desired, you may -visit this site and reset the password. This will allow you to remove the -account from the links on the Settings page, and we -apologise for any inconvenience. +Om kontot skapades utan din vetskap och inte är önskat kan du besöka +webbplatsen och Ã¥terställa lösenordet. Det lÃ¥ter dig ta bort kontot via +länkarna pÃ¥ sidan Inställningar, och vi ber om ursäkt om detta har lett +till besvär. -Thank you and welcome to {{$sitename}}. +Tack och välkommen till {{$sitename}}. -Sincerely, - {{$sitename}} Administrator +Hälsningar, + {{$sitename}}-administratören diff --git a/view/sv/register_verify_eml.tpl b/view/sv/register_verify_eml.tpl index 85d9a12d3..beb4f3ad6 100644 --- a/view/sv/register_verify_eml.tpl +++ b/view/sv/register_verify_eml.tpl @@ -1,25 +1,25 @@ -A new user registration request was received at {{$sitename}} which requires -your approval. +En begäran om registrering av en ny användare har mottagits pÃ¥ +{{$sitename}} och behöver ditt godkännande. -The login details are as follows: +Inloggningsuppgifterna är: -Site Location: {{$siteurl}} -Login Name: {{$email}} -IP Address: {{$details}} +Serveradress: {{$siteurl}} +Användarnamn: {{$email}} +IP-adress: {{$details}} -To approve this request please visit the following link: +För att godkänna begäran, följ följande länk: {{$siteurl}}/regmod/allow/{{$hash}} -To deny the request and remove the account, please visit: +För att avslÃ¥ begäran och ta bort kontot, besök: {{$siteurl}}/regmod/deny/{{$hash}} -Thank you. +Tack. diff --git a/view/sv/request_notify_eml.tpl b/view/sv/request_notify_eml.tpl index d01b8ff27..e0b165258 100644 --- a/view/sv/request_notify_eml.tpl +++ b/view/sv/request_notify_eml.tpl @@ -1,17 +1,17 @@ -Dear {{$myname}}, +Hej {{$myname}}, -You have just received a connection request at {{$sitename}} +Du har precis fÃ¥tt en kontaktförfrÃ¥gan pÃ¥ {{$sitename}} -from '{{$requestor}}'. +frÃ¥n '{{$requestor}}'. -You may visit their profile at {{$url}}. +Du kan besöka profilen pÃ¥ {{$url}}. -Please login to your site to view the complete introduction -and approve or ignore/cancel the request. +Logga in pÃ¥ din server och se hela presentationen och +godkänn eller ignorera/avslÃ¥ förfrÃ¥gan. {{$siteurl}} -Regards, +Hälsningar, - {{$sitename}} administrator + {{$sitename}}-administratören diff --git a/view/sv/smarty3/cmnt_received_eml.tpl b/view/sv/smarty3/cmnt_received_eml.tpl deleted file mode 100644 index b001b8e49..000000000 --- a/view/sv/smarty3/cmnt_received_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$username}}, - -'{{$from}}' har kommenterat nÃ¥got som du följer. - ------ -{{$body}} ------ - -Logga in pÃ¥ {{$siteurl}} för att se hela konversationen: - -{{$display}} - -Hälsningar, -{{$sitename}} admin - - diff --git a/view/sv/smarty3/follow_notify_eml.tpl b/view/sv/smarty3/follow_notify_eml.tpl deleted file mode 100644 index 8517fee3a..000000000 --- a/view/sv/smarty3/follow_notify_eml.tpl +++ /dev/null @@ -1,17 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$myname}}, - -'{{$requestor}}' pÃ¥ {{$sitename}} vill följa dina uppdateringar här pÃ¥ Friendika. - -Besök dennes profil pÃ¥ {{$url}}. - -Logga in för att godkänna eller avslÃ¥ förfrÃ¥gan. - -{{$siteurl}} - -Hälsningar, -{{$sitename}} admin diff --git a/view/sv/smarty3/friend_complete_eml.tpl b/view/sv/smarty3/friend_complete_eml.tpl deleted file mode 100644 index 18b063c15..000000000 --- a/view/sv/smarty3/friend_complete_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$username}}, - -Goda nyheter... '{{$fn}}' pÃ¥ '{{$dfrn_url}}' har accepterat din kontaktförfrÃ¥gan pÃ¥ '{{$sitename}}'. - -Ni är nu ömsesidiga vänner och kan se varandras statusuppdateringar samt skicka foton och meddelanden -utan begränsningar. - -GÃ¥ in pÃ¥ din sida 'Kontakter' pÃ¥ {{$sitename}} om du vill göra nÃ¥gra -ändringar när det gäller denna kontakt. - -{{$siteurl}} - -[Du kan exempelvis skapa en separat profil med information som inte -är tillgänglig för vem som helst, och ge visningsrättigheter till '{{$fn}}']. - -Hälsningar, -{{$sitename}} admin diff --git a/view/sv/smarty3/intro_complete_eml.tpl b/view/sv/smarty3/intro_complete_eml.tpl deleted file mode 100644 index 49b18846b..000000000 --- a/view/sv/smarty3/intro_complete_eml.tpl +++ /dev/null @@ -1,24 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$username}}, - -'{{$fn}}' pÃ¥ '{{$dfrn_url}}' har accepterat din kontaktförfrÃ¥gan pÃ¥ '{{$sitename}}'. - -'{{$fn}}' har valt att acceptera dig som ett "fan" vilket innebär vissa begränsningar -i kommunikationen mellan er - som till exempel personliga meddelanden och viss interaktion -mellan profiler. Om detta är en kändis eller en gemenskap sÃ¥ har dessa inställningar gjorts -per automatik. - -'{{$fn}}' kan välja att utöka detta till vanlig tvÃ¥vägskommunikation eller nÃ¥gon annan mer -tillÃ¥tande kommunikationsform i framtiden. - -Du kommer hädanefter att fÃ¥ statusuppdateringar frÃ¥n '{{$fn}}', -vilka kommer att synas pÃ¥ din Nätverk-sida pÃ¥ - -{{$siteurl}} - -Hälsningar, -{{$sitename}} admin diff --git a/view/sv/smarty3/lostpass_eml.tpl b/view/sv/smarty3/lostpass_eml.tpl deleted file mode 100644 index 1941b4479..000000000 --- a/view/sv/smarty3/lostpass_eml.tpl +++ /dev/null @@ -1,34 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$username}}, - -En begäran om Ã¥terställning av lösenord pÃ¥ {{$sitename}} har mottagits. -GÃ¥ till adressen nedan för att bekräfta denna begäran. Du kan ocksÃ¥ -klistra in länken i adressfältet i din webbläsare. - -GÃ¥ INTE till länken nedan om du INTE har begärt lösenordsÃ¥terställning. -DÃ¥ kan du ignorera det här meddelandet. - -Ditt lösenord kommer inte att Ã¥terställas om vi inte kan säkerställa att du -initierat detta. - -Med den här länken kan du bekräfta din identitet: - -{{$reset_link}} - -Sedan kommer du att fÃ¥ ett meddelande med ett nytt lösenord. - -Lösenordet kan sedan ändras i dina inställningar efter att du loggat in. - -Detaljerna ser ut sÃ¥ här: - -Webbplats: {{$siteurl}} -Inloggningsnamn: {{$email}} - -Hälsningar, -{{$sitename}} admin - -
\ No newline at end of file diff --git a/view/sv/smarty3/mail_received_html_body_eml.tpl b/view/sv/smarty3/mail_received_html_body_eml.tpl deleted file mode 100644 index 7826919da..000000000 --- a/view/sv/smarty3/mail_received_html_body_eml.tpl +++ /dev/null @@ -1,30 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional //EN"> -<html> -<head> - <title>Meddelande på Friendika</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -</head> -<body> -<table style="border:1px solid #ccc"> - <tbody> - <tr><td colspan="2" style="background:#3b5998; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px;" src='{{$siteurl}}/images/friendika-32.png'><span style="padding:7px;">Friendika</span></td></tr> - - <tr><td style="padding-top:22px;" colspan="2">{{$from}} har skickat ett personligt meddelande till dig på {{$siteName}}.</td></tr> - - - <tr><td style="padding-left:22px;padding-top:22px;width:60px;" valign="top" rowspan=3><a href="{{$url}}"><img style="border:0px;width:48px;height:48px;" src="{{$thumb}}"></a></td> - <td style="padding-top:22px;"><a href="{{$url}}">{{$from}}</a></td></tr> - <tr><td style="font-weight:bold;padding-bottom:5px;">{{$title}}</td></tr> - <tr><td style="padding-right:22px;">{{$htmlversion}}</td></tr> - <tr><td style="padding-top:11px;padding-bottom:11px;" colspan="2">Logga in på <a href="{{$siteurl}}">{{$siteurl}}</a> för att läsa och svara på personliga meddelanden.</td></tr> - <tr><td></td><td>Hälsningar,</td></tr> - <tr><td></td><td>{{$siteName}} admin</td></tr> - </tbody> -</table> -</body> -</html>
\ No newline at end of file diff --git a/view/sv/smarty3/mail_received_text_body_eml.tpl b/view/sv/smarty3/mail_received_text_body_eml.tpl deleted file mode 100644 index ce3340785..000000000 --- a/view/sv/smarty3/mail_received_text_body_eml.tpl +++ /dev/null @@ -1,15 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$from}} har skickat ett personligt meddelande till dig pÃ¥ {{$siteName}}. - -{{$title}} - -{{$textversion}} - -Logga in pÃ¥ {{$siteurl}} för att läsa och svara pÃ¥ personliga meddelanden. - -Hälsningar, -{{$siteName}} admin diff --git a/view/sv/smarty3/passchanged_eml.tpl b/view/sv/smarty3/passchanged_eml.tpl deleted file mode 100644 index 49afb735f..000000000 --- a/view/sv/smarty3/passchanged_eml.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -{{$username}}, - -Lösenordet har ändrats enligt din begäran. BehÃ¥ll den här -informationen om den skulle behövas i framtiden. (eller ändra lösenord -pÃ¥ en gÃ¥ng till nÃ¥got som du kommer ihÃ¥g). - - -Här är dina inloggningsuppgifter: - -Webbplats: {{$siteurl}} -Användarnamn: {{$email}} -Lösenord: {{$new_password}} - -När du loggat in kan du byta lösenord bland inställningarna. - -Hälsningar, -{{$sitename}} admin diff --git a/view/sv/smarty3/register_open_eml.tpl b/view/sv/smarty3/register_open_eml.tpl deleted file mode 100644 index 55bd64e3d..000000000 --- a/view/sv/smarty3/register_open_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$username}}, -Tack för att du registrerat dig pÃ¥ {{$sitename}}. Kontot har skapats. -Här är dina inloggningsuppgifter: - -Webbplats: {{$siteurl}} -Användarnamn: {{$email}} -Lösenord: {{$password}} - -Lösenordet kan ändras pÃ¥ sidan Inställningar efter att du loggat in. - -Ägna en liten stund Ã¥t att gÃ¥ igenom alla kontoinställningar där. - -Välkommen till {{$sitename}}. - -Hälsningar, -{{$sitename}} admin - diff --git a/view/sv/smarty3/register_verify_eml.tpl b/view/sv/smarty3/register_verify_eml.tpl deleted file mode 100644 index 50c94f94a..000000000 --- a/view/sv/smarty3/register_verify_eml.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -En registreringsförfrÃ¥gan som kräver svar har mottagits -pÃ¥ {{$sitename}} - - -Här är inloggningsuppgifterna: - -Fullständigt namn: {{$username}} -Webbplats: {{$siteurl}} -Användarnamn: {{$email}} - - -GÃ¥ till denna adress om du vill godkänna: -{{$siteurl}}/regmod/allow/{{$hash}} - -GÃ¥ till denna adress om du vill avslÃ¥ förfrÃ¥gan och ta bort kontot: -{{$siteurl}}/regmod/deny/{{$hash}} - diff --git a/view/sv/smarty3/request_notify_eml.tpl b/view/sv/smarty3/request_notify_eml.tpl deleted file mode 100644 index 22cfb46de..000000000 --- a/view/sv/smarty3/request_notify_eml.tpl +++ /dev/null @@ -1,18 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$myname}}, - -Du har just fÃ¥tt en kontaktförfrÃ¥gan pÃ¥ {{$sitename}} frÃ¥n '{{$requestor}}' - -Profilen finns pÃ¥ {{$url}}. - -Logga in för att se hela förfrÃ¥gan och godkänna eller -avslÃ¥ den. - -{{$siteurl}} - -Hälsningar, -{{$sitename}} admin diff --git a/view/sv/smarty3/wall_received_eml.tpl b/view/sv/smarty3/wall_received_eml.tpl deleted file mode 100644 index cd286ecf2..000000000 --- a/view/sv/smarty3/wall_received_eml.tpl +++ /dev/null @@ -1,21 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{$username}}, - -'{{$from}}' har skrivit pÃ¥ din profilsida. - ------ -{{$body}} ------ - -Logga in pÃ¥ {{$siteurl}} för att kolla eller ta bort: - -{{$display}} - -Hälsningar, -{{$sitename}} admin - - diff --git a/view/sv/strings.php b/view/sv/strings.php index eb434df66..29d75fe0c 100644 --- a/view/sv/strings.php +++ b/view/sv/strings.php @@ -1,1329 +1,1796 @@ <?php -function string_plural_select($n){ - return ($n != 1); +function string_plural_select_sv($n){ + return ($n != 1);; } - -$a->strings['Not Found'] = 'Hittar inte'; -$a->strings['Page not found.' ] = 'Sidan hittades inte.' ; -$a->strings['Permission denied'] = 'Åtkomst nekad'; -$a->strings['Permission denied.'] = 'Åtkomst nekad.'; -$a->strings['Delete this item?'] = 'Ta bort?'; -$a->strings['Comment'] = 'Kommentera'; -$a->strings['Create a New Account'] = 'Skapa nytt konto'; -$a->strings['Register'] = 'Registrera'; -$a->strings['Notifications'] = 'Aviseringar'; -$a->strings['Nickname or Email address: '] = 'Användarnamn eller e-postadress: '; -$a->strings['Password: '] = 'Lösenord: '; -$a->strings['Login'] = 'Logga in'; -$a->strings['Nickname/Email/OpenID: '] = 'Användarnamn/e-post/OpenID: '; -$a->strings["Password \x28if not OpenID\x29: "] = "Lösenord (om inget OpenID): "; -$a->strings['Forgot your password?'] = 'Har du glömt lösenordet?'; -$a->strings['Password Reset'] = 'Glömt lösenordet?'; -$a->strings['Logout'] = 'Logga ut'; -$a->strings['prev'] = 'föreg'; -$a->strings['first'] = 'första'; -$a->strings['last'] = 'sista'; -$a->strings['next'] = 'nästa'; -$a->strings['No contacts'] = 'Inga kontakter'; -$a->strings['View Contacts'] = 'Visa kontakter'; -$a->strings['Search'] = 'Sök'; -$a->strings['No profile'] = 'Ingen profil'; -$a->strings['Connect'] = 'Skicka kontaktförfrågan'; -$a->strings['Location:'] = 'Plats:'; -$a->strings[', '] = ', '; -$a->strings['Gender:'] = 'Kön:'; -$a->strings['Status:'] = 'Status:'; -$a->strings['Homepage:'] = 'Hemsida:'; -$a->strings['Monday'] = 'måndag'; -$a->strings['Tuesday'] = 'tisdag'; -$a->strings['Wednesday'] = 'onsdag'; -$a->strings['Thursday'] = 'torsdag'; -$a->strings['Friday'] = 'fredag'; -$a->strings['Saturday'] = 'lördag'; -$a->strings['Sunday'] = 'söndag'; -$a->strings['January'] = 'januari'; -$a->strings['February'] = 'februari'; -$a->strings['March'] = 'mars'; -$a->strings['April'] = 'april'; -$a->strings['May'] = 'maj'; -$a->strings['June'] = 'juni'; -$a->strings['July'] = 'juli'; -$a->strings['August'] = 'augusti'; -$a->strings['September'] = 'september'; -$a->strings['October'] = 'oktober'; -$a->strings['November'] = 'november'; -$a->strings['December'] = 'december'; -$a->strings['g A l F d'] = 'g A l F d'; -$a->strings['Birthday Reminders'] = 'Födelsedagspåminnelser'; -$a->strings['Birthdays this week:'] = 'Födelsedagar denna vecka:'; -$a->strings["\x28Adjusted for local time\x29"] = "(Justerat till lokal tid)"; -$a->strings['[today]'] = '[idag]'; -$a->strings['link to source'] = 'länk till källa'; -$a->strings['%d Contact'] = array( - 0 => '%d kontakt', - 1 => '%d kontakter', +; +$a->strings["Categories"] = "Kategorier"; +$a->strings["Connect"] = "Ta kontakt"; +$a->strings["Ignore/Hide"] = "Ignorera/göm"; +$a->strings["Suggestions"] = "Förslag"; +$a->strings["See more..."] = "Se fler..."; +$a->strings["You have %1$.0f of %2$.0f allowed connections."] = "Du har %1$.0f av %2$.0f tillÃ¥tna kontakter."; +$a->strings["Add New Connection"] = "Lägg till ny kontakt"; +$a->strings["Enter the channel address"] = "Ange kanaladressen"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Exempel: bob@example.com, http://example.com/barbara"; +$a->strings["Notes"] = "Anteckningar"; +$a->strings["Save"] = "Spara"; +$a->strings["Remove term"] = "Ta bort uttryck"; +$a->strings["Saved Searches"] = "Sparade sökningar"; +$a->strings["add"] = "lägg till"; +$a->strings["Saved Folders"] = "Sparade mappar"; +$a->strings["Everything"] = "Allt"; +$a->strings["Archives"] = "Arkiv"; +$a->strings["Refresh"] = "Ladda om"; +$a->strings["Me"] = "Mig själv"; +$a->strings["Best Friends"] = "Bästa vänner"; +$a->strings["Friends"] = "Vänner"; +$a->strings["Co-workers"] = "Kollegor"; +$a->strings["Former Friends"] = "Tidigare vänner"; +$a->strings["Acquaintances"] = "Bekanta"; +$a->strings["Everybody"] = "Alla"; +$a->strings["Account settings"] = "Kontoinställningar"; +$a->strings["Channel settings"] = "Kanalinställningar"; +$a->strings["Additional features"] = "Tilläggsfunktioner"; +$a->strings["Feature settings"] = "Funktionsinställningar"; +$a->strings["Display settings"] = "Utseende"; +$a->strings["Connected apps"] = "Anslutna appar"; +$a->strings["Export channel"] = "Exportera kanal"; +$a->strings["Automatic Permissions (Advanced)"] = "Automatiska rättigheter (avancerat)"; +$a->strings["Premium Channel Settings"] = "Inställningar för premiumkanal"; +$a->strings["Channel Sources"] = "Kanalkällor"; +$a->strings["Settings"] = "Inställningar"; +$a->strings["Check Mail"] = "Hämta meddelanden"; +$a->strings["New Message"] = "Nytt meddelande"; +$a->strings["Chat Rooms"] = "Chattrum"; +$a->strings["Bookmarked Chatrooms"] = "Bokmärkta chattrum"; +$a->strings["Suggested Chatrooms"] = "Föreslagna chattrum"; +$a->strings[" and "] = " och "; +$a->strings["public profile"] = "offentlig profil"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s ändrade %2\$s till "%3\$s""; +$a->strings["Visit %1\$s's %2\$s"] = "Besök %1\$ss %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s har en uppdaterad %2\$s (har ändrat %3\$s)."; +$a->strings["Logout"] = "Logga ut"; +$a->strings["End this session"] = "Avsluta sessionen"; +$a->strings["Home"] = "Hem"; +$a->strings["Your posts and conversations"] = "Dina inlägg och konversationer"; +$a->strings["View Profile"] = "Visa profil"; +$a->strings["Your profile page"] = "Din profilsida"; +$a->strings["Edit Profiles"] = "Redigera profiler"; +$a->strings["Manage/Edit profiles"] = "Hantera/redigera profiler"; +$a->strings["Photos"] = "Foton"; +$a->strings["Your photos"] = "Dina foton"; +$a->strings["Files"] = "Filer"; +$a->strings["Your files"] = "Dina filer"; +$a->strings["Chat"] = "Chatt"; +$a->strings["Your chatrooms"] = "Dina chattrum"; +$a->strings["Events"] = "Händelser"; +$a->strings["Your events"] = "Dina händelser"; +$a->strings["Bookmarks"] = "Bokmärken"; +$a->strings["Your bookmarks"] = "Dina bokmärken"; +$a->strings["Webpages"] = "Webbsidor"; +$a->strings["Your webpages"] = "Dina webbsidor"; +$a->strings["Login"] = "Logga in"; +$a->strings["Sign in"] = "Logga in"; +$a->strings["%s - click to logout"] = "%s - klicka för att logga ut"; +$a->strings["Click to authenticate to your home hub"] = "Klicka för att autentisera mot din hemmahubb"; +$a->strings["Home Page"] = "Hemsida"; +$a->strings["Register"] = "Registrera"; +$a->strings["Create an account"] = "Skapa ett konto"; +$a->strings["Help"] = "Hjälp"; +$a->strings["Help and documentation"] = "Hjälp och dokumentation"; +$a->strings["Apps"] = "Appar"; +$a->strings["Addon applications, utilities, games"] = "Tilläggsapplikationer, verktyg, spel"; +$a->strings["Search"] = "Sök"; +$a->strings["Search site content"] = "Sök innehÃ¥ll"; +$a->strings["Directory"] = "Katalog"; +$a->strings["Channel Locator"] = "Kanalfinnare"; +$a->strings["Matrix"] = "Matris"; +$a->strings["Your matrix"] = "Din matris"; +$a->strings["Mark all matrix notifications seen"] = "Märk alla matrisnotifieringar som lästa"; +$a->strings["Channel Home"] = "Kanalhem"; +$a->strings["Channel home"] = "Kanalhem"; +$a->strings["Mark all channel notifications seen"] = "Märk alla kanalnotifieringar som lästa"; +$a->strings["Connections"] = "Kontakter"; +$a->strings["Notices"] = "Meddelanden"; +$a->strings["Notifications"] = "Notifieringar"; +$a->strings["See all notifications"] = "Se alla notifieringar"; +$a->strings["Mark all system notifications seen"] = "Märk alla systemnotifieringar som lästa"; +$a->strings["Mail"] = "Privat meddelande"; +$a->strings["Private mail"] = "Privat meddelande"; +$a->strings["See all private messages"] = "Se alla privata meddelanden"; +$a->strings["Mark all private messages seen"] = "Märk alla privata meddelanden som lästa"; +$a->strings["Inbox"] = "Inkorg"; +$a->strings["Outbox"] = "Utkorg"; +$a->strings["Event Calendar"] = "Kalender"; +$a->strings["See all events"] = "Se alla händelser"; +$a->strings["Mark all events seen"] = "Märk alla händelser som lästa"; +$a->strings["Channel Select"] = "Välj kanal"; +$a->strings["Manage Your Channels"] = "Hantera dina kanaler"; +$a->strings["Account/Channel Settings"] = "Konto-/kanalinställningar"; +$a->strings["Manage/Edit Friends and Connections"] = "Hantera/redigera vänner och kontakter"; +$a->strings["Admin"] = "Administration"; +$a->strings["Site Setup and Configuration"] = "Serverinställning och -konfiguration"; +$a->strings["Nothing new here"] = "Inget nytt här"; +$a->strings["Please wait..."] = "Vänta..."; +$a->strings["l F d, Y \\@ g:i A"] = "l j F Y \\k\\l. H.i"; +$a->strings["Starts:"] = "Börjar:"; +$a->strings["Finishes:"] = "Slutar:"; +$a->strings["Location:"] = "Plats:"; +$a->strings["Public Timeline"] = "Offentlig tidslinje"; +$a->strings["New window"] = "Nytt fönster"; +$a->strings["Open the selected location in a different window or browser tab"] = "Öppna den valda platsen i ett annat fönster eller en annan webbläsarflik"; +$a->strings["General Features"] = "Allmänna funktioner"; +$a->strings["Content Expiration"] = "Tidsbegränsat innehÃ¥ll"; +$a->strings["Remove posts/comments and/or private messages at a future time"] = "Ta bort inlägg/kommentarer och/eller privata meddelanden efter en tid"; +$a->strings["Multiple Profiles"] = "Flera profiler"; +$a->strings["Ability to create multiple profiles"] = "Möjlighet att skapa flera profiler"; +$a->strings["Web Pages"] = "Webbsidor"; +$a->strings["Provide managed web pages on your channel"] = "TillhandahÃ¥ll ordnade webbsidor i din kanal"; +$a->strings["Private Notes"] = "Privata anteckningar"; +$a->strings["Enables a tool to store notes and reminders"] = "Aktivera ett verktyg för att spara anteckningar och pÃ¥minnelser"; +$a->strings["Extended Identity Sharing"] = "Utökad identitetsdelning"; +$a->strings["Share your identity with all websites on the internet. When disabled, identity is only shared with sites in the matrix."] = "Dela din identitet med alla webbplatser pÃ¥ Internet. Om inaktiverat är identiteten bara delad med platser i matrisen."; +$a->strings["Expert Mode"] = "Expertläge"; +$a->strings["Enable Expert Mode to provide advanced configuration options"] = "Aktivera expertläge för att tillÃ¥ta avancerade inställningar"; +$a->strings["Premium Channel"] = "Premiumkanal"; +$a->strings["Allows you to set restrictions and terms on those that connect with your channel"] = "LÃ¥ter dig ange begränsningar och villkor för dem som vill ansluta till din kanal"; +$a->strings["Post Composition Features"] = "Skrivfunktioner"; +$a->strings["Richtext Editor"] = "Richtext-editor"; +$a->strings["Enable richtext editor"] = "Aktivera richtext-editor"; +$a->strings["Post Preview"] = "Förhandsgranskning"; +$a->strings["Allow previewing posts and comments before publishing them"] = "TillÃ¥t förhandsgranskning av inlägg och kommentarer innan de publiceras"; +$a->strings["Automatically import channel content from other channels or feeds"] = "Importera kanalinnehÃ¥ll frÃ¥n andra kanaler eller strömmar automatiskt"; +$a->strings["Even More Encryption"] = "Ytterligare kryptering"; +$a->strings["Allow optional encryption of content end-to-end with a shared secret key"] = "TillÃ¥t änd-till-änd-kryptering av innehÃ¥ll med en delad hemlig nyckel"; +$a->strings["Network and Stream Filtering"] = "Nätverk och strömfiltrering"; +$a->strings["Search by Date"] = "Sök pÃ¥ datum"; +$a->strings["Ability to select posts by date ranges"] = "TillÃ¥ter urval av inlägg baserat pÃ¥ datum"; +$a->strings["Collections Filter"] = "Sammanhangsfilter"; +$a->strings["Enable widget to display Network posts only from selected collections"] = "Aktivera en väljare för att visa nätverksinlägg frÃ¥n enbart valda sammanhang"; +$a->strings["Save search terms for re-use"] = "Spara sökuttryck för Ã¥teranvändning"; +$a->strings["Network Personal Tab"] = "Personlig nätverksflik"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktivera en flik som visar endast de nätverksinlägg som du har deltagit i"; +$a->strings["Network New Tab"] = "Flik för nytt pÃ¥ nätverket"; +$a->strings["Enable tab to display all new Network activity"] = "Aktivera en flik som visar all ny nätverksaktivitet"; +$a->strings["Affinity Tool"] = "Samhörighetsverktyg"; +$a->strings["Filter stream activity by depth of relationships"] = "Filtrera strömaktivitet efter hur nära relationen är"; +$a->strings["Suggest Channels"] = "FöreslÃ¥ kanaler"; +$a->strings["Show channel suggestions"] = "Visa förslag pÃ¥ kanaler"; +$a->strings["Post/Comment Tools"] = "Inläggs-/kommentarsverktyg"; +$a->strings["Edit Sent Posts"] = "Redigera sända inlägg"; +$a->strings["Edit and correct posts and comments after sending"] = "Redigera och korrigera inlägg och kommentarer efter att de skickats"; +$a->strings["Tagging"] = "Taggning"; +$a->strings["Ability to tag existing posts"] = "Möjlighet att tagga befintliga inlägg"; +$a->strings["Post Categories"] = "Inläggskategorier"; +$a->strings["Add categories to your posts"] = "Lägg till kategorier till dina inlägg"; +$a->strings["Ability to file posts under folders"] = "Möjlighet att lägga inlägg i mappar"; +$a->strings["Dislike Posts"] = "Ogilla inlägg"; +$a->strings["Ability to dislike posts/comments"] = "Möjlighet att ogilla inlägg/kommentarer"; +$a->strings["Star Posts"] = "Märk inlägg"; +$a->strings["Ability to mark special posts with a star indicator"] = "Möjlighet att märka speciella inlägg med en stjärna"; +$a->strings["Tag Cloud"] = "Taggmoln"; +$a->strings["Provide a personal tag cloud on your channel page"] = "TillhandahÃ¥ll ett personligt taggmoln pÃ¥ din kanalsida"; +$a->strings["Unknown | Not categorised"] = "Okänd | Inte kategoriserad"; +$a->strings["Block immediately"] = "Blockera genast"; +$a->strings["Shady, spammer, self-marketer"] = "Skum, spammare, självförhärligande"; +$a->strings["Known to me, but no opinion"] = "Känner till, men ingen Ã¥sikt"; +$a->strings["OK, probably harmless"] = "OK, antagligen harmlös"; +$a->strings["Reputable, has my trust"] = "Ansedd, har mitt förtroende"; +$a->strings["Frequently"] = "Ofta"; +$a->strings["Hourly"] = "Varje timme"; +$a->strings["Twice daily"] = "TvÃ¥ gÃ¥nger dagligen"; +$a->strings["Daily"] = "Dagligen"; +$a->strings["Weekly"] = "Varje vecka"; +$a->strings["Monthly"] = "Varje mÃ¥nad"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-post"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["photo"] = "foto"; +$a->strings["event"] = "händelse"; +$a->strings["channel"] = "kanal"; +$a->strings["status"] = "status"; +$a->strings["comment"] = "kommentar"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gillar %2\$ss %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s gillar inte %2\$ss %3\$s"; +$a->strings["%1\$s is now connected with %2\$s"] = "%1\$s har nu kontakt med %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s puffade %2\$s"; +$a->strings["poked"] = "puffade"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s är för tillfället %2\$s"; +$a->strings["Select"] = "Välj"; +$a->strings["Delete"] = "Ta bort"; +$a->strings["Private Message"] = "Privat meddelande"; +$a->strings["Message is verified"] = "Meddelandet är bekräftat"; +$a->strings["View %s's profile @ %s"] = "Visa %ss profil pÃ¥ %s"; +$a->strings["Categories:"] = "Kategorier:"; +$a->strings["Filed under:"] = "Postat under:"; +$a->strings[" from %s"] = "frÃ¥n %s"; +$a->strings["last edited: %s"] = "senast redigerat: %s"; +$a->strings["Expires: %s"] = "Upphör: %s"; +$a->strings["View in context"] = "Visa sammanhang"; +$a->strings["Please wait"] = "Vänta"; +$a->strings["remove"] = "ta bort"; +$a->strings["Loading..."] = "Laddar..."; +$a->strings["Delete Selected Items"] = "Ta bort valda poster"; +$a->strings["View Source"] = "Visa källa"; +$a->strings["Follow Thread"] = "Följ trÃ¥d"; +$a->strings["View Status"] = "Visa status"; +$a->strings["View Photos"] = "Visa foton"; +$a->strings["Matrix Activity"] = "Matrisaktivitet"; +$a->strings["Edit Contact"] = "Redigera kontakt"; +$a->strings["Send PM"] = "Skicka meddelande"; +$a->strings["Poke"] = "Puffa"; +$a->strings["%s likes this."] = "%s gillar det här."; +$a->strings["%s doesn't like this."] = "%s gillar inte det här."; +$a->strings["<span %1\$s>%2\$d people</span> like this."] = array( + 0 => "<span %1\$s>%2\$d person</span> gillar det här.", + 1 => "<span %1\$s>%2\$d personer</span> gillar det här.", +); +$a->strings["<span %1\$s>%2\$d people</span> don't like this."] = array( + 0 => "<span %1\$s>%2\$d person</span> gillar inte det här.", + 1 => "<span %1\$s>%2\$d personer</span> gillar inte det här.", +); +$a->strings["and"] = "och"; +$a->strings[", and %d other people"] = array( + 0 => ", och %d annan person", + 1 => ", och %d andra personer", +); +$a->strings["%s like this."] = "%s gillar det här."; +$a->strings["%s don't like this."] = "%s gillar inte det här."; +$a->strings["Visible to <strong>everybody</strong>"] = "Synlig för <strong>alla</strong>"; +$a->strings["Please enter a link URL:"] = "Ange en länkadress:"; +$a->strings["Please enter a video link/URL:"] = "Ange en videolänkadress:"; +$a->strings["Please enter an audio link/URL:"] = "Ange en ljudlänkadress"; +$a->strings["Tag term:"] = "Tagguttryck"; +$a->strings["Save to Folder:"] = "Spara i mapp:"; +$a->strings["Where are you right now?"] = "Var är du just nu?"; +$a->strings["Expires YYYY-MM-DD HH:MM"] = "Upphör YYYY-MM-DD HH:MM"; +$a->strings["Preview"] = "Förhandsgranska"; +$a->strings["Share"] = "Dela"; +$a->strings["Page link title"] = "Titel pÃ¥ sidlänk"; +$a->strings["Post as"] = "Posta som"; +$a->strings["Upload photo"] = "Ladda upp foto"; +$a->strings["upload photo"] = "ladda upp foto"; +$a->strings["Attach file"] = "Bifoga fil"; +$a->strings["attach file"] = "bifoga fil"; +$a->strings["Insert web link"] = "Infoga webblänk"; +$a->strings["web link"] = "webblänk"; +$a->strings["Insert video link"] = "Infoga videolänk"; +$a->strings["video link"] = "videolänk"; +$a->strings["Insert audio link"] = "Infoga ljudlänk"; +$a->strings["audio link"] = "ljudlänk"; +$a->strings["Set your location"] = "Ange din plats"; +$a->strings["set location"] = "ange plats"; +$a->strings["Clear browser location"] = "Rensa webbläsarplats"; +$a->strings["clear location"] = "rensa plats"; +$a->strings["Set title"] = "Ange titel"; +$a->strings["Categories (comma-separated list)"] = "Kategorier (kommaseparerad lista)"; +$a->strings["Permission settings"] = "Behörighetsinställningar"; +$a->strings["permissions"] = "behörighet"; +$a->strings["Public post"] = "Offentligt inlägg"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Exempel: bob@example.com, mary@example.com"; +$a->strings["Set expiration date"] = "Ange utgÃ¥ngsdatum"; +$a->strings["Encrypt text"] = "Kryptera text"; +$a->strings["OK"] = "OK"; +$a->strings["Cancel"] = "Avbryt"; +$a->strings["Discover"] = "Upptäck"; +$a->strings["Imported public streams"] = "Importerade offentliga strömmar"; +$a->strings["Commented Order"] = "Kommentarsordning"; +$a->strings["Sort by Comment Date"] = "Ordna efter kommentarsdatum"; +$a->strings["Posted Order"] = "Inläggsordning"; +$a->strings["Sort by Post Date"] = "Ordna efter när inlägget skrevs"; +$a->strings["Personal"] = "Personligt"; +$a->strings["Posts that mention or involve you"] = "Inlägg som nämner eller berör dig"; +$a->strings["New"] = "Nytt"; +$a->strings["Activity Stream - by date"] = "Aktivitetsström - efter datum"; +$a->strings["Starred"] = "Märkt"; +$a->strings["Favourite Posts"] = "Favoritinlägg"; +$a->strings["Spam"] = "Skräp"; +$a->strings["Posts flagged as SPAM"] = "Inlägg markerade som SKRÄP"; +$a->strings["Channel"] = "Kanal"; +$a->strings["Status Messages and Posts"] = "Statusmeddelanden och inlägg"; +$a->strings["About"] = "Om"; +$a->strings["Profile Details"] = "Profildetaljer"; +$a->strings["Photo Albums"] = "Fotoalbum"; +$a->strings["Files and Storage"] = "Filer och lagring"; +$a->strings["Chatrooms"] = "Chattrum"; +$a->strings["Events and Calendar"] = "Händelser och kalender"; +$a->strings["Saved Bookmarks"] = "Sparade bokmärken"; +$a->strings["Manage Webpages"] = "Hantera webbsidor"; +$a->strings["Miscellaneous"] = "Övrigt"; +$a->strings["year"] = "Ã¥r"; +$a->strings["month"] = "mÃ¥nad"; +$a->strings["day"] = "dag"; +$a->strings["never"] = "aldrig"; +$a->strings["less than a second ago"] = "mindre än en sekund sedan"; +$a->strings["years"] = "Ã¥r"; +$a->strings["months"] = "mÃ¥nader"; +$a->strings["week"] = "vecka"; +$a->strings["weeks"] = "veckor"; +$a->strings["days"] = "dagar"; +$a->strings["hour"] = "timme"; +$a->strings["hours"] = "timmar"; +$a->strings["minute"] = "minut"; +$a->strings["minutes"] = "minuter"; +$a->strings["second"] = "sekund"; +$a->strings["seconds"] = "sekunder"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s sedan"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan inte hitta DNS-information för databasserver '%s'"; +$a->strings["Image/photo"] = "Bild/foto"; +$a->strings["Encrypted content"] = "Krypterat innehÃ¥ll"; +$a->strings["QR code"] = "QR-kod"; +$a->strings["%1\$s wrote the following %2\$s %3\$s"] = "%1\$s skrev följande %2\$s %3\$s"; +$a->strings["post"] = "post"; +$a->strings["$1 wrote:"] = "$1 skrev:"; +$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "En borttagen grupp med det här namnet Ã¥terskapades. Befintliga rättigheter till saker <strong>kan</strong> gälla för den här gruppen och alla framtida medlemmar. Om det här inte är vad du avsÃ¥g, skapa i stället en annan grupp med ett annat namn."; +$a->strings["Default privacy group for new contacts"] = "Förvald integritetsgrupp för nya kontakter"; +$a->strings["All Channels"] = "Alla kanaler"; +$a->strings["edit"] = "redigera"; +$a->strings["Collections"] = "Sammanhang"; +$a->strings["Edit collection"] = "Redigera sammanhang"; +$a->strings["Create a new collection"] = "Skapa ett nytt sammanhang"; +$a->strings["Channels not in any collection"] = "Kanaler utan sammanhang"; +$a->strings["Delete this item?"] = "Ta bort den här posten?"; +$a->strings["Comment"] = "Kommentar"; +$a->strings["show more"] = "visa fler"; +$a->strings["show fewer"] = "visa färre"; +$a->strings["+ Show More"] = "+ Visa fler"; +$a->strings["- Show Less"] = "- Visa färre"; +$a->strings["Password too short"] = "Lösenord för kort"; +$a->strings["Passwords do not match"] = "Lösenorden stämmer inte överens"; +$a->strings["everybody"] = "alla"; +$a->strings["Secret Passphrase"] = "Hemligt lösenord"; +$a->strings["Passphrase hint"] = "LösenordsledtrÃ¥d"; +$a->strings["Notice: Permissions have changed but have not yet been submitted."] = "Observera: Rättigheter har ändrats men har ännu inte skickats in"; +$a->strings["timeago.prefixAgo"] = "för"; +$a->strings["timeago.prefixFromNow"] = "om"; +$a->strings["ago"] = "sedan"; +$a->strings["from now"] = " "; +$a->strings["less than a minute"] = "mindre än en minut"; +$a->strings["about a minute"] = "ungefär en minut"; +$a->strings["%d minutes"] = "%d minuter"; +$a->strings["about an hour"] = "ungefär en timme"; +$a->strings["about %d hours"] = "ungefär %d timmar"; +$a->strings["a day"] = "en dag"; +$a->strings["%d days"] = "%d dagar"; +$a->strings["about a month"] = "ungefär en mÃ¥nad"; +$a->strings["%d months"] = "%d mÃ¥nader"; +$a->strings["about a year"] = "ungefär ett Ã¥r"; +$a->strings["%d years"] = "%d Ã¥r"; +$a->strings[" "] = " "; +$a->strings["timeago.numbers"] = "timeago.numbers"; +$a->strings["No recipient provided."] = "Ingen mottagare angiven."; +$a->strings["[no subject]"] = "[inget ämne]"; +$a->strings["Unable to determine sender."] = "Kunde inte avgöra vem som är avsändare."; +$a->strings["Stored post could not be verified."] = "Den sparade posten kunde inte verifieras."; +$a->strings["Profile Photos"] = "Profilfoton"; +$a->strings["Permission denied."] = "Behörighet saknas."; +$a->strings["Item was not found."] = "Posten hittades inte."; +$a->strings["No source file."] = "Ingen källfil."; +$a->strings["Cannot locate file to replace"] = "Kan inte hitta fil att ersätta"; +$a->strings["Cannot locate file to revise/update"] = "Kan inte hitta fil att revidera/uppdatera"; +$a->strings["File exceeds size limit of %d"] = "Filen överskrider storleksbegränsningen %d"; +$a->strings["You have reached your limit of %1$.0f Mbytes attachment storage."] = "Du har nÃ¥tt begränsningen %1$.0f megabyte utrymme för bilagor."; +$a->strings["File upload failed. Possible system limit or action terminated."] = "Filuppladdning misslyckades. Möjlig systembegränsning eller avbruten Ã¥tgärd."; +$a->strings["Stored file could not be verified. Upload failed."] = "Den lagrade filen kunde inte verifieras. Uppladdning misslyckad."; +$a->strings["Path not available."] = "Sökväg inte tillgänglig."; +$a->strings["Empty pathname"] = "Tom sökväg"; +$a->strings["duplicate filename or path"] = "filnamn eller sökväg finns redan"; +$a->strings["Path not found."] = "Sökväg hittas inte."; +$a->strings["mkdir failed."] = "mkdir misslyckades."; +$a->strings["database storage failed."] = "databaslagring misslyckades."; +$a->strings["%1\$s's bookmarks"] = "%1\$ss bokmärken"; +$a->strings["Visible to everybody"] = "Synlig för alla"; +$a->strings["Show"] = "Visa"; +$a->strings["Don't show"] = "Visa inte"; +$a->strings["Permissions"] = "Behörighet"; +$a->strings["Close"] = "Stäng"; +$a->strings["Unable to obtain identity information from database"] = "Kunde inte hämta frÃ¥n databasen"; +$a->strings["Empty name"] = "Tomt namn"; +$a->strings["Name too long"] = "För lÃ¥ngt namn"; +$a->strings["No account identifier"] = "Ingen kontoidentifierare"; +$a->strings["Nickname is required."] = "Smeknamn mÃ¥ste anges."; +$a->strings["Reserved nickname. Please choose another."] = "Reserverat smeknamn. Välj ett annat."; +$a->strings["Nickname has unsupported characters or is already being used on this site."] = "Smeknamnet innehÃ¥ller otillÃ¥tna tecken eller är redan upptaget pÃ¥ den här servern."; +$a->strings["Unable to retrieve created identity"] = "Kunde inte hämta den skapade identiteten"; +$a->strings["Default Profile"] = "Standardprofil"; +$a->strings["Requested channel is not available."] = "Den begärda kanalen är inte tillgänglig"; +$a->strings["Requested profile is not available."] = "Begärd profil är inte tillgänglig."; +$a->strings["Change profile photo"] = "Bytprofilfoto"; +$a->strings["Profiles"] = "Profiler"; +$a->strings["Manage/edit profiles"] = "Hantera/redigera profiler"; +$a->strings["Create New Profile"] = "Skapa ny profil"; +$a->strings["Edit Profile"] = "Redigera profil"; +$a->strings["Profile Image"] = "Profilbild"; +$a->strings["visible to everybody"] = "synlig för alla"; +$a->strings["Edit visibility"] = "Redigera synlighet"; +$a->strings["Gender:"] = "Kön:"; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Hemsida:"; +$a->strings["Online Now"] = "Online nu"; +$a->strings["g A l F d"] = "l j F \\k\\l G"; +$a->strings["F d"] = "j F"; +$a->strings["[today]"] = "[i dag]"; +$a->strings["Birthday Reminders"] = "FödelsedagspÃ¥minnelser"; +$a->strings["Birthdays this week:"] = "Födelsedagar den här veckan:"; +$a->strings["[No description]"] = "[Ingen beskrivning]"; +$a->strings["Event Reminders"] = "HändelsepÃ¥minnelser"; +$a->strings["Events this week:"] = "Händelser den här veckan:"; +$a->strings["Profile"] = "Profil"; +$a->strings["Full Name:"] = "Fullständigt namn:"; +$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F"] = "j F"; +$a->strings["Birthday:"] = "Födelsedag:"; +$a->strings["Age:"] = "Ã…lder:"; +$a->strings["for %1\$d %2\$s"] = "i %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexuell preferens:"; +$a->strings["Hometown:"] = "Hemort:"; +$a->strings["Tags:"] = "Taggar:"; +$a->strings["Political Views:"] = "Politisk Ã¥skÃ¥dning:"; +$a->strings["Religion:"] = "Religion:"; +$a->strings["About:"] = "Om:"; +$a->strings["Hobbies/Interests:"] = "Fritidssysselsättning/intressen:"; +$a->strings["Likes:"] = "Gillar:"; +$a->strings["Dislikes:"] = "Ogillar:"; +$a->strings["Contact information and Social Networks:"] = "Kontaktinformation och sociala nätverk:"; +$a->strings["My other channels:"] = "Mina andra kanaler:"; +$a->strings["Musical interests:"] = "Musikintressen:"; +$a->strings["Books, literature:"] = "Böcker, litteratur:"; +$a->strings["Television:"] = "Tv:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/kultur/underhÃ¥llning:"; +$a->strings["Love/Romance:"] = "Kärlek/romantik:"; +$a->strings["Work/employment:"] = "Arbete/sysselsättning:"; +$a->strings["School/education:"] = "Skola/utbildning:"; +$a->strings["Edit"] = "Redigera"; +$a->strings["save to folder"] = "spara i mapp"; +$a->strings["add star"] = "lägg till märke"; +$a->strings["remove star"] = "ta bort märke"; +$a->strings["toggle star status"] = "växla märke pÃ¥/av"; +$a->strings["starred"] = "märkt"; +$a->strings["add tag"] = "lägg till tagg"; +$a->strings["I like this (toggle)"] = "Jag gillar det här (växla)"; +$a->strings["like"] = "gilla"; +$a->strings["I don't like this (toggle)"] = "Jag gillar inte det här (växla)"; +$a->strings["dislike"] = "ogilla"; +$a->strings["Share this"] = "Dela det här"; +$a->strings["share"] = "dela"; +$a->strings["View %s's profile - %s"] = "Visa %ss profil - %s"; +$a->strings["to"] = "till"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "Vägg-till-vägg"; +$a->strings["via Wall-To-Wall:"] = "via vägg-till-vägg"; +$a->strings["Bookmark Links"] = "Bokmärk länkar"; +$a->strings["%d comment"] = array( + 0 => "%d kommentar", + 1 => "%d kommentarer", +); +$a->strings["This is you"] = "Det här är du"; +$a->strings["Submit"] = "Skicka"; +$a->strings["Bold"] = "Fet"; +$a->strings["Italic"] = "Kursiv"; +$a->strings["Underline"] = "Understruken"; +$a->strings["Quote"] = "Citat"; +$a->strings["Code"] = "Kod"; +$a->strings["Image"] = "Bild"; +$a->strings["Link"] = "Länk"; +$a->strings["Video"] = "Video"; +$a->strings["Edit File properties"] = "Redigera filegenskaper"; +$a->strings["view full size"] = "visa full storlek"; +$a->strings["prev"] = "föregÃ¥ende"; +$a->strings["first"] = "första"; +$a->strings["last"] = "sista"; +$a->strings["next"] = "nästa"; +$a->strings["older"] = "äldre"; +$a->strings["newer"] = "nyare"; +$a->strings["No connections"] = "Inga kontakter"; +$a->strings["%d Connection"] = array( + 0 => "%d kontakt", + 1 => "%d kontakter", ); -$a->strings['Normal View'] = 'Byt till normalvy'; -$a->strings['New Item View'] = 'Visa nya inlägg överst'; -$a->strings['Warning: This group contains %s from an insecure network.'] = 'Varning! Gruppen innehåller %s på osäkra nätverk.'; -$a->strings['Private messages to this group are at risk of public disclosure.'] = 'Meddelanden kan komma att bli synliga för vem som helst på internet.'; -$a->strings['Please enter a link URL:'] = 'Ange en länk (URL):'; -$a->strings['Please enter a YouTube link:'] = 'Ange en YouTube-länk:'; -$a->strings["Please enter a video\x28.ogg\x29 link/URL:"] = "Ange länk/URL till video (.ogg):"; -$a->strings["Please enter an audio\x28.ogg\x29 link/URL:"] = "Ange länk/URL till ljud (.ogg):"; -$a->strings['Where are you right now?'] = 'Var är du just nu?'; -$a->strings['Enter a title for this item'] = 'Ange en rubrik på inlägget'; -$a->strings['Share'] = 'Publicera'; -$a->strings['Upload photo'] = 'Ladda upp bild'; -$a->strings['Insert web link'] = 'Infoga länk'; -$a->strings['Insert YouTube video'] = 'Infoga video från YouTube'; -$a->strings['Insert Vorbis [.ogg] video'] = 'Lägg in video i format Vorbis [.ogg]'; -$a->strings['Insert Vorbis [.ogg] audio'] = 'Lägg in ljud i format Vorbis [.ogg]'; -$a->strings['Set your location'] = 'Ange plats'; -$a->strings['Clear browser location'] = 'Clear browser location'; -$a->strings['Set title'] = 'Ange rubrik'; -$a->strings['Please wait'] = 'Vänta'; -$a->strings['Permission settings'] = 'Åtkomstinställningar'; -$a->strings['CC: email addresses'] = 'Kopia: e-postadresser'; -$a->strings['Example: bob@example.com, mary@example.com'] = 'Exempel: adam@exempel.com, bertil@exempel.com'; -$a->strings['No such group'] = 'Gruppen finns inte'; -$a->strings['Group is empty'] = 'Gruppen är tom'; -$a->strings['Group: '] = 'Grupp: '; -$a->strings['Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.'] = 'Innehållet omfattas av licensen <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a>.'; -$a->strings['%d member'] = array( - 0 => '%d medlem', - 1 => '%d medlemmar', +$a->strings["View Connections"] = "Visa kontakter"; +$a->strings["poke"] = "puffa"; +$a->strings["ping"] = "pinga"; +$a->strings["pinged"] = "pingade"; +$a->strings["prod"] = "stöt till"; +$a->strings["prodded"] = "stötte till"; +$a->strings["slap"] = "daska till"; +$a->strings["slapped"] = "daskade till"; +$a->strings["finger"] = "fingra pÃ¥"; +$a->strings["fingered"] = "fingrade pÃ¥"; +$a->strings["rebuff"] = "stöt tillbaka"; +$a->strings["rebuffed"] = "stötte tillbaks"; +$a->strings["happy"] = "glad"; +$a->strings["sad"] = "ledsen"; +$a->strings["mellow"] = "lugn"; +$a->strings["tired"] = "trött"; +$a->strings["perky"] = "uppÃ¥t"; +$a->strings["angry"] = "arg"; +$a->strings["stupified"] = "virrig"; +$a->strings["puzzled"] = "förbryllad"; +$a->strings["interested"] = "intresserad"; +$a->strings["bitter"] = "bitter"; +$a->strings["cheerful"] = "munter"; +$a->strings["alive"] = "pigg"; +$a->strings["annoyed"] = "irriterad"; +$a->strings["anxious"] = "bekymrad"; +$a->strings["cranky"] = "grinig"; +$a->strings["disturbed"] = "besvärad"; +$a->strings["frustrated"] = "frustrerad"; +$a->strings["motivated"] = "motiverad"; +$a->strings["relaxed"] = "avslappnad"; +$a->strings["surprised"] = "förvÃ¥nad"; +$a->strings["Monday"] = "mÃ¥ndag"; +$a->strings["Tuesday"] = "tisdag"; +$a->strings["Wednesday"] = "onsdag"; +$a->strings["Thursday"] = "torsdag"; +$a->strings["Friday"] = "fredag"; +$a->strings["Saturday"] = "lördag"; +$a->strings["Sunday"] = "söndag"; +$a->strings["January"] = "januari"; +$a->strings["February"] = "februari"; +$a->strings["March"] = "mars"; +$a->strings["April"] = "april"; +$a->strings["May"] = "maj"; +$a->strings["June"] = "juni"; +$a->strings["July"] = "juli"; +$a->strings["August"] = "augusti"; +$a->strings["September"] = "september"; +$a->strings["October"] = "oktober"; +$a->strings["November"] = "november"; +$a->strings["December"] = "december"; +$a->strings["unknown.???"] = "okänt.???"; +$a->strings["bytes"] = "byte"; +$a->strings["remove category"] = "ta bort kategori"; +$a->strings["remove from file"] = "ta bort frÃ¥n fil"; +$a->strings["Click to open/close"] = "Klicka för att öppna/stänga"; +$a->strings["link to source"] = "länk till källa"; +$a->strings["Select a page layout: "] = "Välj en sidlayout: "; +$a->strings["default"] = "standard"; +$a->strings["Page content type: "] = "Typ av sidinnehÃ¥ll: "; +$a->strings["Select an alternate language"] = "Välj ett alternativt sprÃ¥k"; +$a->strings["activity"] = "aktivitet"; +$a->strings["Design"] = "Design"; +$a->strings["Blocks"] = "Block"; +$a->strings["Menus"] = "Menyer"; +$a->strings["Layouts"] = "Layouter"; +$a->strings["Pages"] = "Sidor"; +$a->strings["created a new post"] = "skapade ett nytt inlägg"; +$a->strings["commented on %s's post"] = "kommenterade %ss inlägg"; +$a->strings["Male"] = "Man"; +$a->strings["Female"] = "Kvinna"; +$a->strings["Currently Male"] = "Just nu man"; +$a->strings["Currently Female"] = "Just nu kvinna"; +$a->strings["Mostly Male"] = "Mestadels man"; +$a->strings["Mostly Female"] = "Mestadels kvinna"; +$a->strings["Transgender"] = "Transperson"; +$a->strings["Intersex"] = "Intersexuell"; +$a->strings["Transsexual"] = "Transsexuell"; +$a->strings["Hermaphrodite"] = "Hermafrodit"; +$a->strings["Neuter"] = "Könlös"; +$a->strings["Non-specific"] = "Ospecificerat"; +$a->strings["Other"] = "Annat"; +$a->strings["Undecided"] = "Obestämt"; +$a->strings["Males"] = "Män"; +$a->strings["Females"] = "Kvinnor"; +$a->strings["Gay"] = "Bög"; +$a->strings["Lesbian"] = "Lesbisk"; +$a->strings["No Preference"] = "Ingen preferens"; +$a->strings["Bisexual"] = "Bisexuell"; +$a->strings["Autosexual"] = "Autosexuell"; +$a->strings["Abstinent"] = "AvhÃ¥llsam"; +$a->strings["Virgin"] = "Oskuld"; +$a->strings["Deviant"] = "Avvikande"; +$a->strings["Fetish"] = "Fetisch"; +$a->strings["Oodles"] = "Massor"; +$a->strings["Nonsexual"] = "Ickesexuell"; +$a->strings["Single"] = "Singel"; +$a->strings["Lonely"] = "Ensam"; +$a->strings["Available"] = "Ledig"; +$a->strings["Unavailable"] = "Upptagen"; +$a->strings["Has crush"] = "Förälskad"; +$a->strings["Infatuated"] = "Förtrollad"; +$a->strings["Dating"] = "Dejtar"; +$a->strings["Unfaithful"] = "Otrogen"; +$a->strings["Sex Addict"] = "Sexmissbrukare"; +$a->strings["Friends/Benefits"] = "KompisförhÃ¥llande"; +$a->strings["Casual"] = "Vardaglig"; +$a->strings["Engaged"] = "Förlovad"; +$a->strings["Married"] = "Gift"; +$a->strings["Imaginarily married"] = "Inbillat gift"; +$a->strings["Partners"] = "Partner"; +$a->strings["Cohabiting"] = "Bor ihop"; +$a->strings["Common law"] = "Sambo"; +$a->strings["Happy"] = "Lycklig"; +$a->strings["Not looking"] = "Letar inte"; +$a->strings["Swinger"] = "Swinger"; +$a->strings["Betrayed"] = "Bedragen"; +$a->strings["Separated"] = "Separerad"; +$a->strings["Unstable"] = "Instabilt"; +$a->strings["Divorced"] = "Skild"; +$a->strings["Imaginarily divorced"] = "Inbillat skild"; +$a->strings["Widowed"] = "Änka"; +$a->strings["Uncertain"] = "Osäkert"; +$a->strings["It's complicated"] = "Det är komplicerat"; +$a->strings["Don't care"] = "Bryr mig inte"; +$a->strings["Ask me"] = "FrÃ¥ga mig"; +$a->strings["Missing room name"] = "Rumsnamn saknas"; +$a->strings["Duplicate room name"] = "Rumsnamnet finns redan"; +$a->strings["Invalid room specifier."] = "Ogiltig rumsbeskrivning."; +$a->strings["Room not found."] = "Rummet hittades inte."; +$a->strings["Room is full"] = "Rummet är fullt"; +$a->strings["Default"] = "Standard"; +$a->strings["Tags"] = "Taggar"; +$a->strings["Keywords"] = "Nyckelord"; +$a->strings["have"] = "har"; +$a->strings["has"] = "har"; +$a->strings["want"] = "vill ha"; +$a->strings["wants"] = "vill ha"; +$a->strings["likes"] = "gillar"; +$a->strings["dislikes"] = "ogillar"; +$a->strings["Logged out."] = "Utloggad."; +$a->strings["Failed authentication"] = "Autentisering misslyckades"; +$a->strings["Login failed."] = "Inloggning misslyckades."; +$a->strings["Not a valid email address"] = "Inte en giltig e-postadress"; +$a->strings["Your email domain is not among those allowed on this site"] = "Din e-postdomän är inte bland de som tillÃ¥ts pÃ¥ den här servern"; +$a->strings["Your email address is already registered at this site."] = "Din e-postadress är redan registrerad pÃ¥ den här servern."; +$a->strings["An invitation is required."] = "En inbjudan behövs."; +$a->strings["Invitation could not be verified."] = "Inbjudningen kunde inte bekräftas."; +$a->strings["Please enter the required information."] = "Ange den begärda informationen."; +$a->strings["Failed to store account information."] = "Misslyckades att spara kontoinformation."; +$a->strings["Registration request at %s"] = "RegistreringsförfrÃ¥gan pÃ¥ %s"; +$a->strings["Administrator"] = "Administratör"; +$a->strings["your registration password"] = "ditt registreringslösenord"; +$a->strings["Registration details for %s"] = "Registreringsdetaljer för %s"; +$a->strings["Account approved."] = "Konto godkänt."; +$a->strings["Registration revoked for %s"] = "Registrering avslagen för %s"; +$a->strings["Sort Options"] = "Sorteringsalternativ"; +$a->strings["Alphabetic"] = "Alfabetisk"; +$a->strings["Reverse Alphabetic"] = "Omvänd alfabetisk"; +$a->strings["Newest to Oldest"] = "Nyast till äldst"; +$a->strings["Enable Safe Search"] = "Aktivera säker sökning"; +$a->strings["Disable Safe Search"] = "Avaktivera säker sökning"; +$a->strings["Safe Mode"] = "Säkert läge"; +$a->strings["Red Matrix Notification"] = "Red Matrix-meddelande"; +$a->strings["redmatrix"] = "redmatrix"; +$a->strings["Thank You,"] = "Tack,"; +$a->strings["%s Administrator"] = "Administratören för %s"; +$a->strings["%s <!item_type!>"] = "%s <!item_type!>"; +$a->strings["[Red:Notify] New mail received at %s"] = "[Red:Meddelande] Nytt meddelande pÃ¥ %s"; +$a->strings["%1\$s, %2\$s sent you a new private message at %3\$s."] = "%1\$s, %2\$s skickade ett nytt privat meddelande till dig pÃ¥ %3\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s skickade %2\$s till dig."; +$a->strings["a private message"] = "ett privat meddelande"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Besök %s för att visa och/eller svara pÃ¥ dina privata meddelanden."; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ett %4\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]%4\$ss %5\$s[/zrl]"; +$a->strings["%1\$s, %2\$s commented on [zrl=%3\$s]your %4\$s[/zrl]"] = "%1\$s, %2\$s kommenterade [zrl=%3\$s]ditt %4\$s[/zrl]"; +$a->strings["[Red:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Red:Meddelande] Kommentar till konversation #%1\$d av %2\$s"; +$a->strings["%1\$s, %2\$s commented on an item/conversation you have been following."] = "%1\$s, %2\$s kommenterade en sak/konversation du har följt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Besök %s för att visa och/eller svara pÃ¥ konversationen."; +$a->strings["[Red:Notify] %s posted to your profile wall"] = "[Red:Meddelande] %s postade till din profilvägg"; +$a->strings["%1\$s, %2\$s posted to your profile wall at %3\$s"] = "%1\$s, %2\$s postade till din profilvägg pÃ¥ %3\$s"; +$a->strings["%1\$s, %2\$s posted to [zrl=%3\$s]your wall[/zrl]"] = "%1\$s, %2\$s postade till [zrl=%3\$s]din vägg[/zrl]"; +$a->strings["[Red:Notify] %s tagged you"] = "[Red:Meddelande] %s taggade dig"; +$a->strings["%1\$s, %2\$s tagged you at %3\$s"] = "%1\$s, %2\$s taggade dig pÃ¥ %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%3\$s]tagged you[/zrl]."] = "%1\$s, %2\$s [zrl=%3\$s]taggade dig[/zrl]."; +$a->strings["[Red:Notify] %1\$s poked you"] = "[Red:Meddelande] %1\$s puffade dig"; +$a->strings["%1\$s, %2\$s poked you at %3\$s"] = "%1\$s, %2\$s puffade dig pÃ¥ %3\$s"; +$a->strings["%1\$s, %2\$s [zrl=%2\$s]poked you[/zrl]."] = "%1\$s, %2\$s [zrl=%2\$s]puffade dig[/zrl]."; +$a->strings["[Red:Notify] %s tagged your post"] = "[Red:Meddelande] %s taggade ditt inlägg"; +$a->strings["%1\$s, %2\$s tagged your post at %3\$s"] = "%1\$s, %2\$s taggade ditt inlägg pÃ¥ %3\$s"; +$a->strings["%1\$s, %2\$s tagged [zrl=%3\$s]your post[/zrl]"] = "%1\$s, %2\$s taggade [zrl=%3\$s]ditt inlägg[/zrl]"; +$a->strings["[Red:Notify] Introduction received"] = "[Red:Meddelande] Presentation mottagen"; +$a->strings["%1\$s, you've received an new connection request from '%2\$s' at %3\$s"] = "%1\$s, du har fÃ¥tt en ny kontaktförfrÃ¥gan frÃ¥n '%2\$s' pÃ¥ %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a new connection request[/zrl] from %3\$s."] = "%1\$s, du har fÃ¥tt [zrl=%2\$s]en ny kontaktförfrÃ¥gan[/zrl] frÃ¥n %3\$s."; +$a->strings["You may visit their profile at %s"] = "Du kan besöka deras profil pÃ¥ %s"; +$a->strings["Please visit %s to approve or reject the connection request."] = "Besök %s för att bevilja eller avslÃ¥ kontaktförfrÃ¥gan."; +$a->strings["[Red:Notify] Friend suggestion received"] = "[Red:Meddelande] Vänförslag mottaget"; +$a->strings["%1\$s, you've received a friend suggestion from '%2\$s' at %3\$s"] = "%1\$s, du har fÃ¥tt ett vänförslag frÃ¥n '%2\$s' pÃ¥ %3\$s"; +$a->strings["%1\$s, you've received [zrl=%2\$s]a friend suggestion[/zrl] for %3\$s from %4\$s."] = "%1\$s, du har fÃ¥tt [zrl=%2\$s]ett vänförslag[/zrl] angÃ¥ende %3\$s frÃ¥n %4\$s."; +$a->strings["Name:"] = "Namn:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Besök %s för att bevilja eller avslÃ¥ förslaget."; +$a->strings["Image exceeds website size limit of %lu bytes"] = "Bild överskrider webbplatsens storleksbegränsning pÃ¥ %lu byte"; +$a->strings["Image file is empty."] = "Bildfil är tom."; +$a->strings["Unable to process image"] = "Kunde inte bearbeta bild"; +$a->strings["Photo storage failed."] = "Fotolagring misslyckades."; +$a->strings["Upload New Photos"] = "Ladda upp nya foton"; +$a->strings["%d invitation available"] = array( + 0 => "%d inbjudan tillgänglig", + 1 => "%d inbjudningar tillgängliga", ); -$a->strings['Applications'] = 'Applikationer'; -$a->strings["Invite Friends"] = "Bjud in folk du känner"; -$a->strings['Find People With Shared Interests'] = 'Sök personer som har samma intressen som du'; -$a->strings['Connect/Follow'] = 'Gör till kontakt/Följ'; -$a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Exempel: adam@exempel.com, http://exempel.com/bertil'; -$a->strings['Follow'] = 'Följ'; -$a->strings['Could not access contact record.'] = 'Hittar inte information om kontakten.'; -$a->strings['Could not locate selected profile.'] = 'Hittar inte vald profil.'; -$a->strings['Contact updated.'] = 'Kontakten har uppdaterats.'; -$a->strings['Failed to update contact record.'] = 'Det blev fel när kontakten skulle uppdateras.'; -$a->strings['Contact has been '] = 'Kontakten '; -$a->strings['blocked'] = 'spärrad'; -$a->strings['unblocked'] = 'inte längre spärrad'; -$a->strings['Contact has been blocked'] = 'Kontakten har spärrats'; -$a->strings['Contact has been unblocked'] = 'Kontakten är inte längre spärrad'; -$a->strings['Contact has been ignored'] = 'Kontakten ignoreras'; -$a->strings['Contact has been unignored'] = 'Kontakten ignoreras inte längre'; -$a->strings['stopped following'] = 'följer inte längre'; -$a->strings['Contact has been removed.'] = 'Kontakten har tagits bort.'; -$a->strings['Contact not found.'] = 'Kontakten hittades inte.'; -$a->strings['Mutual Friendship'] = 'Ömsesidig vänskap'; -$a->strings['is a fan of yours'] = 'är ett fan till dig'; -$a->strings['you are a fan of'] = 'du är fan till'; -$a->strings['Privacy Unavailable'] = 'Inte tillgängligt'; -$a->strings['Private communications are not available for this contact.'] = 'Det går inte att utbyta personliga meddelanden med den här kontakten.'; -$a->strings['Never'] = 'Aldrig'; -$a->strings["\x28Update was successful\x29"] = "(Uppdateringen lyckades)"; -$a->strings["\x28Update was not successful\x29"] = "(Uppdateringen lyckades inte)"; -$a->strings['Contact Editor'] = 'Ändra kontakter'; -$a->strings['Submit'] = 'Spara'; -$a->strings['Profile Visibility'] = 'Visning av profil'; -$a->strings['Please choose the profile you would like to display to %s when viewing your profile securely.'] = 'Välj vilken profil som ska visas för %s när han/hon besöker din sida.'; -$a->strings['Contact Information / Notes'] = 'Kontaktuppgifter/Anteckningar'; -$a->strings['Online Reputation'] = 'Rykte online'; -$a->strings['Occasionally your friends may wish to inquire about this person\'s online legitimacy.'] = 'Dina kontakter kanske vill veta något om den här personens rykte online innan de tar kontakt.'; -$a->strings['You may help them choose whether or not to interact with this person by providing a <em>reputation</em> to guide them.'] = 'Du kan vara till hjälp genom att ange personens rykte online.'; -$a->strings['Please take a moment to elaborate on this selection if you feel it could be helpful to others.'] = 'Ägna gärna en stund åt att ange detta för att hjälpa andra.'; -$a->strings['Visit $name\'s profile'] = 'Besök $name '; -$a->strings['Block/Unblock contact'] = 'Spärra kontakt eller häv spärr'; -$a->strings['Ignore contact'] = 'Ignorera kontakt'; -$a->strings['Repair contact URL settings'] = 'Repair contact URL settings'; -$a->strings["Repair contact URL settings \x28WARNING: Advanced\x29"] = "Repair contact URL settings (WARNING: Advanced)"; -$a->strings['Delete contact'] = 'Ta bort kontakt'; -$a->strings['Last updated: '] = 'Uppdaterad senast: '; -$a->strings['Update public posts: '] = 'Uppdatera offentliga inlägg: '; -$a->strings['Update now'] = 'Updatera nu'; -$a->strings['Unblock this contact'] = 'Häv spärr för kontakt'; -$a->strings['Block this contact'] = 'Spärra kontakt'; -$a->strings['Unignore this contact'] = 'Ignorera inte längre kontakt'; -$a->strings['Ignore this contact'] = 'Ignorera kontakt'; -$a->strings['Currently blocked'] = 'Spärrad'; -$a->strings['Currently ignored'] = 'Ignoreras'; -$a->strings['Contacts'] = 'Kontakter'; -$a->strings['Show Blocked Connections'] = 'Visa spärrade kontakter'; -$a->strings['Hide Blocked Connections'] = 'Dölj spärrade kontakter'; -$a->strings['Finding: '] = 'Hittar: '; -$a->strings['Find'] = 'Sök'; -$a->strings['Visit $username\'s profile'] = 'Gå till profilen som tillhör $username'; -$a->strings['Edit contact'] = 'Ändra kontakt'; -$a->strings['Contact settings applied.'] = 'Inställningar för kontakter har sparats.'; -$a->strings['Contact update failed.'] = 'Det gick inte att uppdatera kontakt.'; -$a->strings['Repair Contact Settings'] = 'Repair Contact Settings'; -$a->strings['<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact will stop working.'] = '<strong>VARNING! Det här är en avancerad inställning</strong> och om du anger felaktig information kommer kommunikationen med den här kontakten att sluta fungera.'; -$a->strings['Please use your browser \'Back\' button <strong>now</strong> if you are uncertain what to do on this page.'] = 'Använd webbläsarens bakåtknapp <strong>nu</strong> om du är osäker på vad man gör på den här sidan.'; -$a->strings['Name'] = 'Namn'; -$a->strings['Profile not found.'] = 'Profilen hittades inte.'; -$a->strings['Response from remote site was not understood.'] = 'Kunde inte tolka svaret från fjärrsajten.'; -$a->strings['Unexpected response from remote site: '] = 'Oväntat svar från fjärrsajten: '; -$a->strings["Confirmation completed successfully."] = "Bekräftat."; -$a->strings['Remote site reported: '] = 'Meddelande från fjärrsajten: '; -$a->strings["Temporary failure. Please wait and try again."] = "Tillfälligt fel. Försök igen lite senare."; -$a->strings["Introduction failed or was revoked."] = "Kontaktförfrågan gick inte fram eller har återkallats."; -$a->strings['Unable to set contact photo.'] = 'Det gick inte att byta profilbild.'; -$a->strings['is now friends with'] = 'är nu vän med'; -$a->strings['Our site encryption key is apparently messed up.'] = 'Det är något fel på webbplatsens krypteringsnyckel.'; -$a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Empty site URL was provided or URL could not be decrypted by us.'; -$a->strings['Contact record was not found for you on our site.'] = 'Det gick inte att hitta efterfrågad information på vår webbplats.'; -$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'Det ID som angavs av ditt system är samma som på vårt system. Det borde fungera om du provar igen.'; -$a->strings['Unable to set your contact credentials on our system.'] = 'Unable to set your contact credentials on our system.'; -$a->strings['Unable to update your contact profile details on our system'] = 'Unable to update your contact profile details on our system'; -$a->strings["Connection accepted at %s"] = "Kontaktförfrågan beviljad - %s"; -$a->strings['Administrator'] = 'Admin'; -$a->strings['noreply'] = 'noreply'; -$a->strings["%s commented on an item at %s"] = "%s har kommenterat ett inlägg på %s"; -$a->strings["This introduction has already been accepted."] = "Den här förfrågan har redan beviljats."; -$a->strings['Profile location is not valid or does not contain profile information.'] = 'Profiladressen är ogiltig eller innehåller ingen profilinformation.'; -$a->strings['Warning: profile location has no identifiable owner name.'] = 'Varning! Hittar inget namn som identifierar profilen.'; -$a->strings['Warning: profile location has no profile photo.'] = 'Varning! Profilen innehåller inte någon profilbild.'; -$a->strings["Introduction complete."] = "Kontaktförfrågan/Presentationen är klar."; -$a->strings['Unrecoverable protocol error.'] = 'Protokollfel.'; -$a->strings['Profile unavailable.'] = 'Profilen är inte tillgänglig.'; -$a->strings['%s has received too many connection requests today.'] = '%s har fått för många kontaktförfrågningar idag.'; -$a->strings['Spam protection measures have been invoked.'] = 'Åtgärder för spamskydd har vidtagits.'; -$a->strings['Friends are advised to please try again in 24 hours.'] = 'Dina vänner kan prova igen om ett dygn.'; -$a->strings["Invalid locator"] = "Invalid locator"; -$a->strings["Unable to resolve your name at the provided location."] = "Unable to resolve your name at the provided location."; -$a->strings['You have already introduced yourself here.'] = 'Du har redan presenterat dig här.'; -$a->strings['Apparently you are already friends with %s.'] = 'Du och %s är redan kontakter.'; -$a->strings['Invalid profile URL.'] = 'Ogiltig profil-URL.'; -$a->strings['Disallowed profile URL.'] = 'Otillåten profil-URL.'; -$a->strings['Your introduction has been sent.'] = 'Kontaktförfrågan/Presentationen har skickats.'; -$a->strings["Please login to confirm introduction."] = "Logga in för att acceptera förfrågan."; -$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Inloggad med fel identitet. Logga in med <strong>den här</strong> profilen."; -$a->strings['Welcome home %s.'] = 'Välkommen hem %s.'; -$a->strings['Please confirm your introduction/connection request to %s.'] = 'Bekräfta att du vill skicka kontaktförfrågan till %s.'; -$a->strings['Confirm'] = 'Bekräfta'; -$a->strings['[Name Withheld]'] = '[Namnet visas inte]'; -$a->strings["Introduction received at "] = "Inkommen kontaktförfrågan/presentation - "; -$a->strings['Friend/Connection Request'] = 'Vän- eller kontaktförfrågan'; -$a->strings['Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca'] = 'Examples: jojo@demo.friendika.com, http://demo.friendika.com/profile/jojo, testuser@identi.ca'; -$a->strings['Please answer the following:'] = 'Var vänlig besvara följande:'; -$a->strings['Does $name know you?'] = 'Känner $name dig?'; -$a->strings['Yes'] = 'Ja'; -$a->strings['No'] = 'Nej'; -$a->strings['Add a personal note:'] = 'Lägg till ett personligt meddelande:'; -$a->strings["Please enter your 'Identity Address' from one of the following supported social networks:"] = "Ange din adress, ditt ID, på ett av följande sociala nätverk:"; -$a->strings['Friendika'] = 'Friendika'; -$a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Federated Social Web'; -$a->strings["Private \x28secure\x29 network"] = "Privat (säkert) nätverk"; -$a->strings["Public \x28insecure\x29 network"] = "Offentligt (osäkert) nätverk"; -$a->strings['Your Identity Address:'] = 'Din adress (ditt ID):'; -$a->strings['Submit Request'] = 'Skicka förfrågan'; -$a->strings['Cancel'] = 'Avbryt'; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "%d required parameter was not found at the given location", - 1 => "%d required parameters were not found at the given location", +$a->strings["Advanced"] = "Avancerat"; +$a->strings["Find Channels"] = "Hitta kanaler"; +$a->strings["Enter name or interest"] = "Ange namn eller intresse"; +$a->strings["Connect/Follow"] = "Ta kontakt/följ"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Exempel: Robert Morgenstein, Fiske"; +$a->strings["Find"] = "Sök"; +$a->strings["Channel Suggestions"] = "Kanalförslag"; +$a->strings["Random Profile"] = "Slumpvald profil"; +$a->strings["Invite Friends"] = "Bjud in vänner"; +$a->strings["Exammple: name=fred and country=iceland"] = "Exempel: name=fred and country=iceland"; +$a->strings["Advanced Find"] = "Sök avancerat"; +$a->strings["%d connection in common"] = array( + 0 => "%d gemensam kontakt", + 1 => "%d gemensamma kontakter", ); -$a->strings['Global Directory'] = 'Medlemskatalog för flera sajter (global)'; -$a->strings['Site Directory'] = 'Medlemskatalog'; -$a->strings['Age: '] = 'Ålder: '; -$a->strings['Gender: '] = 'Kön: '; -$a->strings["No entries \x28some entries may be hidden\x29."] = "Inget att visa. (Man kan välja att inte synas här)"; -$a->strings['Item not found.'] = 'Hittar inte.'; -$a->strings['Item has been removed.'] = 'Har tagits bort.'; -$a->strings['Item not found'] = 'Hittades inte'; -$a->strings['Edit post'] = 'Ändra inlägg'; -$a->strings['Edit'] = 'Ändra'; -$a->strings['The profile address specified does not provide adequate information.'] = 'Angiven profiladress ger inte tillräcklig information.'; -$a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Begränsad profil. Den här personen kommer inte att kunna ta emot personliga meddelanden från dig.'; -$a->strings['Unable to retrieve contact information.'] = 'Det gick inte att komma åt kontaktinformationen.'; -$a->strings['following'] = 'följer'; -$a->strings['This is Friendika version'] = 'Det här är Friendika version'; -$a->strings['running at web location'] = 'som körs på'; -$a->strings['Shared content within the Friendika network is provided under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>'] = 'Innehåll som publiceras inom Friendikanätverket omfattas av licensen <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>'; -$a->strings['Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendika project.'] = 'Gå till <a href="http://project.friendika.com">Project.Friendika.com</a> om du vill läsa mer om friendikaprojektet.'; -$a->strings['Bug reports and issues: please visit'] = 'Anmäl buggar eller andra problem, gå till'; -$a->strings['Suggestions, praise, donations, etc. - please email "Info" at Friendika - dot com'] = 'Förslag, beröm, donationer, etc. - skicka e-post till "info at friendika punkt com" '; -$a->strings['Installed plugins/addons/apps'] = 'Installerade insticksprogram/applikationer'; -$a->strings['No installed plugins/addons/apps'] = 'Inga installerade insticksprogram/applikationer'; -$a->strings['Group created.'] = 'Gruppen har skapats.'; -$a->strings['Could not create group.'] = 'Det gick inte att skapa gruppen.'; -$a->strings['Group not found.'] = 'Gruppen hittades inte.'; -$a->strings['Group name changed.'] = 'Gruppens namn har ändrats.'; -$a->strings['Create a group of contacts/friends.'] = 'Skapa en grupp med kontakter/vänner.'; -$a->strings['Group Name: '] = 'Gruppens namn: '; -$a->strings['Group removed.'] = 'Gruppen har tagits bort.'; -$a->strings['Unable to remove group.'] = 'Det gick inte att ta bort gruppen.'; -$a->strings['Delete'] = 'Ta bort'; -$a->strings['Click on a contact to add or remove.'] = 'Klicka på en kontakt för att lägga till eller ta bort.'; -$a->strings['Group Editor'] = 'Ändra i grupper'; -$a->strings['Members'] = 'Medlemmar'; -$a->strings['All Contacts'] = 'Alla kontakter'; -$a->strings['Help:'] = 'Hjälp:'; -$a->strings['Help'] = 'Hjälp'; -$a->strings["Welcome to %s"] = "Välkommen till %s"; -$a->strings['Could not create/connect to database.'] = 'Det gick inte att skapa eller ansluta till databasen.'; -$a->strings['Connected to database.'] = 'Ansluten till databasen.'; -$a->strings['Proceed with Installation'] = 'Fortsätt med installationen'; -$a->strings['Your Friendika site database has been installed.'] = 'Databasen för din friendikasajt har installerats.'; -$a->strings['IMPORTANT: You will need to [manually] setup a scheduled task for the poller.'] = 'IMPORTANT: You will need to [manually] setup a scheduled task for the poller.'; -$a->strings['Please see the file "INSTALL.txt".'] = 'Se filen "INSTALL.txt".'; -$a->strings['Proceed to registration'] = 'Gå vidare till registreringen'; -$a->strings['Database import failed.'] = 'Det gick inte att importera databasen.'; -$a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'Du kanske måste importera filen "database.sql" manuellt med phpmyadmin eller mysql.'; -$a->strings['Welcome to Friendika.'] = 'Välkommen till Friendika.'; -$a->strings['Friendika Social Network'] = 'Det sociala nätverket Friendika'; -$a->strings['Installation'] = 'Installation'; -$a->strings['In order to install Friendika we need to know how to contact your database.'] = 'In order to install Friendika we need to know how to contact your database.'; -$a->strings['Please contact your hosting provider or site administrator if you have questions about these settings.'] = 'Please contact your hosting provider or site administrator if you have questions about these settings.'; -$a->strings['The database you specify below must already exist. If it does not, please create it before continuing.'] = 'The database you specify below must already exist. If it does not, please create it before continuing.'; -$a->strings['Database Server Name'] = 'Database Server Name'; -$a->strings['Database Login Name'] = 'Database Login Name'; -$a->strings['Database Login Password'] = 'Database Login Password'; -$a->strings['Database Name'] = 'Database Name'; -$a->strings['Please select a default timezone for your website'] = 'Please select a default timezone for your website'; -$a->strings['Could not find a command line version of PHP in the web server PATH.'] = 'Could not find a command line version of PHP in the web server PATH.'; -$a->strings['This is required. Please adjust the configuration file .htconfig.php accordingly.'] = 'This is required. Please adjust the configuration file .htconfig.php accordingly.'; -$a->strings['The command line version of PHP on your system does not have "register_argc_argv" enabled.'] = 'The command line version of PHP on your system does not have "register_argc_argv" enabled.'; -$a->strings['This is required for message delivery to work.'] = 'Det krävs för att meddelanden ska kunna levereras.'; -$a->strings['Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys'] = 'Fel: funktionen "openssl_pkey_new" kan inte skapa krypteringsnycklar'; -$a->strings['If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".'] = 'Läs mer på "http://www.php.net/manual/en/openssl.installation.php" om du kör Windows.'; -$a->strings['Error: Apache webserver mod-rewrite module is required but not installed.'] = 'Error: Apache webserver mod-rewrite module is required but not installed.'; -$a->strings['Error: libCURL PHP module required but not installed.'] = 'Error: libCURL PHP module required but not installed.'; -$a->strings['Error: GD graphics PHP module with JPEG support required but not installed.'] = 'Error: GD graphics PHP module with JPEG support required but not installed.'; -$a->strings['Error: openssl PHP module required but not installed.'] = 'Error: openssl PHP module required but not installed.'; -$a->strings['Error: mysqli PHP module required but not installed.'] = 'Error: mysqli PHP module required but not installed.'; -$a->strings['The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.'] = 'The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.'; -$a->strings['This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.'] = 'This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.'; -$a->strings['Please check with your site documentation or support people to see if this situation can be corrected.'] = 'Please check with your site documentation or support people to see if this situation can be corrected.'; -$a->strings['If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.'] = 'If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.'; -$a->strings['The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'; -$a->strings['Errors encountered creating database tables.'] = 'Fel vid skapandet av databastabeller.'; -$a->strings['%s : Not a valid email address.'] = '%s : Ogiltig e-postadress.'; -$a->strings['%s : Message delivery failed.'] = '%s : Meddelandet kom inte fram.'; -$a->strings['Send invitations'] = 'Skicka inbjudningar'; -$a->strings['Enter email addresses, one per line:'] = 'Ange e-postadresser, en per rad:'; -$a->strings['Your message:'] = 'Meddelande:'; -$a->strings['To accept this invitation, please visit:'] = 'Gå hit för att tacka ja till inbjudan:'; -$a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Vi kan bli kontakter via min profil. Besök min profil här när du har registrerat dig:'; +$a->strings["New Page"] = "Ny sida"; +$a->strings["Click here to upgrade."] = "Klicka här för att uppgradera."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Den här funktionen gÃ¥r utanför vad som anges i ditt avtal."; +$a->strings["This action is not available under your subscription plan."] = "Den här funktionen är inte tillgänglig med ditt avtal."; +$a->strings["Permission denied"] = "Behörighet saknas"; +$a->strings["(Unknown)"] = "(Okänt)"; +$a->strings["Item not found."] = "Posten hittades inte."; +$a->strings["Collection not found."] = "Sammanhanget hittades inte."; +$a->strings["Collection is empty."] = "Sammanhanget är tomt."; +$a->strings["Collection: %s"] = "Sammanhang: %s"; +$a->strings["Connection: %s"] = "Kontakt: %s"; +$a->strings["Connection not found."] = "Kontakten hittades inte."; +$a->strings["Channel is blocked on this site."] = "Kanalen är blockerad pÃ¥ den här servern."; +$a->strings["Channel location missing."] = "Kanalplats saknas."; +$a->strings["Response from remote channel was incomplete."] = "Svar frÃ¥n den andra kanalen var ofullständigt."; +$a->strings["Channel was deleted and no longer exists."] = "Kanalen har tagits bort och finns inte längre."; +$a->strings["Channel discovery failed."] = "Kanalsökning misslyckades."; +$a->strings["local account not found."] = "hittade inte lokalt konto."; +$a->strings["Cannot connect to yourself."] = "Du kan inte kontakta dig själv."; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Formulärets kontrollkod var inte korrekt. Antagligen beror det pÃ¥ att formuläret har varit öppet för länge (> 3 timmar) innan det skickades."; +$a->strings["Embedded content"] = "Inbäddat innehÃ¥ll"; +$a->strings["Embedding disabled"] = "Inbäddning inaktiverat"; +$a->strings["Can view my \"public\" stream and posts"] = "Kan se mina \"offentliga\" strömmar och inlägg"; +$a->strings["Can view my \"public\" channel profile"] = "Kan se min \"offentliga\" kanalprofil"; +$a->strings["Can view my \"public\" photo albums"] = "Kan se mina \"offentliga\" fotoalbum"; +$a->strings["Can view my \"public\" address book"] = "Kan se min \"offentliga\" adressbok"; +$a->strings["Can view my \"public\" file storage"] = "Kan se mitt \"offentliga\" filutrymme"; +$a->strings["Can view my \"public\" pages"] = "Kan se mina \"offentliga\" sidor"; +$a->strings["Can send me their channel stream and posts"] = "Kan skicka sina kanalströmmar och inlägg till mig"; +$a->strings["Can post on my channel page (\"wall\")"] = "Kan posta inlägg pÃ¥ min kanalsida (\"vägg\")"; +$a->strings["Can comment on my posts"] = "Kan kommentera mina inlägg"; +$a->strings["Can send me private mail messages"] = "Kan skicka privata meddelanden till mig"; +$a->strings["Can post photos to my photo albums"] = "Kan lägga till foton i mitt fotoalbum"; +$a->strings["Can forward to all my channel contacts via post @mentions"] = "Kan vidarebefordra till alla mina kanalkontakter genom @omnämnanden"; +$a->strings["Advanced - useful for creating group forum channels"] = "Avancerat - användbart för att skapa kanaler för gruppforum"; +$a->strings["Can chat with me (when available)"] = "Kan chatta med mig (när tillgänglig)"; +$a->strings["Can write to my \"public\" file storage"] = "Har skrivrättigheter i mitt \"offentliga\" filutrymme"; +$a->strings["Can edit my \"public\" pages"] = "Kan redigera mina \"offentliga\" sidor"; +$a->strings["Can source my \"public\" posts in derived channels"] = "Kan använda mina \"offentliga\" inlägg i kanaler nedströms"; +$a->strings["Somewhat advanced - very useful in open communities"] = "Ganska avancerat - väldigt användbart i öppna gemenskaper"; +$a->strings["Can send me bookmarks"] = "Kan skicka bokmärken till mig"; +$a->strings["Can administer my channel resources"] = "Kan administrera mina kanalresurser"; +$a->strings["Extremely advanced. Leave this alone unless you know what you are doing"] = "Extremt avancerat. LÃ¥t detta vara om du inte vet vad du gör"; +$a->strings["Invalid data packet"] = "Ogiltigt datapaket"; +$a->strings["Unable to verify channel signature"] = "Kunde inte bekräfta kanalsignatur"; +$a->strings["Unable to verify site signature for %s"] = "Kunde inte bekräfta signatur för servern %s"; +$a->strings["No channel."] = "Ingen kanal."; +$a->strings["Common connections"] = "Gemensamma kontakter"; +$a->strings["No connections in common."] = "Inga gemensamma kontakter."; +$a->strings["Event title and start time are required."] = "Händelsen behöver titel och starttid."; +$a->strings["l, F j"] = "l, j F"; +$a->strings["Edit event"] = "Redigera händelse"; +$a->strings["Create New Event"] = "Skapa ny händelse"; +$a->strings["Previous"] = "FöregÃ¥ende"; +$a->strings["Next"] = "Nästa"; +$a->strings["hour:minute"] = "timme:minut"; +$a->strings["Event details"] = "Detaljer för händelse"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Formatet är %s %s. Startdatum och titel behövs."; +$a->strings["Event Starts:"] = "Händelsen börjar:"; +$a->strings["Required"] = "Behövs"; +$a->strings["Finish date/time is not known or not relevant"] = "Slutdatum/tid är okänt eller inte relevant"; +$a->strings["Event Finishes:"] = "Händelsen slutar:"; +$a->strings["Adjust for viewer timezone"] = "Justera för betraktarens tidszon"; +$a->strings["Description:"] = "Beskrivning:"; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Dela den här händelsen"; +$a->strings["Thing updated"] = "FöremÃ¥l uppdaterat"; +$a->strings["Object store: failed"] = "Objektlagring: misslyckades"; +$a->strings["Thing added"] = "FöremÃ¥l tillagt"; +$a->strings["OBJ: %1\$s %2\$s %3\$s"] = "OBJ: %1\$s %2\$s %3\$s"; +$a->strings["Show Thing"] = "Visa föremÃ¥l"; +$a->strings["item not found."] = "föremÃ¥l hittades inte."; +$a->strings["Edit Thing"] = "Redigera föremÃ¥l"; +$a->strings["Select a profile"] = "Välj en profil"; +$a->strings["Select a category of stuff. e.g. I ______ something"] = "Välj en kategori, t.ex. Jag ______ nÃ¥gonting"; +$a->strings["Post an activity"] = "Posta en aktivitet"; +$a->strings["Only sends to viewers of the applicable profile"] = "Skickar bara till de som tittar pÃ¥ den aktuella profilen"; +$a->strings["Name of thing e.g. something"] = "Namn pÃ¥ föremÃ¥l, t.ex. nÃ¥gonting"; +$a->strings["URL of thing (optional)"] = "URL för föremÃ¥l (frivilligt)"; +$a->strings["URL for photo of thing (optional)"] = "URL för foto pÃ¥ föremÃ¥l (frivilligt)"; +$a->strings["Add Thing to your Profile"] = "Lägg till föremÃ¥l till din profil"; +$a->strings["Total invitation limit exceeded."] = "Gränsen för totalt antal inbjudningar överskriden."; +$a->strings["%s : Not a valid email address."] = "%s: Inte en giltig e-postadress."; +$a->strings["Please join us on Red"] = "GÃ¥ med oss i Red"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Inbjudningsgränsen överskriden. Kontakta din serveradministratör."; +$a->strings["%s : Message delivery failed."] = "%s : Leverans av meddelande misslyckades."; $a->strings["%d message sent."] = array( - 0 => "%d meddelande har skickats.", - 1 => "%d meddelanden har skickats.", + 0 => "%d meddelande sänt.", + 1 => "%d meddelanden sända.", +); +$a->strings["You have no more invitations available"] = "Du har inga fler inbjudningar kvar"; +$a->strings["Send invitations"] = "Skicka inbjudan"; +$a->strings["Enter email addresses, one per line:"] = "Ange e-postadresser, en per rad:"; +$a->strings["Your message:"] = "Ditt meddelande:"; +$a->strings["You are cordially invited to join me and some other close friends on the Red Matrix - a revolutionary new decentralised communication and information tool."] = "Du är hjärtligt inbjuden att gÃ¥ med mig och nÃ¥gra andra nära vänner i Red Matrix - ett revolutionärt nytt decentraliserat kommunikations- och informationsverktyg."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Du kommer att behöva ange den här inbjudningskoden: \$invite_code"; +$a->strings["Please visit my channel at"] = "Besök min kanal pÃ¥"; +$a->strings["Once you have registered (on ANY Red Matrix site - they are all inter-connected), please connect with my Red Matrix channel address:"] = "När du har registrerat dig (pÃ¥ NÃ…GON Red Matrix-server - alla sitter ihop), sÃ¥ lägg till min Red Matrix-kanaladress:"; +$a->strings["Click the [Register] link on the following page to join."] = "Klicka pÃ¥ [Registrera]-länken pÃ¥ följande sida för att gÃ¥ med."; +$a->strings["For more information about the Red Matrix Project and why it has the potential to change the internet as we know it, please visit http://getzot.com"] = "För mer information om Red Matrix-projektet och varför det har potential att förändra Internet som vi känner det, besök http://getzot.com"; +$a->strings["Unable to lookup recipient."] = "Kunde inte hitta mottagare."; +$a->strings["Unable to communicate with requested channel."] = "Kunde inte kommunicera med den begärda kanalen."; +$a->strings["Cannot verify requested channel."] = "Kan inte bekräfta den begärda kanalen."; +$a->strings["Selected channel has private message restrictions. Send failed."] = "Den valda kanalen har restriktioner för privata meddelanden. Misslyckades att skicka."; +$a->strings["Messages"] = "Meddelanden"; +$a->strings["Message deleted."] = "Meddelande borttaget."; +$a->strings["Message recalled."] = "Meddelande Ã¥terkallat."; +$a->strings["Send Private Message"] = "Skicka privat meddelande."; +$a->strings["To:"] = "Till:"; +$a->strings["Subject:"] = "Ämne:"; +$a->strings["Message not found."] = "Meddelandet hittades inte."; +$a->strings["Delete message"] = "Ta bort meddelande"; +$a->strings["Recall message"] = "Ã…terkalla meddelande"; +$a->strings["Message has been recalled."] = "Meddelandet har Ã¥terkallats."; +$a->strings["Private Conversation"] = "Privat konversation"; +$a->strings["Delete conversation"] = "Ta bort konversation"; +$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Ingen säker kommunikationskanal tillgänglig. Du kan <strong>möjligtvis</strong> svara frÃ¥n avsändarens profilsida."; +$a->strings["Send Reply"] = "Skicka svar"; +$a->strings["Name is required"] = "Namn är obligatoriskt"; +$a->strings["Key and Secret are required"] = "Nyckel och kod är obligatoriska"; +$a->strings["Update"] = "Uppdatera"; +$a->strings["Passwords do not match. Password unchanged."] = "Lösenorden stämmer inte överens. Lösenordet har inte ändrats."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tomma lösenord tillÃ¥ts inte. Lösenordet har inte ändrats."; +$a->strings["Password changed."] = "Lösenordet ändrat."; +$a->strings["Password update failed. Please try again."] = "Lösenordsuppdatering misslyckades. Försök igen."; +$a->strings["Not valid email."] = "Inte en giltig e-postadress."; +$a->strings["Protected email address. Cannot change to that email."] = "Skyddad e-postadress. Kan inte ändra till den."; +$a->strings["System failure storing new email. Please try again."] = "Systemfel när ny e-postadress skulle sparas. Försök igen."; +$a->strings["Settings updated."] = "Inställningar uppdaterade."; +$a->strings["Add application"] = "Lägg till applikation"; +$a->strings["Name"] = "Namn"; +$a->strings["Name of application"] = "Applikationens namn"; +$a->strings["Consumer Key"] = "Nyckel för konsument"; +$a->strings["Automatically generated - change if desired. Max length 20"] = "Automatiskt genererad - ändra om sÃ¥ önskas. Maxlängd 20"; +$a->strings["Consumer Secret"] = "Kod för konsument"; +$a->strings["Redirect"] = "Omdirigering"; +$a->strings["Redirect URI - leave blank unless your application specifically requires this"] = "Omdirigerings-URI - lämna blankt om inte din applikation specifikt behöver det"; +$a->strings["Icon url"] = "Ikon-URL"; +$a->strings["Optional"] = "Frivillig"; +$a->strings["You can't edit this application."] = "Du kan inte redigera den här applikationen."; +$a->strings["Connected Apps"] = "Anslutna appar"; +$a->strings["Client key starts with"] = "Klientnyckel börjar med"; +$a->strings["No name"] = "Inget namn"; +$a->strings["Remove authorization"] = "Ta bort behörighet"; +$a->strings["No feature settings configured"] = "Inga funktionsinställningar konfigurerade"; +$a->strings["Feature Settings"] = "Funktionsinställningar"; +$a->strings["Account Settings"] = "Kontoinställningar"; +$a->strings["Password Settings"] = "Lösenordsinställningar"; +$a->strings["New Password:"] = "Nytt lösenord:"; +$a->strings["Confirm:"] = "Bekräfta:"; +$a->strings["Leave password fields blank unless changing"] = "Lämna lösenordsfälten blanka om lösenordet inte ska ändras"; +$a->strings["Email Address:"] = "E-postadress"; +$a->strings["Remove Account"] = "Ta bort konto"; +$a->strings["Warning: This action is permanent and cannot be reversed."] = "Varning: Den här handlingen är permanent och kan inte Ã¥terställas."; +$a->strings["Off"] = "Av"; +$a->strings["On"] = "PÃ¥"; +$a->strings["Additional Features"] = "Ytterligare funktioner"; +$a->strings["Connector Settings"] = "Anslutningsinställningar"; +$a->strings["No special theme for mobile devices"] = "Inget särskilt tema för mobila enheter"; +$a->strings["Display Settings"] = "Utseende"; +$a->strings["Display Theme:"] = "Tema för utseende:"; +$a->strings["Mobile Theme:"] = "Mobilt tema:"; +$a->strings["Update browser every xx seconds"] = "Uppdatera webbläsaren var xx sekund"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minst 10 sekunder, inget maximum"; +$a->strings["Maximum number of conversations to load at any time:"] = "Högsta antal konversationer att ladda Ã¥t gÃ¥ngen:"; +$a->strings["Maximum of 100 items"] = "Maximalt 100 poster"; +$a->strings["Don't show emoticons"] = "Visa inte känsloikoner"; +$a->strings["Do not view remote profiles in frames"] = "Visa inte profiler pÃ¥ andra servrar i ramar"; +$a->strings["By default open in a sub-window of your own site"] = "Som standard öppnas de i ett underfönster pÃ¥ din lokala server"; +$a->strings["System Page Layout Editor - (advanced)"] = "Redigera systemets sidlayout (avancerat)"; +$a->strings["Nobody except yourself"] = "Ingen utom dig själv"; +$a->strings["Only those you specifically allow"] = "Endast utvalda"; +$a->strings["Anybody in your address book"] = "Vem som helst i din adressbok"; +$a->strings["Anybody on this website"] = "Vem som helst pÃ¥ den här servern"; +$a->strings["Anybody in this network"] = "Vem som helst i det här nätverket"; +$a->strings["Anybody authenticated"] = "Vem som helst som har autentiserat sig"; +$a->strings["Anybody on the internet"] = "Vem som helst pÃ¥ Internet"; +$a->strings["Publish your default profile in the network directory"] = "Publicera din standardprofil i nätverkskatalogen"; +$a->strings["No"] = "Nej"; +$a->strings["Yes"] = "Ja"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "TillÃ¥t oss att föreslÃ¥ dig som möjlig vän för nya medlemmar"; +$a->strings["or"] = "eller"; +$a->strings["Your channel address is"] = "Din kanaladress är"; +$a->strings["Channel Settings"] = "Kanalinställningar"; +$a->strings["Basic Settings"] = "Grundläggande inställningar"; +$a->strings["Your Timezone:"] = "Din tidszon:"; +$a->strings["Default Post Location:"] = "Standardplats:"; +$a->strings["Geographical location to display on your posts"] = "Geografisk plats att visa för dina inlägg"; +$a->strings["Use Browser Location:"] = "Använd webbläsarens position:"; +$a->strings["Adult Content"] = "Pornografiskt innehÃ¥ll"; +$a->strings["This channel frequently or regularly publishes adult content. (Please tag any adult material and/or nudity with #NSFW)"] = "Den här kanalen publicerar ofta eller regelbundet pornografiskt innehÃ¥ll. (Tagga allt pornografiskt material och/eller nakenhet med #NSFW, tack)"; +$a->strings["Security and Privacy Settings"] = "Säkerhets- och integritetsinställningar"; +$a->strings["Hide my online presence"] = "Visa inte min online-närvaro"; +$a->strings["Prevents displaying in your profile that you are online"] = "Förhindrar att det syns i din profil att du är online"; +$a->strings["Simple Privacy Settings:"] = "Enkla integritetsinställningar:"; +$a->strings["Very Public - <em>extremely permissive (should be used with caution)</em>"] = "Väldigt offentligt - <em>extremt tillÃ¥tande (bör användas försiktigt)</em>"; +$a->strings["Typical - <em>default public, privacy when desired (similar to social network permissions but with improved privacy)</em>"] = "Typiskt - <em>offentligt som standard, privat när sÃ¥ önskas (liknande behörigheter som pÃ¥ sociala nätverk men med förbättrad integritet)</em>"; +$a->strings["Private - <em>default private, never open or public</em>"] = "Privat - <em>privat som standard, aldrig öppet eller offentligt</em>"; +$a->strings["Blocked - <em>default blocked to/from everybody</em>"] = "Blockera - <em>som standard blockerat till/frÃ¥n alla</em>"; +$a->strings["Allow others to tag your posts"] = "LÃ¥t andra tagga dina inlägg"; +$a->strings["Often used by the community to retro-actively flag inappropriate content"] = "Ofta använt av gemenskapen för att i efterhand flagga olämpligt innehÃ¥ll"; +$a->strings["Advanced Privacy Settings"] = "Avancerade integritetsinställningar"; +$a->strings["Expire other channel content after this many days"] = "LÃ¥t annat kanalinnehÃ¥ll upphöra efter efter sÃ¥ här mÃ¥nga dagar"; +$a->strings["0 or blank prevents expiration"] = "0 eller blankt förhindrar upphörande"; +$a->strings["Maximum Friend Requests/Day:"] = "Högsta antal vänförfrÃ¥gningar per dag:"; +$a->strings["May reduce spam activity"] = "Kan reducera spamaktivitet"; +$a->strings["Default Post Permissions"] = "Standardbehörighet för inlägg"; +$a->strings["(click to open/close)"] = "(klicka för att öppna/stänga)"; +$a->strings["Maximum private messages per day from unknown people:"] = "Högsta antal privata meddelanden per dag frÃ¥n okända personer:"; +$a->strings["Useful to reduce spamming"] = "Användbart för att minska skräputskick"; +$a->strings["Notification Settings"] = "Notifieringsinställningar"; +$a->strings["By default post a status message when:"] = "Skicka som standard ett statusmeddelande när:"; +$a->strings["accepting a friend request"] = "du accepterar en vänförfrÃ¥gan"; +$a->strings["joining a forum/community"] = "du gÃ¥r med i ett forum/en gemenskap"; +$a->strings["making an <em>interesting</em> profile change"] = "du gör en <em>intressant</em> ändring av profilen"; +$a->strings["Send a notification email when:"] = "Skicka en notifiering via e-post med när:"; +$a->strings["You receive a connection request"] = "Du fÃ¥r en kontaktförfrÃ¥gan"; +$a->strings["Your connections are confirmed"] = "Dina kontakter bekräftas"; +$a->strings["Someone writes on your profile wall"] = "NÃ¥gon skriver pÃ¥ din profilvägg"; +$a->strings["Someone writes a followup comment"] = "NÃ¥gon skriver en uppföljande kommentar"; +$a->strings["You receive a private message"] = "Du tar emot ett privat meddelande"; +$a->strings["You receive a friend suggestion"] = "Du tar emot ett vänförslag"; +$a->strings["You are tagged in a post"] = "Du taggas i ett inlägg"; +$a->strings["You are poked/prodded/etc. in a post"] = "Du puffas/stöts till/etc. i ett inlägg"; +$a->strings["Advanced Account/Page Type Settings"] = "Avancerade konto-/sidtypsinställningar"; +$a->strings["Change the behaviour of this account for special situations"] = "Ändra det här kontots beteende i särskilda situationer"; +$a->strings["Please enable expert mode (in <a href=\"settings/features\">Settings > Additional features</a>) to adjust!"] = "Aktivera expertläge (i <a href=\"settings/features\">Inställningar > Ytterligare funktioner</a>) för att göra ändringar!"; +$a->strings["Miscellaneous Settings"] = "Diverse inställningar"; +$a->strings["Personal menu to display in your channel pages"] = "Personlig meny att visa i dina kanalsidor"; +$a->strings["Menu updated."] = "Meny uppdaterad."; +$a->strings["Unable to update menu."] = "Kunde inte uppdatera meny."; +$a->strings["Menu created."] = "Meny skapad."; +$a->strings["Unable to create menu."] = "Kunde inte skapa meny."; +$a->strings["Manage Menus"] = "Hantera menyer"; +$a->strings["Drop"] = "Ta bort"; +$a->strings["Create a new menu"] = "Skapa en ny meny"; +$a->strings["Delete this menu"] = "Ta bort den här menyn"; +$a->strings["Edit menu contents"] = "Redigera menyinnehÃ¥ll"; +$a->strings["Edit this menu"] = "Redigera den här menyn"; +$a->strings["New Menu"] = "Ny meny"; +$a->strings["Menu name"] = "Menynamn"; +$a->strings["Must be unique, only seen by you"] = "MÃ¥ste vara unikt, ses endast av dig"; +$a->strings["Menu title"] = "Menytitel"; +$a->strings["Menu title as seen by others"] = "Menytitel som andra ser den"; +$a->strings["Allow bookmarks"] = "TillÃ¥t bokmärken"; +$a->strings["Menu may be used to store saved bookmarks"] = "Menyn kan användas för att spara bokmärken"; +$a->strings["Create"] = "Skapa"; +$a->strings["Menu not found."] = "Menyn hittades inte."; +$a->strings["Menu deleted."] = "Meny borttagen."; +$a->strings["Menu could not be deleted."] = "Menyn kunde inte tas bort."; +$a->strings["Edit Menu"] = "Redigera meny"; +$a->strings["Add or remove entries to this menu"] = "Lägg till eller ta bort menyval"; +$a->strings["Modify"] = "Ändra"; +$a->strings["Not found."] = "Hittades inte."; +$a->strings["View"] = "Visa"; +$a->strings["Authorize application connection"] = "TillÃ¥t anslutning av applikation"; +$a->strings["Return to your app and insert this Securty Code:"] = "Ã…tergÃ¥ till din applikation och ange den här säkerhetskoden:"; +$a->strings["Please login to continue."] = "Logga in för att fortsätta."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vill du lÃ¥ta den här applikationen fÃ¥ tillgÃ¥ng till dina inlägg och kontakter, och/eller skapa nya inlägg Ã¥t dig?"; +$a->strings["No installed applications."] = "Inga installerade applikationer"; +$a->strings["Applications"] = "Applikationer"; +$a->strings["Item not found"] = "Posten hittas inte"; +$a->strings["Item is not editable"] = "Posten gÃ¥r ej att redigera"; +$a->strings["Edit post"] = "Redigera inlägg"; +$a->strings["Delete item?"] = "Ta bort posten?"; +$a->strings["Insert YouTube video"] = "Infoga Youtube-video"; +$a->strings["Insert Vorbis [.ogg] video"] = "Infoga Vorbis [.ogg]-video"; +$a->strings["Insert Vorbis [.ogg] audio"] = "Infoga Vorbis [.ogg]-ljud"; +$a->strings["Red Matrix - Guests: Username: {your email address}, Password: +++"] = "Red Matrix - Gäster: Användarnamn: {din e-postadress}, Lösenord: +++"; +$a->strings["Bookmark added"] = "Bokmärke tillagt"; +$a->strings["My Bookmarks"] = "Mina bokmärken"; +$a->strings["My Connections Bookmarks"] = "Mina kontakters bokmärken"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s följer %2\$ss %3\$s"; +$a->strings["[Embedded content - reload page to view]"] = "[Inbäddat innehÃ¥ll - ladda om sidan för att visa]"; +$a->strings["Channel not found."] = "Kanalen hittas inte."; +$a->strings["toggle full screen mode"] = "växla helskärmsläge"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s taggade%2\$ss %3\$s med %4\$s"; +$a->strings["network"] = "nätverk"; +$a->strings["Public access denied."] = "Offentlig behörighet saknas."; +$a->strings["No connections."] = "Inga kontakter."; +$a->strings["Visit %s's profile [%s]"] = "Besök %ss profil [%s]"; +$a->strings["View Connnections"] = "Visa kontakter"; +$a->strings["Tag removed"] = "Tagg borttagen"; +$a->strings["Remove Item Tag"] = "Ta bort innehÃ¥llstagg"; +$a->strings["Select a tag to remove: "] = "Välj en tagg att ta bort: "; +$a->strings["Remove"] = "Ta bort"; +$a->strings["Continue"] = "Fortsätt"; +$a->strings["Premium Channel Setup"] = "Inställning av premiumkanal"; +$a->strings["Enable premium channel connection restrictions"] = "Aktivera kontaktrestriktioner för premiumkanal"; +$a->strings["Please enter your restrictions or conditions, such as paypal receipt, usage guidelines, etc."] = "Ange dina restriktioner och villkor, som Paypal-kvitto, användarriktlinjer, etc."; +$a->strings["This channel may require additional steps or acknowledgement of the following conditions prior to connecting:"] = "Den här kanalen kan kräva ytterligare steg eller godkännande av följande villkor innan anslutning:"; +$a->strings["Potential connections will then see the following text before proceeding:"] = "Potentiella kontakter kommer sedan att se följande text innan de gÃ¥r vidare:"; +$a->strings["By continuing, I certify that I have complied with any instructions provided on this page."] = "Genom att fortsätta intygar jag att jag har följt alla instruktioner som ges pÃ¥ den här sidan."; +$a->strings["(No specific instructions have been provided by the channel owner.)"] = "(Inga specifika instruktioner har givits av kanalägaren.)"; +$a->strings["Restricted or Premium Channel"] = "Begränsad kanal eller premiumkanal"; +$a->strings["No potential page delegates located."] = "Inga potentiella sid-ombud funna."; +$a->strings["Delegate Page Management"] = "Delegera sidhantering"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Ombud kan hantera alla aspekter av det här kontot/den här sidan förutom grundläggande kontoinställningar. Delegera inte ditt personliga konto till nÃ¥gon som du inte litar fullständigt pÃ¥."; +$a->strings["Existing Page Managers"] = "Befintliga sid-ansvariga"; +$a->strings["Existing Page Delegates"] = "Befintliga sid-ombud"; +$a->strings["Potential Delegates"] = "Potentiella ombud"; +$a->strings["Add"] = "Lägg till"; +$a->strings["No entries."] = "Inga poster."; +$a->strings["Layout updated."] = "Layout uppdaterad."; +$a->strings["Edit System Page Description"] = "Redigera systemsidbeskrivning"; +$a->strings["Layout not found."] = "Layout hittas inte."; +$a->strings["Module Name:"] = "Modulnamn:"; +$a->strings["Layout Help"] = "Layouthjälp"; +$a->strings["Item not available."] = "Post inte tillgänglig."; +$a->strings["Unable to locate original post."] = "Kunde inte hitta originalinlägget."; +$a->strings["Empty post discarded."] = "Tomt inlägg förkastat."; +$a->strings["Executable content type not permitted to this channel."] = "Körbart innehÃ¥ll tillÃ¥ts inte i den här kanalen."; +$a->strings["System error. Post not saved."] = "Systemfel. Inlägget inte sparat."; +$a->strings["You have reached your limit of %1$.0f top level posts."] = "Du har nÃ¥tt din gräns pÃ¥ %1$.0f toppnivÃ¥inlägg."; +$a->strings["You have reached your limit of %1$.0f webpages."] = "Du har nÃ¥tt din gräns pÃ¥ %1$.0f webbsidor."; +$a->strings["Menu element updated."] = "Menyval uppdaterat."; +$a->strings["Unable to update menu element."] = "Kunde inte uppdatera menyval."; +$a->strings["Menu element added."] = "Menyval tillagt."; +$a->strings["Unable to add menu element."] = "Kunde inte lägga till menyval."; +$a->strings["Manage Menu Elements"] = "Hantera menyval"; +$a->strings["Edit menu"] = "Redigera meny"; +$a->strings["Edit element"] = "Redigera menyval"; +$a->strings["Drop element"] = "Ta bort menyval"; +$a->strings["New element"] = "Nytt menyval"; +$a->strings["Edit this menu container"] = "Redigera den här menysamlaren"; +$a->strings["Add menu element"] = "Lägg till menyval"; +$a->strings["Delete this menu item"] = "Ta bort det här menyvalet"; +$a->strings["Edit this menu item"] = "Redigera det här menyvalet"; +$a->strings["New Menu Element"] = "Nytt menyval"; +$a->strings["Menu Item Permissions"] = "Behörighet för menyval"; +$a->strings["Link text"] = "Länktext"; +$a->strings["URL of link"] = "Länkens URL"; +$a->strings["Use Red magic-auth if available"] = "Använd Red magic-auth om tillgängligt"; +$a->strings["Open link in new window"] = "Öppna länk i nytt fönster"; +$a->strings["Order in list"] = "Ordningstal i listan"; +$a->strings["Higher numbers will sink to bottom of listing"] = "Större tal sjunker till botten av listan"; +$a->strings["Menu item not found."] = "Menyval hittas inte."; +$a->strings["Menu item deleted."] = "Menyval borttaget."; +$a->strings["Menu item could not be deleted."] = "Menyval kunde inte tas bort."; +$a->strings["Edit Menu Element"] = "Redigera menyval"; +$a->strings["invalid target signature"] = "ogiltig mÃ¥lsignatur"; +$a->strings["Invalid profile identifier."] = "Ogiltigt profil-ID."; +$a->strings["Profile Visibility Editor"] = "Redigera profilsynlighet"; +$a->strings["Click on a contact to add or remove."] = "Klicka pÃ¥ en kontakt för att lägga till eller ta bort."; +$a->strings["Visible To"] = "Synlig för"; +$a->strings["All Connections"] = "Alla kontakter"; +$a->strings["Collection created."] = "Sammanhang skapat"; +$a->strings["Could not create collection."] = "Kunde inte skapa sammanhanget."; +$a->strings["Collection updated."] = "Sammanhanget uppdatarat."; +$a->strings["Create a collection of channels."] = "Skapa ett sammanhang av kanaler."; +$a->strings["Collection Name: "] = "Namn pÃ¥ sammanhang: "; +$a->strings["Members are visible to other channels"] = "Medlemmar är synliga för andra kanaler"; +$a->strings["Collection removed."] = "Sammanhang borttaget."; +$a->strings["Unable to remove collection."] = "Kunde inte ta bort sammanhang."; +$a->strings["Collection Editor"] = "Sammanhangsredigering"; +$a->strings["Members"] = "Medlemmar"; +$a->strings["All Connected Channels"] = "Alla anslutna kanaler"; +$a->strings["Click on a channel to add or remove."] = "Klicka pÃ¥ en kanal för att lägga till eller ta bort."; +$a->strings["Theme settings updated."] = "Temainställningar uppdaterade."; +$a->strings["Site"] = "Server"; +$a->strings["Accounts"] = "Konton"; +$a->strings["Channels"] = "Kanaler"; +$a->strings["Plugins"] = "Tillägg"; +$a->strings["Themes"] = "Teman"; +$a->strings["Server"] = "Server"; +$a->strings["DB updates"] = "Databasuppdateringar"; +$a->strings["Logs"] = "Loggar"; +$a->strings["Plugin Features"] = "Tilläggsfunktioner"; +$a->strings["User registrations waiting for confirmation"] = "Användarregistreringar som behöver bekräftas"; +$a->strings["Message queues"] = "Meddelandeköer"; +$a->strings["Administration"] = "Administration"; +$a->strings["Summary"] = "Sammanfattning"; +$a->strings["Registered users"] = "Registrerade användare"; +$a->strings["Pending registrations"] = "PÃ¥gÃ¥ende registreringar"; +$a->strings["Version"] = "Version"; +$a->strings["Active plugins"] = "Aktiva tillägg"; +$a->strings["Site settings updated."] = "Serverinställningar uppdaterade."; +$a->strings["No special theme for accessibility"] = "Inget speciellt tema för tillgänglighet"; +$a->strings["Closed"] = "Stängd"; +$a->strings["Requires approval"] = "Kräver godkännande"; +$a->strings["Open"] = "Öppen"; +$a->strings["Private"] = "Privat"; +$a->strings["Paid Access"] = "Betald Ã¥tkomst"; +$a->strings["Free Access"] = "Fri Ã¥tkomst"; +$a->strings["Tiered Access"] = "Uppdelad Ã¥tkomst"; +$a->strings["Registration"] = "Registrering"; +$a->strings["File upload"] = "Filuppladdning"; +$a->strings["Policies"] = "Policyer"; +$a->strings["Site name"] = "Servernamn"; +$a->strings["Banner/Logo"] = "Banner/logga"; +$a->strings["Administrator Information"] = "Administratörsinformation"; +$a->strings["Contact information for site administrators. Displayed on siteinfo page. BBCode can be used here"] = "Kontaktinfo till sidadministratörer. Visas pÃ¥ sidinfosidan. BBCode kan användas här"; +$a->strings["System language"] = "SystemsprÃ¥k"; +$a->strings["System theme"] = "Systemtema"; +$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Förvalt systemtema - kan Ã¥sidosättas i användarprofiler - <a href='#' id='cnftheme'>ändra temainställningar</a>"; +$a->strings["Mobile system theme"] = "Mobilt systemtema"; +$a->strings["Theme for mobile devices"] = "Tema för mobila enheter"; +$a->strings["Accessibility system theme"] = "Systemtema för ökad tillgänglighet"; +$a->strings["Accessibility theme"] = "Tillgänglighetstema"; +$a->strings["Channel to use for this website's static pages"] = "Kanal att använda för den här webbplatsens statiska sidor"; +$a->strings["Site Channel"] = "Sidkanal"; +$a->strings["Maximum image size"] = "Maximal bildstorlek"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximal storlek i byte för uppladdade bilder. Standard är 0, vilket innebär ingen storleksbegränsning."; +$a->strings["Register policy"] = "Registreringspolicy"; +$a->strings["Access policy"] = "Ã…tkomstpolicy"; +$a->strings["Register text"] = "Registreringstext"; +$a->strings["Will be displayed prominently on the registration page."] = "Visas tydligt pÃ¥ registreringssidan."; +$a->strings["Accounts abandoned after x days"] = "Konto övergivet efter x dagar"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Slösar inte systemresurser genom att frÃ¥ga externa servrar efter övergivna konton. 0 innebär ingen tidsbegränsning."; +$a->strings["Allowed friend domains"] = "TillÃ¥tna vändomäner"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Kommaseparerad lista med domäner som tillÃ¥ts att upprätta ett vänförhÃ¥llande med den här servern. Jokertecken är tillÃ¥tna. Töm för att tillÃ¥ta alla domäner."; +$a->strings["Allowed email domains"] = "TillÃ¥tna e-postdomäner"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Kommaseparerad lista med domäner som tillÃ¥ts i e-postadresser för registreringar pÃ¥ den här servern. Jokertecken är tillÃ¥tna. Töm för att tillÃ¥ta alla domäner."; +$a->strings["Block public"] = "Blockera offentlig Ã¥tkomst"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Välj för att blockera Ã¥tkomst till alla personliga sidor som annars skulle vara offentliga pÃ¥ den här servern om man inte är inloggad."; +$a->strings["Force publish"] = "Tvinga publicering"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Välj för att tvinga alla profiler pÃ¥ den här servern att listas i serverkatalogen."; +$a->strings["Disable discovery tab"] = "Inaktivera upptäck-fliken"; +$a->strings["Remove the tab in the network view with public content pulled from sources chosen for this site."] = "Ta bort fliken i nätverksvyn med offentligt innehÃ¥ll som hämtas frÃ¥n källor valda för den här servern."; +$a->strings["No login on Homepage"] = "Ingen inloggning pÃ¥ hemsidan"; +$a->strings["Check to hide the login form from your sites homepage when visitors arrive who are not logged in (e.g. when you put the content of the homepage in via the site channel)."] = "Välj för att gömma inloggningsformuläret frÃ¥n serverns hemsida för oinloggade besökare (t.ex. när du lägger in hemsideinnehÃ¥llet via serverkanalen)."; +$a->strings["Proxy user"] = "Proxyanvändare"; +$a->strings["Proxy URL"] = "Proxy-URL"; +$a->strings["Network timeout"] = "Nätverkstimeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Värde i sekunder. Sätt till 0 för obegränsat (ej rekommenderat)."; +$a->strings["Delivery interval"] = "Leveransintervall"; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Fördröj leveransprocesser som görs i bakgrunden sÃ¥ här mÃ¥nga sekunder för att reducera systembelastningen. Rekommenderat: 4-5 för delade värdar, 2-3 för virtuella privata servrar. 0-1 för stora dedikerade servrar."; +$a->strings["Poll interval"] = "Hämtningsintervall"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Fördröj hämtningsprocesser som görs i bakgrunden sÃ¥ här mÃ¥nga sekunder för att reducera systembelastningen. Om 0 används leveransintervallet."; +$a->strings["Maximum Load Average"] = "Maximal genomsnittsbelastning"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximal systembelastning innan leverans- och hämtningsprocesser skjuts upp - standard är 50."; +$a->strings["No server found"] = "Ingen server hittad"; +$a->strings["ID"] = "ID"; +$a->strings["for channel"] = "för kanal"; +$a->strings["on server"] = "pÃ¥ server"; +$a->strings["Status"] = "Status"; +$a->strings["Update has been marked successful"] = "Uppdatering har markerats som genomförd"; +$a->strings["Executing %s failed. Check system logs."] = "Körning av %s misslyckades. Kontrollera systemloggarna."; +$a->strings["Update %s was successfully applied."] = "Uppdatering %s genomfördes utan problem."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Uppdatering %s returnerade ingen status. Oklart om den lyckades."; +$a->strings["Update function %s could not be found."] = "Uppdateringsfunktion %s kunde inte hittas."; +$a->strings["No failed updates."] = "Inga misslyckade uppdateringar."; +$a->strings["Failed Updates"] = "Misslyckade uppdateringar"; +$a->strings["Mark success (if update was manually applied)"] = "Markera som genomförd (om uppdateringen gjordes manuellt)"; +$a->strings["Attempt to execute this update step automatically"] = "Försök att köra den här uppdateringen automatiskt"; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s användare blockerad/avblockerad", + 1 => "%s användare blockerade/avblockerade", +); +$a->strings["%s user deleted"] = array( + 0 => "%s användare borttagen", + 1 => "%s användare borttagna", +); +$a->strings["Account not found"] = "Konto hittas inte"; +$a->strings["User '%s' deleted"] = "Användare '%s' borttagen"; +$a->strings["User '%s' unblocked"] = "Användare '%s' avblockerad"; +$a->strings["User '%s' blocked"] = "Användare '%s' blockerad"; +$a->strings["Users"] = "Användare"; +$a->strings["select all"] = "välj alla"; +$a->strings["User registrations waiting for confirm"] = "Användarregistreringar som inväntar bekräftelse"; +$a->strings["Request date"] = "Ansökningsdatum"; +$a->strings["No registrations."] = "Inga registreringar."; +$a->strings["Approve"] = "Godkänn"; +$a->strings["Deny"] = "AvslÃ¥"; +$a->strings["Block"] = "Blockera"; +$a->strings["Unblock"] = "Avblockera"; +$a->strings["Register date"] = "Registreringsdatum"; +$a->strings["Last login"] = "Senaste inloggning"; +$a->strings["Expires"] = "Upphör att gälla"; +$a->strings["Service Class"] = "Tjänsteklass"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valda användare kommer att tas bort!\\n\\nAllt dessa användare har postat pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Användaren {0} kommer att tas bort!\\n\\nAllt den här användaren har postat pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?"; +$a->strings["%s channel censored/uncensored"] = array( + 0 => "%s kanal censurerad/avcensurerad", + 1 => "%s kanaler censurerade/avcensurerade", +); +$a->strings["%s channel deleted"] = array( + 0 => "%s kanal borttagen", + 1 => "%s kanaler borttagna", ); -$a->strings['Unable to locate original post.'] = 'Hittar inte det ursprungliga inlägget.'; -$a->strings['Empty post discarded.'] = 'Tomt inlägg. Inte sparat.'; -$a->strings['Wall Photos'] = 'Loggbilder'; -$a->strings["%s commented on your item at %s"] = "%s har kommenterat ditt inlägg på %s"; -$a->strings["%s posted on your profile wall at %s"] = "%s har gjort ett inlägg på din logg på %s"; -$a->strings['System error. Post not saved.'] = 'Något gick fel. Inlägget sparades inte.'; -$a->strings['You may visit them online at'] = 'Besök online på'; -$a->strings['Please contact the sender by replying to this post if you do not wish to receive these messages.'] = 'Kontakta avsändaren genom att svara på det här meddelandet om du inte vill ha sådana här meddelanden.'; -$a->strings['%s posted an update.'] = '%s har gjort ett inlägg.'; -$a->strings['photo'] = 'bild'; -$a->strings['status'] = 'status'; -$a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s gillar %2$s\'s %3$s'; -$a->strings['%1$s doesn\'t like %2$s\'s %3$s'] = '%1$s ogillar %2$s\'s %3$s'; -$a->strings['Remote privacy information not available.'] = 'Remote privacy information not available.'; -$a->strings['Visible to:'] = 'Synlig för:'; -$a->strings['Password reset request issued. Check your email.'] = 'Nytt lösenord har begärts. Kolla din mail.'; -$a->strings['Password reset requested at %s'] = 'Nytt lösenord på %s har begärts'; -$a->strings["Request could not be verified. \x28You may have previously submitted it.\x29 Password reset failed."] = "Begäran kunde inte verifieras. (Du kanske redan skickat den?) Det gick inte att byta lösenord."; -$a->strings['Your password has been reset as requested.'] = 'Nu har du fått ett nytt lösenord.'; -$a->strings['Your new password is'] = 'Det nya lösenordet är'; -$a->strings['Save or copy your new password - and then'] = 'Spara eller kopiera lösenordet och'; -$a->strings['click here to login'] = 'klicka här för att logga in'; -$a->strings['Your password may be changed from the <em>Settings</em> page after successful login.'] = 'När du loggat in kan du byta lösenord på sidan <em>Inställningar</em>.'; -$a->strings['Forgot your Password?'] = 'Glömt lösenordet?'; -$a->strings['Enter your email address and submit to have your password reset. Then check your email for further instructions.'] = 'Ange din e-postadress för att få ett nytt lösenord. Du kommer att få ett meddelande med vidare instruktioner via e-post.'; -$a->strings['Nickname or Email: '] = 'Användarnamn eller e-post:'; -$a->strings['Reset'] = 'Skicka'; -$a->strings["Welcome back %s"] = "Välkommen tillbaka %s"; -$a->strings['Manage Identities and/or Pages'] = 'Hantera identiteter eller sidor'; -$a->strings["\x28Toggle between different identities or community/group pages which share your account details.\x29"] = "(Växla mellan olika identiteter eller gemenskaper/gruppsidor som är kopplade till ditt konto.)"; -$a->strings['Select an identity to manage: '] = 'Välj vilken identitet du vill hantera: '; -$a->strings['Profile Match'] = 'Matcha profiler'; -$a->strings['No matches'] = 'Ingen träff'; -$a->strings['No recipient selected.'] = 'Ingen mottagare har valts.'; -$a->strings['[no subject]'] = '[ingen rubrik]'; -$a->strings['Unable to locate contact information.'] = 'Det gick inte att hitta kontaktuppgifterna.'; -$a->strings['Message sent.'] = 'Meddelandet har skickats.'; -$a->strings['Message could not be sent.'] = 'Det gick inte att skicka meddelandet.'; -$a->strings['Messages'] = 'Meddelanden'; -$a->strings['Inbox'] = 'Inkorg'; -$a->strings['Outbox'] = 'Utkorg'; -$a->strings['New Message'] = 'Nytt meddelande'; -$a->strings['Message deleted.'] = 'Meddelandet togs bort.'; -$a->strings['Conversation removed.'] = 'Konversationen togs bort.'; -$a->strings['Send Private Message'] = 'Skicka personligt meddelande'; -$a->strings['To:'] = 'Till:'; -$a->strings['Subject:'] = 'Rubrik:'; -$a->strings['No messages.'] = 'Inga meddelanden.'; -$a->strings['Delete conversation'] = 'Ta bort konversation'; -$a->strings['D, d M Y - g:i A'] = 'D, d M Y - g:i A'; -$a->strings['Message not available.'] = 'Meddelandet är inte tillgängligt.'; -$a->strings['Delete message'] = 'Ta bort meddelande'; -$a->strings['Send Reply'] = 'Skicka svar'; -$a->strings['Invalid request identifier.'] = 'Invalid request identifier.'; -$a->strings['Discard'] = 'Ta bort'; -$a->strings['Ignore'] = 'Ignorera'; -$a->strings['Pending Friend/Connect Notifications'] = 'Väntande kontaktförfrågningar'; -$a->strings['Show Ignored Requests'] = 'Visa förfrågningar du ignorerat'; -$a->strings['Hide Ignored Requests'] = 'Dölj förfrågningar du ignorerat'; -$a->strings['Claims to be known to you: '] = 'Hävdar att du vet vem han/hon är: '; -$a->strings['yes'] = 'ja'; -$a->strings['no'] = 'nej'; -$a->strings['Approve as: '] = 'Godkänn och lägg till som: '; -$a->strings['Friend'] = 'Vän'; -$a->strings['Fan/Admirer'] = 'Fan/Beundrare'; -$a->strings['Notification type: '] = 'Typ av avisering: '; -$a->strings['Friend/Connect Request'] = 'Vän- eller kontaktförfrågan'; -$a->strings['New Follower'] = 'En som vill följa dig'; -$a->strings['Approve'] = 'Godkänn'; -$a->strings['No notifications.'] = 'Inga aviseringar.'; -$a->strings['User registrations waiting for confirm'] = 'Användare som registrerat sig och inväntar godkännande'; -$a->strings['Deny'] = 'Avslå'; -$a->strings['No registrations.'] = 'Inga registreringar.'; -$a->strings['Post successful.'] = 'Inlagt.'; -$a->strings['Login failed.'] = 'Inloggningen misslyckades.'; -$a->strings["Welcome back "] = "Välkommen tillbaka "; -$a->strings['Photo Albums'] = 'Fotoalbum'; -$a->strings['Contact Photos'] = 'Dina kontakters bilder'; -$a->strings['Contact information unavailable'] = 'Kommer inte åt kontaktuppgifter.'; -$a->strings['Profile Photos'] = 'Profilbilder'; -$a->strings['Album not found.'] = 'Albumet finns inte.'; -$a->strings['Delete Album'] = 'Ta bort album'; -$a->strings['Delete Photo'] = 'Ta bort bild'; -$a->strings['was tagged in a'] = 'har taggats i'; -$a->strings['by'] = 'av'; -$a->strings['Image exceeds size limit of '] = 'Bilden överskrider den tillåtna storleken '; -$a->strings['Unable to process image.'] = 'Det gick inte att behandla bilden.'; -$a->strings['Image upload failed.'] = 'Fel vid bilduppladdning.'; -$a->strings['No photos selected'] = 'Inga bilder har valts'; -$a->strings['Upload Photos'] = 'Ladda upp bilder'; -$a->strings['New album name: '] = 'Nytt album med namn: '; -$a->strings['or existing album name: '] = 'eller befintligt album med namn: '; -$a->strings['Permissions'] = 'Åtkomst'; -$a->strings['Edit Album'] = 'Redigera album'; -$a->strings['View Photo'] = 'Visa bild'; -$a->strings['Photo not available'] = 'Bilden är inte tillgänglig'; -$a->strings['Edit photo'] = 'Hantera bild'; -$a->strings['Private Message'] = 'Personligt meddelande'; -$a->strings['<< Prev'] = '<< Föreg'; -$a->strings['View Full Size'] = 'Visa fullstor'; -$a->strings['Next >>'] = 'Nästa >>'; -$a->strings['Tags: '] = 'Taggar: '; -$a->strings['[Remove any tag]'] = '[Remove any tag]'; -$a->strings['New album name'] = 'Nytt album med namn'; -$a->strings['Caption'] = 'Caption'; -$a->strings['Add a Tag'] = 'Lägg till tagg'; -$a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Exempel: @adam, @Anna_Andersson, @johan@exempel.com, #Stockholm, #camping'; -$a->strings["I like this \x28toggle\x29"] = "Jag gillar det här (växla)"; -$a->strings["I don't like this \x28toggle\x29"] = "Jag ogillar det här (växla)"; -$a->strings['This is you'] = 'Det här är du'; -$a->strings['Recent Photos'] = 'Nyligen tillagda bilder'; -$a->strings['Upload New Photos'] = 'Ladda upp bilder'; -$a->strings['View Album'] = 'Titta i album'; -$a->strings['Status'] = 'Status'; -$a->strings['Profile'] = 'Profil'; -$a->strings['Photos'] = 'Bilder'; -$a->strings['Image uploaded but image cropping failed.'] = 'Bilden laddades upp men det blev fel när den skulle beskäras.'; -$a->strings['Unable to process image'] = 'Det gick inte att behandla bilden'; -$a->strings['Upload File:'] = 'Ladda upp fil:'; -$a->strings['Upload Profile Photo'] = 'Ladda upp profilbild'; -$a->strings['Upload'] = 'Ladda upp'; -$a->strings['or'] = 'eller'; -$a->strings['select a photo from your photo albums'] = 'välj en bild från ett album'; -$a->strings['Crop Image'] = 'Beskär bild'; -$a->strings['Please adjust the image cropping for optimum viewing.'] = 'Välj hur bilden ska beskäras för att bli så bra som möjligt.'; -$a->strings['Done Editing'] = 'Spara'; -$a->strings['Image uploaded successfully.'] = 'Bilden har laddats upp.'; -$a->strings['Profile Name is required.'] = 'Profilen måste ha ett namn.'; -$a->strings['Profile updated.'] = 'Profilen har uppdaterats.'; -$a->strings['Profile deleted.'] = 'Profilen har tagits bort.'; -$a->strings['Profile-'] = 'Profil-'; -$a->strings['New profile created.'] = 'En ny profil har skapats.'; -$a->strings['Profile unavailable to clone.'] = 'Det gick inte att klona profilen.'; -$a->strings['Hide my contact/friend list from viewers of this profile?'] = 'Dölj min kontaktlista för personer som ser den här profilen?'; -$a->strings['Edit Profile Details'] = 'Ändra profilen'; -$a->strings['View this profile'] = 'Titta på profilen'; -$a->strings['Create a new profile using these settings'] = 'Skapa en ny profil med dessa inställningar'; -$a->strings['Clone this profile'] = 'Kopiera profil'; -$a->strings['Delete this profile'] = 'Ta bort profil'; -$a->strings['Profile Name:'] = 'Profilens namn:'; -$a->strings['Your Full Name:'] = 'Fullständigt namn:'; -$a->strings['Title/Description:'] = 'Titel/Beskrivning:'; -$a->strings['Your Gender:'] = 'Kön:'; -$a->strings["Birthday \x28y/m/d\x29:"] = "Födelsedag \x28y/m/d\x29:"; -$a->strings['Street Address:'] = 'Gatuadress:'; -$a->strings['Locality/City:'] = 'Plats/Stad:'; -$a->strings['Postal/Zip Code:'] = 'Postnummer:'; -$a->strings['Country:'] = 'Land:'; -$a->strings['Region/State:'] = 'Region:'; -$a->strings['<span class="heart">♥</span> Marital Status:'] = '<span class="heart">♥</span> Civilstånd:'; -$a->strings["Who: \x28if applicable\x29"] = "Vem: (om tillämpligt)"; -$a->strings['Examples: cathy123, Cathy Williams, cathy@example.com'] = 'Exempel: kalle123, Johanna Johansson, pelle@exempel.com'; -$a->strings['Sexual Preference:'] = 'Sexualitet'; -$a->strings['Homepage URL:'] = 'Hemsida: (URL)'; -$a->strings['Political Views:'] = 'Politisk åskådning:'; -$a->strings['Religious Views:'] = 'Religion:'; -$a->strings['Public Keywords:'] = 'Offentliga nyckelord:'; -$a->strings['Private Keywords:'] = 'Privata nyckelord:'; -$a->strings['Example: fishing photography software'] = 'Exempel: fiske fotografering programmering'; -$a->strings["\x28Used for suggesting potential friends, can be seen by others\x29"] = "(Obs, synliga för andra. Används för att föreslå potentiella vänner.)"; -$a->strings["\x28Used for searching profiles, never shown to others\x29"] = "(Obs, kan ge sökträffar vid sökning av profiler. Visas annars inte för andra.)"; -$a->strings['Tell us about yourself...'] = 'Beskriv dig själv...'; -$a->strings['Hobbies/Interests'] = 'Hobbys/Intressen'; -$a->strings['Contact information and Social Networks'] = 'Kontaktuppgifter och sociala nätverk'; -$a->strings['Musical interests'] = 'Musik'; -$a->strings['Books, literature'] = 'Böcker, litteratur'; -$a->strings['Television'] = 'TV'; -$a->strings['Film/dance/culture/entertainment'] = 'Film/Dans/Kultur/Nöje'; -$a->strings['Love/romance'] = 'Kärlek/Romantik'; -$a->strings['Work/employment'] = 'Arbete'; -$a->strings['School/education'] = 'Skola/Utbildning'; -$a->strings['This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.'] = 'Det här är din <strong>offentliga</strong> profil.<br />Den <strong>kan vara synlig för vem som helst</strong> på internet.'; -$a->strings['Profiles'] = 'Profiler'; -$a->strings['Change profile photo'] = 'Byt profilbild'; -$a->strings['Create New Profile'] = 'Skapa ny profil'; -$a->strings['Profile Image'] = 'Profilbild'; -$a->strings['Visible to everybody'] = 'Synlig för alla'; -$a->strings['Edit visibility'] = 'Ända vilka som ska kunna se'; -$a->strings['Invalid profile identifier.'] = 'Ogiltigt profil-ID.'; -$a->strings['Profile Visibility Editor'] = 'Ända vilka som ska kunna se profil'; -$a->strings['Visible To'] = 'Synlig för'; -$a->strings["All Contacts \x28with secure profile access\x29"] = "Alla kontakter (med säker tillgång till din profil)"; -$a->strings['Invalid OpenID url'] = 'Ogiltig OpenID-URL'; -$a->strings['Please enter the required information.'] = 'Fyll i alla obligatoriska fält.'; -$a->strings['Please use a shorter name.'] = 'Välj ett kortare namn.'; -$a->strings['Name too short.'] = 'Namnet är för kort.'; -$a->strings["That doesn't appear to be your full \x28First Last\x29 name."] = 'Du verkar inte ha angett ditt fullständiga namn.'; -$a->strings['Your email domain is not among those allowed on this site.'] = 'Din e-postdomän är inte tillåten på den här webbplatsen.'; -$a->strings['Not a valid email address.'] = 'Ogiltig e-postadress.'; -$a->strings['Cannot use that email.'] = 'Otillåten e-postadress.'; -$a->strings['Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.'] = 'Ditt användarnamn får bara innehålla a-z, 0-9, - och _, och måste dessutom börja med en bokstav.'; -$a->strings['Nickname is already registered. Please choose another.'] = 'Användarnamnet är upptaget. Välj ett annat.'; -$a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'SERIOUS ERROR: Generation of security keys failed.'; -$a->strings['An error occurred during registration. Please try again.'] = 'Något gick fel vid registreringen. Försök igen.'; -$a->strings['An error occurred creating your default profile. Please try again.'] = 'Det blev fel när din standardprofil skulle skapas. Prova igen.'; -$a->strings['Registration successful. Please check your email for further instructions.'] = 'Registrering klar. Kolla din e-post för vidare information.'; -$a->strings['Failed to send email message. Here is the message that failed.'] = 'Det gick inte att skicka e-brevet. Här är meddelandet som inte kunde skickas.'; -$a->strings['Your registration can not be processed.'] = 'Det går inte att behandla registreringen.'; -$a->strings['Your registration is pending approval by the site owner.'] = 'Din registrering inväntar godkännande av webbplatsens ägare.'; -$a->strings["You may \x28optionally\x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Om du vill kan du fylla i detta formulär via OpenID genom att ange ditt OpenID och klicka på Registrera."; -$a->strings['If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'] = 'Om du inte vet vad OpenID är, eller inte vill använda det, kan du lämna det fältet tomt och fylla i resten.'; -$a->strings["Your OpenID \x28optional\x29: "] = "OpenID (om du vill): "; -$a->strings['Members of this network prefer to communicate with real people who use their real names.'] = 'Medlemmarna i det här nätverket föredrar att kommunicera med riktiga människor som använder sina riktiga namn.'; -$a->strings['Include your profile in member directory?'] = 'Ta med profilen i medlemskatalogen?'; -$a->strings['Registration'] = 'Registrering'; -$a->strings['Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '] = 'Fullständigt namn ' . "\x28" . 't. ex. Karl Karlsson' . "\x29" . ': '; -$a->strings['Your Email Address: '] = 'E-postadress: '; -$a->strings['Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \'<strong>nickname@$sitename</strong>\'.'] = 'Välj ett användarnamn. Det måste inledas med en bokstav. Din profiladress på den här webbplatsen blir \'<strong>användarnamn@$sitename</strong>\'.'; -$a->strings['Choose a nickname: '] = 'Välj ett användarnamn: '; -$a->strings['Please login.'] = 'Logga in.'; -$a->strings['Account approved.'] = 'Kontot har godkänts.'; -$a->strings['Remove My Account'] = 'Ta bort mitt konto'; -$a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'Detta kommer att ta bort kontot helt och hållet. Efter att det är gjort går det inte att återställa.'; -$a->strings['Please enter your password for verification:'] = 'Ange lösenordet igen för säkerhets skull:'; -$a->strings['No results.'] = 'Inga resultat.'; -$a->strings['Passwords do not match. Password unchanged.'] = 'Lösenorden skiljer sig åt. Lösenordet ändras inte.'; -$a->strings['Empty passwords are not allowed. Password unchanged.'] = 'Lösenordet får inte vara blankt. Lösenordet ändras inte.'; -$a->strings['Password changed.'] = 'Lösenordet har ändrats.'; -$a->strings['Password update failed. Please try again.'] = 'Det blev fel när lösenordet skulle ändras. Försök igen.'; -$a->strings[' Please use a shorter name.'] = ' Använd ett kortare namn.'; -$a->strings[' Name too short.'] = ' Namnet är för kort.'; -$a->strings[' Not valid email.'] = ' Ogiltig e-postadress.'; -$a->strings[' Cannot change to that email.'] = ' Ändring till den e-postadressen görs inte.'; -$a->strings['Settings updated.'] = 'Inställningarna har uppdaterats.'; -$a->strings['Plugin Settings'] = 'Inställningar för insticksprogram'; -$a->strings['Account Settings'] = 'Kontoinställningar'; -$a->strings['No Plugin settings configured'] = 'Det finns inga inställningar för insticksprogram'; -$a->strings['Normal Account'] = 'Vanligt konto'; -$a->strings['This account is a normal personal profile'] = 'Kontot är ett vanligt personligt konto'; -$a->strings['Soapbox Account'] = 'Konto med envägskommunikation'; -$a->strings['Automatically approve all connection/friend requests as read-only fans'] = 'Kontaktförfrågningar godkänns automatiskt som fans. De kan se vad du skriver men har inte samma rättigheter som vänner.'; -$a->strings['Community/Celebrity Account'] = 'Gemenskap eller kändiskonto.'; -$a->strings['Automatically approve all connection/friend requests as read-write fans'] = 'Kontaktförfrågningar godkänns automatiskt som fans med fullständig tvåvägskommunikation.'; -$a->strings['Automatic Friend Account'] = 'Konto med automatiskt godkännande av vänner.'; -$a->strings['Automatically approve all connection/friend requests as friends'] = 'Kontaktförfrågningar godkänns automatiskt som vänner.'; -$a->strings['OpenID: '] = 'OpenID: '; -$a->strings[" \x28Optional\x29 Allow this OpenID to login to this account."] = " \x28Valfritt\x29 Tillåt inloggning med detta OpenID på det här kontot."; -$a->strings['Publish your default profile in site directory?'] = 'Vill du att din standardprofil ska synas i den här sajtens medlemskatalog?'; -$a->strings['Publish your default profile in global social directory?'] = 'Vill du att din standardprofil ska synas i den globala medlemskatalogen?'; -$a->strings['Profile is <strong>not published</strong>.'] = 'Profilen är <strong>inte publicerad</strong>.'; -$a->strings['Your Identity Address is'] = 'Din adress, ditt ID, är'; -$a->strings['Export Personal Data'] = 'Exportera personlig information'; -$a->strings['Basic Settings'] = 'Grundläggande inställningar'; -$a->strings['Full Name:'] = 'Fullständigt namn:'; -$a->strings['Email Address:'] = 'E-postadress:'; -$a->strings['Your Timezone:'] = 'Tidszon:'; -$a->strings['Default Post Location:'] = 'Default Post Location:'; -$a->strings['Use Browser Location:'] = 'Använd webbläsarens positionering:'; -$a->strings['Display Theme:'] = 'Tema/utseende:'; -$a->strings['Security and Privacy Settings'] = 'Inställningar för säkerhet och sekretess'; -$a->strings['Maximum Friend Requests/Day:'] = 'Maximalt antal kontaktförfrågningar per dygn:'; -$a->strings["\x28to prevent spam abuse\x29"] = "(för att motverka spam)"; -$a->strings['Allow friends to post to your profile page:'] = 'Låt kontakter göra inlägg på din profilsida:'; -$a->strings["Automatically expire \x28delete\x29 posts older than"] = "Ta automatiskt bort inlägg som är äldre än"; -$a->strings['days'] = 'dagar'; -$a->strings['Notification Settings'] = 'Aviseringsinställningar'; -$a->strings['Send a notification email when:'] = 'Skicka ett aviseringsmail när:'; -$a->strings['You receive an introduction'] = 'En kontaktförfrågan anländer'; -$a->strings['Your introductions are confirmed'] = 'Dina förfrågningar godkänns'; -$a->strings['Someone writes on your profile wall'] = 'Någon gör inlägg på din profilsida'; -$a->strings['Someone writes a followup comment'] = 'Någon gör ett inlägg i samma tråd som du'; -$a->strings['You receive a private message'] = 'Du får personliga meddelanden'; -$a->strings['Password Settings'] = 'Lösenordsinställningar'; -$a->strings['Leave password fields blank unless changing'] = 'Lämna fältet tomt om du inte vill byta lösenord'; -$a->strings['New Password:'] = 'Nytt lösenord'; -$a->strings['Confirm:'] = 'Bekräfta (repetera):'; -$a->strings['Advanced Page Settings'] = 'Avancerat'; -$a->strings['Default Post Permissions'] = 'Standardåtkomst för inlägg'; -$a->strings["\x28click to open/close\x29"] = "(klicka för att öppna/stänga)"; -$a->strings['Tag removed'] = 'Taggen har tagits bort'; -$a->strings['Remove Item Tag'] = 'Ta bort tagg'; -$a->strings['Select a tag to remove: '] = 'Välj vilken tagg som ska tas bort: '; -$a->strings['Remove'] = 'Ta bort'; -$a->strings['No contacts.'] = 'Inga kontakter.'; -$a->strings['Visible To:'] = 'Synlig för:'; -$a->strings['Groups'] = 'Grupper'; -$a->strings['Except For:'] = 'Utom för:'; -$a->strings['Logged out.'] = 'Utloggad.'; -$a->strings['Unknown | Not categorised'] = 'Okänd | Inte kategoriserad'; -$a->strings['Block immediately'] = 'Spärra omedelbart'; -$a->strings['Shady, spammer, self-marketer'] = 'Skum, spammare, reklamspridare'; -$a->strings['Known to me, but no opinion'] = 'Jag vet vem det är, men har ingen åsikt'; -$a->strings['OK, probably harmless'] = 'OK, antagligen harmlös'; -$a->strings['Reputable, has my trust'] = 'Pålitlig, jag litar på personen'; -$a->strings['Frequently'] = 'Ofta'; -$a->strings['Hourly'] = 'En gång i timmen'; -$a->strings['Twice daily'] = 'Två gånger om dagen'; -$a->strings['Daily'] = 'Dagligen'; -$a->strings['Weekly'] = 'Veckovis'; -$a->strings['Monthly'] = 'Månadsvis'; -$a->strings['View %s\'s profile'] = 'Gå till profilen som tillhör %s '; -$a->strings['View in context'] = 'Visa i sitt sammanhang'; -$a->strings['See more posts like this'] = 'Leta inlägg som liknar det här'; -$a->strings['See all %d comments'] = 'Visa alla %d kommentarer'; -$a->strings['to'] = 'till'; -$a->strings['Wall-to-Wall'] = 'Profil-till-profil'; -$a->strings['via Wall-To-Wall:'] = 'via profil-till-profil:'; -$a->strings['%s likes this.'] = '%s gillar det här.'; -$a->strings['%s doesn\'t like this.'] = '%s ogillar det här.'; -$a->strings['<span %1$s>%2$d people</span> like this.'] = '<span %1$s>%2$d personer</span> gillar det här.'; -$a->strings['<span %1$s>%2$d people</span> don\'t like this.'] = '<span %1$s>%2$d personer</span> ogillar det här.'; -$a->strings['and'] = 'och'; -$a->strings[', and %d other people'] = ', och ytterligare %d personer'; -$a->strings['%s like this.'] = '%s gillar det här.'; -$a->strings['%s don\'t like this.'] = '%s ogillar det här.'; -$a->strings['Miscellaneous'] = 'Blandat'; -$a->strings['less than a second ago'] = 'för mindre än en sekund sedan'; -$a->strings['year'] = 'år'; -$a->strings['years'] = 'år'; -$a->strings['month'] = 'månad'; -$a->strings['months'] = 'månader'; -$a->strings['week'] = 'vecka'; -$a->strings['weeks'] = 'veckor'; -$a->strings['day'] = 'dag'; -$a->strings['hour'] = 'timme'; -$a->strings['hours'] = 'timmar'; -$a->strings['minute'] = 'minut'; -$a->strings['minutes'] = 'minuter'; -$a->strings['second'] = 'sekund'; -$a->strings['seconds'] = 'sekunder'; -$a->strings[' ago'] = ' sedan'; -$a->strings['Cannot locate DNS info for database server \'%s\''] = 'Cannot locate DNS info for database server \'%s\''; -$a->strings['Create a new group'] = 'Skapa ny grupp'; -$a->strings['Everybody'] = 'Alla'; -$a->strings['Birthday:'] = 'Födelsedatum:'; -$a->strings['Home'] = 'Hem'; -$a->strings['Apps'] = 'Apps'; -$a->strings['Directory'] = 'Medlemskatalog'; -$a->strings['Network'] = 'Nätverk'; -$a->strings['Manage'] = 'Hantera'; -$a->strings['Settings'] = 'Inställningar'; -$a->strings['Embedding disabled'] = 'Funktionen bädda in är avstängd'; -$a->strings['j F, Y'] = 'j F, Y'; -$a->strings['j F'] = 'j F'; -$a->strings['Age:'] = 'Ålder:'; -$a->strings['<span class="heart">♥</span> Status:'] = '<span class="heart">♥</span> Civilstånd:'; -$a->strings['Religion:'] = 'Religion:'; -$a->strings['About:'] = 'Om:'; -$a->strings['Hobbies/Interests:'] = 'Hobbys/Intressen:'; -$a->strings['Contact information and Social Networks:'] = 'Kontaktuppgifter och sociala nätverk:'; -$a->strings['Musical interests:'] = 'Musik:'; -$a->strings['Books, literature:'] = 'Böcker/Litteratur:'; -$a->strings['Television:'] = 'TV:'; -$a->strings['Film/dance/culture/entertainment:'] = 'Film/Dans/Kultur/Underhållning:'; -$a->strings['Love/Romance:'] = 'Kärlek/Romantik:'; -$a->strings['Work/employment:'] = 'Arbete:'; -$a->strings['School/education:'] = 'Skola/Utbildning:'; -$a->strings['Male'] = 'Man'; -$a->strings['Female'] = 'Kvinna'; -$a->strings['Currently Male'] = 'För närvarande man'; -$a->strings['Currently Female'] = 'För närvarande kvinna'; -$a->strings['Mostly Male'] = 'Mestadels man'; -$a->strings['Mostly Female'] = 'Mestadels kvinna'; -$a->strings['Transgender'] = 'Transgender'; -$a->strings['Intersex'] = 'Intersex'; -$a->strings['Transsexual'] = 'Transsexuell'; -$a->strings['Hermaphrodite'] = 'Hermafrodit'; -$a->strings['Neuter'] = 'Könslös'; -$a->strings['Non-specific'] = 'Oklart'; -$a->strings['Other'] = 'Annat'; -$a->strings['Undecided'] = 'Obestämt'; -$a->strings['Males'] = 'Män'; -$a->strings['Females'] = 'Kvinnor'; -$a->strings['Gay'] = 'Bög'; -$a->strings['Lesbian'] = 'Lesbisk'; -$a->strings['No Preference'] = 'No Preference'; -$a->strings['Bisexual'] = 'Bisexuell'; -$a->strings['Autosexual'] = 'Autosexual'; -$a->strings['Abstinent'] = 'Abstinent'; -$a->strings['Virgin'] = 'Oskuld'; -$a->strings['Deviant'] = 'Avvikande'; -$a->strings['Fetish'] = 'Fetisch'; -$a->strings['Oodles'] = 'Massor'; -$a->strings['Nonsexual'] = 'Asexuell'; -$a->strings['Single'] = 'Singel'; -$a->strings['Lonely'] = 'Ensam'; -$a->strings['Available'] = 'Tillgänglig'; -$a->strings['Unavailable'] = 'Upptagen'; -$a->strings['Dating'] = 'Dejtar'; -$a->strings['Unfaithful'] = 'Otrogen'; -$a->strings['Sex Addict'] = 'Sexmissbrukare'; -$a->strings['Friends'] = 'Vänner'; -$a->strings['Friends/Benefits'] = 'Friends/Benefits'; -$a->strings['Casual'] = 'Casual'; -$a->strings['Engaged'] = 'Förlovad'; -$a->strings['Married'] = 'Gift'; -$a->strings['Partners'] = 'I partnerskap'; -$a->strings['Cohabiting'] = 'Cohabiting'; -$a->strings['Happy'] = 'Nöjd'; -$a->strings['Not Looking'] = 'Letar inte'; -$a->strings['Swinger'] = 'Swinger'; -$a->strings['Betrayed'] = 'Bedragen'; -$a->strings['Separated'] = 'Separerat'; -$a->strings['Unstable'] = 'Instabilt'; -$a->strings['Divorced'] = 'Skiljd'; -$a->strings['Widowed'] = 'Änka/änkling'; -$a->strings['Uncertain'] = 'Oklart'; -$a->strings['Complicated'] = 'Komplicerat'; -$a->strings['Don\'t care'] = 'Bryr mig inte'; -$a->strings['Ask me'] = 'Fråga mig'; -$a->strings['Facebook disabled'] = 'Facebook inaktiverat'; -$a->strings['Facebook API key is missing.'] = 'Facebook API key is missing.'; -$a->strings['Facebook Connect'] = 'Facebook Connect'; -$a->strings['Install Facebook post connector'] = 'Install Facebook post connector'; -$a->strings['Remove Facebook post connector'] = 'Remove Facebook post connector'; -$a->strings['Post to Facebook by default'] = 'Lägg alltid in inläggen på Facebook'; -$a->strings['Facebook'] = 'Facebook'; -$a->strings['Facebook Connector Settings'] = 'Facebook Connector Settings'; -$a->strings['Post to Facebook'] = 'Lägg in på Facebook'; -$a->strings['Image: '] = 'Bild: '; -$a->strings['Select files to upload: '] = 'Välj filer att ladda upp: '; -$a->strings['Use the following controls only if the Java uploader [above] fails to launch.'] = 'Använd följande bara om javauppladdaren ovanför inte startar.'; -$a->strings['Upload a file'] = 'Ladda upp en fil'; -$a->strings['Drop files here to upload'] = 'Dra filer som ska laddas upp hit'; -$a->strings['Failed'] = 'Misslyckades'; -$a->strings['No files were uploaded.'] = 'Inga filer laddades upp.'; -$a->strings['Uploaded file is empty'] = 'Den uppladdade filen är tom'; -$a->strings['Uploaded file is too large'] = 'Den uppladdade filen är för stor'; -$a->strings['File has an invalid extension, it should be one of '] = 'Otillåten filnamnsändelse, det ska vara '; -$a->strings['Upload was cancelled, or server error encountered'] = 'Serverfel eller avbruten uppladdning'; -$a->strings['Randplace Settings'] = 'Randplace Settings'; -$a->strings['Enable Randplace Plugin'] = 'Enable Randplace Plugin'; -$a->strings['Post to StatusNet'] = 'Lägg in på StatusNet'; -$a->strings['StatusNet Posting Settings'] = 'Inställningar för inlägg på StatusNet'; -$a->strings['No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation.'] = 'No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation.'; -$a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key'; -$a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret'; -$a->strings["Base API Path \x28remember the trailing /\x29"] = "Base API Path \x28remember the trailing /\x29"; -$a->strings['To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet.'] = 'To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet.'; -$a->strings['Log in with StatusNet'] = 'Logga in med StatusNet'; -$a->strings['Copy the security code from StatusNet here'] = 'Ange säkerhetskoden från StatusNet här'; -$a->strings['Currently connected to: '] = 'Ansluten till: '; -$a->strings['If enabled all your <strong>public</strong> postings will be posted to the associated StatusNet account as well.'] = 'If enabled all your <strong>public</strong> postings will be posted to the associated StatusNet account as well.'; -$a->strings['Send public postings to StatusNet'] = 'Send public postings to StatusNet'; -$a->strings['Clear OAuth configuration'] = 'Clear OAuth configuration'; -$a->strings['Three Dimensional Tic-Tac-Toe'] = 'Tredimensionellt luffarschack'; -$a->strings['3D Tic-Tac-Toe'] = '3D-luffarschack'; -$a->strings['New game'] = 'Ny spelomgång'; -$a->strings['New game with handicap'] = 'Ny spelomgång med handikapp'; -$a->strings['Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. '] = 'Det tredimensionella luffarschacket är precis som vanligt luffarschack förutom att det spelas i flera nivåer samtidigt. '; -$a->strings['In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.'] = 'Här är det tre nivåer. Man vinner om man får tre i rad på vilken nivå som helst, eller uppåt, nedåt eller diagonalt på flera nivåer.'; -$a->strings['The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.'] = 'Om man spelar med handikapp så stängs mittenpositionen på mittennivån av eftersom spelare som väljer den positionen ofta får övertaget.'; -$a->strings['You go first...'] = 'Du börjar...'; -$a->strings['I\'m going first this time...'] = 'Jag börjar den här gången...'; -$a->strings['You won!'] = 'Du vann!'; -$a->strings['"Cat" game!'] = '"Cat" game!'; -$a->strings['I won!'] = 'Jag vann!'; -$a->strings['Post to Twitter'] = 'Lägg in på Twitter'; -$a->strings['Twitter Posting Settings'] = 'Inställningar för inlägg på Twitter'; -$a->strings['No consumer key pair for Twitter found. Please contact your site administrator.'] = 'No consumer key pair for Twitter found. Please contact your site administrator.'; -$a->strings['At this Friendika instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter.'] = 'At this Friendika instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter.'; -$a->strings['Copy the PIN from Twitter here'] = 'Ange PIN-koden från Twitter här'; -$a->strings['If enabled all your <strong>public</strong> postings will be posted to the associated Twitter account as well.'] = 'If enabled all your <strong>public</strong> postings will be posted to the associated Twitter account as well.'; -$a->strings['Send public postings to Twitter'] = 'Send public postings to Twitter'; -$a->strings['Africa/Abidjan'] = 'Afrika/Abidjan'; -$a->strings['Africa/Accra'] = 'Afrika/Accra'; -$a->strings['Africa/Addis_Ababa'] = 'Afrika/Addis_Ababa'; -$a->strings['Africa/Algiers'] = 'Afrika/Algiers'; -$a->strings['Africa/Asmara'] = 'Afrika/Asmara'; -$a->strings['Africa/Asmera'] = 'Afrika/Asmera'; -$a->strings['Africa/Bamako'] = 'Afrika/Bamako'; -$a->strings['Africa/Bangui'] = 'Afrika/Bangui'; -$a->strings['Africa/Banjul'] = 'Afrika/Banjul'; -$a->strings['Africa/Bissau'] = 'Afrika/Bissau'; -$a->strings['Africa/Blantyre'] = 'Afrika/Blantyre'; -$a->strings['Africa/Brazzaville'] = 'Afrika/Brazzaville'; -$a->strings['Africa/Bujumbura'] = 'Afrika/Bujumbura'; -$a->strings['Africa/Cairo'] = 'Afrika/Cairo'; -$a->strings['Africa/Casablanca'] = 'Afrika/Casablanca'; -$a->strings['Africa/Ceuta'] = 'Afrika/Ceuta'; -$a->strings['Africa/Conakry'] = 'Afrika/Conakry'; -$a->strings['Africa/Dakar'] = 'Afrika/Dakar'; -$a->strings['Africa/Dar_es_Salaam'] = 'Afrika/Dar_es_Salaam'; -$a->strings['Africa/Djibouti'] = 'Afrika/Djibouti'; -$a->strings['Africa/Douala'] = 'Afrika/Douala'; -$a->strings['Africa/El_Aaiun'] = 'Afrika/El_Aaiun'; -$a->strings['Africa/Freetown'] = 'Afrika/Freetown'; -$a->strings['Africa/Gaborone'] = 'Afrika/Gaborone'; -$a->strings['Africa/Harare'] = 'Afrika/Harare'; -$a->strings['Africa/Johannesburg'] = 'Afrika/Johannesburg'; -$a->strings['Africa/Kampala'] = 'Afrika/Kampala'; -$a->strings['Africa/Khartoum'] = 'Afrika/Khartoum'; -$a->strings['Africa/Kigali'] = 'Afrika/Kigali'; -$a->strings['Africa/Kinshasa'] = 'Afrika/Kinshasa'; -$a->strings['Africa/Lagos'] = 'Afrika/Lagos'; -$a->strings['Africa/Libreville'] = 'Afrika/Libreville'; -$a->strings['Africa/Lome'] = 'Afrika/Lome'; -$a->strings['Africa/Luanda'] = 'Afrika/Luanda'; -$a->strings['Africa/Lubumbashi'] = 'Afrika/Lubumbashi'; -$a->strings['Africa/Lusaka'] = 'Afrika/Lusaka'; -$a->strings['Africa/Malabo'] = 'Afrika/Malabo'; -$a->strings['Africa/Maputo'] = 'Afrika/Maputo'; -$a->strings['Africa/Maseru'] = 'Afrika/Maseru'; -$a->strings['Africa/Mbabane'] = 'Afrika/Mbabane'; -$a->strings['Africa/Mogadishu'] = 'Afrika/Mogadishu'; -$a->strings['Africa/Monrovia'] = 'Afrika/Monrovia'; -$a->strings['Africa/Nairobi'] = 'Afrika/Nairobi'; -$a->strings['Africa/Ndjamena'] = 'Afrika/Ndjamena'; -$a->strings['Africa/Niamey'] = 'Afrika/Niamey'; -$a->strings['Africa/Nouakchott'] = 'Afrika/Nouakchott'; -$a->strings['Africa/Ouagadougou'] = 'Afrika/Ouagadougou'; -$a->strings['Africa/Porto-Novo'] = 'Afrika/Porto-Novo'; -$a->strings['Africa/Sao_Tome'] = 'Afrika/Sao_Tome'; -$a->strings['Africa/Timbuktu'] = 'Afrika/Timbuktu'; -$a->strings['Africa/Tripoli'] = 'Afrika/Tripoli'; -$a->strings['Africa/Tunis'] = 'Afrika/Tunis'; -$a->strings['Africa/Windhoek'] = 'Afrika/Windhoek'; -$a->strings['America/Adak'] = 'Amerika/Adak'; -$a->strings['America/Anchorage'] = 'Amerika/Anchorage'; -$a->strings['America/Anguilla'] = 'Amerika/Anguilla'; -$a->strings['America/Antigua'] = 'Amerika/Antigua'; -$a->strings['America/Araguaina'] = 'Amerika/Araguaina'; -$a->strings['America/Argentina/Buenos_Aires'] = 'Amerika/Argentina/Buenos_Aires'; -$a->strings['America/Argentina/Catamarca'] = 'Amerika/Argentina/Catamarca'; -$a->strings['America/Argentina/ComodRivadavia'] = 'Amerika/Argentina/ComodRivadavia'; -$a->strings['America/Argentina/Cordoba'] = 'Amerika/Argentina/Cordoba'; -$a->strings['America/Argentina/Jujuy'] = 'Amerika/Argentina/Jujuy'; -$a->strings['America/Argentina/La_Rioja'] = 'Amerika/Argentina/La_Rioja'; -$a->strings['America/Argentina/Mendoza'] = 'Amerika/Argentina/Mendoza'; -$a->strings['America/Argentina/Rio_Gallegos'] = 'Amerika/Argentina/Rio_Gallegos'; -$a->strings['America/Argentina/Salta'] = 'Amerika/Argentina/Salta'; -$a->strings['America/Argentina/San_Juan'] = 'Amerika/Argentina/San_Juan'; -$a->strings['America/Argentina/San_Luis'] = 'Amerika/Argentina/San_Luis'; -$a->strings['America/Argentina/Tucuman'] = 'Amerika/Argentina/Tucuman'; -$a->strings['America/Argentina/Ushuaia'] = 'Amerika/Argentina/Ushuaia'; -$a->strings['America/Aruba'] = 'Amerika/Aruba'; -$a->strings['America/Asuncion'] = 'Amerika/Asuncion'; -$a->strings['America/Atikokan'] = 'Amerika/Atikokan'; -$a->strings['America/Atka'] = 'Amerika/Atka'; -$a->strings['America/Bahia'] = 'Amerika/Bahia'; -$a->strings['America/Barbados'] = 'Amerika/Barbados'; -$a->strings['America/Belem'] = 'Amerika/Belem'; -$a->strings['America/Belize'] = 'Amerika/Belize'; -$a->strings['America/Blanc-Sablon'] = 'Amerika/Blanc-Sablon'; -$a->strings['America/Boa_Vista'] = 'Amerika/Boa_Vista'; -$a->strings['America/Bogota'] = 'Amerika/Bogota'; -$a->strings['America/Boise'] = 'Amerika/Boise'; -$a->strings['America/Buenos_Aires'] = 'Amerika/Buenos_Aires'; -$a->strings['America/Cambridge_Bay'] = 'Amerika/Cambridge_Bay'; -$a->strings['America/Campo_Grande'] = 'Amerika/Campo_Grande'; -$a->strings['America/Cancun'] = 'Amerika/Cancun'; -$a->strings['America/Caracas'] = 'Amerika/Caracas'; -$a->strings['America/Catamarca'] = 'Amerika/Catamarca'; -$a->strings['America/Cayenne'] = 'Amerika/Cayenne'; -$a->strings['America/Cayman'] = 'Amerika/Cayman'; -$a->strings['America/Chicago'] = 'Amerika/Chicago'; -$a->strings['America/Chihuahua'] = 'Amerika/Chihuahua'; -$a->strings['America/Coral_Harbour'] = 'Amerika/Coral_Harbour'; -$a->strings['America/Cordoba'] = 'Amerika/Cordoba'; -$a->strings['America/Costa_Rica'] = 'Amerika/Costa_Rica'; -$a->strings['America/Cuiaba'] = 'Amerika/Cuiaba'; -$a->strings['America/Curacao'] = 'Amerika/Curacao'; -$a->strings['America/Danmarkshavn'] = 'Amerika/Danmarkshavn'; -$a->strings['America/Dawson'] = 'Amerika/Dawson'; -$a->strings['America/Dawson_Creek'] = 'Amerika/Dawson_Creek'; -$a->strings['America/Denver'] = 'Amerika/Denver'; -$a->strings['America/Detroit'] = 'Amerika/Detroit'; -$a->strings['America/Dominica'] = 'Amerika/Dominica'; -$a->strings['America/Edmonton'] = 'Amerika/Edmonton'; -$a->strings['America/Eirunepe'] = 'Amerika/Eirunepe'; -$a->strings['America/El_Salvador'] = 'Amerika/El_Salvador'; -$a->strings['America/Ensenada'] = 'Amerika/Ensenada'; -$a->strings['America/Fort_Wayne'] = 'Amerika/Fort_Wayne'; -$a->strings['America/Fortaleza'] = 'Amerika/Fortaleza'; -$a->strings['America/Glace_Bay'] = 'Amerika/Glace_Bay'; -$a->strings['America/Godthab'] = 'Amerika/Godthab'; -$a->strings['America/Goose_Bay'] = 'Amerika/Goose_Bay'; -$a->strings['America/Grand_Turk'] = 'Amerika/Grand_Turk'; -$a->strings['America/Grenada'] = 'Amerika/Grenada'; -$a->strings['America/Guadeloupe'] = 'Amerika/Guadeloupe'; -$a->strings['America/Guatemala'] = 'Amerika/Guatemala'; -$a->strings['America/Guayaquil'] = 'Amerika/Guayaquil'; -$a->strings['America/Guyana'] = 'Amerika/Guyana'; -$a->strings['America/Halifax'] = 'Amerika/Halifax'; -$a->strings['America/Havana'] = 'Amerika/Havana'; -$a->strings['America/Hermosillo'] = 'Amerika/Hermosillo'; -$a->strings['America/Indiana/Indianapolis'] = 'Amerika/Indiana/Indianapolis'; -$a->strings['America/Indiana/Knox'] = 'Amerika/Indiana/Knox'; -$a->strings['America/Indiana/Marengo'] = 'Amerika/Indiana/Marengo'; -$a->strings['America/Indiana/Petersburg'] = 'Amerika/Indiana/Petersburg'; -$a->strings['America/Indiana/Tell_City'] = 'Amerika/Indiana/Tell_City'; -$a->strings['America/Indiana/Vevay'] = 'Amerika/Indiana/Vevay'; -$a->strings['America/Indiana/Vincennes'] = 'Amerika/Indiana/Vincennes'; -$a->strings['America/Indiana/Winamac'] = 'Amerika/Indiana/Winamac'; -$a->strings['America/Indianapolis'] = 'Amerika/Indianapolis'; -$a->strings['America/Inuvik'] = 'Amerika/Inuvik'; -$a->strings['America/Iqaluit'] = 'Amerika/Iqaluit'; -$a->strings['America/Jamaica'] = 'Amerika/Jamaica'; -$a->strings['America/Jujuy'] = 'Amerika/Jujuy'; -$a->strings['America/Juneau'] = 'Amerika/Juneau'; -$a->strings['America/Kentucky/Louisville'] = 'Amerika/Kentucky/Louisville'; -$a->strings['America/Kentucky/Monticello'] = 'Amerika/Kentucky/Monticello'; -$a->strings['America/Knox_IN'] = 'Amerika/Knox_IN'; -$a->strings['America/La_Paz'] = 'Amerika/La_Paz'; -$a->strings['America/Lima'] = 'Amerika/Lima'; -$a->strings['America/Los_Angeles'] = 'Amerika/Los_Angeles'; -$a->strings['America/Louisville'] = 'Amerika/Louisville'; -$a->strings['America/Maceio'] = 'Amerika/Maceio'; -$a->strings['America/Managua'] = 'Amerika/Managua'; -$a->strings['America/Manaus'] = 'Amerika/Manaus'; -$a->strings['America/Marigot'] = 'Amerika/Marigot'; -$a->strings['America/Martinique'] = 'Amerika/Martinique'; -$a->strings['America/Matamoros'] = 'Amerika/Matamoros'; -$a->strings['America/Mazatlan'] = 'Amerika/Mazatlan'; -$a->strings['America/Mendoza'] = 'Amerika/Mendoza'; -$a->strings['America/Menominee'] = 'Amerika/Menominee'; -$a->strings['America/Merida'] = 'Amerika/Merida'; -$a->strings['America/Mexico_City'] = 'Amerika/Mexico_City'; -$a->strings['America/Miquelon'] = 'Amerika/Miquelon'; -$a->strings['America/Moncton'] = 'Amerika/Moncton'; -$a->strings['America/Monterrey'] = 'Amerika/Monterrey'; -$a->strings['America/Montevideo'] = 'Amerika/Montevideo'; -$a->strings['America/Montreal'] = 'Amerika/Montreal'; -$a->strings['America/Montserrat'] = 'Amerika/Montserrat'; -$a->strings['America/Nassau'] = 'Amerika/Nassau'; -$a->strings['America/New_York'] = 'Amerika/New_York'; -$a->strings['America/Nipigon'] = 'Amerika/Nipigon'; -$a->strings['America/Nome'] = 'Amerika/Nome'; -$a->strings['America/Noronha'] = 'Amerika/Noronha'; -$a->strings['America/North_Dakota/Center'] = 'Amerika/North_Dakota/Center'; -$a->strings['America/North_Dakota/New_Salem'] = 'Amerika/North_Dakota/New_Salem'; -$a->strings['America/Ojinaga'] = 'Amerika/Ojinaga'; -$a->strings['America/Panama'] = 'Amerika/Panama'; -$a->strings['America/Pangnirtung'] = 'Amerika/Pangnirtung'; -$a->strings['America/Paramaribo'] = 'Amerika/Paramaribo'; -$a->strings['America/Phoenix'] = 'Amerika/Phoenix'; -$a->strings['America/Port-au-Prince'] = 'Amerika/Port-au-Prince'; -$a->strings['America/Port_of_Spain'] = 'Amerika/Port_of_Spain'; -$a->strings['America/Porto_Acre'] = 'Amerika/Porto_Acre'; -$a->strings['America/Porto_Velho'] = 'Amerika/Porto_Velho'; -$a->strings['America/Puerto_Rico'] = 'Amerika/Puerto_Rico'; -$a->strings['America/Rainy_River'] = 'Amerika/Rainy_River'; -$a->strings['America/Rankin_Inlet'] = 'Amerika/Rankin_Inlet'; -$a->strings['America/Recife'] = 'Amerika/Recife'; -$a->strings['America/Regina'] = 'Amerika/Regina'; -$a->strings['America/Resolute'] = 'Amerika/Resolute'; -$a->strings['America/Rio_Branco'] = 'Amerika/Rio_Branco'; -$a->strings['America/Rosario'] = 'Amerika/Rosario'; -$a->strings['America/Santa_Isabel'] = 'Amerika/Santa_Isabel'; -$a->strings['America/Santarem'] = 'Amerika/Santarem'; -$a->strings['America/Santiago'] = 'Amerika/Santiago'; -$a->strings['America/Santo_Domingo'] = 'Amerika/Santo_Domingo'; -$a->strings['America/Sao_Paulo'] = 'Amerika/Sao_Paulo'; -$a->strings['America/Scoresbysund'] = 'Amerika/Scoresbysund'; -$a->strings['America/Shiprock'] = 'Amerika/Shiprock'; -$a->strings['America/St_Barthelemy'] = 'Amerika/St_Barthelemy'; -$a->strings['America/St_Johns'] = 'Amerika/St_Johns'; -$a->strings['America/St_Kitts'] = 'Amerika/St_Kitts'; -$a->strings['America/St_Lucia'] = 'Amerika/St_Lucia'; -$a->strings['America/St_Thomas'] = 'Amerika/St_Thomas'; -$a->strings['America/St_Vincent'] = 'Amerika/St_Vincent'; -$a->strings['America/Swift_Current'] = 'Amerika/Swift_Current'; -$a->strings['America/Tegucigalpa'] = 'Amerika/Tegucigalpa'; -$a->strings['America/Thule'] = 'Amerika/Thule'; -$a->strings['America/Thunder_Bay'] = 'Amerika/Thunder_Bay'; -$a->strings['America/Tijuana'] = 'Amerika/Tijuana'; -$a->strings['America/Toronto'] = 'Amerika/Toronto'; -$a->strings['America/Tortola'] = 'Amerika/Tortola'; -$a->strings['America/Vancouver'] = 'Amerika/Vancouver'; -$a->strings['America/Virgin'] = 'Amerika/Virgin'; -$a->strings['America/Whitehorse'] = 'Amerika/Whitehorse'; -$a->strings['America/Winnipeg'] = 'Amerika/Winnipeg'; -$a->strings['America/Yakutat'] = 'Amerika/Yakutat'; -$a->strings['America/Yellowknife'] = 'Amerika/Yellowknife'; -$a->strings['Antarctica/Casey'] = 'Antarctica/Casey'; -$a->strings['Antarctica/Davis'] = 'Antarctica/Davis'; -$a->strings['Antarctica/DumontDUrville'] = 'Antarctica/DumontDUrville'; -$a->strings['Antarctica/Macquarie'] = 'Antarctica/Macquarie'; -$a->strings['Antarctica/Mawson'] = 'Antarctica/Mawson'; -$a->strings['Antarctica/McMurdo'] = 'Antarctica/McMurdo'; -$a->strings['Antarctica/Palmer'] = 'Antarctica/Palmer'; -$a->strings['Antarctica/Rothera'] = 'Antarctica/Rothera'; -$a->strings['Antarctica/South_Pole'] = 'Antarctica/South_Pole'; -$a->strings['Antarctica/Syowa'] = 'Antarctica/Syowa'; -$a->strings['Antarctica/Vostok'] = 'Antarctica/Vostok'; -$a->strings['Arctic/Longyearbyen'] = 'Arctic/Longyearbyen'; -$a->strings['Asia/Aden'] = 'Asien/Aden'; -$a->strings['Asia/Almaty'] = 'Asien/Almaty'; -$a->strings['Asia/Amman'] = 'Asien/Amman'; -$a->strings['Asia/Anadyr'] = 'Asien/Anadyr'; -$a->strings['Asia/Aqtau'] = 'Asien/Aqtau'; -$a->strings['Asia/Aqtobe'] = 'Asien/Aqtobe'; -$a->strings['Asia/Ashgabat'] = 'Asien/Ashgabat'; -$a->strings['Asia/Ashkhabad'] = 'Asien/Ashkhabad'; -$a->strings['Asia/Baghdad'] = 'Asien/Baghdad'; -$a->strings['Asia/Bahrain'] = 'Asien/Bahrain'; -$a->strings['Asia/Baku'] = 'Asien/Baku'; -$a->strings['Asia/Bangkok'] = 'Asien/Bangkok'; -$a->strings['Asia/Beirut'] = 'Asien/Beirut'; -$a->strings['Asia/Bishkek'] = 'Asien/Bishkek'; -$a->strings['Asia/Brunei'] = 'Asien/Brunei'; -$a->strings['Asia/Calcutta'] = 'Asien/Calcutta'; -$a->strings['Asia/Choibalsan'] = 'Asien/Choibalsan'; -$a->strings['Asia/Chongqing'] = 'Asien/Chongqing'; -$a->strings['Asia/Chungking'] = 'Asien/Chungking'; -$a->strings['Asia/Colombo'] = 'Asien/Colombo'; -$a->strings['Asia/Dacca'] = 'Asien/Dacca'; -$a->strings['Asia/Damascus'] = 'Asien/Damascus'; -$a->strings['Asia/Dhaka'] = 'Asien/Dhaka'; -$a->strings['Asia/Dili'] = 'Asien/Dili'; -$a->strings['Asia/Dubai'] = 'Asien/Dubai'; -$a->strings['Asia/Dushanbe'] = 'Asien/Dushanbe'; -$a->strings['Asia/Gaza'] = 'Asien/Gaza'; -$a->strings['Asia/Harbin'] = 'Asien/Harbin'; -$a->strings['Asia/Ho_Chi_Minh'] = 'Asien/Ho_Chi_Minh'; -$a->strings['Asia/Hong_Kong'] = 'Asien/Hong_Kong'; -$a->strings['Asia/Hovd'] = 'Asien/Hovd'; -$a->strings['Asia/Irkutsk'] = 'Asien/Irkutsk'; -$a->strings['Asia/Istanbul'] = 'Asien/Istanbul'; -$a->strings['Asia/Jakarta'] = 'Asien/Jakarta'; -$a->strings['Asia/Jayapura'] = 'Asien/Jayapura'; -$a->strings['Asia/Jerusalem'] = 'Asien/Jerusalem'; -$a->strings['Asia/Kabul'] = 'Asien/Kabul'; -$a->strings['Asia/Kamchatka'] = 'Asien/Kamchatka'; -$a->strings['Asia/Karachi'] = 'Asien/Karachi'; -$a->strings['Asia/Kashgar'] = 'Asien/Kashgar'; -$a->strings['Asia/Kathmandu'] = 'Asien/Kathmandu'; -$a->strings['Asia/Katmandu'] = 'Asien/Katmandu'; -$a->strings['Asia/Kolkata'] = 'Asien/Kolkata'; -$a->strings['Asia/Krasnoyarsk'] = 'Asien/Krasnoyarsk'; -$a->strings['Asia/Kuala_Lumpur'] = 'Asien/Kuala_Lumpur'; -$a->strings['Asia/Kuching'] = 'Asien/Kuching'; -$a->strings['Asia/Kuwait'] = 'Asien/Kuwait'; -$a->strings['Asia/Macao'] = 'Asien/Macao'; -$a->strings['Asia/Macau'] = 'Asien/Macau'; -$a->strings['Asia/Magadan'] = 'Asien/Magadan'; -$a->strings['Asia/Makassar'] = 'Asien/Makassar'; -$a->strings['Asia/Manila'] = 'Asien/Manila'; -$a->strings['Asia/Muscat'] = 'Asien/Muscat'; -$a->strings['Asia/Nicosia'] = 'Asien/Nicosia'; -$a->strings['Asia/Novokuznetsk'] = 'Asien/Novokuznetsk'; -$a->strings['Asia/Novosibirsk'] = 'Asien/Novosibirsk'; -$a->strings['Asia/Omsk'] = 'Asien/Omsk'; -$a->strings['Asia/Oral'] = 'Asien/Oral'; -$a->strings['Asia/Phnom_Penh'] = 'Asien/Phnom_Penh'; -$a->strings['Asia/Pontianak'] = 'Asien/Pontianak'; -$a->strings['Asia/Pyongyang'] = 'Asien/Pyongyang'; -$a->strings['Asia/Qatar'] = 'Asien/Qatar'; -$a->strings['Asia/Qyzylorda'] = 'Asien/Qyzylorda'; -$a->strings['Asia/Rangoon'] = 'Asien/Rangoon'; -$a->strings['Asia/Riyadh'] = 'Asien/Riyadh'; -$a->strings['Asia/Saigon'] = 'Asien/Saigon'; -$a->strings['Asia/Sakhalin'] = 'Asien/Sakhalin'; -$a->strings['Asia/Samarkand'] = 'Asien/Samarkand'; -$a->strings['Asia/Seoul'] = 'Asien/Seoul'; -$a->strings['Asia/Shanghai'] = 'Asien/Shanghai'; -$a->strings['Asia/Singapore'] = 'Asien/Singapore'; -$a->strings['Asia/Taipei'] = 'Asien/Taipei'; -$a->strings['Asia/Tashkent'] = 'Asien/Tashkent'; -$a->strings['Asia/Tbilisi'] = 'Asien/Tbilisi'; -$a->strings['Asia/Tehran'] = 'Asien/Tehran'; -$a->strings['Asia/Tel_Aviv'] = 'Asien/Tel_Aviv'; -$a->strings['Asia/Thimbu'] = 'Asien/Thimbu'; -$a->strings['Asia/Thimphu'] = 'Asien/Thimphu'; -$a->strings['Asia/Tokyo'] = 'Asien/Tokyo'; -$a->strings['Asia/Ujung_Pandang'] = 'Asien/Ujung_Pandang'; -$a->strings['Asia/Ulaanbaatar'] = 'Asien/Ulaanbaatar'; -$a->strings['Asia/Ulan_Bator'] = 'Asien/Ulan_Bator'; -$a->strings['Asia/Urumqi'] = 'Asien/Urumqi'; -$a->strings['Asia/Vientiane'] = 'Asien/Vientiane'; -$a->strings['Asia/Vladivostok'] = 'Asien/Vladivostok'; -$a->strings['Asia/Yakutsk'] = 'Asien/Yakutsk'; -$a->strings['Asia/Yekaterinburg'] = 'Asien/Yekaterinburg'; -$a->strings['Asia/Yerevan'] = 'Asien/Yerevan'; -$a->strings['Atlantic/Azores'] = 'Atlantic/Azores'; -$a->strings['Atlantic/Bermuda'] = 'Atlantic/Bermuda'; -$a->strings['Atlantic/Canary'] = 'Atlantic/Canary'; -$a->strings['Atlantic/Cape_Verde'] = 'Atlantic/Cape_Verde'; -$a->strings['Atlantic/Faeroe'] = 'Atlantic/Faeroe'; -$a->strings['Atlantic/Faroe'] = 'Atlantic/Faroe'; -$a->strings['Atlantic/Jan_Mayen'] = 'Atlantic/Jan_Mayen'; -$a->strings['Atlantic/Madeira'] = 'Atlantic/Madeira'; -$a->strings['Atlantic/Reykjavik'] = 'Atlantic/Reykjavik'; -$a->strings['Atlantic/South_Georgia'] = 'Atlantic/South_Georgia'; -$a->strings['Atlantic/St_Helena'] = 'Atlantic/St_Helena'; -$a->strings['Atlantic/Stanley'] = 'Atlantic/Stanley'; -$a->strings['Australia/ACT'] = 'Australien/ACT'; -$a->strings['Australia/Adelaide'] = 'Australien/Adelaide'; -$a->strings['Australia/Brisbane'] = 'Australien/Brisbane'; -$a->strings['Australia/Broken_Hill'] = 'Australien/Broken_Hill'; -$a->strings['Australia/Canberra'] = 'Australien/Canberra'; -$a->strings['Australia/Currie'] = 'Australien/Currie'; -$a->strings['Australia/Darwin'] = 'Australien/Darwin'; -$a->strings['Australia/Eucla'] = 'Australien/Eucla'; -$a->strings['Australia/Hobart'] = 'Australien/Hobart'; -$a->strings['Australia/LHI'] = 'Australien/LHI'; -$a->strings['Australia/Lindeman'] = 'Australien/Lindeman'; -$a->strings['Australia/Lord_Howe'] = 'Australien/Lord_Howe'; -$a->strings['Australia/Melbourne'] = 'Australien/Melbourne'; -$a->strings['Australia/North'] = 'Australien/North'; -$a->strings['Australia/NSW'] = 'Australien/NSW'; -$a->strings['Australia/Perth'] = 'Australien/Perth'; -$a->strings['Australia/Queensland'] = 'Australien/Queensland'; -$a->strings['Australia/South'] = 'Australien/South'; -$a->strings['Australia/Sydney'] = 'Australien/Sydney'; -$a->strings['Australia/Tasmania'] = 'Australien/Tasmania'; -$a->strings['Australia/Victoria'] = 'Australien/Victoria'; -$a->strings['Australia/West'] = 'Australien/West'; -$a->strings['Australia/Yancowinna'] = 'Australien/Yancowinna'; -$a->strings['Brazil/Acre'] = 'Brasilien/Acre'; -$a->strings['Brazil/DeNoronha'] = 'Brasilien/DeNoronha'; -$a->strings['Brazil/East'] = 'Brasilien/East'; -$a->strings['Brazil/West'] = 'Brasilien/West'; -$a->strings['Canada/Atlantic'] = 'Kanada/Atlantic'; -$a->strings['Canada/Central'] = 'Kanada/Central'; -$a->strings['Canada/East-Saskatchewan'] = 'Kanada/East-Saskatchewan'; -$a->strings['Canada/Eastern'] = 'Kanada/Eastern'; -$a->strings['Canada/Mountain'] = 'Kanada/Mountain'; -$a->strings['Canada/Newfoundland'] = 'Kanada/Newfoundland'; -$a->strings['Canada/Pacific'] = 'Kanada/Pacific'; -$a->strings['Canada/Saskatchewan'] = 'Kanada/Saskatchewan'; -$a->strings['Canada/Yukon'] = 'Kanada/Yukon'; -$a->strings['CET'] = 'CET'; -$a->strings['Chile/Continental'] = 'Chile/Continental'; -$a->strings['Chile/EasterIsland'] = 'Chile/EasterIsland'; -$a->strings['CST6CDT'] = 'CST6CDT'; -$a->strings['Cuba'] = 'Cuba'; -$a->strings['EET'] = 'EET'; -$a->strings['Egypt'] = 'Egypten'; -$a->strings['Eire'] = 'Eire'; -$a->strings['EST'] = 'EST'; -$a->strings['EST5EDT'] = 'EST5EDT'; -$a->strings['Etc/GMT'] = 'Etc/GMT'; -$a->strings['Etc/GMT+0'] = 'Etc/GMT+0'; -$a->strings['Etc/GMT+1'] = 'Etc/GMT+1'; -$a->strings['Etc/GMT+10'] = 'Etc/GMT+10'; -$a->strings['Etc/GMT+11'] = 'Etc/GMT+11'; -$a->strings['Etc/GMT+12'] = 'Etc/GMT+12'; -$a->strings['Etc/GMT+2'] = 'Etc/GMT+2'; -$a->strings['Etc/GMT+3'] = 'Etc/GMT+3'; -$a->strings['Etc/GMT+4'] = 'Etc/GMT+4'; -$a->strings['Etc/GMT+5'] = 'Etc/GMT+5'; -$a->strings['Etc/GMT+6'] = 'Etc/GMT+6'; -$a->strings['Etc/GMT+7'] = 'Etc/GMT+7'; -$a->strings['Etc/GMT+8'] = 'Etc/GMT+8'; -$a->strings['Etc/GMT+9'] = 'Etc/GMT+9'; -$a->strings['Etc/GMT-0'] = 'Etc/GMT-0'; -$a->strings['Etc/GMT-1'] = 'Etc/GMT-1'; -$a->strings['Etc/GMT-10'] = 'Etc/GMT-10'; -$a->strings['Etc/GMT-11'] = 'Etc/GMT-11'; -$a->strings['Etc/GMT-12'] = 'Etc/GMT-12'; -$a->strings['Etc/GMT-13'] = 'Etc/GMT-13'; -$a->strings['Etc/GMT-14'] = 'Etc/GMT-14'; -$a->strings['Etc/GMT-2'] = 'Etc/GMT-2'; -$a->strings['Etc/GMT-3'] = 'Etc/GMT-3'; -$a->strings['Etc/GMT-4'] = 'Etc/GMT-4'; -$a->strings['Etc/GMT-5'] = 'Etc/GMT-5'; -$a->strings['Etc/GMT-6'] = 'Etc/GMT-6'; -$a->strings['Etc/GMT-7'] = 'Etc/GMT-7'; -$a->strings['Etc/GMT-8'] = 'Etc/GMT-8'; -$a->strings['Etc/GMT-9'] = 'Etc/GMT-9'; -$a->strings['Etc/GMT0'] = 'Etc/GMT0'; -$a->strings['Etc/Greenwich'] = 'Etc/Greenwich'; -$a->strings['Etc/UCT'] = 'Etc/UCT'; -$a->strings['Etc/Universal'] = 'Etc/Universal'; -$a->strings['Etc/UTC'] = 'Etc/UTC'; -$a->strings['Etc/Zulu'] = 'Etc/Zulu'; -$a->strings['Europe/Amsterdam'] = 'Europa/Amsterdam'; -$a->strings['Europe/Andorra'] = 'Europa/Andorra'; -$a->strings['Europe/Athens'] = 'Europa/Aten'; -$a->strings['Europe/Belfast'] = 'Europa/Belfast'; -$a->strings['Europe/Belgrade'] = 'Europa/Belgrad'; -$a->strings['Europe/Berlin'] = 'Europa/Berlin'; -$a->strings['Europe/Bratislava'] = 'Europa/Bratislava'; -$a->strings['Europe/Brussels'] = 'Europa/Bryssel'; -$a->strings['Europe/Bucharest'] = 'Europa/Bucharest'; -$a->strings['Europe/Budapest'] = 'Europa/Budapest'; -$a->strings['Europe/Chisinau'] = 'Europa/Chisinau'; -$a->strings['Europe/Copenhagen'] = 'Europa/Köpenhamn'; -$a->strings['Europe/Dublin'] = 'Europa/Dublin'; -$a->strings['Europe/Gibraltar'] = 'Europa/Gibraltar'; -$a->strings['Europe/Guernsey'] = 'Europa/Guernsey'; -$a->strings['Europe/Helsinki'] = 'Europa/Helsingfors'; -$a->strings['Europe/Isle_of_Man'] = 'Europa/Isle_of_Man'; -$a->strings['Europe/Istanbul'] = 'Europa/Istanbul'; -$a->strings['Europe/Jersey'] = 'Europa/Jersey'; -$a->strings['Europe/Kaliningrad'] = 'Europa/Kaliningrad'; -$a->strings['Europe/Kiev'] = 'Europa/Kiev'; -$a->strings['Europe/Lisbon'] = 'Europa/Lisabon'; -$a->strings['Europe/Ljubljana'] = 'Europa/Ljubljana'; -$a->strings['Europe/London'] = 'Europa/London'; -$a->strings['Europe/Luxembourg'] = 'Europa/Luxemburg'; -$a->strings['Europe/Madrid'] = 'Europa/Madrid'; -$a->strings['Europe/Malta'] = 'Europa/Malta'; -$a->strings['Europe/Mariehamn'] = 'Europa/Mariehamn'; -$a->strings['Europe/Minsk'] = 'Europa/Minsk'; -$a->strings['Europe/Monaco'] = 'Europa/Monaco'; -$a->strings['Europe/Moscow'] = 'Europa/Moskva'; -$a->strings['Europe/Nicosia'] = 'Europa/Nicosia'; -$a->strings['Europe/Oslo'] = 'Europa/Oslo'; -$a->strings['Europe/Paris'] = 'Europa/Paris'; -$a->strings['Europe/Podgorica'] = 'Europa/Podgorica'; -$a->strings['Europe/Prague'] = 'Europa/Prag'; -$a->strings['Europe/Riga'] = 'Europa/Riga'; -$a->strings['Europe/Rome'] = 'Europa/Rom'; -$a->strings['Europe/Samara'] = 'Europa/Samara'; -$a->strings['Europe/San_Marino'] = 'Europa/San_Marino'; -$a->strings['Europe/Sarajevo'] = 'Europa/Sarajevo'; -$a->strings['Europe/Simferopol'] = 'Europa/Simferopol'; -$a->strings['Europe/Skopje'] = 'Europa/Skopje'; -$a->strings['Europe/Sofia'] = 'Europa/Sofia'; -$a->strings['Europe/Stockholm'] = 'Europa/Stockholm'; -$a->strings['Europe/Tallinn'] = 'Europa/Tallinn'; -$a->strings['Europe/Tirane'] = 'Europa/Tirane'; -$a->strings['Europe/Tiraspol'] = 'Europa/Tiraspol'; -$a->strings['Europe/Uzhgorod'] = 'Europa/Uzhgorod'; -$a->strings['Europe/Vaduz'] = 'Europa/Vaduz'; -$a->strings['Europe/Vatican'] = 'Europa/Vatikanen'; -$a->strings['Europe/Vienna'] = 'Europa/Wien'; -$a->strings['Europe/Vilnius'] = 'Europa/Vilnius'; -$a->strings['Europe/Volgograd'] = 'Europa/Volgograd'; -$a->strings['Europe/Warsaw'] = 'Europa/Warsawa'; -$a->strings['Europe/Zagreb'] = 'Europa/Zagreb'; -$a->strings['Europe/Zaporozhye'] = 'Europa/Zaporozhye'; -$a->strings['Europe/Zurich'] = 'Europa/Zürich'; -$a->strings['Factory'] = 'Factory'; -$a->strings['GB'] = 'GB'; -$a->strings['GB-Eire'] = 'GB-Eire'; -$a->strings['GMT'] = 'GMT'; -$a->strings['GMT+0'] = 'GMT+0'; -$a->strings['GMT-0'] = 'GMT-0'; -$a->strings['GMT0'] = 'GMT0'; -$a->strings['Greenwich'] = 'Greenwich'; -$a->strings['Hongkong'] = 'Hongkong'; -$a->strings['HST'] = 'HST'; -$a->strings['Iceland'] = 'Iceland'; -$a->strings['Indian/Antananarivo'] = 'Indian/Antananarivo'; -$a->strings['Indian/Chagos'] = 'Indian/Chagos'; -$a->strings['Indian/Christmas'] = 'Indian/Christmas'; -$a->strings['Indian/Cocos'] = 'Indian/Cocos'; -$a->strings['Indian/Comoro'] = 'Indian/Comoro'; -$a->strings['Indian/Kerguelen'] = 'Indian/Kerguelen'; -$a->strings['Indian/Mahe'] = 'Indian/Mahe'; -$a->strings['Indian/Maldives'] = 'Indian/Maldives'; -$a->strings['Indian/Mauritius'] = 'Indian/Mauritius'; -$a->strings['Indian/Mayotte'] = 'Indian/Mayotte'; -$a->strings['Indian/Reunion'] = 'Indian/Reunion'; -$a->strings['Iran'] = 'Iran'; -$a->strings['Israel'] = 'Israel'; -$a->strings['Jamaica'] = 'Jamaica'; -$a->strings['Japan'] = 'Japan'; -$a->strings['Kwajalein'] = 'Kwajalein'; -$a->strings['Libya'] = 'Libyen'; -$a->strings['MET'] = 'MET'; -$a->strings['Mexico/BajaNorte'] = 'Mexico/BajaNorte'; -$a->strings['Mexico/BajaSur'] = 'Mexico/BajaSur'; -$a->strings['Mexico/General'] = 'Mexico/General'; -$a->strings['MST'] = 'MST'; -$a->strings['MST7MDT'] = 'MST7MDT'; -$a->strings['Navajo'] = 'Navajo'; -$a->strings['NZ'] = 'NZ'; -$a->strings['NZ-CHAT'] = 'NZ-CHAT'; -$a->strings['Pacific/Apia'] = 'Pacific/Apia'; -$a->strings['Pacific/Auckland'] = 'Pacific/Auckland'; -$a->strings['Pacific/Chatham'] = 'Pacific/Chatham'; -$a->strings['Pacific/Easter'] = 'Pacific/Easter'; -$a->strings['Pacific/Efate'] = 'Pacific/Efate'; -$a->strings['Pacific/Enderbury'] = 'Pacific/Enderbury'; -$a->strings['Pacific/Fakaofo'] = 'Pacific/Fakaofo'; -$a->strings['Pacific/Fiji'] = 'Pacific/Fiji'; -$a->strings['Pacific/Funafuti'] = 'Pacific/Funafuti'; -$a->strings['Pacific/Galapagos'] = 'Pacific/Galapagos'; -$a->strings['Pacific/Gambier'] = 'Pacific/Gambier'; -$a->strings['Pacific/Guadalcanal'] = 'Pacific/Guadalcanal'; -$a->strings['Pacific/Guam'] = 'Pacific/Guam'; -$a->strings['Pacific/Honolulu'] = 'Pacific/Honolulu'; -$a->strings['Pacific/Johnston'] = 'Pacific/Johnston'; -$a->strings['Pacific/Kiritimati'] = 'Pacific/Kiritimati'; -$a->strings['Pacific/Kosrae'] = 'Pacific/Kosrae'; -$a->strings['Pacific/Kwajalein'] = 'Pacific/Kwajalein'; -$a->strings['Pacific/Majuro'] = 'Pacific/Majuro'; -$a->strings['Pacific/Marquesas'] = 'Pacific/Marquesas'; -$a->strings['Pacific/Midway'] = 'Pacific/Midway'; -$a->strings['Pacific/Nauru'] = 'Pacific/Nauru'; -$a->strings['Pacific/Niue'] = 'Pacific/Niue'; -$a->strings['Pacific/Norfolk'] = 'Pacific/Norfolk'; -$a->strings['Pacific/Noumea'] = 'Pacific/Noumea'; -$a->strings['Pacific/Pago_Pago'] = 'Pacific/Pago_Pago'; -$a->strings['Pacific/Palau'] = 'Pacific/Palau'; -$a->strings['Pacific/Pitcairn'] = 'Pacific/Pitcairn'; -$a->strings['Pacific/Ponape'] = 'Pacific/Ponape'; -$a->strings['Pacific/Port_Moresby'] = 'Pacific/Port_Moresby'; -$a->strings['Pacific/Rarotonga'] = 'Pacific/Rarotonga'; -$a->strings['Pacific/Saipan'] = 'Pacific/Saipan'; -$a->strings['Pacific/Samoa'] = 'Pacific/Samoa'; -$a->strings['Pacific/Tahiti'] = 'Pacific/Tahiti'; -$a->strings['Pacific/Tarawa'] = 'Pacific/Tarawa'; -$a->strings['Pacific/Tongatapu'] = 'Pacific/Tongatapu'; -$a->strings['Pacific/Truk'] = 'Pacific/Truk'; -$a->strings['Pacific/Wake'] = 'Pacific/Wake'; -$a->strings['Pacific/Wallis'] = 'Pacific/Wallis'; -$a->strings['Pacific/Yap'] = 'Pacific/Yap'; -$a->strings['Poland'] = 'Polen'; -$a->strings['Portugal'] = 'Portugal'; -$a->strings['PRC'] = 'PRC'; -$a->strings['PST8PDT'] = 'PST8PDT'; -$a->strings['ROC'] = 'ROC'; -$a->strings['ROK'] = 'ROK'; -$a->strings['Singapore'] = 'Singapore'; -$a->strings['Turkey'] = 'Turkiet'; -$a->strings['UCT'] = 'UCT'; -$a->strings['Universal'] = 'Universal'; -$a->strings['US/Alaska'] = 'USA/Alaska'; -$a->strings['US/Aleutian'] = 'USA/Aleutian'; -$a->strings['US/Arizona'] = 'USA/Arizona'; -$a->strings['US/Central'] = 'USA/Central'; -$a->strings['US/East-Indiana'] = 'USA/East-Indiana'; -$a->strings['US/Eastern'] = 'USA/Eastern'; -$a->strings['US/Hawaii'] = 'USA/Hawaii'; -$a->strings['US/Indiana-Starke'] = 'USA/Indiana-Starke'; -$a->strings['US/Michigan'] = 'USA/Michigan'; -$a->strings['US/Mountain'] = 'USA/Mountain'; -$a->strings['US/Pacific'] = 'USA/Pacific'; -$a->strings['US/Pacific-New'] = 'USA/Pacific-New'; -$a->strings['US/Samoa'] = 'USA/Samoa'; -$a->strings['UTC'] = 'UTC'; -$a->strings['W-SU'] = 'W-SU'; -$a->strings['WET'] = 'WET'; -$a->strings['Zulu'] = 'Zulu';
\ No newline at end of file +$a->strings["Channel not found"] = "Kanal hittas inte"; +$a->strings["Channel '%s' deleted"] = "Kanalen '%s' togs bort"; +$a->strings["Channel '%s' uncensored"] = "Kanal '%s' avcensurerad"; +$a->strings["Channel '%s' censored"] = "Kanal '%s' censurerad"; +$a->strings["Censor"] = "Censurera"; +$a->strings["Uncensor"] = "Avcensurera"; +$a->strings["UID"] = "UID"; +$a->strings["Address"] = "Adress"; +$a->strings["Selected channels will be deleted!\\n\\nEverything that was posted in these channels on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valda kanaler kommer att tas bort!\\n\\nAllt som har postats i de kanalerna pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?"; +$a->strings["The channel {0} will be deleted!\\n\\nEverything that was posted in this channel on this site will be permanently deleted!\\n\\nAre you sure?"] = "Kanalen {0} kommer att tas bort!\\n\\nAllt som har postats i den här kanalen pÃ¥ den här servern kommer att raderas permanent!\\n\\nÄr du säker?"; +$a->strings["Plugin %s disabled."] = "Tillägg %s inaktiverat."; +$a->strings["Plugin %s enabled."] = "Tillägg %s aktiverat."; +$a->strings["Disable"] = "Inaktivera"; +$a->strings["Enable"] = "Aktivera"; +$a->strings["Toggle"] = "Växla"; +$a->strings["Author: "] = "Författare:"; +$a->strings["Maintainer: "] = "UnderhÃ¥llare:"; +$a->strings["No themes found."] = "Inga teman funna."; +$a->strings["Screenshot"] = "Skärmdump"; +$a->strings["[Experimental]"] = "[Experimentellt]"; +$a->strings["[Unsupported]"] = "[Utan support]"; +$a->strings["Log settings updated."] = "Logginställningar uppdaterade."; +$a->strings["Clear"] = "Rensa"; +$a->strings["Debugging"] = "Avlusning"; +$a->strings["Log file"] = "Loggfil"; +$a->strings["Must be writable by web server. Relative to your Red top-level directory."] = "MÃ¥ste vara skrivbar för webbservern. Anges relativt Reds toppkatalog."; +$a->strings["Log level"] = "LoggnivÃ¥"; +$a->strings["- select -"] = "- välj -"; +$a->strings["Welcome to %s"] = "Välkommen till %s"; +$a->strings["Red Matrix Server - Setup"] = "Red Matrix-server - inställningar"; +$a->strings["Could not connect to database."] = "Kunde inte ansluta till databasen."; +$a->strings["Could not connect to specified site URL. Possible SSL certificate or DNS issue."] = "Kunde inte ansluta till den angivna server-URL:en. Möjligt problem med SSL-certifikat eller DNS."; +$a->strings["Could not create table."] = "Kunde inte skapa tabell."; +$a->strings["Your site database has been installed."] = "Din serverdatabas har installerats."; +$a->strings["You may need to import the file \"install/database.sql\" manually using phpmyadmin or mysql."] = "Du kan behöva importera filen \"install/database.sql\" manuellt med phpmyadmin eller mysql."; +$a->strings["Please see the file \"install/INSTALL.txt\"."] = "Se filen \"install/INSTALL.txt\"."; +$a->strings["System check"] = "Systemkontroll"; +$a->strings["Check again"] = "Kontrollera igen"; +$a->strings["Database connection"] = "Databasanslutning"; +$a->strings["In order to install Red Matrix we need to know how to connect to your database."] = "För att kunna installera Red Matrix behöver vi veta hur databasen ska anslutas."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Kontakta din servervärd eller administratör om du har frÃ¥gor om de här inställningarna."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databasen du anger nedan mÃ¥ste finnas. Om den inte gör det, skapa den innan du fortsätter."; +$a->strings["Database Server Name"] = "Databasserver"; +$a->strings["Default is localhost"] = "Standard är localhost"; +$a->strings["Database Port"] = "Databasport"; +$a->strings["Communication port number - use 0 for default"] = "Kommunikationsportnummer - använd 0 för standardinställning"; +$a->strings["Database Login Name"] = "Loginnamn till databas"; +$a->strings["Database Login Password"] = "Lösenord till databas"; +$a->strings["Database Name"] = "Databasnamn"; +$a->strings["Site administrator email address"] = "Serveradministratörens e-postadress"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ditt kontos e-postadress mÃ¥ste stämma med den här för att webbgränssnittet för administration ska kunna användas."; +$a->strings["Website URL"] = "Webbplatsens URL"; +$a->strings["Please use SSL (https) URL if available."] = "Ange en URL med SSL (https) om tillgängligt"; +$a->strings["Please select a default timezone for your website"] = "Välj en standardtidszon för din webbplats"; +$a->strings["Site settings"] = "Serverinställningar"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kunde inte hitta en kommandoradsversion av PHP i webbserverns PATH."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron."] = "Om du inte har en kommandoradsversion av PHP installerad pÃ¥ servern kommer du inte att kunna köra bakgrundshämtning via cron."; +$a->strings["PHP executable path"] = "Sökväg till PHP-programmet"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Ange hela sökvägen till php-programfilen. Du kan lämna det här blankt för att fortsätta installationen."; +$a->strings["Command line PHP"] = "Kommandorads-PHP"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Kommandoradsversionen av PHP pÃ¥ ditt system har inte \"register_argc_argv\" aktiverat."; +$a->strings["This is required for message delivery to work."] = "Det här behövs för att meddelandeleverans ska fungera."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fel: \"openssl_pkey_new\"-funktionen pÃ¥ det här systemet kan inte generera kryptonycklar"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Om systemet kör Windows, se \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generera kryptonycklar"; +$a->strings["libCurl PHP module"] = "PHP-modulen libCurl"; +$a->strings["GD graphics PHP module"] = "PHP-modulen GD graphics"; +$a->strings["OpenSSL PHP module"] = "PHP-modulen OpenSSL"; +$a->strings["mysqli PHP module"] = "PHP-modulen mysqli"; +$a->strings["mb_string PHP module"] = "PHP-modulen mb_string"; +$a->strings["mcrypt PHP module"] = "PHP-modulen mcrypt"; +$a->strings["Apache mod_rewrite module"] = "Apache-modulen mod_rewrite"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fel: Apache-webbserverns mod-rewrite-modul krävs men är inte installerad."; +$a->strings["proc_open"] = "proc_open"; +$a->strings["Error: proc_open is required but is either not installed or has been disabled in php.ini"] = "Fel: proc_open krävs men är antingen inte installerad eller har inaktiverats i php.ini"; +$a->strings["Error: libCURL PHP module required but not installed."] = "Fel: PHP-modulen libCURL krävs men är inte installerad."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fel: PHP-modulen GD graphics med JPEG-stöd krävs men är inte installerad."; +$a->strings["Error: openssl PHP module required but not installed."] = "Fel: PHP-modulen openssl krävs men är inte installerad."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Fel: PHP-modulen mysqli krävs men är inte installerad."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Fel: PHP-modulen mb_string krävs men är inte installerad."; +$a->strings["Error: mcrypt PHP module required but not installed."] = "Fel: PHP-modulen mcrypt krävs men är inte installerad."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\ in the top folder of your web server and it is unable to do so."] = "Webbinstallationen mÃ¥ste kunna skapa filen \".htconfig.php\" i toppkatalogen pÃ¥ din webbserver men kan inte göra det."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Det är ofta en behörighetsinställning som gör att webbservern inte kan skriva filer i din katalog - även om du kan."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Red top folder."] = "Efter den här proceduren kommer vi att ge dig en text att spara i filen .htconfig.php i Reds toppkatalog."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"install/INSTALL.txt\" for instructions."] = "Alternativt kan du hoppa över den här proceduren och göra en manuell installation. För instruktioner, se filen \"install/INSTALL.txt\"."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php är skrivbar"; +$a->strings["Red uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Red använder mallmotorn Smarty3 för att rendera webbvyerna. Smarty3 kompilerar mallar till PHP för att snabba upp renderingen."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/tpl/smarty3/ under the Red top level folder."] = "För att kunna spara de här kompilerade mallarna behöver webbservern ha skrivrättigheter i katalogen view/tpl/smarty3/ under Reds toppkatalog."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Försäkra dig om att användaren som din webbserver kör som (t.ex. www-data) har skrivrättigheter till den här katalogen."; +$a->strings["Note: as a security measure, you should give the web server write access to view/tpl/smarty3/ only--not the template files (.tpl) that it contains."] = "Observera: som en säkerhetsÃ¥tgärd bör du ge webbservern skrivrättigheter endast till view/tpl/smarty3 - inte till mallfilerna (.tpl) som den innehÃ¥ller."; +$a->strings["view/tpl/smarty3 is writable"] = "view/tpl/smarty3 är skrivbar"; +$a->strings["Red uses the store directory to save uploaded files. The web server needs to have write access to the store directory under the Red top level folder"] = "Red använder katalogen store för att spara uppladdade filer. Webbservern behöver ha skrivrättigheter till katalogen store under Reds toppkatalog."; +$a->strings["store is writable"] = "store är skrivbar"; +$a->strings["SSL certificate cannot be validated. Fix certificate or disable https access to this site."] = "SSL-certifikatet kan inte valideras. Fixa certifikatet eller inaktivera https-Ã¥tkomst till den här servern."; +$a->strings["If you use https access, you MUST use a certification instance known by all internet browsers. You MUST NOT use self-signed certificates!"] = "Om du använder https-Ã¥tkomst MÃ…STE du använda ett certifikat som känns igen av alla webbläsare. Du FÃ…R INTE använda självsignerade certifikat!"; +$a->strings["This restriction is incorporated because public posts from you may for example contain references to images on your own hub. If your"] = "Den här restriktionen finns för att offentliga inlägg frÃ¥n dig till exempel kan innehÃ¥lla referenser till bilder pÃ¥ din egen hubb. Om ditt"; +$a->strings["certificate is not known by the internet browser of users they get a warning message complaining about some security issues. Although"] = "certifikat inte känns igen av användares webbläsare fÃ¥r de ett varningsmeddelande om säkerhetsproblem. Även om"; +$a->strings["these complains are not the real truth - there are no security issues with your encryption! - the users may be confused, nerved or even"] = "de här varningarna inte är helt sanna - det är inga säkerhetsproblem med din kryptering! - sÃ¥ kan användare bli förvirrade, nervösa eller"; +$a->strings["worse may become scared about redmatrix having security issues. Use one of the free certification instances!"] = "ännu värre, bli skrämda att redmatrix skulle ha säkerhetsproblem. Använd en av utfärdarna av gratis certifikat."; +$a->strings["SSL certificate validation"] = "SSL-certifikatvalidering"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite i .htaccess fungerar inte. Kontrollera din serverkonfiguration."; +$a->strings["Url rewrite is working"] = "URL rewrite fungerar"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databaskonfigurationsfilen \".htconfig.php\" kunde inte skrivas. Använd den bifogade texten för att skapa en konfigurationsfil i din webbservers rot."; +$a->strings["Errors encountered creating database tables."] = "Fel inträffade när databastabeller skulle skapas."; +$a->strings["<h1>What next</h1>"] = "<h1>Nästa steg</h1>"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "VIKTIGT: Du behöver ställa in en schemalagd för hämtningsrutinen [manuellt]"; +$a->strings["Age: "] = "Ã…lder:"; +$a->strings["Gender: "] = "Kön:"; +$a->strings["Finding:"] = "Sökning efter:"; +$a->strings["next page"] = "nästa sida"; +$a->strings["previous page"] = "föregÃ¥ende sida"; +$a->strings["No entries (some entries may be hidden)."] = "Inga resultat (vissa resultat kan vara dolda)."; +$a->strings["Remote privacy information not available."] = "Icke-lokal integritetsinformation är inte tillgänglig"; +$a->strings["Visible to:"] = "Synlig för:"; +$a->strings["Could not access contact record."] = "Kunde inte komma Ã¥t kontaktuppgifter."; +$a->strings["Could not locate selected profile."] = "Kunde inte hitta vald profil."; +$a->strings["Connection updated."] = "Kontakt uppdaterad."; +$a->strings["Failed to update connection record."] = "Misslyckades att uppdatera kontaktuppgifter."; +$a->strings["Could not access address book record."] = "Kunde inte komma Ã¥t adressboksuppgifter."; +$a->strings["Refresh failed - channel is currently unavailable."] = "Uppdatering misslyckades - kanalen är inte tillgänglig."; +$a->strings["Channel has been unblocked"] = "Kanalen är inte längre blockerad"; +$a->strings["Channel has been blocked"] = "Kanalen har blockerats"; +$a->strings["Unable to set address book parameters."] = "Kunde inte ställa in adressboksparametrar."; +$a->strings["Channel has been unignored"] = "Kanalen ignoreras inte längre"; +$a->strings["Channel has been ignored"] = "Kanalen har ignorerats"; +$a->strings["Channel has been unarchived"] = "Kanalen arkiveras inte längre"; +$a->strings["Channel has been archived"] = "Kanalen har arkiverats"; +$a->strings["Channel has been unhidden"] = "Kanalen döljs inte längre"; +$a->strings["Channel has been hidden"] = "Kanalen har dolts"; +$a->strings["Channel has been approved"] = "Kanalen har godkänts"; +$a->strings["Channel has been unapproved"] = "Kanalen är inte godkänd längre"; +$a->strings["Connection has been removed."] = "Kontakten har tagits bort."; +$a->strings["View %s's profile"] = "Visa %ss profil"; +$a->strings["Refresh Permissions"] = "Uppdatera behörigheter"; +$a->strings["Fetch updated permissions"] = "Hämta uppdaterade behörigheter"; +$a->strings["Recent Activity"] = "Senaste aktiviteten"; +$a->strings["View recent posts and comments"] = "Visa de senaste inläggen och kommentarerna"; +$a->strings["Block or Unblock this connection"] = "Blockera eller häv blockering av den här kontakten"; +$a->strings["Unignore"] = "Sluta att ignorera"; +$a->strings["Ignore"] = "Ignorera"; +$a->strings["Ignore or Unignore this connection"] = "Ignorera eller sluta att ignorera den här kontakten"; +$a->strings["Unarchive"] = "Sluta att arkivera"; +$a->strings["Archive"] = "Arkivera"; +$a->strings["Archive or Unarchive this connection"] = "Arkivera eller sluta att arkivera den här kontakten"; +$a->strings["Unhide"] = "Sluta att dölja"; +$a->strings["Hide"] = "Dölj"; +$a->strings["Hide or Unhide this connection"] = "Dölj eller sluta att dölja den här kontakten"; +$a->strings["Delete this connection"] = "Ta bort den här kontakten"; +$a->strings["Unknown"] = "Okända"; +$a->strings["Approve this connection"] = "Godkänn den här kontakten"; +$a->strings["Accept connection to allow communication"] = "Acceptera kontakten för att tillÃ¥ta kommunikation"; +$a->strings["Automatic Permissions Settings"] = "Automatiska behörighetsinställningar"; +$a->strings["Connections: settings for %s"] = "Kontakter: inställningar för %s"; +$a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = "När en kanal presenterar sig för dig kommer alla behörigheter här att gälla för den nya kontakten automatiskt och presentationen att godkännas. Lämna den här sidan om du inte önskar använda den här funktionen."; +$a->strings["Slide to adjust your degree of friendship"] = "Dra för att justera er vänskapsnivÃ¥"; +$a->strings["inherited"] = "ärvd"; +$a->strings["Connection has no individual permissions!"] = "Kontakten har inga individuella behörigheter!"; +$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"."] = "Det här kan vara lämpligt beroende pÃ¥ dina <a href=\"settings\">integritetsinställningar</a>, men du vill kanske se över de \"Avancerade inställningarna\"."; +$a->strings["Profile Visibility"] = "Profilsynlighet"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Välj profilen som du vill ska synas när %s ser din profil pÃ¥ ett säkert sätt."; +$a->strings["Contact Information / Notes"] = "Kontaktinformation / anteckningar"; +$a->strings["Edit contact notes"] = "Redigera anteckningar för kontakten"; +$a->strings["Their Settings"] = "Deras inställningar"; +$a->strings["My Settings"] = "Mina inställningar"; +$a->strings["Forum Members"] = "Forummedlemmar"; +$a->strings["Soapbox"] = "Talarstol"; +$a->strings["Full Sharing (typical social network permissions)"] = "Full delning (typiska behörigheter för sociala nätverk)"; +$a->strings["Cautious Sharing "] = "Försiktig delning"; +$a->strings["Follow Only"] = "Följ endast"; +$a->strings["Individual Permissions"] = "Individuella behörigheter"; +$a->strings["Some permissions may be inherited from your channel <a href=\"settings\">privacy settings</a>, which have higher priority than individual settings. Changing those inherited settings on this page will have no effect."] = "Vissa behörigheter kan ärvas frÃ¥n din kanals <a href=\"settings\">integritetsinställningar</a>, vilka har högre prioritet än individuella inställningar. Ändring av de ärvda inställningarna pÃ¥ den här sidan har ingen effekt."; +$a->strings["Advanced Permissions"] = "Avancerade behörighetsinställningar"; +$a->strings["Simple Permissions (select one and submit)"] = "Enkla behörighetsinställningar (välj en och spara)"; +$a->strings["Visit %s's profile - %s"] = "Besök %ss profil - %s"; +$a->strings["Block/Unblock contact"] = "Blockera/häv blockering av kontakt"; +$a->strings["Ignore contact"] = "Ignorera kontakt"; +$a->strings["Repair URL settings"] = "Reparera URL-inställningar"; +$a->strings["View conversations"] = "Visa konversationer"; +$a->strings["Delete contact"] = "Ta bort kontakt"; +$a->strings["Last update:"] = "Senaste uppdatering:"; +$a->strings["Update public posts"] = "Uppdatera offentliga inlägg"; +$a->strings["Update now"] = "Uppdatera nu"; +$a->strings["Currently blocked"] = "Blockerad"; +$a->strings["Currently ignored"] = "Ignorerad"; +$a->strings["Currently archived"] = "Arkiverad"; +$a->strings["Currently pending"] = "Inväntar svar"; +$a->strings["Hide this contact from others"] = "Dölj den här kontakten för andra"; +$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Svar/gilla-reaktioner pÃ¥ dina offentliga inlägg <strong>kan</strong> fortfarande synas"; +$a->strings["Help with this feature"] = "Hjälp för den här funktionen"; +$a->strings["Layout Name"] = "Layoutnamn"; +$a->strings["Help:"] = "Hjälp:"; +$a->strings["Not Found"] = "Hittas inte"; +$a->strings["Page not found."] = "Sidan hittas inte."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Vi drabbades av ett problem vid inloggningen med OpenID:t du uppgav. Kontrollera att ID:t är korrekt stavat."; +$a->strings["The error message was:"] = "Felmeddelandet var:"; +$a->strings["Authentication failed."] = "Autentisering misslyckades."; +$a->strings["Remote Authentication"] = "Fjärrautentisering."; +$a->strings["Enter your channel address (e.g. channel@example.com)"] = "Ange din kanaladress (t.ex. kanal@example.com)"; +$a->strings["Authenticate"] = "Autentisera"; +$a->strings["Invalid item."] = "Ogiltig post."; +$a->strings["No such group"] = "Ingen sÃ¥dan grupp"; +$a->strings["Search Results For:"] = "Sökresultat för:"; +$a->strings["Collection is empty"] = "Sammanhanget är tomt"; +$a->strings["Collection: "] = "Sammanhang: "; +$a->strings["Connection: "] = "Kontakt:"; +$a->strings["Invalid connection."] = "Ogiltig kontakt."; +$a->strings["Profile not found."] = "Profil hittades inte."; +$a->strings["Profile deleted."] = "Profil borttagen."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Ny profil skapad."; +$a->strings["Profile unavailable to clone."] = "Profil inte tillgänglig för kloning."; +$a->strings["Profile Name is required."] = "Profilnamn krävs."; +$a->strings["Marital Status"] = "CivilstÃ¥nd"; +$a->strings["Romantic Partner"] = "Romantisk partner"; +$a->strings["Likes"] = "Gillar"; +$a->strings["Dislikes"] = "Ogillar"; +$a->strings["Work/Employment"] = "Arbete/sysselsättning"; +$a->strings["Religion"] = "Religion"; +$a->strings["Political Views"] = "Politisk Ã¥skÃ¥dning"; +$a->strings["Gender"] = "Kön"; +$a->strings["Sexual Preference"] = "Sexuell preferens"; +$a->strings["Homepage"] = "Hemsida"; +$a->strings["Interests"] = "Intressen"; +$a->strings["Location"] = "Plats"; +$a->strings["Profile updated."] = "Profil uppdaterad."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Dölj din kontakt-/vänlista för de som ser den här profilen"; +$a->strings["Edit Profile Details"] = "Redigera profildetaljer"; +$a->strings["View this profile"] = "Visa den här profilen"; +$a->strings["Change Profile Photo"] = "Byt profilfoto"; +$a->strings["Create a new profile using these settings"] = "Skapa en ny profil utifrÃ¥n de här inställningarna"; +$a->strings["Clone this profile"] = "Klona den här profilen"; +$a->strings["Delete this profile"] = "Ta bort den här profilen"; +$a->strings["Profile Name:"] = "Profilnamn:"; +$a->strings["Your Full Name:"] = "Ditt fulllständiga namn:"; +$a->strings["Title/Description:"] = "Titel/beskrivning:"; +$a->strings["Your Gender:"] = "Ditt kön:"; +$a->strings["Birthday (%s):"] = "Födelsedag (%s):"; +$a->strings["Street Address:"] = "Gatuadress:"; +$a->strings["Locality/City:"] = "Ort:"; +$a->strings["Postal/Zip Code:"] = "Postnummer:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Region/State:"] = "Region:"; +$a->strings["<span class=\"heart\">♥</span> Marital Status:"] = "<span class=\"heart\">♥</span> CivilstÃ¥nd:"; +$a->strings["Who: (if applicable)"] = "Vem: (om tillämpligt)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exempel: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Sedan [datum]"; +$a->strings["Homepage URL:"] = "Hemsideadress:"; +$a->strings["Religious Views:"] = "Religion/livsÃ¥skÃ¥dning:"; +$a->strings["Keywords:"] = "Nyckelord:"; +$a->strings["Example: fishing photography software"] = "Exempel: fiske fotografering mjukvara"; +$a->strings["Used in directory listings"] = "Används i kataloglistningar"; +$a->strings["Tell us about yourself..."] = "Beskriv dig själv..."; +$a->strings["Hobbies/Interests"] = "Fritidssysselsättning/intressen"; +$a->strings["Contact information and Social Networks"] = "Kontaktinformation och sociala nätverk"; +$a->strings["My other channels"] = "Mina andra kanaler"; +$a->strings["Musical interests"] = "Musikintressen"; +$a->strings["Books, literature"] = "Böcker, litteratur"; +$a->strings["Television"] = "Tv"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/kultur/underhÃ¥llning"; +$a->strings["Love/romance"] = "Kärlek/romantik"; +$a->strings["Work/employment"] = "Arbete/sysselsättning"; +$a->strings["School/education"] = "Skola/utbildning"; +$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Det här är din <strong>offentliga</strong> profil.<br />Den <strong>kan</strong> ses av vem som helst med tillgÃ¥ng till Internet."; +$a->strings["Edit/Manage Profiles"] = "Redigera/hantera profiler"; +$a->strings["Add profile things"] = "Lägg till profilsaker"; +$a->strings["Include desirable objects in your profile"] = "Inkludera fina prylar i din profil"; +$a->strings["This site is not a directory server"] = "Den här servern är inte en katalogserver"; +$a->strings["Failed to create source. No channel selected."] = "Misslyckades att skapa källa. Ingen kanal vald."; +$a->strings["Source created."] = "Källa skapad."; +$a->strings["Source updated."] = "Källa uppdaterad."; +$a->strings["*"] = "*"; +$a->strings["Manage remote sources of content for your channel."] = "Hantera fjärrkällor med innehÃ¥ll för din kanal."; +$a->strings["New Source"] = "Ny källa"; +$a->strings["Import all or selected content from the following channel into this channel and distribute it according to your channel settings."] = "Importera allt eller valt innehÃ¥ll frÃ¥n följande kanal till den här kanalen och distribuera det enligt dina kanalinställningar."; +$a->strings["Only import content with these words (one per line)"] = "Importera endast innehÃ¥ll med de här orden (ett per rad)"; +$a->strings["Leave blank to import all public content"] = "Lämna blankt för att importera allt offentligt innehÃ¥ll"; +$a->strings["Channel Name"] = "Kanalnamn"; +$a->strings["Source not found."] = "Källa hittades inte."; +$a->strings["Edit Source"] = "Redigera källa"; +$a->strings["Delete Source"] = "Ta bort källa"; +$a->strings["Source removed"] = "Källa borttagen"; +$a->strings["Unable to remove source."] = "Kunde inte ta bort källa."; +$a->strings["Block Name"] = "Blocknamn"; +$a->strings["Hub not found."] = "Hubb hittades inte."; +$a->strings["You must be logged in to see this page."] = "Du mÃ¥ste vara inloggad för att se den här sidan."; +$a->strings["Room not found"] = "Rum hittas inte"; +$a->strings["Leave Room"] = "Lämna rummet"; +$a->strings["I am away right now"] = "Jag är borta för tillfället"; +$a->strings["I am online"] = "Jag är online"; +$a->strings["Bookmark this room"] = "Bokmärk det här rummet"; +$a->strings["New Chatroom"] = "Nytt chattrum"; +$a->strings["Chatroom Name"] = "Namn pÃ¥ chattrum"; +$a->strings["%1\$s's Chatrooms"] = "%1\$ss chattrum"; +$a->strings["Version %s"] = "Version %s"; +$a->strings["Installed plugins/addons/apps:"] = "Installerade tillägg/moduler/appar:"; +$a->strings["No installed plugins/addons/apps"] = "Inga installerade tillägg/moduler/appar"; +$a->strings["Red"] = "Red"; +$a->strings["This is a hub of the Red Matrix - a global cooperative network of decentralised privacy enhanced websites."] = "Det här är en hubb som hör till Red Matrix - ett globalt samverkande nätverk av decentraliserade integritetsstärkta webbplatser."; +$a->strings["Running at web location"] = "Kör pÃ¥ webbutrymmet"; +$a->strings["Please visit <a href=\"http://getzot.com\">GetZot.com</a> to learn more about the Red Matrix."] = "Besök <a href=\"http://getzot.com\">GetZot.com</a> lära dig mer om Red Matrix."; +$a->strings["Bug reports and issues: please visit"] = "Buggrapporter och problem: besök"; +$a->strings["Suggestions, praise, etc. - please email \"redmatrix\" at librelist - dot com"] = "Förslag, uppskattning, etc. - maila \"redmatrix\" at librelist - dot com"; +$a->strings["Site Administrators"] = "Serveradministratörer"; +$a->strings["Add a Channel"] = "Lägg till en kanal"; +$a->strings["A channel is your own collection of related web pages. A channel can be used to hold social network profiles, blogs, conversation groups and forums, celebrity pages, and much more. You may create as many channels as your service provider allows."] = "En kanal är din egen samling av relaterade webbsidor. En kanal kan användas för att innehÃ¥lla sociala nätverksprofiler, bloggar, konversationsgrupper och forum, fansidor, och mycket mer. Du kan skapa sÃ¥ mÃ¥nga kanaler som din tjänsteleverantör tillÃ¥ter."; +$a->strings["Examples: \"Bob Jameson\", \"Lisa and her Horses\", \"Soccer\", \"Aviation Group\" "] = "Exempel: \"Bob Jameson\", \"Lisa och hennes hästar\", \"Fotboll\", \"Flyggruppen\" "; +$a->strings["Choose a short nickname"] = "Välj ett kort smeknamn"; +$a->strings["Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others."] = "Ditt smeknamn används för att skapa en kanaladress som är lätt att komma ihÃ¥g (som en e-postadress) som du kan dela med andra."; +$a->strings["Or <a href=\"import\">import an existing channel</a> from another location"] = "Eller <a href=\"import\">importera en befintlig kanal</a> frÃ¥n en annan plats"; +$a->strings["No valid account found."] = "Inget giltigt konto hittades."; +$a->strings["Password reset request issued. Check your email."] = "LösenordsÃ¥terställning har skickats. Kontrollera din e-post."; +$a->strings["Site Member (%s)"] = "Servermedlem (%s)"; +$a->strings["Password reset requested at %s"] = "LösenordsÃ¥terställning begärd pÃ¥ %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Begäran kunde inte bekräftas. (Du kan ha skickat den tidigare.) LösenordsÃ¥terställningen misslyckades."; +$a->strings["Password Reset"] = "LösenordsÃ¥terställning"; +$a->strings["Your password has been reset as requested."] = "Ditt lösenord har Ã¥terställts som begärt."; +$a->strings["Your new password is"] = "Ditt nya lösenord är"; +$a->strings["Save or copy your new password - and then"] = "Spara eller kopiera ditt nya lösenord - "; +$a->strings["click here to login"] = "klicka sedan här för att logga in"; +$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Ditt lösenord kan bytas frÃ¥n sidan <em>Inställningar</em> när du är inloggad."; +$a->strings["Your password has changed at %s"] = "Ditt lösenord byttes pÃ¥ %s"; +$a->strings["Forgot your Password?"] = "Glömt lösenordet?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Ange din e-postadress och skicka för att Ã¥terställa ditt lösenord. Kontrollera sedan din e-post för vidare instruktioner."; +$a->strings["Email Address"] = "E-postadress"; +$a->strings["Reset"] = "Ã…terställ"; +$a->strings["Edit Block"] = "Redigera block"; +$a->strings["Delete block?"] = "Ta bort block?"; +$a->strings["Delete Block"] = "Ta bort block"; +$a->strings["Select a bookmark folder"] = "Välj en bokmärkeskatalog"; +$a->strings["Save Bookmark"] = "Spara bokmärke"; +$a->strings["URL of bookmark"] = "Bokmärkets URL"; +$a->strings["Description"] = "Beskrivning"; +$a->strings["Or enter new bookmark folder name"] = "Eller ange nytt namn pÃ¥ bokmärkeskatalog"; +$a->strings["Nothing to import."] = "Inget att importera."; +$a->strings["Unable to download data from old server"] = "Kunde inte ladda ner data frÃ¥n den gamla servern"; +$a->strings["Imported file is empty."] = "Den importerade filen är tom."; +$a->strings["Cannot create a duplicate channel identifier on this system. Import failed."] = "Kan inte skapa ett dubblerat kanal-ID pÃ¥ det här systemet. Import misslyckades."; +$a->strings["Channel clone failed. Import failed."] = "Kloning av kanalen misslyckades. Import misslyckades."; +$a->strings["Cloned channel not found. Import failed."] = "Den klonade kanalen hittas inte. Import misslyckades."; +$a->strings["Import completed."] = "Import slutförd."; +$a->strings["You must be logged in to use this feature."] = "Du mÃ¥ste vara inloggad för att kunna använda den här funktionen."; +$a->strings["Import Channel"] = "Importera kanal"; +$a->strings["Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available."] = "Använd det här formuläret för att importera en befintlig kanal frÃ¥n en annan server/hubb. Du kan fÃ¥ kanal-ID:t frÃ¥n den gamla servern/hubben över nätverket eller tillhandahÃ¥lla en exportfil. Endast identitet och kontakter/relationer kommer att importeras. Import av innehÃ¥ll stöds ännu inte."; +$a->strings["File to Upload"] = "Fil att ladda upp"; +$a->strings["Or provide the old server/hub details"] = "Eller ge uppgifter om den gamla servern/hubben"; +$a->strings["Your old identity address (xyz@example.com)"] = "Din gamla identitetsadress (xyz@example.com)"; +$a->strings["Your old login email address"] = "Din gamla e-postadress för inloggning"; +$a->strings["Your old login password"] = "Ditt gamla inloggningslösenord"; +$a->strings["For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media."] = "Ange i bägge fallen om den här hubben ska vara din nya primära adress eller om den gamla platsen ska fortsätta att ha den rollen. Du kommer att kunna posta frÃ¥n bÃ¥da platser, men bara en kan vara primärt utrymme för filer, foton och media."; +$a->strings["Make this hub my primary location"] = "Gör den här hubben till min primära plats"; +$a->strings["You have created %1$.0f of %2$.0f allowed channels."] = "Du har skapat %1$.0f av %2$.0f tillÃ¥tna kanaler."; +$a->strings["Create a new channel"] = "Skapa en ny kanal"; +$a->strings["Channel Manager"] = "Kanalhanterare"; +$a->strings["Current Channel"] = "Nuvarande kanal"; +$a->strings["Attach to one of your channels by selecting it."] = "Anslut till en av dina kanaler genom att välja den."; +$a->strings["Default Channel"] = "Standardkanal"; +$a->strings["Make Default"] = "Gör till standard"; +$a->strings["Total votes"] = "Totala röster"; +$a->strings["Average Rating"] = "Genomsnittsbetyg"; +$a->strings["Profile Match"] = "Profilträff"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Inga nyckelord att matcha mot. Lägg till nÃ¥gra nyckelord i din standardprofil."; +$a->strings["is interested in:"] = "är intresserad av:"; +$a->strings["No matches"] = "Inga träffar"; +$a->strings["Away"] = "Borta"; +$a->strings["Online"] = "Online"; +$a->strings["OpenID protocol error. No ID returned."] = "Protokollfel för OpenID. Inget ID returnerades."; +$a->strings["Welcome %s. Remote authentication successful."] = "Välkommen %s. Fjärrautentisering lyckades."; +$a->strings["Edit Layout"] = "Redigera layout"; +$a->strings["Delete layout?"] = "Ta bort layout?"; +$a->strings["Delete Layout"] = "Ta bort layout"; +$a->strings["Remote authentication blocked. You are logged into this site locally. Please logout and retry."] = "Fjärrautentisering blockerades. Du är inloggad pÃ¥ den här servern lokalt. Logga ut och försök igen."; +$a->strings["Fetching URL returns error: %1\$s"] = "Hämtning av URL returnerade fel: %1\$s"; +$a->strings["Image uploaded but image cropping failed."] = "Bilden laddades upp men beskärning misslyckades."; +$a->strings["Image resize failed."] = "Ändring av bildstorlek misslyckades."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-uppdatera sidan eller rensa webbläsarcachen om det nya fotot inte visas direkt."; +$a->strings["Image exceeds size limit of %d"] = "Bilden överskrider storleksbegränsningen %d"; +$a->strings["Unable to process image."] = "Kunde inte behandla bilden."; +$a->strings["Photo not available."] = "Fotot är inte tillgängligt."; +$a->strings["Upload File:"] = "Ladda upp fil:"; +$a->strings["Select a profile:"] = "Välj en profil:"; +$a->strings["Upload Profile Photo"] = "Ladda upp profilfoto"; +$a->strings["Upload"] = "Ladda upp"; +$a->strings["skip this step"] = "hoppa över det här steget"; +$a->strings["select a photo from your photo albums"] = "välj ett foto frÃ¥n dina fotoalbum"; +$a->strings["Crop Image"] = "Beskär bild"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Justera bildens beskärning för bästa utseende."; +$a->strings["Done Editing"] = "Klar med redigering"; +$a->strings["Image uploaded successfully."] = "Bilduppladdning lyckades."; +$a->strings["Image upload failed."] = "Bilduppladdning misslyckades."; +$a->strings["Image size reduction [%s] failed."] = "Krympning av bilden [%s] misslyckades."; +$a->strings["Blocked"] = "Blockerade"; +$a->strings["Ignored"] = "Ignorerade"; +$a->strings["Hidden"] = "Dolda"; +$a->strings["Archived"] = "Arkiverade"; +$a->strings["All"] = "Alla"; +$a->strings["Unconnected"] = "Ej anslutna"; +$a->strings["Suggest new connections"] = "FöreslÃ¥ nya kontakter"; +$a->strings["New Connections"] = "Nya kontakter"; +$a->strings["Show pending (new) connections"] = "Visa väntande (nya) kontakter"; +$a->strings["Show all connections"] = "Visa alla kontakter"; +$a->strings["Unblocked"] = "Ej blockerade"; +$a->strings["Only show unblocked connections"] = "Visa endast ej blockerade kontakter"; +$a->strings["Only show blocked connections"] = "Visa endast blockerade kontakter"; +$a->strings["Only show ignored connections"] = "Visa endast ignorerade kontakter"; +$a->strings["Only show archived connections"] = "Visa endast arkiverade kontakter"; +$a->strings["Only show hidden connections"] = "Visa endast dolda kontakter"; +$a->strings["Only show one-way connections"] = "Visa endast enkelriktade kontakter"; +$a->strings["%1\$s [%2\$s]"] = "%1\$s [%2\$s]"; +$a->strings["Edit contact"] = "Redigera kontakt"; +$a->strings["Search your connections"] = "Sök bland dina kontakter"; +$a->strings["Finding: "] = "Sökning efter: "; +$a->strings["Invalid request identifier."] = "Ogiltigt ID pÃ¥ förfrÃ¥gan."; +$a->strings["Discard"] = "Förkasta"; +$a->strings["No more system notifications."] = "Inga fler systemnotifieringar."; +$a->strings["System Notifications"] = "Systemnotifieringar"; +$a->strings["Unable to find your hub."] = "Kunde inte hitta din hubb."; +$a->strings["Post successful."] = "Sändning lyckades."; +$a->strings["Edit Webpage"] = "Redigera webbsida"; +$a->strings["Delete webpage?"] = "Ta bort webbsida?"; +$a->strings["Delete Webpage"] = "Ta bort webbsida"; +$a->strings["Channel added."] = "Kanal tillagd."; +$a->strings["Poke/Prod"] = "Puffa/stöt till"; +$a->strings["poke, prod or do other things to somebody"] = "puffa, stöt till eller gör andra saker mot nÃ¥gon"; +$a->strings["Recipient"] = "Mottagare"; +$a->strings["Choose what you wish to do to recipient"] = "Välj vad du önskar göra med mottagaren"; +$a->strings["Make this post private"] = "Gör det här inlägget privat"; +$a->strings["Wall Photos"] = "Väggfoton"; +$a->strings["Insufficient permissions. Request redirected to profile page."] = "Otillräckliga behörigheter. FörfrÃ¥gan omdirigerad till profilsidan."; +$a->strings["Contact not found."] = "Kontakten hittades inte."; +$a->strings["Friend suggestion sent."] = "VänförfrÃ¥gan skickad."; +$a->strings["Suggest Friends"] = "FöreslÃ¥ vänner"; +$a->strings["Suggest a friend for %s"] = "FöreslÃ¥ en vän för %s"; +$a->strings["Status: "] = "Status: "; +$a->strings["Sexual Preference: "] = "Sexuell preferens: "; +$a->strings["Homepage: "] = "Hemsida: "; +$a->strings["Hometown: "] = "Hemort: "; +$a->strings["About: "] = "Om: "; +$a->strings["Keywords: "] = "Nyckelord: "; +$a->strings["Permission Denied."] = "Behörighet saknas."; +$a->strings["File not found."] = "Filen hittas inte."; +$a->strings["Edit file permissions"] = "Redigera filrättigheter"; +$a->strings["Include all files and sub folders"] = "Inkludera alla filer och underkataloger"; +$a->strings["Return to file list"] = "Ã…tergÃ¥ till fillistan"; +$a->strings["Copy/paste this code to attach file to a post"] = "Kopiera/klistra in den här koden för att bifoga filen i ett inlägg"; +$a->strings["Copy/paste this URL to link file from a web page"] = "Kopiera/klistra in den här URL:en för att länka till filen frÃ¥n en webbsida"; +$a->strings["Download"] = "Ladda ner"; +$a->strings["Used: "] = "Använt: "; +$a->strings["[directory]"] = "[katalog]"; +$a->strings["Limit: "] = "Gräns: "; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Inga förslag tillgängliga. Om det här är en ny server, försök igen om 24 timmar."; +$a->strings["Conversation removed."] = "Konversation borttagen."; +$a->strings["No messages."] = "Inga meddelanden."; +$a->strings["D, d M Y - g:i A"] = "D, j M Y - H:i"; +$a->strings["Public Sites"] = "Offentliga servrar"; +$a->strings["The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links <strong>may</strong> provide additional details."] = "De listade servrarna tillÃ¥ter offentlig registrering i Red Matrix. Alla servrar i matrisen är sammankopplade, sÃ¥ medlemskap i en av dem medför medlemskap i matrisen som helhet. Vissa servrar kan kräva abonnemang eller erbjuda uppdelade tjänstenivÃ¥er. Leverantörslänkarna <strong>kan</strong> ge ytterligare detaljer."; +$a->strings["Site URL"] = "Server-URL"; +$a->strings["Access Type"] = "Ã…tkomsttyp"; +$a->strings["Registration Policy"] = "Registreringspolicy"; +$a->strings["Maximum daily site registrations exceeded. Please try again tomorrow."] = "Maximalt antal dagliga serverregistreringar överskridet. Försök igen i morgon."; +$a->strings["Please indicate acceptance of the Terms of Service. Registration failed."] = "Välj huruvida du accepterar användarvillkoren. Registrering misslyckades."; +$a->strings["Passwords do not match."] = "Lösenorden stämmer inte överens."; +$a->strings["Registration successful. Please check your email for validation instructions."] = "Registrering lyckades. Kontrollera din e-post för valideringsinstruktioner."; +$a->strings["Your registration is pending approval by the site owner."] = "Din registrering väntar pÃ¥ att bli godkänd av serverägaren."; +$a->strings["Your registration can not be processed."] = "Din registrering kan inte behandlas."; +$a->strings["Registration on this site/hub is by approval only."] = "Registrering pÃ¥ den här servern/hubben mÃ¥ste godkännas."; +$a->strings["<a href=\"pubsites\">Register at another affiliated site/hub</a>"] = "<a href=\"pubsites\">Registrera dig pÃ¥ en annan ansluten server/hubb</a>"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Antal dagliga registreringar som tillÃ¥ts pÃ¥ den här servern har överskridits. Försök igen i morgon."; +$a->strings["Terms of Service"] = "användarvillkor"; +$a->strings["I accept the %s for this website"] = "Jag accepterar den här webbplatsens %s"; +$a->strings["I am over 13 years of age and accept the %s for this website"] = "Jag är över 13 Ã¥r och accepterar den här webbplatsens %s"; +$a->strings["Membership on this site is by invitation only."] = "Medlemskap pÃ¥ den här servern kan endast fÃ¥s genom inbjudan."; +$a->strings["Please enter your invitation code"] = "Ange din inbjudningskod"; +$a->strings["Your email address"] = "Din e-postadress"; +$a->strings["Choose a password"] = "Välj ett lösenord"; +$a->strings["Please re-enter your password"] = "Ange lösenordet igen"; +$a->strings["Please login."] = "Logga in."; +$a->strings["Remove This Channel"] = "Ta bort den här kanalen"; +$a->strings["This will completely remove this channel from the network. Once this has been done it is not recoverable."] = "Det här kommer att ta bort den här kanalen helt frÃ¥n nätverket. När det är gjort gÃ¥r det inte att Ã¥terställa den."; +$a->strings["Please enter your password for verification:"] = "Ange ditt lösenord för att bekräfta:"; +$a->strings["Remove this channel and all its clones from the network"] = "Ta bort den här kanalen och alla dess kloner frÃ¥n nätverket"; +$a->strings["By default only the instance of the channel located on this hub will be removed from the network"] = "Som standard kommer bara den här hubbens instans av kanalen att tas bort frÃ¥n nätverket"; +$a->strings["Remove Channel"] = "Ta bort kanal"; +$a->strings["Page owner information could not be retrieved."] = "Information om sidans ägare kunde inte hittas."; +$a->strings["Album not found."] = "Albumet hittades inte."; +$a->strings["Delete Album"] = "Ta bort album"; +$a->strings["Delete Photo"] = "Ta bort foto"; +$a->strings["No photos selected"] = "Inga foton valda"; +$a->strings["Access to this item is restricted."] = "Ã…tkomst till den här posten är begränsat."; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Du har använt %1$.2f MB av %2$.2f MB fotoutrymme."; +$a->strings["You have used %1$.2f Mbytes of photo storage."] = "Du har använt %1$.2f MB fotoutrymme."; +$a->strings["Upload Photos"] = "Ladda upp foton"; +$a->strings["New album name: "] = "Namn pÃ¥ nytt album: "; +$a->strings["or existing album name: "] = "eller befintligt albumnamn: "; +$a->strings["Do not show a status post for this upload"] = "Visa inte en statusuppdatering för den här uppladdningen"; +$a->strings["Contact Photos"] = "Kontaktfoton"; +$a->strings["Edit Album"] = "Redigera album"; +$a->strings["Show Newest First"] = "Visa nyast först"; +$a->strings["Show Oldest First"] = "Visa äldst först"; +$a->strings["View Photo"] = "Visa foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Behörighet saknas. Ã…tkomst till den här posten kan vara begränsat."; +$a->strings["Photo not available"] = "Foto inte tillgängligt"; +$a->strings["Use as profile photo"] = "Använd som profilfoto"; +$a->strings["View Full Size"] = "Visa fullstorlek"; +$a->strings["Edit photo"] = "Redigera foto"; +$a->strings["Rotate CW (right)"] = "Rotera medurs (höger)"; +$a->strings["Rotate CCW (left)"] = "Rotera moturs (vänster)"; +$a->strings["New album name"] = "Nytt albumnamn"; +$a->strings["Caption"] = "Bildtext"; +$a->strings["Add a Tag"] = "Lägg till en tagg"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Exempel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["In This Photo:"] = "PÃ¥ fotot:"; +$a->strings["View Album"] = "Visa album"; +$a->strings["Recent Photos"] = "Nya foton"; +$a->strings["Mood"] = "Sinnesstämning"; +$a->strings["Set your current mood and tell your friends"] = "Ange din nuvarande sinnesstämning och visa för dina vänner"; +$a->strings["sent you a private message"] = "skickade ett privat meddelande till dig"; +$a->strings["added your channel"] = "lade till din kanal"; +$a->strings["posted an event"] = "skapade en händelse"; +$a->strings["Theme settings"] = "Temainställningar"; +$a->strings["Set scheme"] = "Välj variant"; +$a->strings["Narrow navbar"] = "Smal navigeringslist"; +$a->strings["Navigation bar background colour"] = "Navigeringslistens bakgrundsfärg"; +$a->strings["Navigation bar gradient top colour"] = "Övre gradientfärg i navigeringslisten"; +$a->strings["Navigation bar gradient bottom colour"] = "Undre gradientfärg i navigeringslisten"; +$a->strings["Navigation active button gradient top colour"] = "Övre gradientfärg pÃ¥ aktiv knapp i navigeringslisten"; +$a->strings["Navigation active button gradient bottom colour"] = "Undre gradientfärg pÃ¥ aktiv knapp i navigeringslisten"; +$a->strings["Navigation bar border colour "] = "Färg pÃ¥ navigeringslistens kant"; +$a->strings["Navigation bar icon colour "] = "Färg pÃ¥ ikoner i navigeringslisten"; +$a->strings["Navigation bar active icon colour "] = "Färg pÃ¥ aktiv ikon i navigeringslisten"; +$a->strings["link colour"] = "Länkfärg"; +$a->strings["Set font-colour for banner"] = "Välj textfärg för sidhuvudet"; +$a->strings["Set the background colour"] = "Välj bakgrundsfärg"; +$a->strings["Set the background image"] = "Välj bakgrundsbild"; +$a->strings["Set the background colour of items"] = "Välj bakgrundsfärg för inlägg"; +$a->strings["Set the opacity of items"] = "Välj opacitet för inlägg"; +$a->strings["Set the basic colour for item icons"] = "Välj basfärg för inläggsikoner"; +$a->strings["Set the hover colour for item icons"] = "Välj färg pÃ¥ inläggsikon under muspekare"; +$a->strings["Set font-size for the entire application"] = "Välj textstorlek för hela applikationen"; +$a->strings["Set font-size for posts and comments"] = "Välj textstorlek för inlägg och kommentarer"; +$a->strings["Set font-colour for posts and comments"] = "Välj textfärg för inlägg och kommentarer"; +$a->strings["Set radius of corners"] = "Välj hörnradie"; +$a->strings["Set shadow depth of photos"] = "Välj skuggdjup för foton"; +$a->strings["Set maximum width of conversation regions"] = "Välj maxbredd pÃ¥ konversationsfält"; +$a->strings["Center conversation regions"] = "Centrera konversationsfält"; +$a->strings["Set minimum opacity of nav bar - to hide it"] = "Välj lägsta opacitet för navigeringslisten - för att dölja den"; +$a->strings["Set size of conversation author photo"] = "Välj storlek pÃ¥ foto för trÃ¥dskapare"; +$a->strings["Set size of followup author photos"] = "Välj storlek pÃ¥ svarande personers foton"; +$a->strings["Sloppy photo albums"] = "Oordnade fotoalbum"; +$a->strings["Are you a clean desk or a messy desk person?"] = "Föredrar du ett tomt eller stökigt skrivbord?"; +$a->strings["Schema Default"] = "Temavariantens standard"; +$a->strings["Sans-Serif"] = "Sans-serif"; +$a->strings["Monospace"] = "Fast bredd"; +$a->strings["Set font face"] = "Välj teckensnitt"; +$a->strings["Set iconset"] = "Välj ikontema"; +$a->strings["Set big shadow size, default 15px 15px 15px"] = "Välj stor skuggstorlek, standard 15px 15px 15px"; +$a->strings["Set small shadow size, default 5px 5px 5px"] = "Välj liten skuggstorlek, standard 5px 5px 5px"; +$a->strings["Set shadow colour, default #000"] = "Välj skuggfärg, standard #000"; +$a->strings["Set radius size, default 5px"] = "Välj radie, standard 5px"; +$a->strings["Set line-height for posts and comments"] = "Välj radhöjd för inlägg och kommentarer"; +$a->strings["Set background image"] = "Välj bakgrundsbild"; +$a->strings["Set background attachment"] = "Välj bakgrundsfixering"; +$a->strings["Set background colour"] = "Välj bakgrundsfärg"; +$a->strings["Set section background image"] = "Välj bakgrundsbild för avsnitt"; +$a->strings["Set section background colour"] = "Välj bakgrundsfärg för avsnitt"; +$a->strings["Set colour of items - use hex"] = "Välj färg pÃ¥ inlägg - använd hex"; +$a->strings["Set colour of links - use hex"] = "Välj färg pÃ¥ länkar - använd hex"; +$a->strings["Set max-width for items. Default 400px"] = "Välj maxbredd för inlägg. Standard 400px"; +$a->strings["Set min-width for items. Default 240px"] = "Välj minbredd för inlägg. Standard 240px"; +$a->strings["Set the generic content wrapper width. Default 48%"] = "Välj bredd pÃ¥ fältet för allmänt innehÃ¥ll. Standard 48%"; +$a->strings["Set colour of fonts - use hex"] = "Välj textfärg - använd hex"; +$a->strings["Set background-size element"] = "Välj bakgrundsskala"; +$a->strings["Item opacity"] = "Inläggsopacitet"; +$a->strings["Display post previews only"] = "Visa endast förhandsgranskning av inlägg"; +$a->strings["Display side bar on channel page"] = "Visa sidolist pÃ¥ kanalsidan"; +$a->strings["Colour of the navigation bar"] = "Färg pÃ¥ navigeringslisten"; +$a->strings["Item float"] = "Flytning för inlägg"; +$a->strings["Left offset of the section element"] = "Vänster offset för avsnittselementet"; +$a->strings["Right offset of the section element"] = "Höger offset för avsnittselementet"; +$a->strings["Section width"] = "Avsnittsbredd"; +$a->strings["Left offset of the aside"] = "Vänster offset för sidoelement"; +$a->strings["Right offset of the aside element"] = "Höger offset för sidoelement"; +$a->strings["None"] = "Inget"; +$a->strings["Header image"] = "Rubrikbild"; +$a->strings["Header image only on profile pages"] = "Rubrikbild endast pÃ¥ profilsidor"; +$a->strings["Update %s failed. See error logs."] = "Uppdatering %s misslyckades. Se felloggar."; +$a->strings["Update Error at %s"] = "Uppdateringsfel pÃ¥ %s"; +$a->strings["Create an account to access services and applications within the Red Matrix"] = "Skapa ett konto för att komma Ã¥t tjänster och applikationer inom Red Matrix"; +$a->strings["Password"] = "Lösenord"; +$a->strings["Remember me"] = "Kom ihÃ¥g mig"; +$a->strings["Forgot your password?"] = "Glömt lösenordet?"; +$a->strings["permission denied"] = "behörighet saknas"; +$a->strings["Got Zot?"] = "Got Zot?"; +$a->strings["toggle mobile"] = "växla mobil"; diff --git a/view/sv/update_fail_eml.tpl b/view/sv/update_fail_eml.tpl index a7df8fc2f..26fc33db0 100644 --- a/view/sv/update_fail_eml.tpl +++ b/view/sv/update_fail_eml.tpl @@ -1,13 +1,13 @@ -Hey,
-I'm the web server at {{$sitename}};
+Hej,
+Jag är webbservern på {{$sitename}};
-The Red Matrix developers released update {{$update}} recently,
-but when I tried to install it, something went terribly wrong.
-This needs to be fixed soon and it requires human intervention.
-Please contact a Red developer if you can not figure out how to
-fix it on your own. My database might be invalid.
+Red Matrix-utvecklarna släppte nyligen uppdateringen {{$update}},
+men när jag försökte installera den gick något fruktansvärt fel.
+Detta behöver fixas snart och kräver en människas ingripande.
+Kontakta en Red-utvecklare om du inte kan lösa problemet själv.
+Min databas kan ha gått sönder.
-The error message is '{{$error}}'.
+Felmeddelandet är '{{$error}}'.
-Apologies for the inconvenience,
- your web server at {{$siteurl}}
\ No newline at end of file +Ursäkta besväret,
+ din webbserver på {{$siteurl}}
diff --git a/view/sv/wall_received_eml.tpl b/view/sv/wall_received_eml.tpl deleted file mode 100644 index fc450a06d..000000000 --- a/view/sv/wall_received_eml.tpl +++ /dev/null @@ -1,16 +0,0 @@ -$username, - -'$from' har skrivit på din profilsida. - ------ -$body ------ - -Logga in på $siteurl för att kolla eller ta bort: - -$display - -Hälsningar, -$sitename admin - - diff --git a/view/theme/redbasic/css/converse_center.css b/view/theme/redbasic/css/converse_center.css new file mode 100644 index 000000000..3b3ecddc9 --- /dev/null +++ b/view/theme/redbasic/css/converse_center.css @@ -0,0 +1,5 @@ +body { + margin-left: auto; + margin-right: auto; + max-width: $body_width; +} diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css index b05f46797..cfda9760e 100644 --- a/view/theme/redbasic/css/narrow_navbar.css +++ b/view/theme/redbasic/css/narrow_navbar.css @@ -1,8 +1,9 @@ +@media screen and (min-width: 760px) { .navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;} .navbar {min-height:25px !important;} nav img { -height: 25px; -width: 25px; +height: 30px; +width: 30px; margin: 2px 0px 1px 10px; border-radius: 0px; } @@ -12,7 +13,7 @@ border-radius: 0px; #nav-search-text {margin:5px;} header #banner {margin-top:5px;} nav .dropdown-menu { -top: 30px;} +top: 33px;} nav .badge { position: relative; top: -30px; @@ -24,4 +25,5 @@ nav .badge { #jGrowl.top-right { top: 30px; right: 15px; +} }
\ No newline at end of file diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3b61ceab1..1bd3eb137 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -66,16 +66,16 @@ textarea { } input { - border: 1px solid #666666; + border: 1px solid $input_border; -moz-border-radius: $radiuspx; border-radius: $radiuspx; padding: 3px; } input[type="submit"] { - background-color: #F0F0F0; + background-color: $input_bgsubmit; font-weight: bold; - color: #0080FF; + color: $input_linksubmit; text-decoration: none; } @@ -92,19 +92,19 @@ code { font-family: Courier, monospace; display: block; overflow: auto; - border: 1px solid #444; - background: #EEE; - color: #444; + border: 1px solid $code_borderc; + background: $code_bgcolour; + color: $code_txtcolour; padding: 10px; margin-top: 20px; max-width: 80%; } blockquote { - background-color: #f4f8f9; - border-left: 4px solid #dae4ee; + background-color: $blockquote_bgcolour; + border-left: 4px solid $blockquote_bordercolour; padding: 0.4em; - color: #000; + color: $blockquote_colour; margin-left: 20px; } @@ -113,15 +113,6 @@ blockquote { padding: 5px; } -#panel { - background-color: ivory; - position: absolute; - z-index: 2; - width: 30%; - padding: 25px; - border: 1px solid #444; -} - .heart { color: #FF0000; font-size: 100%; @@ -138,51 +129,10 @@ blockquote { filter:alpha(opacity=100); } - -#langselector { - position: fixed; - top: 3px; - left: 5px; - z-index:9999; - opacity: 0.3; - filter:alpha(opacity=30); - - -} -#langselector:hover { - opacity: 1.0; - filter:alpha(opacity=100); -} - -/* this is not yet supported - -nav { - background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); - background-image: -o-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); - background-image: -moz-linear-gradient(bottom,$nav_bg_1 26%, $nav_bg_2 82%); - background-image: -webkit-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); - background-image: -ms-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%); +nav, +header { opacity: $nav_float_min_opacity; filter:alpha(opacity=$nav_percent_min_opacity); - -} - -nav:hover { - background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -o-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -moz-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -webkit-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - background-image: -ms-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%); - opacity: 1.0; - filter:alpha(opacity=100); - -} -*/ - -nav #site-location { - color: #888a85; - font-size: 0.8em; - position: absolute; } .error-message { @@ -213,10 +163,6 @@ nav #banner #logo-text a { } nav #banner #logo-text a:hover { text-decoration: none; } -header #site-location { - display: none; -} - header #banner { overflow: hidden; text-align: center; @@ -245,31 +191,6 @@ header #banner #logo-text { font-size: 22px; } -.tabs { - height: 28px; - border-bottom: 1px solid #aaaaaa; - padding:0px; - width: 100%; -} - -.tabs li { margin: 0px; list-style: none; } -.tab { - display:block; - float:left; - margin-right: 15px ; -} - -.tab.active { - color: #444444; -} - -ul.tabs { - margin-top: 0px; - margin-bottom: 0px; - list-style-type: none; - -} - /* footer */ footer { @@ -295,7 +216,7 @@ footer { } .preview { - background: url('../img/gray_and_white_diagonal_stripes_background_seamless.gif'); + background: url('../img/$preview_backgroundimg'); } #theme-preview { @@ -307,13 +228,33 @@ footer { margin-bottom: 15px; } +aside ul { + list-style-type: none; + margin: 0; + padding: 0; + /* border-left: 1px solid #eee; This and a 5px left border on the li is "interesting" + to delineate the list from the surrounding bits + */ +} + +aside li { + margin-top: 5px; + /* in order to achieve consistent indentation cross-browser, set margin-left on the li element e.g. */ + /* margin-left: 10px; */ +} + /*TODO: we should use one class for all this. */ .group-selected, .fileas-selected, .categories-selected, .search-selected, .active { - color: #444444 !important; + color: $selected_active_colour !important; + text-decoration: $selected_active_deco !important; } -.smalltext { - font-size: 0.7em; +.fileas-all { + text-decoration: none !important; +} + +.fileas-all:hover { + text-decoration: underline !important; } #sysmsg { @@ -368,13 +309,16 @@ footer { #login-extra-links { clear: both; + width: 300px; } -#register-link, -#lost-password-link { +#register-link { float: left; margin-left: 100px; } +#lost-password-link { + float: right; +} #login-standard-end { clear: both; @@ -427,6 +371,10 @@ footer { color: #444444; } +.vcard { + padding: 8px; +} + .vcard .title { margin-bottom: 5px; } @@ -499,9 +447,9 @@ footer { #profile-photo-wrapper img { - width:175px; - height:175px; padding: 12px; + width: 201px; + height: 201px; } #profile-in-dir-yes-label, @@ -537,18 +485,6 @@ footer { } -.settings-widget ul { - list-style-type: none; - padding: 0px; -} - -.settings-widget li { - margin-left: 24px; - margin-bottom: 8px; -} - - - #fsuggest-desc, #fsuggest-submit-wrapper { margin-top: 15px; margin-bottom: 15px; @@ -698,35 +634,19 @@ footer { color: #0080FF; } -#netsearch-box { margin-bottom: 5px; } - -#search-save { - margin-left: 5px; -} #side-follow-wrapper { margin-top: 20px; } -#side-peoplefind-url { - margin-top: 5px; -} - -#side-peoplefind-url { - font-size: 1em; -} - -#side-peoplefind-url::-webkit-input-placeholder { +#side-peoplefind-url::-webkit-input-placeholder, #side-advanced-peoplefind-url::-webkit-input-placeholder { font-family: FontAwesome; } -#side-peoplefind-url::-moz-placeholder { +#side-peoplefind-url::-moz-placeholder, #side-advanced-peoplefind-url::-moz-placeholder { font-family: FontAwesome; } -#side-peoplefind-submit { - margin-top: 15px; -} #side-match-link { margin-top: 10px; @@ -773,18 +693,18 @@ footer { .rconnect { display: block; - color: #FFFFFF; + color: $nav_active_icon_colour; margin-top: 15px; background-color: $nav_bg; -webkit-border-radius: $radiuspx ; -moz-border-radius: $radiuspx; border-radius: $radiuspx; + border: 1px solid $nav_bd; padding: 5px; font-weight: bold; clear: both; } - #pause { position: fixed; bottom: 5px; @@ -797,6 +717,7 @@ footer { #contact-block { margin-top: 25px; + padding: 8px; } #contact-block-numcontacts { @@ -806,8 +727,8 @@ footer { .contact-block-div { float: left; - width: 52px; - height: 52px; + width: 50px; + height: 50px; } .contact-block-textdiv { float: left; @@ -892,6 +813,7 @@ footer { } #search-text { + border: 1px solid #ccc; font-size: 1em; } @@ -905,15 +827,15 @@ footer { .location-label, .gender-label, .marital-label, .homepage-label { float: left; - text-align: right; display: block; - width: 65px; + width: 70px; + } .adr, .x-gender, .marital-text, .homepage-url { float: left; display: block; - margin-left: 8px; + width: 130px; } .profile-clear { @@ -1184,14 +1106,6 @@ footer { } -#netsearch-box { - margin-top: 20px; -} - -#netsearch-box #search-submit { - margin: 5px 0px 0px 0px; -} - .required { color: #FF0000; } @@ -1299,6 +1213,10 @@ brain is weird like that */ } +.field input[type="checkbox"] { + width: 16px; +} + .field .onoff { float: left; width: 80px; @@ -1310,7 +1228,7 @@ brain is weird like that */ background-image:url("../../../../images/onoff.jpg"); background-repeat: no-repeat; padding: 4px 2px 2px 2px; - height: 16px; + height: 24px; text-decoration: none; } .field .onoff .off { @@ -1463,23 +1381,29 @@ brain is weird like that */ /* autocomplete popup */ .acpopup { max-height:150px; - background-color:#ffffff; + background-color:$acpopup_bgcolour; overflow:auto; z-index:100000; - border:1px solid #cccccc; + border:1px solid $acpopup_bordercolour; } .acpopupitem { - background-color:#ffffff; padding: 4px; + background-color:$acpopup_bgcolour; clear:left; } .acpopupitem.taggable { - background-color: #ddddff; + background-color: $acpopup_tgbl_bgcolour; } .acpopupitem img { float: left; margin-right: 4px; } +.acpopupitem:hover { + text-decoration: underline; + color: $acpopup_hovercolour; + cursor:pointer; +} + .acpopupitem.selected { color: #FFFFFF; background: #3465A4; } @@ -1500,6 +1424,9 @@ div.jGrowl div.info { right: 15px; } +div.jGrowl div.jGrowl-notification { + min-height: 60px; +} #id_term_label { width:75px; @@ -1515,13 +1442,20 @@ div.jGrowl div.info { border-top: none; } -#search-text-ac .autocomplete, +#search-text-ac .autocomplete { + margin-top: 2px; + margin-left: $radiuspx; + border: 1px solid #ccc; + border-top: none; +} + #recip-ac .autocomplete, #poke-recip-ac .autocomplete, #id-name-ac .autocomplete, #contact-search-ac .autocomplete { margin-top: 2px; margin-left: $radiuspx; + margin-right: $radiuspx; border: 1px solid #666; border-top: none; @@ -1563,7 +1497,7 @@ div.jGrowl div.info { } a.rconnect { - color: #ffffff; + color: $nav_active_icon_colour; text-decoration: none; outline: none; } @@ -1588,16 +1522,17 @@ header { right: 43%; margin: 0px; padding: 0px; - z-index: 1400; + z-index: 1040; color: #fff; } .notif-item a { - color: #000000; + color: $notif_itemcolour; } .notif-item a:hover { text-decoration: underline; + color: $notif_itemhovercolour; } .notif-image { @@ -1606,8 +1541,29 @@ header { padding: 7px 7px 0px 0px; } -.notify-seen { - background: #DDDDDD; + +#nav-notify-menu, #nav-network-menu, #nav-home-menu { + background-color: $notify_bgcolour; + border-top: none; + margin-top: $notify_topmargin; +} + +#nav-notify-menu a, #nav-network-menu a, #nav-home-menu a { + color: $notify_linkcolour; +} + +#nav-notify-menu a:hover, #nav-network-menu a:hover, #nav-home-menu a:hover { + background: $notify_bghover; +} + +.notify-seen a { + background: $notifyseen_bgcolour; + color: $notifyseen_linkcolour !important; +} + +.notify-seen a:hover { + background: $notifyseen_bghover; + color: $notifyseen_linkhover !important; } #page-spinner { @@ -1619,105 +1575,90 @@ header { clear: both; } -#acl-wrapper { - width: 690px; - float:left; +.modal-content { + background-color: $acl_bgcolour; } #acl-search { - float:right; - background: #ffffff url("../../../../images/search_18.png") no-repeat right center; - padding-right:20px; + margin-top: 20px; + padding: 8px; + border: 1px solid #ccc; + width: 100%; } -#acl-showall { - float: left; - display: block; - width: auto; - height: 18px; - background-color: #cccccc; - background-image: url("../../../../images/show_all_off.png"); - background-position: 7px 7px; - background-repeat: no-repeat; - padding: 7px 5px 0px 30px; - -webkit-border-radius: $radiuspx; - -moz-border-radius: $radiuspx; - border-radius: $radiuspx; - color: #999999; + +#acl-search::-webkit-input-placeholder { + font-family: FontAwesome; } -#acl-showall.selected { - color: #000000; - background-color: #ff9900; - background-image: url("../../../../images/show_all_on.png"); + +#acl-search::-moz-placeholder { + font-family: FontAwesome; } #acl-list { - height: 210px; - border: 1px solid #cccccc; - clear: both; - margin-top: 30px; + display: block; + border: 1px solid $acl_bordercolour; overflow: auto; + clear: both; + min-height: 62px; + margin-top: 20px; + padding: 10px 10px 0px 0px; + -webkit-border-radius: $radiuspx ; + -moz-border-radius: $radiuspx; + border-radius: $radiuspx; } -#acl-list-content { - -} + .acl-list-item { - display: block; - width: 150px; - height: 30px; - border: 1px solid #cccccc; - margin: 5px; + width: calc(50% - 10px); + border: 1px solid $acl_bordercolour; + margin: 0px 0px 10px 10px; + padding: 5px; float: left; + -webkit-border-radius: $radiuspx ; + -moz-border-radius: $radiuspx; + border-radius: $radiuspx; } + .acl-list-item img{ - width:22px; - height: 22px; + width: 40px; + height: 40px; float: left; - margin: 4px; + margin-right: 5px; + -webkit-border-radius: $radiuspx ; + -moz-border-radius: $radiuspx; + border-radius: $radiuspx; } + .acl-list-item.taggable { background-color: #ddddff; } -.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;} -.acl-list-item a { - font-size: 8px; - display: block; - width: 40px; - height: 10px; - float: left; - color: #999999; - background-color: #cccccc; - background-position: 3px 3px; - background-repeat: no-repeat; - margin-right: 5px; - -webkit-border-radius: 2px ; - -moz-border-radius: 2px; - border-radius: 2px; - padding-left: 15px; -} -#acl-wrapper a:hover { - text-decoration: none; - color:#000000; +.acl-list-item p { + font-size: $font_size; + margin: 0px; + overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -.acl-button-show { background-image: url("../../../../images/show_off.png"); } -.acl-button-hide { background-image: url("../../../../images/hide_off.png"); } -.acl-button-show.selected { - color: #000000; - background-color: #9ade00; - background-image: url("../../../../images/show_on.png"); +.acl-button-show, +.acl-button-hide { + float: right; + margin-left: 5px; + $aclbutton_linkcolour } -.acl-button-hide.selected { - color: #000000; - background-color: #ff4141; - background-image: url("../../../../images/hide_on.png"); + +#acl-showall { + $aclbutton_linkcolour } -.acl-list-item.groupshow { border-color: #9ade00; } -.acl-list-item.grouphide { border-color: #ff4141; } .contact-block-content { margin-top: 8px; } +.contact-block-img.archived { + opacity: 0.3; + filter:alpha(opacity=30); +} .profile-match-connect { margin-top: 5px; } @@ -1784,7 +1725,6 @@ header { div#pagelist-content-wrapper { width: 80%; -background: #fff; margin-left: auto; margin-right: auto; } @@ -1811,10 +1751,6 @@ margin-right: 50px; list-style-type: none; } -.pmenu li { - margin-left: -20px; -} - .admin-icons { font-size: 1.2em; color: $toolicon_colour; @@ -1952,55 +1888,23 @@ img.mail-list-sender-photo { #profile-jot-text-loading { color: #777; -} - -#profile-jot-submit { - background: linear-gradient(top, #0080ff 0%, #0080aa); - background: -webkit-linear-gradient(top, #0080ff 0%, #0080aa); - background: -moz-linear-gradient(top, #0080ff 0%, #0080aa); - background: -o-linear-gradient(top, #0080ff 0%, #0080aa); - background: -ms-linear-gradient(top, #0080ff 0%, #0080aa); - color: #fff; - font-weight: bold; - border-radius: 0px $radiuspx $radiuspx 0px; - text-shadow: 1px 1px #111; - cursor: pointer; -} - -#profile-jot-submit:hover { - background: linear-gradient(top, #0080aa 0%, #0080ff); - background: -webkit-linear-gradient(top, #0080aa 0%, #0080ff); - background: -moz-linear-gradient(top, #0080aa 0%, #0080ff); - background: -o-linear-gradient(top, #0080aa 0%, #0080ff); - background: -ms-linear-gradient(top, #0080aa 0%, #0080ff); -} - -#profile-jot-perms { - background-color: $toolicon_colour; - border: 1px solid #666; - border-right: none; - border-radius: $radiuspx 0px 0px $radiuspx; + display: none; } #profile-rotator { color: #777; } +#jot-perms-icon, .jot-icons { - font-size: 1.2em; color: $toolicon_colour; } -.jot-icons:hover { - color: $toolicon_activecolour; -} - /* conversation */ .thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment { margin-left: $comment_indent; - border-left: 2px solid #eee; } .thread-wrapper.toplevel_item { @@ -2011,6 +1915,14 @@ img.mail-list-sender-photo { border-radius: $radiuspx; background-color: $item_colour; opacity: $item_opacity; + border-left: 2px solid $item_bordercolour; + border-bottom: 1px solid $item_bordercolour; +} + +.wall-item-comment-wrapper { + margin-top: 10px; + border-left: 2px solid $item_bordercolour; + border-bottom: 1px solid $item_bordercolour; } .wallwall .wwto { @@ -2079,7 +1991,6 @@ img.mail-list-sender-photo { color: darkgreen; } - .wall-item-ago { color: #777; font-size: 0.8em; @@ -2152,6 +2063,10 @@ img.mail-list-sender-photo { border-radius: $radiuspx; } +.widget h3 { + color: $toolicon_colour; +} + #note-text { border: 1px solid #ccc; border-radius: $radiuspx; @@ -2171,14 +2086,15 @@ img.mail-list-sender-photo { border-radius: $radiuspx; -moz-border-radius: $radiuspx; } - +/* .categories-ul { list-style-type: none; } -#sidebar-group-list ul { +#sidebar-group-list ul, #posted-date-selector { list-style-type: none; } +*/ .profile-thing-list img, .thing-show img, .thing-edit-links a { margin-top: 8px; @@ -2186,7 +2102,7 @@ img.mail-list-sender-photo { } .abook-self { - background-color: #ffdddd; + background-color: $abookself_bgcolour; } .online-now { @@ -2230,6 +2146,23 @@ nav .dropdown-menu { border-top-left-radius: 0px; border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; + background-color: $notify_bgcolour; + border-top: none; + margin-top: $notify_topmargin; +} + +nav .dropdown-menu .divider{ + background-color: $navmenu_bgchover; +} + +nav .dropdown-menu>li>a{ + color: $notify_linkcolour; +} + +nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ + color: $notify_linkcolour; + background-color: $navmenu_bgchover; + $navmenu_bgimage } #usermenu-caret { @@ -2250,6 +2183,8 @@ blockquote { border-radius: $radiuspx; } + + .dropdown-menu img { border-radius: $radiuspx; } @@ -2308,11 +2243,69 @@ blockquote { background-color: $nav_active_icon_colour; } -#expand-aside { +#expand-aside, +#expand-tabs { color: $nav_active_icon_colour; padding: 7px 10px; } +#tabs-collapse-1 { + padding: 0px; + margin-bottom: 25px; + border-top: none; + box-shadow: none; +} + +.nav-tabs{ + border-bottom:1px solid $navtabs_borderc !important; +} + +.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{ + color: $navtabs_fontcolour !important; + background-color: $navtabs_bgcolour; +} + +.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{ + border:1px solid $navtabs_borderc !important; + border-bottom:1px solid transparent !important; + bottom: -1px !important; +} + +.nav-tabs.nav-justified > li > a { + border-bottom: none; + $navtabs_linkcolour +} + +.nav-tabs > li > a:hover, .nav-tabs > li > a:focus { + text-decoration: $navtabs_decohover; + background-color: $navtabs_bgchover; + border-bottom: 1px solid $navtabs_bgchover; + border-color: $navtabs_bgchover; + $navtabs_linkchover +} + +.btn-default { + background-color: $editbuttons_bgcolour; + border-color: $editbuttons_bordercolour; + text-shadow: none; + box-shadow: none; +} + +.btn-default:hover, .btn-default:focus, .btn-default:active .btn-default.active { + background-color: $editbuttons_bghover; + border-color: $editbuttons_bordercolour; + color: $input_colourhover; + text-decoration: $input_decohover; +} + +.btn-default.btn-sm:hover, .btn-default.btn-sm:focus, .btn-default.btn-sm:active .btn-default.btn-sm.active { + text-decoration: none; +} + +.btn-preview, .btn-preview:hover, .btn-preview:focus, .btn-preview:active { + margin-right: 1px; +} + @media screen and (max-width: 767px) { aside#region_1 { background: rgba(0, 0, 0, .1); @@ -2326,11 +2319,39 @@ blockquote { } main { - left: -227px; - width: calc( 100% + 227px ); + left: -231px; + width: calc( 100% + 231px ); } main.region_1-on { left: 0px; } + + .thread-wrapper.toplevel_item { + width: 100%; + } + + .thread-wrapper .wall-item-comment-wrapper, + .wall-item-content-wrapper.comment { + margin-left: 18px; + } + + .hide-comments-outer { + margin-left: 18px; + } + + .wall-item-photo { + width: 48px !important; + height: 48px !important; + } + + .comment .wall-item-photo { + width: 32px !important; + height: 32px !important; + } + + .acl-list-item { + width: calc(100% - 10px); + } + } diff --git a/view/theme/redbasic/img/gray_and_black_diagonal_stripes_background_seamless.gif b/view/theme/redbasic/img/gray_and_black_diagonal_stripes_background_seamless.gif Binary files differnew file mode 100644 index 000000000..615c986bd --- /dev/null +++ b/view/theme/redbasic/img/gray_and_black_diagonal_stripes_background_seamless.gif diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index bec7c55c8..20902fe1a 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -1,5 +1,3 @@ - - function cmtBbOpen(comment, id) { if($(comment).hasClass('comment-edit-text-full')) { $(".comment-edit-bb-" + id).show(); @@ -22,35 +20,25 @@ function cmtBbClose(comment, id) { $(document).ready(function() { -$('[data-toggle=offcanvas]').click(function() { +$('#expand-aside').click(function() { $('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left'); $('main').toggleClass('region_1-on'); }); -$('.group-edit-icon').hover( - function() { - $(this).css('opacity','1.0');}, - function() { - $(this).css('opacity','0');} -); - -$('.sidebar-group-element').hover( - function() { - id = $(this).attr('id'); - $('#edit-' + id).css('opacity','1.0');}, - - function() { - id = $(this).attr('id'); - $('#edit-' + id).css('opacity','0');} - ); +if($('aside').length && $('aside').html().length == 0) { + $('#expand-aside').hide(); +} +$('#expand-tabs').click(function() { + if(!$('#tabs-collapse-1').hasClass('in')){ + $('html, body').animate({ scrollTop: 0 }, 'slow'); + } + $('#expand-tabs-icon').toggleClass('icon-circle-arrow-down').toggleClass('icon-circle-arrow-up'); +}); -$('.savedsearchdrop').hover( - function() { - $(this).css('opacity','1.0');}, - function() { - $(this).css('opacity','0');} - ); +if($('#tabs-collapse-1').length == 0) { + $('#expand-tabs').hide(); +} }); diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 608a9bda7..ab819f05b 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -6,7 +6,7 @@ function theme_content(&$a) { $arr = array(); $arr['schema'] = get_pconfig(local_user(),'redbasic', 'schema' ); - $arr['narrow_navbar'] = get_pconfig(local_user(),'redbasic', 'narrow_navbar' ); + $arr['narrow_navbar'] = get_pconfig(local_user(),'redbasic', 'narrow_navbar' ); $arr['nav_bg'] = get_pconfig(local_user(),'redbasic', 'nav_bg' ); $arr['nav_gradient_top'] = get_pconfig(local_user(),'redbasic', 'nav_gradient_top' ); $arr['nav_gradient_bottom'] = get_pconfig(local_user(),'redbasic', 'nav_gradient_bottom' ); @@ -29,6 +29,7 @@ function theme_content(&$a) { $arr['radius'] = get_pconfig(local_user(),'redbasic', 'radius' ); $arr['shadow'] = get_pconfig(local_user(),'redbasic', 'photo_shadow' ); $arr['converse_width']=get_pconfig(local_user(),"redbasic","converse_width"); + $arr['converse_center']=get_pconfig(local_user(),"redbasic","converse_center"); $arr['nav_min_opacity']=get_pconfig(local_user(),"redbasic","nav_min_opacity"); $arr['top_photo']=get_pconfig(local_user(),"redbasic","top_photo"); $arr['reply_photo']=get_pconfig(local_user(),"redbasic","reply_photo"); @@ -64,6 +65,7 @@ function theme_post(&$a) { set_pconfig(local_user(), 'redbasic', 'radius', $_POST['redbasic_radius']); set_pconfig(local_user(), 'redbasic', 'photo_shadow', $_POST['redbasic_shadow']); set_pconfig(local_user(), 'redbasic', 'converse_width', $_POST['redbasic_converse_width']); + set_pconfig(local_user(), 'redbasic', 'converse_center', $_POST['redbasic_converse_center']); set_pconfig(local_user(), 'redbasic', 'nav_min_opacity', $_POST['redbasic_nav_min_opacity']); set_pconfig(local_user(), 'redbasic', 'top_photo', $_POST['redbasic_top_photo']); set_pconfig(local_user(), 'redbasic', 'reply_photo', $_POST['redbasic_reply_photo']); @@ -118,6 +120,7 @@ if(feature_enabled(local_user(),'expert')) '$radius' => array('redbasic_radius', t('Set radius of corners'), $arr['radius']), '$shadow' => array('redbasic_shadow', t('Set shadow depth of photos'), $arr['shadow']), '$converse_width' => array('redbasic_converse_width',t('Set maximum width of conversation regions'),$arr['converse_width']), + '$converse_center' => array('redbasic_converse_center',t('Center conversation regions'),$arr['converse_center']), '$nav_min_opacity' => array('redbasic_nav_min_opacity',t('Set minimum opacity of nav bar - to hide it'),$arr['nav_min_opacity']), '$top_photo' => array('redbasic_top_photo', t('Set size of conversation author photo'), $arr['top_photo']), '$reply_photo' => array('redbasic_reply_photo', t('Set size of followup author photos'), $arr['reply_photo']), diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index c3153a025..87e0b12bb 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -18,20 +18,21 @@ if(! $a->install) { $nav_active_icon_colour = get_pconfig($uid, "redbasic", "nav_active_icon_colour"); $narrow_navbar = get_pconfig($uid,'redbasic','narrow_navbar'); $banner_colour = get_pconfig($uid,'redbasic','banner_colour'); - $link_colour = get_pconfig($uid, "redbasic", "link_colour"); + $link_colour = get_pconfig($uid, "redbasic", "link_colour"); $schema = get_pconfig($uid,'redbasic','schema'); - $bgcolour = get_pconfig($uid, "redbasic", "background_colour"); - $background_image = get_pconfig($uid, "redbasic", "background_image"); + $bgcolour = get_pconfig($uid, "redbasic", "background_colour"); + $background_image = get_pconfig($uid, "redbasic", "background_image"); $toolicon_colour = get_pconfig($uid,'redbasic','toolicon_colour'); $toolicon_activecolour = get_pconfig($uid,'redbasic','toolicon_activecolour'); - $item_colour = get_pconfig($uid, "redbasic", "item_colour"); - $item_opacity = get_pconfig($uid, "redbasic", "item_opacity"); - $body_font_size = get_pconfig($uid, "redbasic", "body_font_size"); - $font_size = get_pconfig($uid, "redbasic", "font_size"); - $font_colour = get_pconfig($uid, "redbasic", "font_colour"); - $radius = get_pconfig($uid, "redbasic", "radius"); - $shadow = get_pconfig($uid,"redbasic","photo_shadow"); - $converse_width=get_pconfig($uid,"redbasic","converse_width"); + $item_colour = get_pconfig($uid, "redbasic", "item_colour"); + $item_opacity = get_pconfig($uid, "redbasic", "item_opacity"); + $body_font_size = get_pconfig($uid, "redbasic", "body_font_size"); + $font_size = get_pconfig($uid, "redbasic", "font_size"); + $font_colour = get_pconfig($uid, "redbasic", "font_colour"); + $radius = get_pconfig($uid, "redbasic", "radius"); + $shadow = get_pconfig($uid,"redbasic","photo_shadow"); + $converse_width=get_pconfig($uid,"redbasic","converse_width"); + $converse_center=get_pconfig($uid,"redbasic","converse_center"); $nav_min_opacity=get_pconfig($uid,'redbasic','nav_min_opacity'); $sloppy_photos=get_pconfig($uid,'redbasic','sloppy_photos'); $top_photo=get_pconfig($uid,'redbasic','top_photo'); @@ -86,8 +87,26 @@ if(! $a->install) { $nav_icon_colour = "#999"; if (! $nav_active_icon_colour) $nav_active_icon_colour = "#fff"; + if (! $navmenu_bgchover) + $navmenu_bgchover = "#f5f5f5"; + if (! $navmenu_bgimage) + $navmenu_bgimage = ""; + if (! $navtabs_borderc) + $navtabs_borderc = "#ddd"; + if (! $navtabs_fontcolour) + $navtabs_fontcolour = "#555"; + if (! $navtabs_bgcolour) + $navtabs_bgcolour = "#fff"; + if (! $navtabs_linkcolour) + $navtabs_linkcolour = ""; + if (! $navtabs_linkchover) + $navtabs_linkchover = ""; + if (! $navtabs_decohover) + $navtabs_decohover = "none"; + if (! $navtabs_bgchover) + $navtabs_bgchover = "#eee"; if (! $link_colour) - $link_colour = "#0080FF"; + $link_colour = "#0080ff"; if (! $banner_colour) $banner_colour = "#fff"; if (! $search_background) @@ -99,25 +118,98 @@ if(! $a->install) { if (! $item_colour) $item_colour = "#fdfdfd"; if (! $toolicon_colour) - $toolicon_colour = '#777777'; + $toolicon_colour = '#777'; if (! $toolicon_activecolour) $toolicon_activecolour = '#000'; if (! $item_opacity) $item_opacity = "1"; + if (! $item_bordercolour) + $item_bordercolour = "#f4f4f4"; if (! $font_size) $font_size = "1.0em"; if (! $body_font_size) $body_font_size = "11px"; if (! $font_colour) - $font_colour = "#4D4D4D"; + $font_colour = "#4d4d4d"; + if (! $selected_active_colour) + $selected_active_colour = "#444"; + if (! $selected_active_deco) + $selected_active_deco = "none"; + if (! $blockquote_colour) + $blockquote_colour = "#000"; + if (! $blockquote_bgcolour) + $blockquote_bgcolour = "#f4f8f9"; + if (! $blockquote_bordercolour) + $blockquote_bordercolour = "#dae4ee"; + if (! $code_borderc) + $code_borderc = "#444"; + if (! $code_bgcolour) + $code_bgcolour = "#EEE"; + if (! $code_txtcolour) + $code_txtcolour = "#444"; + if (! $notif_itemcolour) + $notif_itemcolour = "#000"; + if (! $notif_itemhovercolour) + $notif_itemhovercolour = "#000"; + if (! $editbuttons_bgcolour) + $editbuttons_bgcolour = "#fff"; + if (! $editbuttons_bordercolour) + $editbuttons_bordercolour = "#ccc"; + if (! $editbuttons_bghover) + $editbuttons_bghover = "#ebebeb"; + if (! $preview_backgroundimg) + $preview_backgroundimg = "gray_and_white_diagonal_stripes_background_seamless.gif"; + if (! $acpopup_bgcolour) + $acpopup_bgcolour = "#fff"; + if (! $acpopup_bordercolour) + $acpopup_bordercolour = "#ccc"; + if (! $acpopup_tgbl_bgcolour) + $acpopup_tgbl_bgcolour = "#ddddff"; + if (! $acpopup_hovercolour) + $acpopup_hovercolour = "#000"; + if (! $notify_bgcolour) + $notify_bgcolour = "#fff"; + if (! $notify_linkcolour) + $notify_linkcolour = "#333"; + if (! $notify_bghover) + $notify_bghover = "#e7e7e7"; + if (! $notifyseen_bgcolour) + $notifyseen_bgcolour = "#ddd"; + if (! $notifyseen_linkcolour) + $notifyseen_linkcolour = "#333"; + if (! $notifyseen_bghover) + $notifyseen_bghover = "#e7e7e7"; + if (! $notifyseen_linkhover) + $notifyseen_linkhover = "#333"; + if (! $notify_topmargin) + $notify_topmargin = "1px"; + if (! $input_bgsubmit) + $input_bgsubmit = "#F0F0F0"; + if (! $input_linksubmit) + $input_linksubmit = "#0080FF"; + if (! $input_border) + $input_border = "#666"; + if (! $input_colourhover) + $input_colourhover = "#333"; + if (! $input_decohover) + $input_decohover = "none"; if (! $radius) $radius = "0"; if (! $shadow) $shadow = "0"; if(! $active_colour) - $active_colour = '#FFFFFF'; - if (! $converse_width) - $converse_width="1024px"; + $active_colour = "#fff"; + if (! $converse_width) { + $converse_width = "1024px"; + } + if (! $acl_bgcolour) + $acl_bgcolour = "#fff"; + if (! $acl_bordercolour) + $acl_bordercolour = "#ccc"; + if (! $aclbutton_linkcolour) + $aclbutton_linkcolour = ""; + if (! $abookself_bgcolour) + $abookself_bgcolour = "#ffdddd"; if(! $top_photo) $top_photo = '48px'; $pmenu_top = intval($top_photo) - 16 . 'px'; @@ -141,6 +233,8 @@ if(! $a->install) { if(file_exists('view/theme/redbasic/css/style.css')) { $x = file_get_contents('view/theme/redbasic/css/style.css'); +$body_width = (231 + $converse_width) . 'px'; // aside is 231px + converse width; have to find a way for calculation with 'px', cannot handle '%' + $options = array ( '$nav_bg' => $nav_bg, '$nav_gradient_top' => $nav_gradient_top, @@ -150,6 +244,15 @@ $options = array ( '$nav_bd' => $nav_bd, '$nav_icon_colour' => $nav_icon_colour, '$nav_active_icon_colour' => $nav_active_icon_colour, +'$navmenu_bgchover' => $navmenu_bgchover, +'$navmenu_bgimage' => $navmenu_bgimage, +'$navtabs_borderc' => $navtabs_borderc, +'$navtabs_fontcolour' => $navtabs_fontcolour, +'$navtabs_bgcolour' => $navtabs_bgcolour, +'$navtabs_linkcolour' => $navtabs_linkcolour, +'$navtabs_linkchover' => $navtabs_linkchover, +'$navtabs_bgchover' => $navtabs_bgchover, +'$navtabs_decohover' => $navtabs_decohover, '$link_colour' => $link_colour, '$banner_colour' => $banner_colour, '$search_background' => $search_background, @@ -157,15 +260,52 @@ $options = array ( '$background_image' => $background_image, '$item_colour' => $item_colour, '$item_opacity' => $item_opacity, +'$item_bordercolour' => $item_bordercolour, '$toolicon_colour' => $toolicon_colour, '$toolicon_activecolour' => $toolicon_activecolour, '$font_size' => $font_size, '$font_colour' => $font_colour, +'$selected_active_colour' => $selected_active_colour, +'$selected_active_deco' => $selected_active_deco, '$body_font_size' => $body_font_size, +'$blockquote_colour' => $blockquote_colour, +'$blockquote_bgcolour' => $blockquote_bgcolour, +'$blockquote_bordercolour' => $blockquote_bordercolour, +'$blockquote_bgcolourhover' => $blockquote_bgcolourhover, +'$code_borderc' => $code_borderc, +'$code_bgcolour' => $code_bgcolour, +'$code_txtcolour' => $code_txtcolour, +'$notif_itemcolour' => $notif_itemcolour, +'$notif_itemhovercolour' => $notif_itemhovercolour, +'$editbuttons_bgcolour' => $editbuttons_bgcolour, +'$editbuttons_bordercolour' => $editbuttons_bordercolour, +'$editbuttons_bghover' => $editbuttons_bghover, +'$preview_backgroundimg' => $preview_backgroundimg, +'$acpopup_bgcolour' => $acpopup_bgcolour, +'$acpopup_bordercolour' => $acpopup_bordercolour, +'$acpopup_tgbl_bgcolour' => $acpopup_tgbl_bgcolour, +'$acpopup_hovercolour' => $acpopup_hovercolour, +'$notify_bgcolour' => $notify_bgcolour, +'$notify_linkcolour' => $notify_linkcolour, +'$notify_bghover' => $notify_bghover, +'$notifyseen_bgcolour' => $notifyseen_bgcolour, +'$notifyseen_linkcolour' => $notifyseen_linkcolour, +'$notifyseen_bghover' => $notifyseen_bghover, +'$notifyseen_linkhover' => $notifyseen_linkhover, +'$notify_topmargin' => $notify_topmargin, +'$input_bgsubmit' => $input_bgsubmit, +'$input_linksubmit' => $input_linksubmit, +'$input_border' => $input_border, +'$input_colourhover' => $input_colourhover, +'$input_decohover' => $input_decohover, '$radius' => $radius, '$shadow' => $shadow, '$active_colour' => $active_colour, '$converse_width' => $converse_width, +'$acl_bgcolour' => $acl_bgcolour, +'$acl_bordercolour' => $acl_bordercolour, +'$aclbutton_linkcolour' => $aclbutton_linkcolour, +'$abookself_bgcolour' => $abookself_bgcolour, '$nav_float_min_opacity' => $nav_float_min_opacity, '$nav_percent_min_opacity' => $nav_percent_min_opacity, '$top_photo' => $top_photo, @@ -173,7 +313,8 @@ $options = array ( '$pmenu_top' => $pmenu_top, '$pmenu_reply' => $pmenu_reply, '$wwtop' => $wwtop, -'$comment_indent' => $comment_indent +'$comment_indent' => $comment_indent, +'$body_width' => $body_width ); echo str_replace(array_keys($options), array_values($options), $x); @@ -185,3 +326,7 @@ if($sloppy_photos && file_exists('view/theme/redbasic/css/sloppy_photos.css')) { if($narrow_navbar && file_exists('view/theme/redbasic/css/narrow_navbar.css')) { echo file_get_contents('view/theme/redbasic/css/narrow_navbar.css'); } +if($converse_center && file_exists('view/theme/redbasic/css/converse_center.css')) { + $x = file_get_contents('view/theme/redbasic/css/converse_center.css'); + echo str_replace(array_keys($options), array_values($options), $x); +} diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 12f49efa7..2da04a389 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -5,10 +5,15 @@ head_add_css('library/bootstrap/css/bootstrap-theme.min.css'); head_add_css('library/bootstrap/css/bootstrap.min.css'); head_add_css('view/css/bootstrap-red.css'); head_add_css('library/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css'); - +//head_add_css('library/colorpicker/css/colorpicker.css'); +head_add_css('library/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.min.css'); require_once('view/php/theme_init.php'); head_add_js('library/bootstrap/js/bootstrap.min.js'); head_add_js('library/bootstrap/js/bootbox.min.js'); head_add_js('library/bootstrap-datetimepicker/js/moment.js'); head_add_js('library/bootstrap-datetimepicker/js/bootstrap-datetimepicker.min.js'); +//head_add_js('library/colorpicker/js/colorpicker.js'); +head_add_js('library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js'); +//head_add_js('library/bootstrap-colorpicker/src/js/docs.js'); + diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/BS-Default.php index f93e879e3..ce464fe2c 100644 --- a/view/theme/redbasic/schema/BS-Default.php +++ b/view/theme/redbasic/schema/BS-Default.php @@ -18,3 +18,5 @@ $nav_active_icon_colour = "#555"; if (! $radius) $radius = "4"; + if (! $banner_colour) + $banner_colour = "#777"; diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index bd3642914..0aa81cef5 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -1,10 +1,124 @@ <?php - if (! $nav_colour) - $nav_colour = "black"; + if (! $nav_bg) + $nav_bg = "#000"; + if (! $nav_gradient_top) + $nav_gradient_top = "#000"; + if (! $nav_gradient_bottom) + $nav_gradient_bottom = "#000"; + if (! $nav_active_gradient_top) + $nav_active_gradient_top = "#333"; + if (! $nav_active_gradient_bottom) + $nav_active_gradient_bottom = "#111"; + if (! $nav_bd) + $nav_bd = "#111"; + if (! $nav_icon_colour) + $nav_icon_colour = "#999"; + if (! $nav_active_icon_colour) + $nav_active_icon_colour = "#fff"; + if (! $navmenu_bgchover) + $navmenu_bgchover = "#222"; + if (! $navmenu_bgimage) + $navmenu_bgimage = "background-image: none;"; + if (! $navtabs_borderc) + $navtabs_borderc = "#333"; + if (! $navtabs_fontcolour) + $navtabs_fontcolour = "#fff"; + if (! $navtabs_bgcolour) + $navtabs_bgcolour = "#111"; + if (! $navtabs_linkcolour) + $navtabs_linkcolour = "color: #ccc;"; + if (! $navtabs_linkchover) + $navtabs_linkchover = "color: #fff;"; + if (! $navtabs_bgchover) + $navtabs_bgchover = "#222"; + if (! $navtabs_decohover) + $navtabs_decohover = "underline"; + if (! $link_colour) + $link_colour = "#fff"; + if (! $selected_active_colour) + $selected_active_colour = "#fff"; + if (! $selected_active_deco) + $selected_active_deco = "underline"; + if (! $banner_colour) + $banner_colour = "#999"; + if (! $search_background) + $search_background = "#999"; if (! $bgcolour) - $bgcolour = '#010101'; + $bgcolour = "#111"; if (! $item_colour) - $item_colour = '#111'; + $item_colour = "#111"; + if (! $toolicon_colour) + $toolicon_colour = '#999'; + if (! $toolicon_activecolour) + $toolicon_activecolour = '#fff'; if (! $font_colour) - $font_colour = '#fff'; + $font_colour = "#ccc"; + if (! $blockquote_colour) + $blockquote_colour = "#ccc"; + if (! $blockquote_bgcolour) + $blockquote_bgcolour = "#1e1e1e"; + if (! $blockquote_bordercolour) + $blockquote_bordercolour = "#666"; + if (! $code_borderc) + $code_borderc = "#090909"; + if (! $code_bgcolour) + $code_bgcolour = "#000"; + if (! $code_txtcolour) + $code_txtcolour = "#fff"; + if (! $item_bordercolour) + $item_bordercolour = "#333"; + if (! $notif_itemcolour) + $notif_itemcolour = "#ccc"; + if (! $notif_itemhovercolour) + $notif_itemhovercolour = "#fff"; + if (! $acpopup_bgcolour) + $acpopup_bgcolour = "#222"; + if (! $acpopup_bordercolour) + $acpopup_bordercolour = "#333"; + if (! $acpopup_tgbl_bgcolour) + $acpopup_tgbl_bgcolour = "#333"; + if (! $acpopup_hovercolour) + $acpopup_hovercolour = "#fff"; + if (! $editbuttons_bgcolour) + $editbuttons_bgcolour = "#1e1e1e"; + if (! $editbuttons_bordercolour) + $editbuttons_bordercolour = "#222"; + if (! $editbuttons_bghover) + $editbuttons_bghover = "#222"; + if (! $preview_backgroundimg) + $preview_backgroundimg = "gray_and_black_diagonal_stripes_background_seamless.gif"; + if (! $notify_bgcolour) + $notify_bgcolour = "#000"; + if (! $notify_linkcolour) + $notify_linkcolour = "#FFF"; + if (! $notify_bghover) + $notify_bghover = "#222"; + if (! $notify_topmargin) + $notify_topmargin = "-1px"; + if (! $notifyseen_bgcolour) + $notifyseen_bgcolour = "#111"; + if (! $notifyseen_linkcolour) + $notifyseen_linkcolour = "#222"; + if (! $notifyseen_bghover) + $notifyseen_bghover = "#222"; + if (! $notifyseen_linkhover) + $notifyseen_linkhover = "#CCC"; + if (! $input_bgsubmit) + $input_bgsubmit = "#333"; + if (! $input_linksubmit) + $input_linksubmit = "#fff"; + if (! $input_border) + $input_border = "#222"; + if (! $input_colourhover) + $input_colourhover = "#fff"; + if (! $input_decohover) + $input_decohover = "underline"; + if (! $acl_bgcolour) + $acl_bgcolour = "#111"; + if (! $acl_bordercolour) + $acl_bordercolour = "#333"; + if (! $aclbutton_linkcolour) + $aclbutton_linkcolour = "color: #fff;"; + if (! $abookself_bgcolour) + $abookself_bgcolour = "#251111"; diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 34c04e91c..b20d17804 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -4,33 +4,43 @@ </div> {{if $expert}} + {{include file="field_checkbox.tpl" field=$narrow_navbar}} -{{include file="field_input.tpl" field=$nav_bg}} -{{include file="field_input.tpl" field=$nav_gradient_top}} -{{include file="field_input.tpl" field=$nav_gradient_bottom}} -{{include file="field_input.tpl" field=$nav_active_gradient_top}} -{{include file="field_input.tpl" field=$nav_active_gradient_bottom}} -{{include file="field_input.tpl" field=$nav_bd}} -{{include file="field_input.tpl" field=$nav_icon_colour}} -{{include file="field_input.tpl" field=$nav_active_icon_colour}} -{{include file="field_input.tpl" field=$banner_colour}} -{{include file="field_input.tpl" field=$link_colour}} -{{include file="field_input.tpl" field=$bgcolour}} -{{include file="field_input.tpl" field=$background_image}} -{{include file="field_input.tpl" field=$item_colour}} +{{include file="field_colorinput.tpl" field=$nav_bg}} +{{include file="field_colorinput.tpl" field=$nav_gradient_top}} +{{include file="field_colorinput.tpl" field=$nav_gradient_bottom}} +{{include file="field_colorinput.tpl" field=$nav_active_gradient_top}} +{{include file="field_colorinput.tpl" field=$nav_active_gradient_bottom}} +{{include file="field_colorinput.tpl" field=$nav_bd}} +{{include file="field_colorinput.tpl" field=$nav_icon_colour}} +{{include file="field_colorinput.tpl" field=$nav_active_icon_colour}} +{{include file="field_colorinput.tpl" field=$banner_colour}} +{{include file="field_colorinput.tpl" field=$link_colour}} +{{include file="field_colorinput.tpl" field=$bgcolour}} +{{include file="field_colorinput.tpl" field=$background_image}} +{{include file="field_colorinput.tpl" field=$item_colour}} {{include file="field_input.tpl" field=$item_opacity}} -{{include file="field_input.tpl" field=$toolicon_colour}} -{{include file="field_input.tpl" field=$toolicon_activecolour}} +{{include file="field_colorinput.tpl" field=$toolicon_colour}} +{{include file="field_colorinput.tpl" field=$toolicon_activecolour}} {{include file="field_input.tpl" field=$body_font_size}} {{include file="field_input.tpl" field=$font_size}} -{{include file="field_input.tpl" field=$font_colour}} +{{include file="field_colorinput.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} {{include file="field_input.tpl" field=$shadow}} {{include file="field_input.tpl" field=$converse_width}} -{{* include file="field_input.tpl" field=$nav_min_opacity *}} +{{include file="field_checkbox.tpl" field=$converse_center}} +{{include file="field_input.tpl" field=$nav_min_opacity}} {{include file="field_input.tpl" field=$top_photo}} {{include file="field_input.tpl" field=$reply_photo}} {{include file="field_checkbox.tpl" field=$sloppy_photos}} +<script> + $(function(){ + $('#id_redbasic_nav_bg,#id_redbasic_nav_gradient_top,#id_redbasic_nav_gradient_bottom,#id_redbasic_nav_active_gradient_top,#id_redbasic_nav_active_gradient_bottom').colorpicker(); + $('#id_redbasic_nav_bd,#id_redbasic_nav_icon_colour ,#id_redbasic_nav_active_icon_colour,#id_redbasic_banner_colour,#id_redbasic_link_colour,#id_redbasic_background_colour').colorpicker(); + $('#id_redbasic_item_colour,#id_redbasic_toolicon_colour,#id_redbasic_toolicon_activecolour,#id_redbasic_font_colour').colorpicker(); + }); +</script> + <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> </div> diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index b7a02c15e..b8b01df4c 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -67,12 +67,13 @@ <h3>{{$quick}}</h3> <ul> {{if $self}} -<li><span class="fakelink" onclick="connectForum(); // $('#abook-edit-form').submit();">{{$forum}}</span></li> -<li><span class="fakelink" onclick="connectSoapBox(); // $('#abook-edit-form').submit();">{{$soapbox}}</span></li> +<li><span class="fakelink" onclick="connectClear();">{{$clear}}</span></li> +<li><span class="fakelink" onclick="connectForum();">{{$forum}}</span></li> +<li><span class="fakelink" onclick="connectSoapBox();">{{$soapbox}}</span></li> {{/if}} -<li><span class="fakelink" onclick="connectFullShare(); // $('#abook-edit-form').submit();">{{$full}}</span></li> -<li><span class="fakelink" onclick="connectCautiousShare(); // $('#abook-edit-form').submit();">{{$cautious}}</span></li> -<li><span class="fakelink" onclick="connectFollowOnly(); // $('#abook-edit-form').submit();">{{$follow}}</span></li> +<li><span class="fakelink" onclick="connectFullShare();">{{$full}}</span></li> +<li><span class="fakelink" onclick="connectCautiousShare();">{{$cautious}}</span></li> +<li><span class="fakelink" onclick="connectFollowOnly();">{{$follow}}</span></li> </ul> <input class="contact-edit-submit" type="submit" name="done" value="{{$submit}}" /> diff --git a/view/tpl/acl_selector.tpl b/view/tpl/acl_selector.tpl index d21073b56..c98350843 100755 --- a/view/tpl/acl_selector.tpl +++ b/view/tpl/acl_selector.tpl @@ -1,18 +1,34 @@ -<div id="acl-wrapper"> - <input id="acl-search"> - <a href="#" id="acl-showall">{{$showall}}</a> - <div id="acl-list"> - <div id="acl-list-content"> - </div> - </div> - <span id="acl-fields"></span> -</div> - -<div class="acl-list-item" rel="acl-template" style="display:none"> - <img src="{0}"><p>{1}</p> - <a href="#" class='acl-button-show'>{{$show}}</a> - <a href="#" class='acl-button-hide'>{{$hide}}</a> -</div> +<div class="modal" id="aclModal"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> + <h4 class="modal-title">{{$aclModalTitle}}</h4> + </div> + <div class="modal-body"> + <div id="acl-wrapper"> + <button id="acl-showall" class="btn btn-block btn-default"><i class="icon-globe"></i> {{$showall}}</button> + <input type="text" id="acl-search" placeholder=""> + <div id="acl-list"> + <div id="acl-list-content"></div> + </div> + <span id="acl-fields"></span> + </div> + <div class="acl-list-item" rel="acl-template" style="display:none"> + <img src="{0}"><p>{1}</p> + <button class="acl-button-hide btn btn-xs btn-default"><i class="icon-remove"></i> {{$hide}}</button> + <button class="acl-button-show btn btn-xs btn-default"><i class="icon-ok"></i> {{$show}}</button> + </div> + {{if $jotnets}} + {{$jotnets}} + {{/if}} + </div> + <div class="modal-footer"> + <button type="button" class="btn btn-default" data-dismiss="modal">{{$aclModalDismiss}}</button> + </div> + </div><!-- /.modal-content --> + </div><!-- /.modal-dialog --> +</div><!-- /.modal --> <script> $(document).ready(function() { diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index fdf070aa2..cb3827bf2 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -14,6 +14,7 @@ <ul class='admin linklist'> <li class='admin link button {{$admin.site.2}}'><a href='{{$admin.site.0}}'>{{$admin.site.1}}</a></li> <li class='admin link button {{$admin.users.2}}'><a href='{{$admin.users.0}}'>{{$admin.users.1}}</a><span id='pending-update' title='{{$h_pending}}'></span></li> + <li class='admin link button {{$admin.channels.2}}'><a href='{{$admin.channels.0}}'>{{$admin.channels.1}}</a></li> <li class='admin link button {{$admin.plugins.2}}'><a href='{{$admin.plugins.0}}'>{{$admin.plugins.1}}</a></li> <li class='admin link button {{$admin.themes.2}}'><a href='{{$admin.themes.0}}'>{{$admin.themes.1}}</a></li> <li class='admin link button {{$admin.hubloc.2}}'><a href='{{$admin.hubloc.0}}'>{{$admin.hubloc.1}}</a></li> diff --git a/view/tpl/admin_channels.tpl b/view/tpl/admin_channels.tpl new file mode 100755 index 000000000..d8f5f626f --- /dev/null +++ b/view/tpl/admin_channels.tpl @@ -0,0 +1,50 @@ +<script> + function confirm_delete(uname){ + return confirm( "{{$confirm_delete}}".format(uname)); + } + function confirm_delete_multi(){ + return confirm("{{$confirm_delete_multi}}"); + } + function selectall(cls){ + $("."+cls).attr('checked','checked'); + return false; + } +</script> +<div class = "generic-content-wrapper" id='adminpage'> + <h1>{{$title}} - {{$page}}</h1> + + <form action="{{$baseurl}}/admin/channels" method="post"> + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + + <h3>{{$h_channels}}</h3> + {{if $channels}} + <table id='channels'> + <thead> + <tr> + {{foreach $th_channels as $th}}<th>{{$th}}</th>{{/foreach}} + <th></th> + <th></th> + </tr> + </thead> + <tbody> + {{foreach $channels as $c}} + <tr> + <td class='channel_id'>{{$c.channel_id}}</td> + <td class='channel_name'>{{$c.channel_name}}</td> + <td class='channel_address'>{{$c.channel_address}}</td> + <td class="checkbox"><input type="checkbox" class="channels_ckbx" id="id_channel_{{$c.channel_id}}" name="channel[]" value="{{$c.channel_id}}"/></td> + <td class="tools"> + <a href="{{$baseurl}}/admin/channels/block/{{$c.channel_id}}?t={{$form_security_token}}" title='{{if ($c.blocked)}}{{$unblock}}{{else}}{{$block}}{{/if}}'><i class='icon-ban-circle admin-icons {{if ($c.blocked)}}dim{{/if}}'></i></a> + <a href="{{$baseurl}}/admin/channels/delete/{{$c.channel_id}}?t={{$form_security_token}}" title='{{$delete}}' onclick="return confirm_delete('{{$c.channel_name}}')"><i class='icon-remove admin-icons'></i></a> + </td> + </tr> + {{/foreach}} + </tbody> + </table> + <div class='selectall'><a href='#' onclick="return selectall('channels_ckbx');">{{$select_all}}</a></div> + <div class="submit"><input type="submit" name="page_channels_block" value="{{$block}}/{{$unblock}}" /> <input type="submit" name="page_channels_delete" value="{{$delete}}" onclick="return confirm_delete_multi()" /></div> + {{else}} + NO CHANNELS?!? + {{/if}} + </form> +</div> diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl index 3e3b826f0..c6c15cec4 100755 --- a/view/tpl/admin_site.tpl +++ b/view/tpl/admin_site.tpl @@ -66,6 +66,7 @@ <h3>{{$corporate}}</h3> {{include file="field_checkbox.tpl" field=$block_public}} {{include file="field_checkbox.tpl" field=$force_publish}} + {{include file="field_checkbox.tpl" field=$disable_discover_tab}} <div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div> diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl index 98a1c7846..204b5114a 100755 --- a/view/tpl/build_query.tpl +++ b/view/tpl/build_query.tpl @@ -16,6 +16,7 @@ var bParam_page = {{$page}}; var bParam_wall = {{$wall}}; var bParam_list = {{$list}}; + var bParam_fh = {{$fh}}; var bParam_search = "{{$search}}"; var bParam_order = "{{$order}}"; @@ -40,6 +41,7 @@ if(bParam_new != 0) bCmd = bCmd + "&new=" + bParam_new; if(bParam_wall != 0) bCmd = bCmd + "&wall=" + bParam_wall; if(bParam_list != 0) bCmd = bCmd + "&list=" + bParam_list; + if(bParam_fh != 0) bCmd = bCmd + "&fh=" + bParam_fh; if(bParam_search != "") bCmd = bCmd + "&search=" + bParam_search; if(bParam_order != "") bCmd = bCmd + "&order=" + bParam_order; if(bParam_file != "") bCmd = bCmd + "&file=" + bParam_file; diff --git a/view/tpl/channel_id_select.tpl b/view/tpl/channel_id_select.tpl new file mode 100644 index 000000000..ecebd4bc0 --- /dev/null +++ b/view/tpl/channel_id_select.tpl @@ -0,0 +1,7 @@ +{{if $channels}} +<select name="dest_channel" id="dest-channel-select"> +{{foreach $channels as $c}} +<option {{if $c.channel_id == $selected}}selected="selected"{{/if}} value="{{$c.channel_id}}">{{$c.channel_name}}</option> +{{/foreach}} +</select> +{{/if}}
\ No newline at end of file diff --git a/view/tpl/chatroom_new.tpl b/view/tpl/chatroom_new.tpl index 86eadb132..287f95cc0 100644 --- a/view/tpl/chatroom_new.tpl +++ b/view/tpl/chatroom_new.tpl @@ -2,10 +2,11 @@ <form action="chat" method="post" > {{include file="field_input.tpl" field=$name}} -<br /> -<br /> +<button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button> {{$acl}} <div class="clear"></div> +<br /> +<br /> <input type="submit" name="submit" value="{{$submit}}" /> </form> diff --git a/view/tpl/common_tabs.tpl b/view/tpl/common_tabs.tpl index 3d34d7c57..fa6bfbdfa 100755 --- a/view/tpl/common_tabs.tpl +++ b/view/tpl/common_tabs.tpl @@ -1,6 +1,8 @@ -<ul class="tabs"> - {{foreach $tabs as $tab}} - <li {{if $tab.id}}id="{{$tab.id}}"{{/if}}><a href="{{$tab.url}}" class="tab button {{$tab.sel}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li> - {{/foreach}} -</ul> +<div id="tabs-collapse-1" class="navbar-collapse collapse"> + <ul class="nav nav-tabs nav-justified"> + {{foreach $tabs as $tab}} + <li class="{{$tab.sel}}" {{if $tab.id}}id="{{$tab.id}}"{{/if}}><a href="{{$tab.url}}"{{if $tab.title}} title="{{$tab.title}}"{{/if}}>{{$tab.label}}</a></li> + {{/foreach}} + </ul> +</div> <div class="tabs-end"></div> diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl new file mode 100755 index 000000000..44866c323 --- /dev/null +++ b/view/tpl/connection_template.tpl @@ -0,0 +1,9 @@ +<div class="contact-entry-wrapper" id="contact-entry-wrapper-{{$contact.id}}" > + <div class="contact-entry-photo-wrapper" > + <a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><img class="contact-block-img {{if $contact.classes}}{{$contact.classes}}{{/if}}" src="{{$contact.thumb}}" alt="{{$contact.name}}" /></a> + </div> + <div class="contact-entry-photo-end" ></div> + <a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div></a> + <div class="contact-entry-edit btn btn-default"><a href="{{$contact.link}}"><i class="icon-pencil connection-edit-icons"></i> {{$edit}}</a></div> + <div class="contact-entry-end" ></div> +</div> diff --git a/view/tpl/contacts-template.tpl b/view/tpl/connections.tpl index 0c7e01038..c69dcde50 100755 --- a/view/tpl/contacts-template.tpl +++ b/view/tpl/connections.tpl @@ -6,7 +6,7 @@ <form id="contacts-search-form" action="{{$cmd}}" method="get" > <span class="contacts-search-desc">{{$desc}}</span> <input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="{{$search}}" /> -<input type="submit" name="submit" id="contacts-search-submit" value="{{$submit}}" /> +<input type="submit" name="submit" id="contacts-search-submit" class="btn btn-default" value="{{$submit}}" /> </form> </div> <div id="contacts-search-end"></div> @@ -15,7 +15,7 @@ {{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} + {{include file="connection_template.tpl"}} {{/foreach}} <div id="contact-edit-end"></div> diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 8d59951e7..de4df7dc2 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -34,11 +34,11 @@ <div class="wall-item-photo-end"></div> </div> - <div class="wall-item-author"> - {{if $item.lock}}<i class="wall-item-lock icon-lock lockview" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" ></i> {{/if}}<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}<br /> + <div class="wall-item-author dropdown"> + {{if $item.lock}}<i class="icon-lock lockview dropdown-toggle" data-toggle="dropdown" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" ></i><ul id="panel-{{$item.id}}" class="lockview-panel dropdown-menu"></ul> {{/if}}<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}<br /> <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">{{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div> </div> - <div class="wall-item-content" id="wall-item-content-{{$item.id}}" > + <div class="wall-item-content" id="wall-item-content-{{$item.id}}"> <div class="wall-item-title" id="wall-item-title-{{$item.id}}">{{$item.title}}</div> <div class="wall-item-title-end"></div> <div class="wall-item-body" id="wall-item-body-{{$item.id}}" >{{$item.body}} @@ -58,7 +58,8 @@ {{/if}} </div> </div> - <div class="wall-item-tools" id="wall-item-tools-{{$item.id}}"> + +<!-- <div class="wall-item-tools" id="wall-item-tools-{{$item.id}}"> {{if $item.like}} <i class="icon-thumbs-up-alt item-tool" title="{{$item.like.0}}" onclick="dolike({{$item.id}},'like'); return false"></i> {{/if}} @@ -85,19 +86,69 @@ {{/if}} {{if $item.bookmark}} <i id="bookmarker-{{$item.id}}" onclick="itemBookmark({{$item.id}}); return false;" class="bookmark-item icon-bookmark item-tool" title="{{$item.bookmark}}"></i> - {{/if}} - <div id="like-rotator-{{$item.id}}" class="like-rotator"></div> + {{/if}} + --> + <div class="wall-item-tools-bs btn-group"> + {{if $item.like}} + <button type="button" class="btn btn-default btn-sm" onclick="dolike({{$item.id}},'like'); return false"> + <i class="icon-thumbs-up-alt item-tool" title="{{$item.like.0}}"></i> + + </button>{{/if}} + {{if $item.dislike}}<button type="button" class="btn btn-default btn-sm" onclick="dolike({{$item.id}},'dislike'); return false"> + <i class="icon-thumbs-down-alt item-tool" title="{{$item.dislike.0}}"></i> + + </button>{{/if}} +<!-- {{if $item.drop.dropping}}<button type="button" class="btn btn-default btn-sm" onclick="return confirmDelete();" type="submit"><a href="item/drop/{{$item.id}}" title="{{$item.drop.delete}}" ><i class="icon-remove drop-icons"></i></a></button>{{/if}} + + {{if $item.star}} + <button type="button" class="btn btn-default btn-sm"> + <i id="starred-{{$item.id}}" onclick="dostar({{$item.id}}); return false;" class="icon-star {{$item.star.isstarred}} item-tool" title="{{$item.star.toggle}}"></i> + </button>{{/if}} + --> + <div class="btn-group"> + <button type="button" class="btn btn-default dropdown-toggle btn-sm" data-toggle="dropdown"> + <i class="icon-caret-down item-tool"></i> + </button> + <ul class="dropdown-menu"> + <li> {{if $item.share}} + <a href="#" onclick="jotShare({{$item.id}}); return false"><i class="icon-retweet item-tool" title="{{$item.share.0}}"></i> {{$item.share.0}}</a> + {{/if}}</li> + <li> {{if $item.plink}} + <a href="{{$item.plink.href}}" title="{{$item.plink.title}}" ><i class="icon-external-link item-tool"></i> {{$item.plink.title}}</a> + {{/if}}</li> + <li> {{if $item.edpost}} + <a href="{{$item.edpost.0}}" title="{{$item.edpost.1}}"><i class="editpost icon-pencil item-tool"></i> {{$item.edpost.1}}</a> + {{/if}}</li> + <li> {{if $item.tagger}} + <a href="#" onclick="itemTag({{$item.id}}); return false;"><i id="tagger-{{$item.id}}" class="icon-tag item-tool" title="{{$item.tagger.tagit}}"></i> {{$item.tagger.tagit}}</a> + {{/if}}</li> + <li> {{if $item.filer}} + <a href="#" onclick="itemFiler({{$item.id}}); return false;"><i id="filer-{{$item.id}}" class="icon-folder-open item-tool" title="{{$item.filer}}"></i> {{$item.filer}}</a> + {{/if}}</li> + <li> {{if $item.bookmark}} + <a href="#" onclick="itemBookmark({{$item.id}}); return false;"><i id="bookmarker-{{$item.id}}" class="icon-bookmark item-tool" title="{{$item.bookmark}}"></i> {{$item.bookmark}}</a> + {{/if}} </li> + <li> {{if $item.star}} + <a href="#" onclick="dostar({{$item.id}}); return false;"><i id="starred-{{$item.id}}" class="icon-star {{$item.star.isstarred}} item-tool" title="{{$item.star.toggle}}"></i> {{$item.star.toggle}}</a> + {{/if}} + </li> + + + </ul> + </div> +</div> + <div id="like-rotator-{{$item.id}}" class="like-rotator"></div> <div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$item.id}}" > - {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" ><i class="icon-remove drop-icons item-tool"></i></a>{{/if}} + {{if $item.drop.dropping}}<a href="item/drop/{{$item.id}}" onclick="return confirmDelete();" title="{{$item.drop.delete}}" ><i class="icon-remove drop-icons item-tool"></i></a>{{/if}} </div> {{if $item.drop.pagedrop}}<input type="checkbox" onclick="checkboxhighlight(this);" title="{{$item.drop.select}}" class="item-select" name="itemselected[]" value="{{$item.id}}" />{{/if}} <div class="wall-item-delete-end"></div> <div class="wall-item-like {{$item.indent}}" id="wall-item-like-{{$item.id}}">{{$item.showlike}}</div> <div class="wall-item-dislike {{$item.indent}}" id="wall-item-dislike-{{$item.id}}">{{$item.showdislike}}</div> - </div> - </div> + + </div> <div class="wall-item-wrapper-end"></div> @@ -109,10 +160,11 @@ {{/foreach}} {{/if}} +{{if $item.comment}} <div class="wall-item-comment-wrapper" > {{$item.comment}} </div> - +{{/if}} </div> {{if $item.comment_lastcollapsed}}</div>{{/if}} diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index e40504c8f..7a3d42e01 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -9,7 +9,7 @@ <div class="contact-name" id="directory-name-{{$entry.id}}" ><span onclick="dirdetails('{{$entry.hash}}');" class="fakelink" >{{$entry.name}}</span></div> {{if $entry.connect}} -<div class="directory-connect"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div> +<div class="directory-connect btn btn-default"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div> {{/if}} <div class="contact-details">{{$entry.details}}</div> </div> diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index f00448175..487839f7a 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -15,7 +15,7 @@ <div class="contact-name" id="directory-name-{{$id}}" >{{$name}}{{if $online}} <i class="icon-asterisk online-now" title="{{$online}}"></i>{{/if}}</div> {{if $connect}} -<div class="directory-connect"><a href="{{$connect}}">{{$conn_label}}</a></div> +<div class="directory-connect btn btn-default"><a href="{{$connect}}">{{$conn_label}}</a></div> {{/if}} <div class="contact-webbie">{{$address}}</div> diff --git a/view/tpl/field_colorinput.tpl b/view/tpl/field_colorinput.tpl new file mode 100644 index 000000000..a68781698 --- /dev/null +++ b/view/tpl/field_colorinput.tpl @@ -0,0 +1,6 @@ + <div class='field input color'> + <label for='id_{{$field.0}}' id='label_{{$field.0}}'>{{$field.1}}</label> + <input class='color' name='{{$field.0}}' id='id_{{$field.0}}' type="text" value="{{$field.2}}">{{if $field.4}} <span class="required">{{$field.4}}</span> {{/if}} + <span id='help_{{$field.0}}' class='field_help'>{{$field.3}}</span> + <div id='end_{{$field.0}}' class='field_end'></div> + </div> diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index b0597e9b6..f643a3597 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -2,7 +2,8 @@ <h3>{{$connect}}</h3> <div id="connect-desc">{{$desc}}</div> <form action="follow" method="post" /> - <input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /><input id="side-follow-submit" type="submit" name="submit" value="{{$follow}}" /> + <input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" /> + <input id="side-follow-submit" type="submit" name="submit" class="btn btn-default" value="{{$follow}}" /> </form> {{if $abook_usage_message}} <div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div> diff --git a/view/tpl/group_side.tpl b/view/tpl/group_side.tpl index a0ed7a82d..8c5d3927d 100755 --- a/view/tpl/group_side.tpl +++ b/view/tpl/group_side.tpl @@ -1,6 +1,7 @@ <div class="widget" id="group-sidebar"> <h3>{{$title}}</h3> + <div id="sidebar-group-list"> <ul id="sidebar-group-ul"> {{foreach $groups as $group}} @@ -15,14 +16,18 @@ {{if $group.edit}} <a class="groupsideedit" href="{{$group.edit.href}}" title="{{$edittext}}"><i id="edit-sidebar-group-element-{{$group.id}}" class="group-edit-icon iconspacer icon-pencil"></i></a> {{/if}} - <a id="sidebar-group-element-{{$group.id}}" class="sidebar-group-element {{if $group.selected}}group-selected{{/if}}" href="{{$group.href}}">{{$group.text}}</a> + <span class="sidebar-group-name"><a id="sidebar-group-element-{{$group.id}}" class="sidebar-group-element {{if $group.selected}}group-selected{{/if}}" href="{{$group.href}}">{{$group.text}}</a></span> </li> {{/foreach}} </ul> - </div> +</div> + <div id="sidebar-new-group"> <a href="group/new">{{$createtext}}</a> </div> + </div> + + diff --git a/view/tpl/hdr.tpl b/view/tpl/hdr.tpl index f1e78b897..efb43224c 100644 --- a/view/tpl/hdr.tpl +++ b/view/tpl/hdr.tpl @@ -3,5 +3,3 @@ <ul id="nav-notifications-template" style="display:none;" rel="template"> <li class="{5}"><a href="{0}" title="{2} {3}"><img src="{1}"><span class='contactname'>{2}</span>{3}<br><span class="notif-when">{4}</span></a></li> </ul> - -<div id="panel" style="display: none;"></div> diff --git a/view/tpl/head.tpl b/view/tpl/head.tpl index c676cd773..e7b41523f 100755 --- a/view/tpl/head.tpl +++ b/view/tpl/head.tpl @@ -1,6 +1,6 @@ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <base href="{{$baseurl}}/" /> -<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=0"> <meta name="generator" content="{{$generator}}" /> <!--[if IE]> diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index 80421d552..27b081b57 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -6,9 +6,9 @@ var plaintext = '{{$editselect}}'; function initEditor(cb){ if (editor==false){ - $("#profile-jot-text-loading").spin('small'); + $("#profile-jot-text-loading").spin('small').show(); if(plaintext == 'none') { - $("#profile-jot-text-loading").spin(false); + $("#profile-jot-text-loading").spin(false).hide(); $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); editor = true; @@ -77,7 +77,7 @@ function initEditor(cb){ ed.onInit.add(function(ed) { ed.pasteAsPlainText = true; - $("#profile-jot-text-loading").spin(false); + $("#profile-jot-text-loading").spin(false).hide(); $(".jothidden").show(); if (typeof cb!="undefined") cb(); }); @@ -86,11 +86,7 @@ function initEditor(cb){ }); editor = true; - // setup acl popup - $("a#jot-perms-icon").colorbox({ - 'inline' : true, - 'transition' : 'elastic' - }); + } else { if (typeof cb!="undefined") cb(); } @@ -112,11 +108,14 @@ function enableOnUser(){ /* enable tinymce on focus and click */ $("#profile-jot-text").focus(enableOnUser); $("#profile-jot-text").click(enableOnUser); + var upload_title = $('#wall-image-upload').attr('title'); + var attach_title = $('#wall-file-upload').attr('title'); var uploader = new window.AjaxUpload( 'wall-image-upload', { action: '{{$baseurl}}/wall_upload/{{$nickname}}', name: 'userfile', + title: upload_title, onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, onComplete: function(file,response) { addeditortext(response); @@ -129,6 +128,7 @@ function enableOnUser(){ 'wall-file-upload', { action: '{{$baseurl}}/wall_attach/{{$nickname}}', name: 'userfile', + title: attach_title, onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); }, onComplete: function(file,response) { addeditortext(response); diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 4cc9c0d10..2fd24d5ff 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,5 +1,4 @@ <div id="profile-jot-wrapper" > - <form id="profile-jot-form" action="{{$action}}" method="post" > <input type="hidden" name="type" value="{{$ptyp}}" /> <input type="hidden" name="profile_uid" value="{{$profile_uid}}" /> @@ -12,85 +11,95 @@ <input type="hidden" name="post_id" value="{{$post_id}}" /> <input type="hidden" name="webpage" value="{{$webpage}}" /> <input type="hidden" name="preview" id="jot-preview" value="0" /> + {{if $showacl}}{{$acl}}{{/if}} {{$mimeselect}} {{$layoutselect}} - - <div id="jot-title-wrap"><input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none"></div> + {{if $id_select}} + <div class="channel-id-select-div"> + <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} + </div> + {{/if}} + <div id="jot-title-wrap"> + <input name="title" id="jot-title" type="text" placeholder="{{$placeholdertitle}}" value="{{$title}}" class="jothidden" style="display:none"> + </div> {{if $catsenabled}} - <div id="jot-category-wrap"><input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" /></div> + <div id="jot-category-wrap"> + <input name="category" id="jot-category" type="text" placeholder="{{$placeholdercategory}}" value="{{$category}}" class="jothidden" style="display:none" /> + </div> {{/if}} {{if $webpage}} - <div id="jot-pagetitle-wrap"><input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /></div> + <div id="jot-pagetitle-wrap"> + <input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}" class="jothidden" style="display:none" /> + </div> {{/if}} <div id="jot-text-wrap"> - <textarea class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{$content}}</textarea> + <textarea class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">{{$content}}</textarea> + </div> + <div id="profile-jot-submit-wrapper" class="jothidden"> + <div id="profile-jot-submit-left" class="btn-group pull-left"> + {{if $visitor}} + <button id="wall-image-upload" class="btn btn-default btn-sm" title="{{$upload}}" > + <i class="icon-camera jot-icons"></i> + </button> + <button id="wall-file-upload" class="btn btn-default btn-sm" title="{{$attach}}" > + <i id="wall-file-upload" class="icon-paper-clip jot-icons"></i> + </button> + <button id="profile-link-wrapper" class="btn btn-default btn-sm" title="{{$weblink}}" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"> + <i id="profile-link" class="icon-link jot-icons"></i> + </button> + <button id="profile-video-wrapper" class="btn btn-default btn-sm" title="{{$video}}" onclick="jotVideoURL();return false;"> + <i id="profile-video" class="icon-facetime-video jot-icons"></i> + </button> + <button id="profile-audio-wrapper" class="btn btn-default btn-sm" title="{{$audio}}" onclick="jotAudioURL();return false;"> + <i id="profile-audio" class="icon-volume-up jot-icons"></i> + </button> + <button id="profile-nolocation-wrapper" class="btn btn-default btn-sm" style="display: none;" title="{{$noloc}}" onclick="jotClearLocation();return false;"> + <i id="profile-nolocation" class="icon-circle-blank jot-icons"></i> + </button> + <button id="profile-location-wrapper" class="btn btn-default btn-sm" title="{{$setloc}}" onclick="jotGetLocation();return false;"> + <i id="profile-location" class="icon-globe jot-icons"></i> + </button> + {{/if}} + {{if $feature_expire}} + <button id="profile-expire-wrapper" class="btn btn-default btn-sm" title="{{$expires}}" onclick="jotGetExpiry();return false;"> + <i id="profile-expires" class="icon-eraser jot-icons"></i> + </button> + {{/if}} + {{if $feature_encrypt}} + <button id="profile-encrypt-wrapper" class="btn btn-default btn-sm" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"> + <i id="profile-encrypt" class="icon-key jot-icons"></i> + </button> + {{/if}} + </div> + <div id="profile-rotator-wrapper"> + <div id="profile-rotator"></div> + </div> + <div id="profile-jot-submit-right" class="btn-group pull-right"> + {{if $showacl}} + <button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" title="{{$permset}}" onclick="return false;"> + <i id="jot-perms-icon" class="icon-{{$lockstate}} jot-icons">{{$bang}}</i> + </button> + {{/if}} + {{if $preview}} + <button class="btn btn-default btn-sm btn-preview" onclick="preview_post();return false;" title="{{$preview}}"> + <i class="icon-eye-open jot-icons" ></i> + </button> + {{/if}} + <button class="btn btn-primary btn-sm" type="submit" name="submit">{{$share}}</button> + </div> + <div id="profile-jot-perms-end"></div> + <div id="profile-jot-plugin-wrapper"> + {{$jotplugins}} + </div> </div> <div id="profile-jot-text-loading"></div> + <div id="profile-jot-end" class="clear"></div> + <div id="jot-preview-content" style="display:none;"></div> + </form> +</div> -<div id="profile-jot-submit-wrapper" class="jothidden"> - <input type="submit" id="profile-jot-submit" name="submit" value="{{$share}}" /> - - <div id="profile-upload-wrapper" style="display: {{$visitor}};" > - <div id="wall-image-upload-div" ><i id="wall-image-upload" class="icon-camera jot-icons" title="{{$upload}}"></i></div> - </div> - <div id="profile-attach-wrapper" style="display: {{$visitor}};" > - <div id="wall-file-upload-div" ><i id="wall-file-upload" class="icon-paper-clip jot-icons" title="{{$attach}}"></i></div> - </div> - - <div id="profile-link-wrapper" style="display: {{$visitor}};" ondragenter="linkdropper(event);" ondragover="linkdropper(event);" ondrop="linkdrop(event);" > - <i id="profile-link" class="icon-link jot-icons" title="{{$weblink}}" ondragenter="return linkdropper(event);" ondragover="return linkdropper(event);" ondrop="linkdrop(event);" onclick="jotGetLink(); return false;"></i> - </div> - <div id="profile-video-wrapper" style="display: {{$visitor}};" > - <i id="profile-video" class="icon-facetime-video jot-icons" title="{{$video}}" onclick="jotVideoURL();return false;"></i> - </div> - <div id="profile-audio-wrapper" style="display: {{$visitor}};" > - <i id="profile-audio" class="icon-volume-up jot-icons" title="{{$audio}}" onclick="jotAudioURL();return false;"></i> - </div> - <div id="profile-location-wrapper" style="display: {{$visitor}};" > - <i id="profile-location" class="icon-globe jot-icons" title="{{$setloc}}" onclick="jotGetLocation();return false;"></i> - </div> - <div id="profile-nolocation-wrapper" style="display: none;" > - <i id="profile-nolocation" class="icon-circle-blank jot-icons" title="{{$noloc}}" onclick="jotClearLocation();return false;"></i> - </div> - <div id="profile-expire-wrapper" style="display: {{$feature_expire}};" > - <i id="profile-expires" class="icon-eraser jot-icons" title="{{$expires}}" onclick="jotGetExpiry();return false;"></i> - </div> - <div id="profile-encrypt-wrapper" style="display: {{$feature_encrypt}};" > - <i id="profile-encrypt" class="icon-key jot-icons" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#profile-jot-text',$('#profile-jot-text').val());return false;"></i> - </div> - - - <div id="profile-rotator-wrapper" style="display: {{$visitor}};" > - <div id="profile-rotator"></div> - </div> - - {{if $showacl}} - <div id="profile-jot-perms" class="profile-jot-perms" style="display: {{$pvisit}};" > - <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon {{$lockstate}}" title="{{$permset}}" ></a>{{$bang}} - </div> - {{/if}} - - {{if $preview}}<span onclick="preview_post();" id="jot-preview-link"><i class="icon-eye-open jot-icons" title="{{$preview}}"></i></span>{{/if}} - - - <div id="profile-jot-perms-end"></div> - - - <div id="profile-jot-plugin-wrapper"> - {{$jotplugins}} - </div> - - <div id="jot-preview-content" style="display:none;"></div> - - <div style="display: none;"> - <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> - {{$acl}} - <hr style="clear:both"/> - {{$jotnets}} - </div> - </div> <!-- Modal for item expiry--> -<div class="modal fade" id="expiryModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> +<div class="modal" id="expiryModal" tabindex="-1" role="dialog" aria-labelledby="expiryModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> @@ -127,13 +136,7 @@ }); }); </script> -</div> - - - - -<div id="profile-jot-end"></div> -</form> -</div> - {{if $content}}<script>initEditor();</script>{{/if}} +{{if $content}} +<script>initEditor();</script> +{{/if}} diff --git a/view/tpl/login.tpl b/view/tpl/login.tpl index 3ca118590..a1952d408 100755 --- a/view/tpl/login.tpl +++ b/view/tpl/login.tpl @@ -11,12 +11,14 @@ <a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a> </div> + <div class="clear"></div> + {{include file="field_checkbox.tpl" field=$remember}} <div id="login-standard-end"></div> <div id="login-submit-wrapper" > - <input type="submit" name="submit" id="login-submit-button" value="{{$login}}" /> + <input type="submit" name="submit" id="login-submit-button" class="btn btn-default" value="{{$login}}" /> </div> {{foreach $hiddens as $k=>$v}} diff --git a/view/tpl/mitemedit.tpl b/view/tpl/mitemedit.tpl index 8f13f80c9..482005e44 100644 --- a/view/tpl/mitemedit.tpl +++ b/view/tpl/mitemedit.tpl @@ -16,18 +16,9 @@ {{include file="field_checkbox.tpl" field=$newwin}} <div id="settings-default-perms" class="settings-default-perms" > - <a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" >{{$permissions}} {{$permdesc}}</a> + <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button> + {{$aclselect}} <div id="settings-default-perms-menu-end"></div> - - <div id="settings-default-perms-select" style="display: none; margin-bottom: 20px" > - - <div style="display: none;"> - <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> - {{$aclselect}} - </div> - </div> - - </div> </div> <br/> <div id="settings-default-perms-end"></div> diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index fbdf28f76..5aa3b0f01 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -5,6 +5,9 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> + <button id="expand-tabs" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#tabs-collapse-1"> + <i class="icon-circle-arrow-down" id="expand-tabs-icon"></i> + </button> <button id="expand-aside" type="button" class="navbar-toggle" data-toggle="offcanvas" data-target="#region_1"> <i class="icon-circle-arrow-right" id="expand-aside-icon"></i> </button> diff --git a/view/tpl/notes.tpl b/view/tpl/notes.tpl index 09932e545..0e8c8017c 100644 --- a/view/tpl/notes.tpl +++ b/view/tpl/notes.tpl @@ -1,8 +1,25 @@ <div class="widget"> <script> -$("#note-text").live('input paste',function(e){ - $.post('notes', { 'note_text' : $('#note-text').val() }); +var noteSaveTimer = null; +$(document).on('focusout',"#note-text",function(e){ + if(noteSaveTimer) + clearTimeout(noteSaveTimer); + notePostFinal(); + noteSaveTimer = null; +}); + +$(document).on('focusin',"#note-text",function(e){ + noteSaveTimer = setTimeout(noteSaveChanges,10000); }); + +function notePostFinal() { + $.post('notes/sync', { 'note_text' : $('#note-text').val() }); +} + +function noteSaveChanges() { + $.post('notes', { 'note_text' : $('#note-text').val() }); + noteSaveTimer = setTimeout(noteSaveChanges,10000); +} </script> <h3>{{$banner}}</h3> diff --git a/view/tpl/page_display.tpl b/view/tpl/page_display.tpl index 9b6b182c8..d8175bdd2 100755 --- a/view/tpl/page_display.tpl +++ b/view/tpl/page_display.tpl @@ -2,7 +2,7 @@ <div class="generic-content-wrapper" id="page-content-wrapper" > <h3 class="page-title">{{$title}}</h3> - <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}{{if $zid}}?zid={{$zid}}{{/if}}">{{$author}}</a></div> + <div class="page-author"><a class=="page-author-link" href="{{$auth_url}}">{{$author}}</a></div> <div class="page-date">{{$date}}</div> <div class="page-body">{{$body}}</div> </div> diff --git a/view/tpl/peoplefind.tpl b/view/tpl/peoplefind.tpl index c1462a9e9..55bf1575f 100755 --- a/view/tpl/peoplefind.tpl +++ b/view/tpl/peoplefind.tpl @@ -1,15 +1,15 @@ <div id="peoplefind-sidebar" class="widget"> <h3>{{$findpeople}}</h3> - {{$desc}} + <div class="descriptive-text">{{$desc}}</div> <form action="directory" method="post" /> <input class="icon-search" id="side-peoplefind-url" type="text" name="search" size="24" title="{{$hint}}" placeholder=""/> - <input id="side-peoplefind-submit" type="submit" name="submit" value="{{$findthem}}" /> + <input id="side-peoplefind-submit" class="btn btn-default" type="submit" name="submit" value="{{$findthem}}" /> <br /> {{if $advanced_search}} <a href="#" onclick="openClose('advanced-people-search-div'); return false;">{{$advanced_search}}</a> <div id="advanced-people-search-div" style="display: none;"> - <input class="icon-search" id="side-peoplefind-url" type="text" name="query" size="24" title="{{$advanced_hint}}" placeholder=""/> - <input id="side-peoplefind-submit" type="submit" name="submit" value="{{$find_advanced}}" /> + <input class="icon-search" id="side-advanced-peoplefind-url" type="text" name="query" size="24" title="{{$advanced_hint}}" placeholder=""/> + <input id="side-advanced-peoplefind-submit" class="btn btn-default" type="submit" name="submit" value="{{$find_advanced}}" /> </div> <br /> {{/if}} diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index f5e5bb7b5..01f135522 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -53,16 +53,10 @@ <div id="photo-edit-rotate-end"></div> <div id="settings-default-perms" class="settings-default-perms" > - <span id="jot-perms-icon" class="icon {{$edit.lockstate}}" ></span> - <a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" >{{$edit.permissions}}</a> + <span id="jot-perms-icon" class="{{$edit.lockstate}}" ></span> + <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$edit.permissions}}</button> + {{$edit.aclselect}} <div id="settings-default-perms-menu-end"></div> - <div id="settings-default-perms-select" style="display: none; margin-bottom: 20px" > - <div style="display: none;"> - <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> - {{$edit.aclselect}} - </div> - </div> - </div> </div> <br/> <div id="settings-default-perms-end"></div> diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 3f1906086..62591c648 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -24,18 +24,12 @@ <div id="photos-upload-perms" class="photos-upload-perms" > - <a href="#photos-upload-permissions-wrapper" id="photos-upload-perms-menu" class="button" /> - <span id="jot-perms-icon" class="icon {{$lockstate}}" ></span>{{$permissions}} - </a> + <span id="jot-perms-icon" class="icon-{{$lockstate}}" ></span> + <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button> </div> + {{$aclselect}} <div id="photos-upload-perms-end"></div> - <div style="display: none;"> - <div id="photos-upload-permissions-wrapper"> - {{$aclselect}} - </div> - </div> - <div id="photos-upload-spacer"></div> {{$uploader}} diff --git a/view/tpl/posted_date_widget.tpl b/view/tpl/posted_date_widget.tpl index 6720d3628..1a8323926 100755 --- a/view/tpl/posted_date_widget.tpl +++ b/view/tpl/posted_date_widget.tpl @@ -1,9 +1,17 @@ <div id="datebrowse-sidebar" class="widget"> <h3>{{$title}}</h3> <script>function dateSubmit(dateurl) { window.location.href = dateurl; } </script> +{{if $style == 'list'}} +<ul id="posted-date-selector"> +{{foreach $dates as $d}} +<li class="posted-date-li"><a href="#" onclick="dateSubmit('{{$url}}?f=&dend={{$d.1}}&dbegin={{$d.2}}'); return false;">{{$d.0}}</a></li> +{{/foreach}} +</ul> +{{else}} <select id="posted-date-selector" name="posted-date-select" onchange="dateSubmit($(this).val());" size="{{$size}}"> {{foreach $dates as $d}} -<option value="{{$url}}?dend={{$d.1}}&dbegin={{$d.2}}" >{{$d.0}}</option> +<option value="{{$url}}?f=&dend={{$d.1}}&dbegin={{$d.2}}" >{{$d.0}}</option> {{/foreach}} </select> +{{/if}} </div> diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index 3330a338f..118bd846f 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -37,14 +37,16 @@ <div id="prvmail-link-wrapper" > <i id="prvmail-link" class="icon-link jot-icons" title="{{$insert}}" onclick="jotGetLink(); return false;"></i> </div> - - <div id="prvmail-expire-wrapper" style="display: {{$feature_expire}};" > - <i id="prvmail-expires" class="icon-eraser jot-icons" title="{{$expires}}" onclick="prvmailGetExpiry();return false;"></i> - </div> - <div id="prvmail-encrypt-wrapper" style="display: {{$feature_encrypt}};" > + {{if $feature_expire}} + <div id="prvmail-expire-wrapper" > + <i id="prvmail-expires" class="icon-eraser jot-icons" title="{{$expires}}" onclick="prvmailGetExpiry();return false;"></i> + </div> + {{/if}} + {{if $feature_encrypt}} + <div id="prvmail-encrypt-wrapper" > <i id="prvmail-encrypt" class="icon-key jot-icons" title="{{$encrypt}}" onclick="red_encrypt('{{$cipher}}','#prvmail-text',$('#prvmail-text').val());return false;"></i> </div> - + {{/if}} <div id="prvmail-rotator-wrapper" > <img id="prvmail-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" /> </div> diff --git a/view/tpl/register.tpl b/view/tpl/register.tpl index 916a946d3..ed673031a 100755 --- a/view/tpl/register.tpl +++ b/view/tpl/register.tpl @@ -45,7 +45,7 @@ <input type="hidden" name="tos" value="1" /> {{/if}} - <input type="submit" name="submit" id="register-submit-button" value="{{$submit}}" /> + <input type="submit" name="submit" class="btn btn-default" id="register-submit-button" value="{{$submit}}" /> <div id="register-submit-end" class="register-field-end"></div> </form> diff --git a/view/tpl/saved_searches.tpl b/view/tpl/saved_searches.tpl index d0f9e2b0e..1a9f51af9 100644 --- a/view/tpl/saved_searches.tpl +++ b/view/tpl/saved_searches.tpl @@ -5,7 +5,7 @@ <ul id="saved-search-ul"> {{foreach $saved as $search}} <li id="search-term-{{$search.id}}" class="saved-search-li clear"> - <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer" ></i></a> + <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="{{$search.dellink}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer saved-search-icon" ></i></a> <a id="saved-search-term-{{$search.id}}" class="savedsearchterm{{if $search.selected}} search-selected{{/if}}" href="{{$search.srchlink}}">{{$search.displayterm}}</a> </li> {{/foreach}} diff --git a/view/tpl/saved_searches_aside.tpl b/view/tpl/saved_searches_aside.tpl index 615eca39d..0258a7632 100755 --- a/view/tpl/saved_searches_aside.tpl +++ b/view/tpl/saved_searches_aside.tpl @@ -5,7 +5,7 @@ <ul id="saved-search-ul"> {{foreach $saved as $search}} <li id="search-term-{{$search.id}}" class="saved-search-li clear"> - <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="network/?f=&remove=1&search={{$search.encodedterm}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer savedsearchdrop" ></i></a> + <a title="{{$search.delete}}" onclick="return confirmDelete();" id="drop-saved-search-term-{{$search.id}}" href="network/?f=&remove=1&search={{$search.encodedterm}}"><i id="dropicon-saved-search-term-{{$search.id}}" class="icon-remove drop-icons iconspacer savedsearchdrop saved-search-icon" ></i></a> <a id="saved-search-term-{{$search.id}}" class="savedsearchterm{{if $search.selected}} search-selected{{/if}}" href="network/?f=&search={{$search.encodedterm}}">{{$search.displayterm}}</a> </li> {{/foreach}} diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index c5acfa4a4..81ce4e136 100755 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -16,15 +16,12 @@ </div> </div> <div class="wall-item-photo-end"></div> - <div class="wall-item-wrapper" id="wall-item-wrapper-{{$item.id}}" > - {{if $item.lock}}<i class="wall-item-lock icon-lock lockview" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" /></i> - {{else}}<div class="wall-item-lock"></div>{{/if}} - <div class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}</div> - </div> </div> - <div class="wall-item-author"> - <a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a><br /> - <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">{{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div> + <div class="wall-item-author dropdown"> + + {{if $item.lock}}<i class="icon-lock lockview dropdown-toggle" data-toggle="dropdown" title="{{$item.lock}}" onclick="lockview(event,{{$item.id}});" ></i><ul id="panel-{{$item.id}}" class="lockview-panel dropdown-menu"></ul> {{/if}}<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.sparkle}}" id="wall-item-name-{{$item.id}}" >{{$item.name}}</span></a>{{if $item.owner_url}} {{$item.via}} <a href="{{$item.owner_url}}" title="{{$item.olinktitle}}" class="wall-item-name-link"><span class="wall-item-name{{$item.osparkle}}" id="wall-item-ownername-{{$item.id}}">{{$item.owner_name}}</span></a>{{/if}}<br /> + <div class="wall-item-ago" id="wall-item-ago-{{$item.id}}">{{if $item.verified}}<i class="icon-ok" title="{{$item.verified}}"></i> {{/if}}{{if $item.location}}<span class="wall-item-location" id="wall-item-location-{{$item.id}}">{{$item.location}}, </span>{{/if}}<span class="autotime" title="{{$item.isotime}}">{{$item.localtime}}{{if $item.editedtime}} {{$item.editedtime}}{{/if}}{{if $item.expiretime}} {{$item.expiretime}}{{/if}}</span>{{if $item.app}}<span class="item.app">{{$item.str_app}}</span>{{/if}}</div> + </div> <div class="wall-item-content" id="wall-item-content-{{$item.id}}" > <div class="wall-item-title" id="wall-item-title-{{$item.id}}">{{$item.title}}</div> diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 49dff4822..1fef255f0 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -26,7 +26,7 @@ <h3 id="settings-privacy-macros">{{$lbl_pmacro}}</h3> -<ul> +<ul id="settings-privacy-macros"> <li><a href="#" onclick="channel_privacy_macro(2); return false" id="settings_pmacro2">{{$pmacro2}}</a></li> <li><a href="#" onclick="channel_privacy_macro(1); return false" id="settings_pmacro1">{{$pmacro1}}</a></li> <li><a href="#" onclick="channel_privacy_macro(3); return false" id="settings_pmacro3">{{$pmacro3}}</a></li> @@ -34,7 +34,7 @@ </ul> -<button type="button" class="btn btn-xs btn-warning" data-toggle="collapse" data-target="#settings-permissions-wrapper">{{$lbl_p2macro}}</button> +<button type="button" class="btn btn-xs btn-default" data-toggle="collapse" data-target="#settings-permissions-wrapper">{{$lbl_p2macro}}</button> @@ -67,24 +67,15 @@ {{include file="field_yesno.tpl" field=$blocktags}} -{{include file="field_input.tpl" field=$maxreq}} -{{include file="field_input.tpl" field=$cntunkmail}} +{{include file="field_input.tpl" field=$expire}} + </div> <div id="settings-default-perms" class="settings-default-perms" > - <a href="#profile-jot-acl-wrapper" id="settings-default-perms-menu" >{{$permissions}} {{$permdesc}}</a> + <button class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;">{{$permissions}}</button> + {{$aclselect}} <div id="settings-default-perms-menu-end"></div> - - <div id="settings-default-perms-select" style="display: none; margin-bottom: 20px" > - - <div style="display: none;"> - <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> - {{$aclselect}} - </div> - </div> - - </div> </div> <br/> <div id="settings-default-perms-end"></div> diff --git a/view/tpl/xrd_host.tpl b/view/tpl/xrd_host.tpl index 4bcc5bbdb..57f383788 100755 --- a/view/tpl/xrd_host.tpl +++ b/view/tpl/xrd_host.tpl @@ -4,15 +4,8 @@ <hm:Host>{{$zhost}}</hm:Host> - <Link rel='lrdd' template='{{$domain}}/xrd/?uri={uri}' /> - <Link rel='acct-mgmt' href='{{$domain}}/amcd' /> - <Link rel='http://services.mozilla.com/amcd/0.1' href='{{$domain}}/amcd' /> + <Link rel='lrdd' template='{{$zroot}}/xrd/?uri={uri}' /> <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" - href="{{$domain}}/oexchange/xrd" /> - - <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key" - type="http://salmon-protocol.org/ns/magic-key" - mk:key_id="1">{{$bigkey}}</Property> - + href="{{$zroot}}/oexchange/xrd" /> </XRD> diff --git a/view/tpl/xrd_person.tpl b/view/tpl/xrd_person.tpl index 035ab251f..20d438dd5 100755 --- a/view/tpl/xrd_person.tpl +++ b/view/tpl/xrd_person.tpl @@ -2,28 +2,17 @@ <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> <Subject>{{$accturi}}</Subject> - <Alias>{{$accturi}}</Alias> - <Alias>{{$profile_url}}</Alias> - <Link rel="http://purl.org/macgirvin/dfrn/1.0" - href="{{$profile_url}}" /> <Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="{{$atom}}" /> <Link rel="http://webfinger.net/rel/profile-page" type="text/html" href="{{$profile_url}}" /> - <Link rel="http://microformats.org/profile/hcard" - type="text/html" - href="{{$hcard_url}}" /> <Link rel="http://portablecontacts.net/spec/1.0" href="{{$poco_url}}" /> <Link rel="http://webfinger.net/rel/avatar" type="image/jpeg" href="{{$photo}}" /> - <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key" - type="http://salmon-protocol.org/ns/magic-key" - mk:key_id="1">{{$bigkey}}</Property> - </XRD> |