diff --git a/boot.php b/boot.php
index e19a3d5ec..569162221 100755
--- a/boot.php
+++ b/boot.php
@@ -76,7 +76,7 @@ $DIRECTORY_FALLBACK_SERVERS = array(
'https://redmatrix.nl',
'https://whogotzot.com',
'https://red.zottel.red',
- 'https://red.pixelbits.de'
+ 'https://red.pixelbits.de'
);
@@ -567,7 +567,8 @@ define ( 'ITEM_VERIFIED', 0x2000); // Signature verification was success
define ( 'ITEM_RETAINED', 0x4000); // We looked at this item once to decide whether or not to expire it, and decided not to.
define ( 'ITEM_RSS', 0x8000); // Item comes from a feed. Use this to decide whether to link the title
// Don't make us evaluate this same item again.
-define ( 'DBTYPE_MYSQL', 0 );
+
+define ( 'DBTYPE_MYSQL', 0 );
define ( 'DBTYPE_POSTGRES', 1 );
/**
@@ -637,7 +638,7 @@ class App {
private $perms = null; // observer permissions
private $widgets = array(); // widgets for this page
- private $widgetlist = null; // widget ordering and inclusion directives
+ //private $widgetlist = null; // widget ordering and inclusion directives
public $groups;
public $language;
@@ -714,13 +715,6 @@ class App {
private $hostname;
private $baseurl;
private $path;
- private $db;
-
- private $curl_code;
- private $curl_headers;
-
- private $cached_profile_image;
- private $cached_profile_picdate;
function __construct() {
@@ -849,12 +843,14 @@ class App {
&& array_key_exists('baseurl',$this->config['system'])
&& strlen($this->config['system']['baseurl'])) {
$url = $this->config['system']['baseurl'];
+
return $url;
}
$scheme = $this->scheme;
$this->baseurl = $scheme . "://" . $this->hostname . ((isset($this->path) && strlen($this->path)) ? '/' . $this->path : '' );
+
return $this->baseurl;
}
@@ -881,7 +877,6 @@ class App {
if(x($parsed,'path'))
$this->path = trim($parsed['path'],'\\/');
}
-
}
function get_hostname() {
@@ -955,9 +950,10 @@ class App {
function get_widgets($location = '') {
if($location && count($this->widgets)) {
$ret = array();
- foreach($widgets as $w)
- if($w['location'] == $location)
+ foreach($this->widgets as $w) {
+ if ($w['location'] == $location)
$ret[] = $w;
+ }
$arr = array('location' => $location, 'widgets' => $ret);
call_hooks('get_widgets', $arr);
return $arr['widgets'];
@@ -1009,7 +1005,6 @@ class App {
// always put main.js at the end
$this->page['htmlhead'] .= head_get_main_js();
-
}
/**
@@ -1019,11 +1014,11 @@ class App {
* @param string $name
*/
function register_template_engine($class, $name = '') {
- if ($name===""){
+ if ($name === ""){
$v = get_class_vars( $class );
- if(x($v,"name")) $name = $v['name'];
+ if(x($v, "name")) $name = $v['name'];
}
- if ($name===""){
+ if ($name === ""){
echo "template engine $class cannot be registered without a name.\n";
killme();
}
@@ -1034,11 +1029,11 @@ class App {
* return template engine instance. If $name is not defined,
* return engine defined by theme, or default
*
- * @param strin $name Template engine name
+ * @param string $name Template engine name
* @return object Template Engine instance
*/
function template_engine($name = ''){
- if ($name!=="") {
+ if ($name !== "") {
$template_engine = $name;
} else {
$template_engine = 'smarty3';
@@ -1888,6 +1883,17 @@ function curPageURL() {
return $pageURL;
}
+/**
+ * @brief Returns a custom navigation by name???
+ *
+ * If no $navname provided load default page['nav']
+ *
+ * @todo not fully implemented yet
+ *
+ * @param App $a global application object
+ * @param string $navname
+ * @return mixed
+ */
function get_custom_nav(&$a, $navname) {
if(! $navname)
return $a->page['nav'];
@@ -1942,7 +1948,7 @@ function construct_page(&$a) {
if($comanche) {
if($a->layout['nav']) {
- $a->page['nav'] = get_custom_nav($a->layout['nav']);
+ $a->page['nav'] = get_custom_nav($a, $a->layout['nav']);
}
}
diff --git a/doc/html/annotated.html b/doc/html/annotated.html
index 8ccd006ba..e56263af5 100644
--- a/doc/html/annotated.html
+++ b/doc/html/annotated.html
@@ -129,22 +129,23 @@ $(document).ready(function(){initNavTree('annotated.html','');});
diff --git a/doc/html/classApp.js b/doc/html/classApp.js
index c7c8e3b05..248861737 100644
--- a/doc/html/classApp.js
+++ b/doc/html/classApp.js
@@ -37,8 +37,6 @@ var classApp =
[ "$argc", "classApp.html#af58db526040829b1c8bd95561b329262", null ],
[ "$argv", "classApp.html#ab3da757abe5cb45bf88f07cc51a73b58", null ],
[ "$baseurl", "classApp.html#ad5175536561021548ae8188e24c7b80c", null ],
- [ "$cached_profile_image", "classApp.html#abe0e4fa91097f7a6588e1213a834121c", null ],
- [ "$cached_profile_picdate", "classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e", null ],
[ "$category", "classApp.html#a5cfc098c061b7d765add58fd2ca97445", null ],
[ "$channel", "classApp.html#a050b0696118da47e8b30859ad1a2c149", null ],
[ "$cid", "classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0", null ],
@@ -48,10 +46,7 @@ var classApp =
[ "$contacts", "classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2", null ],
[ "$content", "classApp.html#ac1d80a14492acc932715d54567d8a589", null ],
[ "$css_sources", "classApp.html#a6f55d087e1ff4710132c1b0863faa2ee", null ],
- [ "$curl_code", "classApp.html#a256360c9184fed6d7556e0bc0a835d7f", null ],
- [ "$curl_headers", "classApp.html#af5007c42a693afd9c4899c243b2e1363", null ],
[ "$data", "classApp.html#a0ce85be198e46570366cb3344f3c55b8", null ],
- [ "$db", "classApp.html#a330410a288f3393d53772f5e98f857ea", null ],
[ "$error", "classApp.html#ac1a8b2cd40609b231a560201a08852ba", null ],
[ "$force_max_items", "classApp.html#ae3f47830543d0d902f66913def8db66b", null ],
[ "$groups", "classApp.html#ac6e6b1c7d6df408580ff79977fcfa656", null ],
@@ -60,6 +55,7 @@ var classApp =
[ "$identities", "classApp.html#a7954862f44f606b0ff83d4c74d15e792", null ],
[ "$install", "classApp.html#a576ecb1c5b4a283221e6f2f0ec248251", null ],
[ "$interactive", "classApp.html#a4c7cfc62d39508086cf300dc2e39c4df", null ],
+ [ "$is_sys", "classApp.html#a1f60d19d47021629faac7a0a6d917e94", null ],
[ "$js_sources", "classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d", null ],
[ "$language", "classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f", null ],
[ "$layout", "classApp.html#a58ac598544892ff7c32890291b72635e", null ],
@@ -90,6 +86,5 @@ var classApp =
[ "$user", "classApp.html#a91fd3c8b89016113b05f3be24805ccff", null ],
[ "$videoheight", "classApp.html#a56b1a432c96aef8b1971f779c9d93c8c", null ],
[ "$videowidth", "classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8", null ],
- [ "$widgetlist", "classApp.html#a4833bee2eae4ad1691a04fa19e11a766", null ],
[ "$widgets", "classApp.html#aa5a87c46ab3fee21362c466bf78042ef", null ]
];
\ No newline at end of file
diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html
index bebe6019d..7c2e573d5 100644
--- a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html
+++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html
@@ -180,7 +180,7 @@ Private Attributes
Constructor for RedBrowser class.
$enablePost will be activated through set_writeable() in a later stage. At the moment the write_storage permission is only valid for the whole folder. No file specific permissions yet.
-Todo: disable enablePost by default and only activate if permissions grant edit rights.
+Todo: disable enablePost by default and only activate if permissions grant edit rights.
Disable assets with $enableAssets = false. Should get some thumbnail views anyway.
Parameters
@@ -389,7 +389,7 @@ Private Attributes
The DAV browser is instantiated after the auth module and directory classes but before we know the current directory and who the owner and observer are. So we add a pointer to the browser into the auth module and vice versa. Then when we've figured out what directory is actually being accessed, we call the following function to decide whether or not to show web elements which include writeable objects.
It only disable/enable the visible parts. Not the POST handler which handels the actual requests when uploading files or creating folders.
-
Todo: Maybe this whole way of doing this can be solved with some $server->subscribeEvent().
+
Todo: Maybe this whole way of doing this can be solved with some $server->subscribeEvent().
diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html
index 5f07edc7d..ba9db5894 100644
--- a/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html
+++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedDirectory.html
@@ -383,7 +383,7 @@ Private Attributes
-
Todo: add description of what this function does.
+
Todo: add description of what this function does.
Exceptions
\Sabre\DAV\Exception\NotFound
@@ -492,7 +492,7 @@ Private Attributes
Renames the directory.
-
Todo: handle duplicate directory name
+
Todo: handle duplicate directory name
Exceptions
\Sabre\DAV\Exception\Forbidden
diff --git a/doc/html/classdba__driver-members.html b/doc/html/classdba__driver-members.html
index cf4075c93..eb9f4ad12 100644
--- a/doc/html/classdba__driver-members.html
+++ b/doc/html/classdba__driver-members.html
@@ -119,11 +119,22 @@ $(document).ready(function(){initNavTree('classdba__driver.html','');});
__construct ($server, $port, $user, $pass, $db, $install=false)dba_driver
__destruct ()dba_driver
close ()dba_driver
- connect ($server, $port, $user, $pass, $db)dba_driver
- dbg ($dbg)dba_driver
- escape ($str)dba_driver
+ concat ($fld, $sep)dba_driver
+ connect ($server, $port, $user, $pass, $db)dba_driver
+ dbg ($dbg)dba_driver
+ escape ($str)dba_driver
+ escapebin ($str)dba_driver
+ get_install_script ()dba_driver
+ get_null_date ()dba_driver
install ($server, $user, $pass, $db)dba_driver
- q ($sql)dba_driver
+ INSTALL_SCRIPT dba_driver
+ NULL_DATE dba_driver
+ optimize_table ($table)dba_driver
+ q ($sql)dba_driver
+ quote_interval ($txt)dba_driver
+ unescapebin ($str)dba_driver
+ UTC_NOW dba_driver
+ utcnow ()dba_driver
diff --git a/doc/html/classdba__driver.html b/doc/html/classdba__driver.html
index e70d8bf1f..33b6d16db 100644
--- a/doc/html/classdba__driver.html
+++ b/doc/html/classdba__driver.html
@@ -114,38 +114,69 @@ $(document).ready(function(){initNavTree('classdba__driver.html','');});
dba_driver Class Reference
+
+
abstract database driver class.
+ More...
-
-
+
+
+
connect ($server, $port, $user, $pass, $db)
+ Connect to the database. More...
q ($sql)
+ Perform a DB query with the SQL statement $sql. More...
escape ($str)
+ Escape a string before being passed to a DB query. More...
close ()
+ Close the database connection. More...
__construct ($server, $port, $user, $pass, $db, $install =false)
+ get_null_date ()
+
+ get_install_script ()
+
+ utcnow ()
+
install ($server, $user, $pass, $db)
dbg ($dbg)
+ Sets the database driver's debugging state. More...
__destruct ()
+ quote_interval ($txt)
+
+ optimize_table ($table)
+
+ concat ($fld, $sep)
+
+ escapebin ($str)
+
+ unescapebin ($str)
+
-
+
+
abstract database driver class.
+
This class gets extended by the real database driver classes, e.g. dba_mysql , dba_mysqli .
+
@@ -246,8 +280,37 @@ Protected Attributes
+
Close the database connection.
+
This abstract function needs to be implemented in the real driver.
+
Referenced by __destruct() .
+
+
+
+
+
+
+
+ dba_driver::concat
+ (
+
+ $fld ,
+
+
+
+
+
+ $sep
+
+
+
+ )
+
+
+
+
+
@@ -300,6 +363,20 @@ Protected Attributes
+
Connect to the database.
+
This abstract function needs to be implemented in the real driver.
+
Parameters
+
+ string $server DB server name
+ string $port DB port
+ string $user DB username
+ string $pass DB password
+ string $db database name
+
+
+
+
Returns bool
+
Referenced by __construct() .
@@ -318,6 +395,14 @@ Protected Attributes
+
Sets the database driver's debugging state.
+
Parameters
+
+ int $dbg 0 to disable debugging
+
+
+
+
@@ -342,6 +427,61 @@ Protected Attributes
+
Escape a string before being passed to a DB query.
+
This abstract function needs to be implemented in the real driver.
+
Parameters
+
+ string $str The string to escape.
+
+
+
+
+
+
+
+
+
+
+
+ dba_driver::escapebin
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_driver::get_install_script
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_driver::get_null_date
+ (
+ )
+
+
+
+
+
@@ -382,6 +522,22 @@ Protected Attributes
Referenced by __construct() .
+
+
+
+
+
+
+
+ dba_driver::optimize_table
+ (
+
+ $table )
+
+
+
+
+
@@ -406,6 +562,64 @@ Protected Attributes
+
Perform a DB query with the SQL statement $sql.
+
This abstract function needs to be implemented in the real driver.
+
Parameters
+
+ string $sql The SQL query to execute
+
+
+
+
+
Referenced by optimize_table() .
+
+
+
+
+
+
+
+
+ dba_driver::quote_interval
+ (
+
+ $txt )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_driver::unescapebin
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_driver::utcnow
+ (
+ )
+
+
+
+
+
@@ -419,6 +633,8 @@ Protected Attributes
@@ -439,7 +655,7 @@ Protected Attributes
@@ -473,6 +689,42 @@ Protected Attributes
+
+
+
+
+
+
+
+ const dba_driver::INSTALL_SCRIPT ='install /schema_mysql.sql'
+
+
+
+
+
+
+
+
+
+
+
+ const dba_driver::NULL_DATE = '0000-00-00 00:00:00'
+
+
+
+
+
+
+
+
+
+
+
+ const dba_driver::UTC_NOW = 'UTC_TIMESTAMP()'
+
+
+
+
The documentation for this class was generated from the following file:
diff --git a/doc/html/classdba__driver.js b/doc/html/classdba__driver.js
index 14c656ca8..67865ceec 100644
--- a/doc/html/classdba__driver.js
+++ b/doc/html/classdba__driver.js
@@ -3,13 +3,24 @@ var classdba__driver =
[ "__construct", "classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186", null ],
[ "__destruct", "classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721", null ],
[ "close", "classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975", null ],
+ [ "concat", "classdba__driver.html#ab9982f38a02f008b127a0f3ccc1e99f4", null ],
[ "connect", "classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc", null ],
[ "dbg", "classdba__driver.html#adcc1f8955120fec0708bce39202d0422", null ],
[ "escape", "classdba__driver.html#afc95ffa103a3290581b537670cde5311", null ],
+ [ "escapebin", "classdba__driver.html#a7dbe8318587ff1694825042bf58f4fbd", null ],
+ [ "get_install_script", "classdba__driver.html#a8d6a79d39d7eaee5aea4e952c4529d48", null ],
+ [ "get_null_date", "classdba__driver.html#a65a5c7b355ab5529a43049e160006426", null ],
[ "install", "classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746", null ],
+ [ "optimize_table", "classdba__driver.html#a77e59dcbeab30ca6000131d2e9ad4092", null ],
[ "q", "classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555", null ],
+ [ "quote_interval", "classdba__driver.html#ac9127e9c55fcc93bcfbb323b9b99b9d9", null ],
+ [ "unescapebin", "classdba__driver.html#ab43184239e1d6eb00a98319f4a3df155", null ],
+ [ "utcnow", "classdba__driver.html#ad700712879719bee23752b8f424d97d0", null ],
[ "$connected", "classdba__driver.html#a205f6535e399700b6fca2492f96f2229", null ],
[ "$db", "classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6", null ],
[ "$debug", "classdba__driver.html#af48e2afeded5285766bf92e22123ed03", null ],
- [ "$error", "classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c", null ]
+ [ "$error", "classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c", null ],
+ [ "INSTALL_SCRIPT", "classdba__driver.html#a98d8523dcedda316085b4d4f856b6583", null ],
+ [ "NULL_DATE", "classdba__driver.html#afce39394c010ea589d99a21579b2c31e", null ],
+ [ "UTC_NOW", "classdba__driver.html#aa3325d982d4ee5d1114fd7e02a4356e8", null ]
];
\ No newline at end of file
diff --git a/doc/html/classdba__driver.png b/doc/html/classdba__driver.png
index 7c5b7cf41..b9cc8c832 100644
Binary files a/doc/html/classdba__driver.png and b/doc/html/classdba__driver.png differ
diff --git a/doc/html/classdba__mysql-members.html b/doc/html/classdba__mysql-members.html
index 15a22064f..817ba3ff6 100644
--- a/doc/html/classdba__mysql-members.html
+++ b/doc/html/classdba__mysql-members.html
@@ -119,11 +119,22 @@ $(document).ready(function(){initNavTree('classdba__mysql.html','');});
__construct ($server, $port, $user, $pass, $db, $install=false)dba_driver
__destruct ()dba_driver
close ()dba_mysql
- connect ($server, $port, $user, $pass, $db)dba_mysql
- dbg ($dbg)dba_driver
- escape ($str)dba_mysql
+ concat ($fld, $sep)dba_driver
+ connect ($server, $port, $user, $pass, $db)dba_mysql
+ dbg ($dbg)dba_driver
+ escape ($str)dba_mysql
+ escapebin ($str)dba_driver
+ get_install_script ()dba_driver
+ get_null_date ()dba_driver
install ($server, $user, $pass, $db)dba_driver
- q ($sql)dba_mysql
+ INSTALL_SCRIPT dba_driver
+ NULL_DATE dba_driver
+ optimize_table ($table)dba_driver
+ q ($sql)dba_mysql
+ quote_interval ($txt)dba_driver
+ unescapebin ($str)dba_driver
+ UTC_NOW dba_driver
+ utcnow ()dba_driver
diff --git a/doc/html/classdba__mysql.html b/doc/html/classdba__mysql.html
index df61678d5..e6f553b62 100644
--- a/doc/html/classdba__mysql.html
+++ b/doc/html/classdba__mysql.html
@@ -118,7 +118,7 @@ Inheritance diagram for dba_mysql:
-
+
@@ -134,25 +134,52 @@ Public Member Functions
connect ($server, $port, $user, $pass, $db)
+ Connect to the database. More...
q ($sql)
+ Perform a DB query with the SQL statement $sql. More...
escape ($str)
+ Escape a string before being passed to a DB query. More...
close ()
+ Close the database connection. More...
__construct ($server, $port, $user, $pass, $db, $install =false)
+ get_null_date ()
+
+ get_install_script ()
+
+ utcnow ()
+
install ($server, $user, $pass, $db)
dbg ($dbg)
+ Sets the database driver's debugging state. More...
__destruct ()
+ quote_interval ($txt)
+
+ optimize_table ($table)
+
+ concat ($fld, $sep)
+
+ escapebin ($str)
+
+ unescapebin ($str)
+
+const INSTALL_SCRIPT ='install /schema_mysql.sql'
+
+const NULL_DATE = '0000-00-00 00:00:00'
+
+const UTC_NOW = 'UTC_TIMESTAMP()'
+
$connected = false
$error = false
diff --git a/doc/html/classdba__mysqli-members.html b/doc/html/classdba__mysqli-members.html
index cdfcb2dc4..ebd85e4ec 100644
--- a/doc/html/classdba__mysqli-members.html
+++ b/doc/html/classdba__mysqli-members.html
@@ -119,11 +119,22 @@ $(document).ready(function(){initNavTree('classdba__mysqli.html','');});
__construct ($server, $port, $user, $pass, $db, $install=false)dba_driver
__destruct ()dba_driver
close ()dba_mysqli
- connect ($server, $port, $user, $pass, $db)dba_mysqli
- dbg ($dbg)dba_driver
- escape ($str)dba_mysqli
+ concat ($fld, $sep)dba_driver
+ connect ($server, $port, $user, $pass, $db)dba_mysqli
+ dbg ($dbg)dba_driver
+ escape ($str)dba_mysqli
+ escapebin ($str)dba_driver
+ get_install_script ()dba_driver
+ get_null_date ()dba_driver
install ($server, $user, $pass, $db)dba_driver
- q ($sql)dba_mysqli
+ INSTALL_SCRIPT dba_driver
+ NULL_DATE dba_driver
+ optimize_table ($table)dba_driver
+ q ($sql)dba_mysqli
+ quote_interval ($txt)dba_driver
+ unescapebin ($str)dba_driver
+ UTC_NOW dba_driver
+ utcnow ()dba_driver
diff --git a/doc/html/classdba__mysqli.html b/doc/html/classdba__mysqli.html
index 985a7216b..5f510d6c4 100644
--- a/doc/html/classdba__mysqli.html
+++ b/doc/html/classdba__mysqli.html
@@ -118,7 +118,7 @@ Inheritance diagram for dba_mysqli:
-
+
@@ -134,25 +134,52 @@ Public Member Functions
connect ($server, $port, $user, $pass, $db)
+ Connect to the database. More...
q ($sql)
+ Perform a DB query with the SQL statement $sql. More...
escape ($str)
+ Escape a string before being passed to a DB query. More...
close ()
+ Close the database connection. More...
__construct ($server, $port, $user, $pass, $db, $install =false)
+ get_null_date ()
+
+ get_install_script ()
+
+ utcnow ()
+
install ($server, $user, $pass, $db)
dbg ($dbg)
+ Sets the database driver's debugging state. More...
__destruct ()
+ quote_interval ($txt)
+
+ optimize_table ($table)
+
+ concat ($fld, $sep)
+
+ escapebin ($str)
+
+ unescapebin ($str)
+
+const INSTALL_SCRIPT ='install /schema_mysql.sql'
+
+const NULL_DATE = '0000-00-00 00:00:00'
+
+const UTC_NOW = 'UTC_TIMESTAMP()'
+
$connected = false
$error = false
diff --git a/doc/html/classdba__postgres-members.html b/doc/html/classdba__postgres-members.html
new file mode 100644
index 000000000..13616833b
--- /dev/null
+++ b/doc/html/classdba__postgres-members.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+The Red Matrix: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Red Matrix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for dba_postgres , including all inherited members.
+
+ $connected dba_driver
+ $db dba_driver protected
+ $debug dba_driver protected
+ $error dba_driver
+ __construct ($server, $port, $user, $pass, $db, $install=false)dba_driver
+ __destruct ()dba_driver
+ close ()dba_postgres
+ concat ($fld, $sep)dba_postgres
+ connect ($server, $port, $user, $pass, $db)dba_postgres
+ dbg ($dbg)dba_driver
+ escape ($str)dba_postgres
+ escape_identifier ($str)dba_postgres
+ escapebin ($str)dba_postgres
+ get_install_script ()dba_driver
+ get_null_date ()dba_driver
+ install ($server, $user, $pass, $db)dba_driver
+ INSTALL_SCRIPT dba_postgres
+ NULL_DATE dba_postgres
+ optimize_table ($table)dba_postgres
+ q ($sql)dba_postgres
+ quote_interval ($txt)dba_postgres
+ unescapebin ($str)dba_postgres
+ UTC_NOW dba_postgres
+ utcnow ()dba_driver
+
+
+
diff --git a/doc/html/classdba__postgres.html b/doc/html/classdba__postgres.html
new file mode 100644
index 000000000..a5b082c49
--- /dev/null
+++ b/doc/html/classdba__postgres.html
@@ -0,0 +1,457 @@
+
+
+
+
+
+
+The Red Matrix: dba_postgres Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Red Matrix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ connect ($server, $port, $user, $pass, $db)
+
+ q ($sql)
+
+ escape ($str)
+
+ escapebin ($str)
+
+ unescapebin ($str)
+
+ close ()
+
+ quote_interval ($txt)
+
+ escape_identifier ($str)
+
+ optimize_table ($table)
+
+ concat ($fld, $sep)
+
+
+ connect ($server, $port, $user, $pass, $db)
+ Connect to the database. More...
+
+ q ($sql)
+ Perform a DB query with the SQL statement $sql. More...
+
+ escape ($str)
+ Escape a string before being passed to a DB query. More...
+
+ close ()
+ Close the database connection. More...
+
+ __construct ($server, $port, $user, $pass, $db, $install =false)
+
+ get_null_date ()
+
+ get_install_script ()
+
+ utcnow ()
+
+ install ($server, $user, $pass, $db)
+
+ dbg ($dbg)
+ Sets the database driver's debugging state. More...
+
+ __destruct ()
+
+ quote_interval ($txt)
+
+ optimize_table ($table)
+
+ concat ($fld, $sep)
+
+ escapebin ($str)
+
+ unescapebin ($str)
+
+
+
+
+
+
+
+
+ dba_postgres::close
+ (
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::concat
+ (
+
+ $fld ,
+
+
+
+
+
+ $sep
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::connect
+ (
+
+ $server ,
+
+
+
+
+
+ $port ,
+
+
+
+
+
+ $user ,
+
+
+
+
+
+ $pass ,
+
+
+
+
+
+ $db
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::escape
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::escape_identifier
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::escapebin
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::optimize_table
+ (
+
+ $table )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::q
+ (
+
+ $sql )
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::quote_interval
+ (
+
+ $txt )
+
+
+
+
+
+
+
+
+
+
+
+
+ dba_postgres::unescapebin
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+
+
+
+ const dba_postgres::INSTALL_SCRIPT ='install /schema_postgres.sql'
+
+
+
+
+
+
+
+
+
+
+
+ const dba_postgres::NULL_DATE = '0001-01-01 00:00:00'
+
+
+
+
+
+
+
+
+
+
+
+ const dba_postgres::UTC_NOW = "now() at time zone 'UTC'"
+
+
+
+
+
+
+
The documentation for this class was generated from the following file:
+
+
+
diff --git a/doc/html/classdba__postgres.js b/doc/html/classdba__postgres.js
new file mode 100644
index 000000000..0127c7fb3
--- /dev/null
+++ b/doc/html/classdba__postgres.js
@@ -0,0 +1,16 @@
+var classdba__postgres =
+[
+ [ "close", "classdba__postgres.html#a731d8648b41b8a126f6b99bdd5414058", null ],
+ [ "concat", "classdba__postgres.html#a7ea3f24ad260c1e21588f8b5af595caa", null ],
+ [ "connect", "classdba__postgres.html#ab36244320f5b71dba92d9318ccf3f34e", null ],
+ [ "escape", "classdba__postgres.html#a7108eaaae7cc2fb236212041afc9ac0f", null ],
+ [ "escape_identifier", "classdba__postgres.html#ab2e44e9f41d05e585afd873d18e8c127", null ],
+ [ "escapebin", "classdba__postgres.html#a8d2c6d8c92fe6f074452876483dd17fc", null ],
+ [ "optimize_table", "classdba__postgres.html#a3de1ac375e98886dfc38fd0066e88f90", null ],
+ [ "q", "classdba__postgres.html#a70352880231fba0b859f82cd5b290a9a", null ],
+ [ "quote_interval", "classdba__postgres.html#a56f926f218155c88807e0e06f6817a72", null ],
+ [ "unescapebin", "classdba__postgres.html#a677f850211975c9ab89602c67e2dcad9", null ],
+ [ "INSTALL_SCRIPT", "classdba__postgres.html#a7267f91c3f87f600b30d7560de62dfd7", null ],
+ [ "NULL_DATE", "classdba__postgres.html#aeb404a85974d6c5df30c21650888000b", null ],
+ [ "UTC_NOW", "classdba__postgres.html#ace80a204e34b20b9907650399cce02a3", null ]
+];
\ No newline at end of file
diff --git a/doc/html/classdba__postgres.png b/doc/html/classdba__postgres.png
new file mode 100644
index 000000000..b57f604c4
Binary files /dev/null and b/doc/html/classdba__postgres.png differ
diff --git a/doc/html/classes.html b/doc/html/classes.html
index 70eeedc70..6eee2536a 100644
--- a/doc/html/classes.html
+++ b/doc/html/classes.html
@@ -122,18 +122,18 @@ $(document).ready(function(){initNavTree('classes.html','');});
dba_mysqli
-BaseObject
-Import (Redmatrix\Import ) RedBasicAuth (RedMatrix\RedDAV )
+BaseObject dba_postgres Import (Redmatrix\Import ) RedBasicAuth (RedMatrix\RedDAV )
+
Item RedBrowser (RedMatrix\RedDAV )
-enotify ITemplateEngine RedDirectory (RedMatrix\RedDAV )
-Cache
-
+ITemplateEngine RedDirectory (RedMatrix\RedDAV )
+Cache enotify
RedFile (RedMatrix\RedDAV )
-Conversation
+Conversation
+
-FKOAuth1 photo_driver
-Template
+photo_driver
+FKOAuth1 Template
diff --git a/doc/html/classphoto__driver.html b/doc/html/classphoto__driver.html
index 8a8ed59ff..f6c922574 100644
--- a/doc/html/classphoto__driver.html
+++ b/doc/html/classphoto__driver.html
@@ -142,7 +142,7 @@ Public Member Functions
flip ($horiz=true, $vert=false)
- cropImage ($max, $x , $y, $w, $h)
+ cropImage ($max, $x , $y, $w, $h)
imageString ()
diff --git a/doc/html/classphoto__gd.html b/doc/html/classphoto__gd.html
index f6d76b31c..53d819bfb 100644
--- a/doc/html/classphoto__gd.html
+++ b/doc/html/classphoto__gd.html
@@ -140,7 +140,7 @@ Public Member Functions
flip ($horiz=true, $vert=false)
- cropImage ($max, $x , $y, $w, $h)
+ cropImage ($max, $x , $y, $w, $h)
imageString ()
@@ -161,7 +161,7 @@ Public Member Functions
flip ($horiz=true, $vert=false)
- cropImage ($max, $x , $y, $w, $h)
+ cropImage ($max, $x , $y, $w, $h)
imageString ()
diff --git a/doc/html/classphoto__imagick.html b/doc/html/classphoto__imagick.html
index 8b6f1c630..bc6554cd0 100644
--- a/doc/html/classphoto__imagick.html
+++ b/doc/html/classphoto__imagick.html
@@ -142,7 +142,7 @@ Public Member Functions
flip ($horiz=true, $vert=false)
- cropImage ($max, $x , $y, $w, $h)
+ cropImage ($max, $x , $y, $w, $h)
imageString ()
@@ -163,7 +163,7 @@ Public Member Functions
flip ($horiz=true, $vert=false)
- cropImage ($max, $x , $y, $w, $h)
+ cropImage ($max, $x , $y, $w, $h)
imageString ()
diff --git a/doc/html/cloud_8php.html b/doc/html/cloud_8php.html
index 22722d5da..3b340a6a6 100644
--- a/doc/html/cloud_8php.html
+++ b/doc/html/cloud_8php.html
@@ -115,8 +115,8 @@ $(document).ready(function(){initNavTree('cloud_8php.html','');});
-if (x ($_SERVER,
-'REDIRECT_REMOTE_USER')) if (x ($_SERVER,
+if (x ($_SERVER,
+'REDIRECT_REMOTE_USER')) if (x ($_SERVER,
'HTTP_AUTHORIZATION')) cloud_init (&$a)
Fires up the SabreDAV server. More...
@@ -130,7 +130,7 @@ Functions
- if (x ($_SERVER, 'REDIRECT_REMOTE_USER')) if (x ($_SERVER, 'HTTP_AUTHORIZATION')) cloud_init
+ if (x ($_SERVER, 'REDIRECT_REMOTE_USER')) if (x ($_SERVER, 'HTTP_AUTHORIZATION')) cloud_init
(
&
$a )
diff --git a/doc/html/conversation_8php.html b/doc/html/conversation_8php.html
index 0562d2a74..129969e91 100644
--- a/doc/html/conversation_8php.html
+++ b/doc/html/conversation_8php.html
@@ -133,7 +133,7 @@ Functions
format_like ($cnt, $arr, $type, $id)
- status_editor ($a, $x , $popup=false)
+ status_editor ($a, $x , $popup=false)
get_item_children ($arr, $parent)
@@ -149,7 +149,7 @@ Functions
sort_thr_commented ($a, $b)
- find_thread_parent_index ($arr, $x )
+ find_thread_parent_index ($arr, $x )
format_location ($item)
diff --git a/doc/html/crypto_8php.html b/doc/html/crypto_8php.html
index 5aa9e841d..c860813bb 100644
--- a/doc/html/crypto_8php.html
+++ b/doc/html/crypto_8php.html
@@ -344,7 +344,7 @@ Functions
-
Referenced by bb2diaspora_itembody() , diaspora_process_outbound() , diaspora_send_followup() , diaspora_send_mail() , diaspora_send_relay() , editpost_content() , editwebpage_content() , encode_item() , encode_mail() , mail_post() , new_contact() , post_post() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , probe_content() , start_delivery_chain() , tag_deliver() , unobscure() , viewsrc_content() , zot_import() , and zot_refresh() .
+
Referenced by bb2diaspora_itembody() , diaspora_process_outbound() , diaspora_send_followup() , diaspora_send_mail() , diaspora_send_relay() , editpost_content() , editwebpage_content() , encode_item() , encode_mail() , mail_post() , new_contact() , post_post() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , probe_content() , start_delivery_chain() , tag_deliver() , tgroup_check() , unobscure() , viewsrc_content() , zot_import() , and zot_refresh() .
diff --git a/doc/html/datetime_8php.html b/doc/html/datetime_8php.html
index 26554a869..f526dea60 100644
--- a/doc/html/datetime_8php.html
+++ b/doc/html/datetime_8php.html
@@ -174,7 +174,7 @@ Functions
@@ -271,8 +271,6 @@ Functions
-Referenced by dob() .
-
@@ -311,7 +309,7 @@ Functions
-
Referenced by abook_toggle_flag() , account_verify_password() , advanced_profile() , age() , api_account_rate_limit_status() , api_date() , api_rss_extra() , atom_entry() , attach_delete() , attach_mkdir() , attach_store() , authenticate_success() , build_sync_packet() , cal() , channel_content() , channel_remove() , chat_message() , chatroom_create() , chatroom_enter() , chatsvc_content() , chatsvc_post() , Cache\clear() , comments_are_now_closed() , consume_feed() , conversation() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createFile() , cronhooks_run() , delete_item_lowlevel() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_message() , diaspora_post() , diaspora_profile() , diaspora_request() , diaspora_reshare() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_status() , diaspora_transmit() , directory_run() , dirsearch_content() , discover_by_url() , discover_by_webbie() , dlogger() , editpost_content() , ev_compare() , event_store_event() , events_content() , events_post() , externals_run() , first_post_date() , fix_system_urls() , format_event_diaspora() , format_event_html() , fsuggest_post() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_atom_elements() , get_birthdays() , get_events() , get_feed_for() , get_first_dim() , get_item_elements() , get_mail_elements() , get_profile_elements() , get_public_feed() , Item\get_template_data() , RedMatrix\RedDAV\RedFile\getLastModified() , RedMatrix\RedDAV\RedDirectory\getLastModified() , impel_init() , import_author_rss() , import_author_unknown() , import_directory_profile() , import_post() , import_site() , import_xchan() , invite_post() , item_post() , item_store() , item_store_update() , items_fetch() , like_content() , list_post_dates() , logger() , magic_init() , mail_content() , mail_post() , mail_store() , manage_content() , message_content() , network_content() , new_contact() , notification() , notifier_run() , onepoll_run() , openid_content() , p_init() , pagelist_widget() , photo_upload() , photos_post() , ping_init() , poco_load() , poller_run() , post_post() , posted_dates() , profile_photo_post() , profiles_content() , profiles_post() , prune_hub_reinstalls() , RedMatrix\RedDAV\RedFile\put() , dba_mysql\q() , dba_mysqli\q() , queue_run() , relative_date() , removeaccount_post() , removeme_post() , photo_driver\save() , send_message() , send_reg_approval_email() , Cache\set() , settings_post() , photo_driver\store() , sync_directories() , sync_locations() , tag_deliver() , update_birthdays() , update_directory_entry() , update_modtime() , update_queue_time() , verify_email_address() , webpages_content() , widget_archive() , xchan_store() , z_birthday() , zot_feed() , zot_process_message_request() , zot_process_response() , zot_refresh() , and zotfeed_init() .
+
Referenced by abook_toggle_flag() , account_verify_password() , advanced_profile() , age() , api_account_rate_limit_status() , api_date() , api_rss_extra() , atom_entry() , attach_delete() , attach_mkdir() , attach_store() , authenticate_success() , build_sync_packet() , cal() , channel_content() , channel_remove() , chat_message() , chatroom_create() , chatroom_enter() , chatsvc_content() , chatsvc_post() , Cache\clear() , comments_are_now_closed() , consume_feed() , conversation() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createFile() , cronhooks_run() , delete_item_lowlevel() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_message() , diaspora_post() , diaspora_profile() , diaspora_request() , diaspora_reshare() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_status() , diaspora_transmit() , directory_run() , dirsearch_content() , discover_by_url() , discover_by_webbie() , dlogger() , dob() , editpost_content() , ev_compare() , event_store_event() , events_content() , events_post() , externals_run() , first_post_date() , fix_system_urls() , format_event_diaspora() , format_event_html() , fsuggest_post() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_atom_elements() , get_birthdays() , get_events() , get_feed_for() , get_first_dim() , get_item_elements() , get_mail_elements() , get_profile_elements() , get_public_feed() , Item\get_template_data() , RedMatrix\RedDAV\RedFile\getLastModified() , RedMatrix\RedDAV\RedDirectory\getLastModified() , impel_init() , import_author_rss() , import_author_unknown() , import_directory_profile() , import_post() , import_site() , import_xchan() , invite_post() , item_post() , item_store() , item_store_update() , items_fetch() , like_content() , list_post_dates() , logger() , magic_init() , mail_content() , mail_post() , mail_store() , manage_content() , message_content() , network_content() , new_contact() , notification() , notifier_run() , onepoll_run() , openid_content() , p_init() , pagelist_widget() , photo_upload() , photos_post() , ping_init() , poco_load() , poller_run() , post_post() , posted_dates() , profile_photo_post() , profiles_content() , profiles_post() , prune_hub_reinstalls() , RedMatrix\RedDAV\RedFile\put() , dba_mysql\q() , dba_mysqli\q() , dba_postgres\q() , queue_run() , relative_date() , removeaccount_post() , removeme_post() , photo_driver\save() , send_message() , send_reg_approval_email() , Cache\set() , settings_post() , photo_driver\store() , sync_directories() , sync_locations() , tag_deliver() , update_birthdays() , update_directory_entry() , update_modtime() , update_queue_time() , verify_email_address() , webpages_content() , widget_archive() , xchan_store() , z_birthday() , zot_feed() , zot_process_message_request() , zot_process_response() , zot_refresh() , and zotfeed_init() .
diff --git a/doc/html/dba__driver_8php.html b/doc/html/dba__driver_8php.html
index cb4ebd9b3..d4e20bea2 100644
--- a/doc/html/dba__driver_8php.html
+++ b/doc/html/dba__driver_8php.html
@@ -110,33 +110,162 @@ $(document).ready(function(){initNavTree('dba__driver_8php.html','');});
dba_driver.php File Reference
+
+
some database related functions and abstract driver class.
+More...
- dba_factory ($server, $port, $user, $pass, $db, $install=false)
-
+ dba_factory ($server, $port, $user, $pass, $db, $dbtype, $install=false)
+ Returns the database driver object. More...
+
printable ($s)
dbg ($state)
+ set database driver debugging state. More...
dbesc ($str)
+ Escape strings being passed to DB queries. More...
+ dbescbin ($str)
+
+ dbunescbin ($str)
+
+ dbescdate ($date)
+
+ db_quoteinterval ($txt)
+
+ dbesc_identifier ($str)
+
+ db_utcnow ()
+
+ db_optimizetable ($table)
+
+ db_concat ($fld, $sep)
+
q ($sql)
+ Execute a SQL query with printf style args. More...
dbq ($sql)
+ Raw DB query, no arguments. More...
dbesc_array_cb (&$item, $key)
dbesc_array (&$arr)
+ db_getfunc ($f)
+
-
-
+
+
some database related functions and abstract driver class.
+
This file contains the abstract database driver class dba_driver and some functions for working with databases.
+
+
+
+
+
+
+ db_concat
+ (
+
+ $fld ,
+
+
+
+
+
+ $sep
+
+
+
+ )
+
+
+
+
+
+
+
+
+
+
+ db_getfunc
+ (
+
+ $f )
+
+
+
+
+
+
+
+
+
+
+ db_optimizetable
+ (
+
+ $table )
+
+
+
+
+
+
+
+
+
+
+ db_quoteinterval
+ (
+
+ $txt )
+
+
+
+
+
+
Referenced by chatroom_enter() , expire_run() , item_expire() , mark_orphan_hubsxchans() , notifier_run() , onepoll_run() , photo_upload() , ping_init() , poco_load() , poller_run() , post_post() , queue_run() , random_profile() , register_content() , register_post() , update_birthdays() , update_channels_active_halfyear_stat() , update_channels_active_monthly_stat() , and update_suggestions() .
+
+
+
+
+
+
+
+
+ db_utcnow
+ (
+ )
+
+
+
+
+
+
Referenced by chatroom_enter() , expire_run() , item_expire() , mark_orphan_hubsxchans() , notifier_run() , onepoll_run() , photo_upload() , ping_init() , poco_load() , poller_run() , post_post() , queue_run() , random_profile() , register_content() , register_post() , update_birthdays() , update_channels_active_halfyear_stat() , update_channels_active_monthly_stat() , and update_suggestions() .
+
+
+
+
@@ -170,6 +299,12 @@ Functions
$db ,
+
+
+
+
+ $dbtype ,
+
@@ -184,6 +319,22 @@ Functions
+
Returns the database driver object.
+
If available it will use PHP's mysqli otherwise mysql driver.
+
Parameters
+
+ string $server DB server name
+ string $port DB port
+ string $user DB username
+ string $pass DB password
+ string $db database name
+ string $dbtype 0 for mysql, 1 for postgres
+ bool $install Defaults to false
+
+
+
+
Returns null|dba_driver A database driver object (dba_mysql|dba_mysqli) or null if no driver found.
+
Referenced by cli_startup() , and setup_post() .
@@ -202,7 +353,17 @@ Functions
-
Referenced by abook_toggle_flag() , account_verify_password() , achievements_content() , acl_init() , add_source_route() , admin_page_profs_post() , admin_page_users() , advanced_profile() , allowed_public_recips() , api_direct_messages_new() , api_get_user() , api_login() , api_status_show() , api_statuses_destroy() , api_statuses_mentions() , api_user() , api_users_show() , app_destroy() , app_installed() , app_store() , app_update() , appman_content() , attach_by_hash() , attach_by_hash_nodata() , attach_change_permissions() , attach_count_files() , attach_delete() , attach_list_files() , attach_mkdir() , attach_store() , authenticate_success() , bb2diaspora_itemwallwall() , bb2dmention_callback() , block_content() , blocks_content() , bookmark_add() , bookmarks_init() , build_sync_packet() , call_hooks() , categories_widget() , change_channel() , channel_content() , channel_remove() , channelx_by_hash() , channelx_by_n() , channelx_by_nick() , chanview_content() , chat_message() , chat_post() , chatroom_create() , chatroom_destroy() , chatroom_enter() , chatroom_leave() , chatsvc_content() , chatsvc_post() , check_account_email() , check_account_invite() , check_item_source() , check_upstream_directory() , check_webbie() , Cache\clear() , comanche_block() , common_friends() , connect_init() , connect_post() , connections_content() , connections_post() , connedit_post() , consume_feed() , contact_remove() , contactgroup_content() , count_common_friends() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createFile() , dbesc_array_cb() , del_config() , del_pconfig() , del_xconfig() , delegate_content() , delete_imported_item() , delete_item_lowlevel() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_dispatch_public() , diaspora_get_contact_by_handle() , diaspora_handle_from_contact() , diaspora_like() , diaspora_mention_callback() , diaspora_message() , diaspora_photo() , diaspora_post() , diaspora_process_outbound() , diaspora_request() , diaspora_reshare() , diaspora_retraction() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_relay() , diaspora_share() , diaspora_signed_retraction() , diaspora_transmit() , dir_query_build() , directory_run() , dirsearch_content() , discover_by_url() , discover_by_webbie() , display_content() , downgrade_accounts() , editlayout_content() , editpost_content() , editwebpage_content() , event_addtocal() , event_store_event() , event_store_item() , events_content() , events_post() , externals_run() , fbrowser_content() , feed_init() , fetch_post_tags() , file_tag_file_query() , filerm_content() , filestorage_content() , filter_insecure() , find_diaspora_person_by_handle() , find_filename_by_hash() , find_folder_hash_by_attach_hash() , RedMatrix\RedDAV\RedBrowser\findAttachHash() , RedMatrix\RedDAV\RedBrowser\findAttachIdByHash() , fix_attached_photo_permissions() , fix_private_photos() , fix_system_urls() , fsuggest_post() , Cache\get() , RedMatrix\RedDAV\RedFile\get() , get_all_perms() , get_birthdays() , get_channel_by_nick() , get_cloudpath() , get_config_from_storage() , get_events() , get_item_elements() , get_online_status() , get_things() , RedMatrix\RedDAV\RedDirectory\getDir() , RedMatrix\RedDAV\RedDirectory\getLastModified() , gprobe_run() , group_add() , group_add_member() , group_byname() , group_content() , group_post() , group_rec_byhash() , group_rmv() , group_rmv_member() , groups_containing() , handle_feed() , handle_tag() , hcard_init() , home_content() , hubloc_change_primary() , impel_init() , import_author_diaspora() , import_author_rss() , import_author_unknown() , import_author_zot() , import_directory_keywords() , import_directory_profile() , import_post() , import_profile_photo() , import_site() , import_xchan() , install_plugin() , invite_post() , is_matrix_url() , item_add_cid() , item_message_id() , item_permissions_sql() , item_post() , item_remove_cid() , item_store() , item_store_update() , items_fetch() , layouts_content() , like_content() , list_public_sites() , load_config() , load_plugin() , load_xconfig() , local_dir_update() , lockview_content() , locs_content() , locs_post() , FKOAuthDataStore\lookup_consumer() , FKOAuthDataStore\lookup_nonce() , FKOAuthDataStore\lookup_token() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_store() , manage_content() , mark_orphan_hubsxchans() , match_openid() , member_of() , menu_add_item() , menu_create() , menu_delete() , menu_edit() , menu_edit_item() , menu_fetch() , menu_list() , menu_list_count() , msearch_post() , netgrowth_content() , network_content() , FKOAuthDataStore\new_access_token() , new_contact() , new_cookie() , FKOAuthDataStore\new_request_token() , notification() , notifier_run() , notify_init() , oauth_get_client() , onedirsync_run() , onepoll_run() , openid_content() , p_init() , page_init() , perm_is_allowed() , permissions_sql() , photo_init() , photo_new_resource() , photo_upload() , photos_album_exists() , photos_album_get_db_idstr() , photos_album_rename() , photos_content() , photos_list_photos() , photos_post() , ping_init() , plugin_is_installed() , poco_init() , poco_load() , poll_post() , poller_run() , post_init() , post_post() , private_messages_drop() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_init() , profile_load() , profile_photo_post() , profile_photo_set_profile_perms() , profiles_content() , profiles_init() , profiles_post() , profperm_content() , prune_hub_reinstalls() , public_permissions_sql() , public_recips() , RedMatrix\RedDAV\RedFile\put() , queue_run() , rconnect_url() , receive_post() , RedCollectionData() , RedFileData() , ref_session_destroy() , ref_session_gc() , ref_session_read() , ref_session_write() , refimport_content() , reflect_comment_store() , reflect_get_channel() , register_hook() , register_post() , remote_online_status() , remove_all_xchan_resources() , remove_community_tag() , remove_obsolete_hublocs() , remove_queue_item() , rmagic_init() , rmagic_post() , rpost_content() , photo_driver\save() , search_ac_init() , search_content() , send_message() , send_reg_approval_email() , send_status_notifications() , Cache\set() , set_config() , set_pconfig() , set_xconfig() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , settings_post() , sitelist_init() , sources_content() , sources_post() , start_delivery_chain() , photo_driver\store() , store_diaspora_comment_sig() , store_item_tag() , stream_perms_xchans() , stringify_array_elms() , subthread_content() , suggest_init() , sync_directories() , sync_locations() , tag_deliver() , tagger_content() , term_query() , tgroup_check() , thing_content() , thing_init() , uninstall_plugin() , unregister_hook() , update_birthdays() , update_directory_entry() , update_modtime() , update_queue_time() , update_remote_id() , user_allow() , user_approve() , user_deny() , RedMatrix\RedDAV\RedBasicAuth\validateUserPass() , vcard_from_xchan() , verify_email_address() , vote_post() , webpages_content() , wfinger_init() , widget_bookmarkedchats() , widget_item() , widget_savedsearch() , xchan_content() , xchan_mail_query() , xchan_query() , xchan_store() , xrd_init() , z_readdir() , zfinger_init() , zid_init() , zot_feed() , zot_finger() , zot_get_hublocs() , zot_gethub() , zot_process_message_request() , zot_process_response() , zot_refresh() , and zotfeed_init() .
+
Escape strings being passed to DB queries.
+
Always escape strings being used in DB queries. This function returns the escaped string. Integer DB parameters should all be proven integers by wrapping with intval().
+
Parameters
+
+ string $str A string to pass to a DB query
+
+
+
+
Returns Return an escaped string of the value to pass to a DB query.
+
+
Referenced by abook_toggle_flag() , account_verify_password() , achievements_content() , acl_init() , add_source_route() , admin_page_profs_post() , admin_page_users() , advanced_profile() , allowed_public_recips() , api_direct_messages_new() , api_get_user() , api_login() , api_status_show() , api_statuses_destroy() , api_statuses_mentions() , api_user() , api_users_show() , app_destroy() , app_installed() , app_store() , app_update() , appman_content() , attach_by_hash() , attach_by_hash_nodata() , attach_change_permissions() , attach_count_files() , attach_delete() , attach_list_files() , attach_mkdir() , attach_store() , authenticate_success() , bb2diaspora_itemwallwall() , bb2dmention_callback() , block_content() , blocks_content() , bookmark_add() , bookmarks_init() , build_sync_packet() , call_hooks() , categories_widget() , change_channel() , channel_content() , channel_remove() , channelx_by_hash() , channelx_by_n() , channelx_by_nick() , chanview_content() , chat_message() , chat_post() , chatroom_create() , chatroom_destroy() , chatroom_enter() , chatroom_leave() , chatsvc_content() , chatsvc_post() , check_account_email() , check_account_invite() , check_item_source() , check_upstream_directory() , check_webbie() , Cache\clear() , comanche_block() , common_friends() , connect_init() , connect_post() , connections_content() , connections_post() , connedit_post() , consume_feed() , contact_remove() , contactgroup_content() , count_common_friends() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createFile() , del_config() , del_pconfig() , del_xconfig() , delegate_content() , delete_imported_item() , delete_item_lowlevel() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_dispatch_public() , diaspora_get_contact_by_handle() , diaspora_handle_from_contact() , diaspora_like() , diaspora_mention_callback() , diaspora_message() , diaspora_photo() , diaspora_post() , diaspora_process_outbound() , diaspora_request() , diaspora_reshare() , diaspora_retraction() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_relay() , diaspora_share() , diaspora_signed_retraction() , diaspora_transmit() , dir_query_build() , directory_run() , dirsearch_content() , discover_by_url() , discover_by_webbie() , display_content() , downgrade_accounts() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , event_addtocal() , event_store_event() , event_store_item() , events_content() , events_post() , externals_run() , fbrowser_content() , feed_init() , fetch_post_tags() , file_tag_file_query() , filerm_content() , filestorage_content() , filter_insecure() , find_diaspora_person_by_handle() , find_filename_by_hash() , find_folder_hash_by_attach_hash() , RedMatrix\RedDAV\RedBrowser\findAttachHash() , RedMatrix\RedDAV\RedBrowser\findAttachIdByHash() , fix_attached_photo_permissions() , fix_private_photos() , fix_system_urls() , fsuggest_post() , Cache\get() , RedMatrix\RedDAV\RedFile\get() , get_all_perms() , get_birthdays() , get_channel_by_nick() , get_cloudpath() , get_config_from_storage() , get_events() , get_item_elements() , get_online_status() , get_things() , RedMatrix\RedDAV\RedDirectory\getDir() , RedMatrix\RedDAV\RedDirectory\getLastModified() , gprobe_run() , group_add() , group_add_member() , group_byname() , group_content() , group_post() , group_rec_byhash() , group_rmv() , group_rmv_member() , groups_containing() , handle_feed() , handle_tag() , hcard_init() , home_content() , hubloc_change_primary() , impel_init() , import_author_diaspora() , import_author_rss() , import_author_unknown() , import_author_zot() , import_directory_keywords() , import_directory_profile() , import_post() , import_profile_photo() , import_site() , import_xchan() , install_plugin() , invite_post() , is_matrix_url() , item_add_cid() , item_message_id() , item_permissions_sql() , item_post() , item_remove_cid() , item_store() , item_store_update() , items_fetch() , layouts_content() , like_content() , list_public_sites() , load_config() , load_plugin() , load_xconfig() , local_dir_update() , lockview_content() , locs_content() , locs_post() , FKOAuthDataStore\lookup_consumer() , FKOAuthDataStore\lookup_nonce() , FKOAuthDataStore\lookup_token() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_store() , manage_content() , mark_orphan_hubsxchans() , match_openid() , member_of() , menu_add_item() , menu_create() , menu_delete() , menu_edit() , menu_edit_item() , menu_fetch() , menu_list() , menu_list_count() , msearch_post() , netgrowth_content() , network_content() , FKOAuthDataStore\new_access_token() , new_contact() , new_cookie() , FKOAuthDataStore\new_request_token() , notification() , notifier_run() , notify_init() , oauth_get_client() , onedirsync_run() , onepoll_run() , openid_content() , p_init() , page_init() , perm_is_allowed() , permissions_sql() , photo_init() , photo_new_resource() , photo_upload() , photos_album_exists() , photos_album_get_db_idstr() , photos_album_rename() , photos_content() , photos_list_photos() , photos_post() , ping_init() , plugin_is_installed() , poco_init() , poco_load() , poll_post() , poller_run() , post_init() , post_post() , private_messages_drop() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_init() , profile_load() , profile_photo_post() , profile_photo_set_profile_perms() , profiles_content() , profiles_init() , profiles_post() , profperm_content() , prune_hub_reinstalls() , public_permissions_sql() , public_recips() , RedMatrix\RedDAV\RedFile\put() , queue_run() , rconnect_url() , receive_post() , RedCollectionData() , RedFileData() , ref_session_destroy() , ref_session_gc() , ref_session_read() , ref_session_write() , refimport_content() , reflect_comment_store() , reflect_get_channel() , register_hook() , register_post() , remote_online_status() , remove_all_xchan_resources() , remove_community_tag() , remove_obsolete_hublocs() , remove_queue_item() , rmagic_init() , rmagic_post() , rpost_content() , photo_driver\save() , search_ac_init() , search_content() , send_message() , send_reg_approval_email() , send_status_notifications() , Cache\set() , set_config() , set_pconfig() , set_xconfig() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , settings_post() , sitelist_init() , sources_content() , sources_post() , start_delivery_chain() , photo_driver\store() , store_diaspora_comment_sig() , store_item_tag() , stream_perms_xchans() , stringify_array_elms() , subthread_content() , suggest_init() , sync_directories() , sync_locations() , tag_deliver() , tagger_content() , term_query() , tgroup_check() , thing_content() , thing_init() , uninstall_plugin() , unregister_hook() , update_birthdays() , update_directory_entry() , update_modtime() , update_queue_time() , update_remote_id() , user_allow() , user_approve() , user_deny() , RedMatrix\RedDAV\RedBasicAuth\validateUserPass() , vcard_from_xchan() , verify_email_address() , vote_post() , webpages_content() , wfinger_init() , widget_bookmarkedchats() , widget_item() , widget_savedsearch() , xchan_content() , xchan_mail_query() , xchan_query() , xchan_store() , xrd_init() , z_readdir() , zfinger_init() , zid_init() , zot_feed() , zot_finger() , zot_get_hublocs() , zot_gethub() , zot_process_message_request() , zot_process_response() , zot_refresh() , and zotfeed_init() .
@@ -248,6 +409,58 @@ Functions
+
+
+
+
+
+
+
+ dbesc_identifier
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+
+
+ dbescbin
+ (
+
+ $str )
+
+
+
+
+
+
+
+
+
+
+ dbescdate
+ (
+
+ $date )
+
+
+
+
@@ -264,6 +477,14 @@ Functions
+
set database driver debugging state.
+
Parameters
+
+ int $state 0 to disable debugging
+
+
+
+
Referenced by connedit_post() .
@@ -281,10 +502,36 @@ Functions
+
+
+
+
+
+
+ dbunescbin
+ (
+
+ $str )
+
+
+
+
@@ -301,7 +548,7 @@ Functions
@@ -318,9 +565,19 @@ Functions
-
This will happen occasionally trying to store the session data after abnormal program termination
-
Referenced by abook_connections() , abook_self() , abook_toggle_flag() , account_remove() , account_service_class_fetch() , account_total() , account_verify_password() , achievements_content() , acl_init() , add_source_route() , admin_content() , admin_page_channels() , admin_page_channels_post() , admin_page_dbsync() , admin_page_hubloc() , admin_page_hubloc_post() , admin_page_profs() , admin_page_profs_post() , admin_page_summary() , admin_page_users() , admin_page_users_post() , advanced_profile() , all_friends() , allowed_public_recips() , api_direct_messages_box() , api_direct_messages_new() , api_favorites() , api_ff_ids() , api_format_items() , api_get_user() , api_group() , api_group_members() , api_login() , api_status_show() , api_statuses_destroy() , api_statuses_f() , api_statuses_home_timeline() , api_statuses_mentions() , api_statuses_public_timeline() , api_statuses_repeat() , api_statuses_show() , api_user() , api_users_show() , app_destroy() , app_installed() , app_list() , app_store() , app_update() , appman_content() , attach_by_hash() , attach_by_hash_nodata() , attach_change_permissions() , attach_count_files() , attach_delete() , attach_init() , attach_list_files() , attach_mkdir() , attach_store() , authenticate_success() , bb2diaspora_itemwallwall() , bb2dmention_callback() , block_content() , blocks_content() , bookmark_add() , bookmarks_init() , build_sync_packet() , call_hooks() , catblock() , categories_widget() , change_channel() , chanman_remove_everything_from_network() , channel_content() , channel_remove() , channel_total() , channelx_by_hash() , channelx_by_n() , channelx_by_nick() , chanview_content() , chat_content() , chat_message() , chat_post() , chatroom_create() , chatroom_destroy() , chatroom_enter() , chatroom_leave() , chatroom_list() , chatroom_list_count() , chatsvc_content() , chatsvc_init() , chatsvc_post() , check_account_email() , check_account_invite() , check_config() , check_item_source() , check_upstream_directory() , check_webbie() , Cache\clear() , collect_recipients() , comanche_block() , common_friends() , common_friends_zcid() , common_init() , connect_init() , connect_post() , connections_content() , connections_post() , connedit_content() , connedit_init() , connedit_post() , consume_feed() , contact_block() , contact_profile_assign() , contact_remove() , contact_select() , contactgroup_content() , count_all_friends() , count_common_friends() , count_common_friends_zcid() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createDirectory() , RedMatrix\RedDAV\RedDirectory\createFile() , current_theme() , del_config() , del_pconfig() , del_xconfig() , delegate_content() , delete_imported_item() , delete_item_lowlevel() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_dispatch_public() , diaspora_get_contact_by_handle() , diaspora_handle_from_contact() , diaspora_like() , diaspora_mention_callback() , diaspora_message() , diaspora_photo() , diaspora_post() , diaspora_process_outbound() , diaspora_request() , diaspora_reshare() , diaspora_retraction() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_share() , diaspora_signed_retraction() , diaspora_transmit() , dir_parse_query() , dir_tagadelic() , directory_content() , directory_run() , dirprofile_init() , dirsearch_content() , discover_by_url() , discover_by_webbie() , display_content() , downgrade_accounts() , drop_item() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , encode_item() , event_addtocal() , event_store_event() , event_store_item() , events_content() , events_post() , expand_groups() , expire_run() , externals_run() , fbrowser_content() , feed_init() , fetch_post_tags() , fileas_widget() , filer_content() , filerm_content() , filestorage_content() , filter_insecure() , find_diaspora_person_by_handle() , find_filename_by_hash() , find_folder_hash_by_attach_hash() , RedMatrix\RedDAV\RedBrowser\findAttachHash() , RedMatrix\RedDAV\RedBrowser\findAttachIdByHash() , first_post_date() , fix_attached_photo_permissions() , fix_private_photos() , fix_system_urls() , fsuggest_content() , fsuggest_post() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , Cache\get() , RedMatrix\RedDAV\RedFile\get() , get_all_perms() , get_birthdays() , get_channel_by_nick() , get_channel_default_perms() , get_cloudpath() , get_config_from_storage() , get_events() , get_item_elements() , get_online_status() , get_sys_channel() , get_things() , get_words() , RedMatrix\RedDAV\RedDirectory\getDir() , RedMatrix\RedDAV\RedDirectory\getLastModified() , RedMatrix\RedDAV\RedDirectory\getQuotaInfo() , gprobe_run() , group_add() , group_add_member() , group_byname() , group_content() , group_get_members() , group_post() , group_rec_byhash() , group_rmv() , group_rmv_member() , group_select() , group_side() , groups_containing() , handle_feed() , handle_tag() , hcard_init() , home_content() , hubloc_change_primary() , identity_basic_export() , identity_check_service_class() , identity_selector() , impel_init() , import_author_diaspora() , import_author_rss() , import_author_unknown() , import_author_zot() , import_directory_keywords() , import_directory_profile() , import_post() , import_profile_photo() , import_site() , import_xchan() , install_plugin() , invite_post() , is_matrix_url() , is_sys_channel() , item_add_cid() , item_check_service_class() , item_content() , item_expire() , item_message_id() , item_post() , item_remove_cid() , item_store() , item_store_update() , items_fetch() , layout_select() , layouts_content() , like_content() , list_public_sites() , load_config() , load_contact_links() , load_hooks() , load_pconfig() , load_plugin() , load_translation_table() , load_xconfig() , local_dir_update() , lockview_content() , locs_content() , locs_post() , FKOAuth1\loginUser() , FKOAuthDataStore\lookup_consumer() , FKOAuthDataStore\lookup_nonce() , FKOAuthDataStore\lookup_token() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_store() , manage_content() , mark_orphan_hubsxchans() , match_content() , match_openid() , member_of() , menu_add_item() , menu_create() , menu_del_item() , menu_delete() , menu_delete_id() , menu_edit() , menu_edit_item() , menu_fetch() , menu_fetch_id() , menu_list() , menu_list_count() , mimetype_select() , mini_group_select() , mitem_content() , mood_init() , msearch_post() , nav() , netgrowth_content() , network_content() , FKOAuthDataStore\new_access_token() , new_contact() , new_cookie() , FKOAuthDataStore\new_request_token() , notification() , notifications_content() , notifications_off() , notifications_on() , notifications_post() , notifier_run() , notify_content() , notify_init() , oauth_get_client() , onedirsync_run() , onepoll_run() , openid_content() , p_init() , page_init() , pagelist_widget() , pdl_selector() , perm_is_allowed() , photo_init() , photo_new_resource() , photo_upload() , photos_album_exists() , photos_album_get_db_idstr() , photos_album_rename() , photos_albums_list() , photos_content() , photos_list_photos() , photos_post() , ping_init() , plugin_is_installed() , poco_init() , poco_load() , poke_content() , poke_init() , poll_content() , poll_post() , poller_run() , post_activity_item() , post_init() , post_post() , private_messages_drop() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_init() , profile_load() , profile_photo_post() , profile_photo_set_profile_perms() , profile_sidebar() , profiles_content() , profiles_init() , profiles_post() , profperm_content() , prune_hub_reinstalls() , public_recips() , RedMatrix\RedDAV\RedFile\put() , queue_run() , random_profile() , rconnect_url() , receive_post() , RedChannelList() , RedCollectionData() , RedFileData() , ref_session_destroy() , ref_session_gc() , ref_session_read() , ref_session_write() , refimport_content() , reflect_comment_store() , reflect_get_channel() , register_content() , register_hook() , register_post() , reload_plugins() , remote_online_status() , remove_all_xchan_resources() , remove_community_tag() , remove_obsolete_hublocs() , remove_queue_item() , retain_item() , rmagic_init() , rmagic_post() , rpost_content() , photo_driver\save() , search_ac_init() , search_content() , send_message() , send_reg_approval_email() , send_status_notifications() , service_class_allows() , service_class_fetch() , Cache\set() , set_config() , set_default_login_identity() , set_pconfig() , set_xconfig() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , settings_post() , setup_content() , share_init() , siteinfo_content() , siteinfo_init() , sitelist_init() , sources_content() , sources_post() , starred_init() , start_delivery_chain() , photo_driver\store() , store_diaspora_comment_sig() , store_item_tag() , stream_perms_api_uids() , stream_perms_xchans() , subthread_content() , suggest_init() , suggestion_query() , sync_directories() , sync_locations() , tag_deliver() , tagadelic() , tagger_content() , tagrm_content() , tagrm_post() , tgroup_check() , thing_content() , thing_init() , uninstall_plugin() , unregister_hook() , update_birthdays() , update_channels_active_halfyear_stat() , update_channels_active_monthly_stat() , update_channels_total_stat() , update_directory_entry() , update_local_posts_stat() , update_modtime() , update_queue_time() , update_remote_id() , update_suggestions() , user_allow() , user_approve() , user_deny() , RedMatrix\RedDAV\RedBasicAuth\validateUserPass() , vcard_from_xchan() , verify_email_address() , viewconnections_content() , viewsrc_content() , vote_content() , vote_init() , vote_post() , webpages_content() , wfinger_init() , widget_bookmarkedchats() , widget_filer() , widget_follow() , widget_item() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , xchan_content() , xchan_fetch() , xchan_mail_query() , xchan_query() , xchan_store() , xrd_init() , z_input_filter() , z_readdir() , zfinger_init() , zid_init() , zot_feed() , zot_finger() , zot_get_hublocs() , zot_gethub() , zot_import() , zot_process_message_request() , zot_process_response() , zot_refresh() , and zotfeed_init() .
+
Execute a SQL query with printf style args.
+
printf style arguments s and d are replaced with variable arguments, which should each be appropriately dbesc() or intval(). SELECT queries return an array of results or false if SQL or DB error. Other queries return true if the command was successful or false if it wasn't.
+
Example: $r = q("SELECT * FROM <tt>%s</tt> WHERE <tt>uid</tt> = %d", 'user', 1);
+
Parameters
+
+ string $sql The SQL query to execute
+
+
+
+
Returns bool|array
+
+
Referenced by abook_connections() , abook_self() , abook_toggle_flag() , account_remove() , account_service_class_fetch() , account_total() , account_verify_password() , achievements_content() , acl_init() , add_source_route() , admin_content() , admin_page_channels() , admin_page_channels_post() , admin_page_dbsync() , admin_page_hubloc() , admin_page_hubloc_post() , admin_page_profs() , admin_page_profs_post() , admin_page_summary() , admin_page_users() , admin_page_users_post() , advanced_profile() , all_friends() , allowed_public_recips() , api_direct_messages_box() , api_direct_messages_new() , api_favorites() , api_ff_ids() , api_format_items() , api_get_user() , api_group() , api_group_members() , api_login() , api_status_show() , api_statuses_destroy() , api_statuses_f() , api_statuses_home_timeline() , api_statuses_mentions() , api_statuses_public_timeline() , api_statuses_repeat() , api_statuses_show() , api_user() , api_users_show() , app_destroy() , app_installed() , app_list() , app_store() , app_update() , appman_content() , attach_by_hash() , attach_by_hash_nodata() , attach_change_permissions() , attach_count_files() , attach_delete() , attach_init() , attach_list_files() , attach_mkdir() , attach_store() , authenticate_success() , bb2diaspora_itemwallwall() , bb2dmention_callback() , block_content() , blocks_content() , bookmark_add() , bookmarks_init() , build_sync_packet() , call_hooks() , catblock() , categories_widget() , change_channel() , chanman_remove_everything_from_network() , channel_content() , channel_remove() , channel_total() , channelx_by_hash() , channelx_by_n() , channelx_by_nick() , chanview_content() , chat_content() , chat_message() , chat_post() , chatroom_create() , chatroom_destroy() , chatroom_enter() , chatroom_leave() , chatroom_list() , chatroom_list_count() , chatsvc_content() , chatsvc_init() , chatsvc_post() , check_account_email() , check_account_invite() , check_config() , check_item_source() , check_upstream_directory() , check_webbie() , Cache\clear() , collect_recipients() , comanche_block() , common_friends() , common_friends_zcid() , common_init() , connect_init() , connect_post() , connections_content() , connections_post() , connedit_content() , connedit_init() , connedit_post() , consume_feed() , contact_block() , contact_profile_assign() , contact_remove() , contact_select() , contactgroup_content() , count_all_friends() , count_common_friends() , count_common_friends_zcid() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createDirectory() , RedMatrix\RedDAV\RedDirectory\createFile() , current_theme() , del_config() , del_pconfig() , del_xconfig() , delegate_content() , delete_imported_item() , delete_item_lowlevel() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_dispatch_public() , diaspora_get_contact_by_handle() , diaspora_handle_from_contact() , diaspora_like() , diaspora_mention_callback() , diaspora_message() , diaspora_photo() , diaspora_post() , diaspora_process_outbound() , diaspora_request() , diaspora_reshare() , diaspora_retraction() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_share() , diaspora_signed_retraction() , diaspora_transmit() , dir_parse_query() , dir_tagadelic() , directory_content() , directory_run() , dirsearch_content() , discover_by_url() , discover_by_webbie() , display_content() , downgrade_accounts() , drop_item() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , encode_item() , event_addtocal() , event_store_event() , event_store_item() , events_content() , events_post() , expand_groups() , expire_run() , externals_run() , fbrowser_content() , feed_init() , fetch_post_tags() , fileas_widget() , filer_content() , filerm_content() , filestorage_content() , filter_insecure() , find_diaspora_person_by_handle() , find_filename_by_hash() , find_folder_hash_by_attach_hash() , RedMatrix\RedDAV\RedBrowser\findAttachHash() , RedMatrix\RedDAV\RedBrowser\findAttachIdByHash() , first_post_date() , fix_attached_photo_permissions() , fix_private_photos() , fix_system_urls() , fsuggest_content() , fsuggest_post() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , Cache\get() , RedMatrix\RedDAV\RedFile\get() , get_all_perms() , get_birthdays() , get_channel_by_nick() , get_channel_default_perms() , get_cloudpath() , get_config_from_storage() , get_events() , get_item_elements() , get_online_status() , get_sys_channel() , get_things() , get_words() , RedMatrix\RedDAV\RedDirectory\getDir() , RedMatrix\RedDAV\RedDirectory\getLastModified() , RedMatrix\RedDAV\RedDirectory\getQuotaInfo() , gprobe_run() , group_add() , group_add_member() , group_byname() , group_content() , group_get_members() , group_post() , group_rec_byhash() , group_rmv() , group_rmv_member() , group_select() , group_side() , groups_containing() , handle_feed() , handle_tag() , hcard_init() , home_content() , hubloc_change_primary() , identity_basic_export() , identity_check_service_class() , identity_selector() , impel_init() , import_author_diaspora() , import_author_rss() , import_author_unknown() , import_author_zot() , import_directory_keywords() , import_directory_profile() , import_post() , import_profile_photo() , import_site() , import_xchan() , install_plugin() , invite_post() , is_matrix_url() , is_sys_channel() , item_add_cid() , item_check_service_class() , item_content() , item_expire() , item_message_id() , item_post() , item_remove_cid() , item_store() , item_store_update() , items_fetch() , layout_select() , layouts_content() , like_content() , list_public_sites() , load_config() , load_contact_links() , load_hooks() , load_pconfig() , load_plugin() , load_translation_table() , load_xconfig() , local_dir_update() , lockview_content() , locs_content() , locs_post() , FKOAuth1\loginUser() , FKOAuthDataStore\lookup_consumer() , FKOAuthDataStore\lookup_nonce() , FKOAuthDataStore\lookup_token() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_store() , manage_content() , mark_orphan_hubsxchans() , match_content() , match_openid() , member_of() , menu_add_item() , menu_create() , menu_del_item() , menu_delete() , menu_delete_id() , menu_edit() , menu_edit_item() , menu_fetch() , menu_fetch_id() , menu_list() , menu_list_count() , mimetype_select() , mini_group_select() , mitem_content() , mood_init() , msearch_post() , nav() , netgrowth_content() , network_content() , FKOAuthDataStore\new_access_token() , new_contact() , new_cookie() , FKOAuthDataStore\new_request_token() , notification() , notifications_content() , notifications_off() , notifications_on() , notifications_post() , notifier_run() , notify_content() , notify_init() , oauth_get_client() , onedirsync_run() , onepoll_run() , openid_content() , p_init() , page_init() , pagelist_widget() , pdl_selector() , perm_is_allowed() , photo_init() , photo_new_resource() , photo_upload() , photos_album_exists() , photos_album_get_db_idstr() , photos_album_rename() , photos_albums_list() , photos_content() , photos_list_photos() , photos_post() , ping_init() , plugin_is_installed() , poco_init() , poco_load() , poke_content() , poke_init() , poll_content() , poll_post() , poller_run() , post_activity_item() , post_init() , post_post() , private_messages_drop() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_init() , profile_load() , profile_photo_post() , profile_photo_set_profile_perms() , profile_sidebar() , profiles_content() , profiles_init() , profiles_post() , profperm_content() , prune_hub_reinstalls() , public_recips() , RedMatrix\RedDAV\RedFile\put() , queue_run() , random_profile() , rconnect_url() , receive_post() , RedChannelList() , RedCollectionData() , RedFileData() , ref_session_destroy() , ref_session_gc() , ref_session_read() , ref_session_write() , refimport_content() , reflect_comment_store() , reflect_get_channel() , register_content() , register_hook() , register_post() , reload_plugins() , remote_online_status() , remove_all_xchan_resources() , remove_community_tag() , remove_obsolete_hublocs() , remove_queue_item() , retain_item() , rmagic_init() , rmagic_post() , rpost_content() , photo_driver\save() , search_ac_init() , search_content() , send_message() , send_reg_approval_email() , send_status_notifications() , service_class_allows() , service_class_fetch() , Cache\set() , set_config() , set_default_login_identity() , set_pconfig() , set_xconfig() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , settings_post() , setup_content() , share_init() , siteinfo_content() , siteinfo_init() , sitelist_init() , sources_content() , sources_post() , starred_init() , start_delivery_chain() , photo_driver\store() , store_diaspora_comment_sig() , store_item_tag() , stream_perms_api_uids() , stream_perms_xchans() , subthread_content() , suggest_init() , suggestion_query() , sync_directories() , sync_locations() , tag_deliver() , tagadelic() , tagger_content() , tagrm_content() , tagrm_post() , tgroup_check() , thing_content() , thing_init() , uninstall_plugin() , unregister_hook() , update_birthdays() , update_channels_active_halfyear_stat() , update_channels_active_monthly_stat() , update_channels_total_stat() , update_directory_entry() , update_local_posts_stat() , update_modtime() , update_queue_time() , update_remote_id() , update_suggestions() , user_allow() , user_approve() , user_deny() , RedMatrix\RedDAV\RedBasicAuth\validateUserPass() , vcard_from_xchan() , verify_email_address() , viewconnections_content() , viewsrc_content() , vote_content() , vote_init() , vote_post() , webpages_content() , wfinger_init() , widget_bookmarkedchats() , widget_filer() , widget_follow() , widget_item() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , xchan_content() , xchan_fetch() , xchan_mail_query() , xchan_query() , xchan_store() , xrd_init() , z_input_filter() , z_readdir() , zfinger_init() , zid_init() , zot_feed() , zot_finger() , zot_get_hublocs() , zot_gethub() , zot_import() , zot_process_message_request() , zot_process_response() , zot_refresh() , and zotfeed_init() .
diff --git a/doc/html/dba__driver_8php.js b/doc/html/dba__driver_8php.js
index 425133552..cfe110f61 100644
--- a/doc/html/dba__driver_8php.js
+++ b/doc/html/dba__driver_8php.js
@@ -1,12 +1,21 @@
var dba__driver_8php =
[
[ "dba_driver", "classdba__driver.html", "classdba__driver" ],
- [ "dba_factory", "dba__driver_8php.html#ac10e60f6e5b95bcf67bd82cb88f37947", null ],
+ [ "db_concat", "dba__driver_8php.html#a7c1b98a710ead27382c958ad3216c4ee", null ],
+ [ "db_getfunc", "dba__driver_8php.html#a2994daa03b1c23229a27e39bcab75e67", null ],
+ [ "db_optimizetable", "dba__driver_8php.html#a75098bf1d59ea57f7ebae657a369137e", null ],
+ [ "db_quoteinterval", "dba__driver_8php.html#acec84a8fb75d78daf657cbe5df74e25a", null ],
+ [ "db_utcnow", "dba__driver_8php.html#a30e9a643be804e905f5614a3279d2645", null ],
+ [ "dba_factory", "dba__driver_8php.html#a5df8499634c47b30191f34069d7b98c0", null ],
[ "dbesc", "dba__driver_8php.html#ab222aa1dbf9ea93b320f82028739127e", null ],
[ "dbesc_array", "dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4", null ],
[ "dbesc_array_cb", "dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930", null ],
+ [ "dbesc_identifier", "dba__driver_8php.html#aa051799567690a124a3b865bf902f58a", null ],
+ [ "dbescbin", "dba__driver_8php.html#a2a38996670c2936b5769270c49c57593", null ],
+ [ "dbescdate", "dba__driver_8php.html#a2c8a72ec73f39b17a167c90737693f78", null ],
[ "dbg", "dba__driver_8php.html#aa6607893d8f60ade9122bcfbd1a53ffb", null ],
[ "dbq", "dba__driver_8php.html#aa377074e70981e8c4e82ca0accd068ee", null ],
+ [ "dbunescbin", "dba__driver_8php.html#afaaa1a7eff9c1b65b3b8c464ae37640e", null ],
[ "printable", "dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249", null ],
[ "q", "dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f", null ]
];
\ No newline at end of file
diff --git a/doc/html/dba__postgres_8php.html b/doc/html/dba__postgres_8php.html
new file mode 100644
index 000000000..de5f03278
--- /dev/null
+++ b/doc/html/dba__postgres_8php.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+The Red Matrix: include/dba/dba_postgres.php File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ The Red Matrix
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.html b/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.html
index 51284f865..ac82b3a1d 100644
--- a/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.html
+++ b/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.html
@@ -105,11 +105,14 @@ $(document).ready(function(){initNavTree('dir_21bc5169ff11430004758be31dcfc6c4.h
file dba_driver.php
+ some database related functions and abstract driver class.
file dba_mysql.php
file dba_mysqli.php
+file dba_postgres.php
+
diff --git a/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.js b/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.js
index 7b0143847..1c1549310 100644
--- a/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.js
+++ b/doc/html/dir_21bc5169ff11430004758be31dcfc6c4.js
@@ -6,5 +6,8 @@ var dir_21bc5169ff11430004758be31dcfc6c4 =
] ],
[ "dba_mysqli.php", "dba__mysqli_8php.html", [
[ "dba_mysqli", "classdba__mysqli.html", "classdba__mysqli" ]
+ ] ],
+ [ "dba_postgres.php", "dba__postgres_8php.html", [
+ [ "dba_postgres", "classdba__postgres.html", "classdba__postgres" ]
] ]
];
\ No newline at end of file
diff --git a/doc/html/dir__fns_8php.html b/doc/html/dir__fns_8php.html
index b0da4b911..5e83185aa 100644
--- a/doc/html/dir__fns_8php.html
+++ b/doc/html/dir__fns_8php.html
@@ -195,7 +195,7 @@ Functions
No directory has yet been set. For most sites, pick one at random from our list of directory servers. However, if we're a directory server ourself, point at the local instance We will then set this value so this should only ever happen once. Ideally there will be an admin setting to change to a different directory server if you don't like our choice or if circumstances change.
-
Referenced by directory_content() , directory_run() , dirprofile_init() , navbar_complete() , pubsites_content() , and update_suggestions() .
+
Referenced by directory_content() , directory_run() , navbar_complete() , pubsites_content() , and update_suggestions() .
diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html
index dfbb42fb9..e12b12d50 100644
--- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.html
+++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.html
@@ -151,8 +151,6 @@ Files
file directory.php
-file dirprofile.php
-
file dirsearch.php
file display.php
diff --git a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js
index 6364aede9..6376a9487 100644
--- a/doc/html/dir_d41ce877eb409a4791b288730010abe2.js
+++ b/doc/html/dir_d41ce877eb409a4791b288730010abe2.js
@@ -23,7 +23,6 @@ var dir_d41ce877eb409a4791b288730010abe2 =
[ "contactgroup.php", "contactgroup_8php.html", "contactgroup_8php" ],
[ "delegate.php", "delegate_8php.html", "delegate_8php" ],
[ "directory.php", "mod_2directory_8php.html", "mod_2directory_8php" ],
- [ "dirprofile.php", "dirprofile_8php.html", "dirprofile_8php" ],
[ "dirsearch.php", "dirsearch_8php.html", "dirsearch_8php" ],
[ "display.php", "display_8php.html", "display_8php" ],
[ "editblock.php", "editblock_8php.html", "editblock_8php" ],
diff --git a/doc/html/editblock_8php.html b/doc/html/editblock_8php.html
index f33d0956e..019938416 100644
--- a/doc/html/editblock_8php.html
+++ b/doc/html/editblock_8php.html
@@ -112,6 +112,8 @@ $(document).ready(function(){initNavTree('editblock_8php.html','');});
@@ -130,6 +132,22 @@ Functions
+
+
+
+
+
+
+
+ editblock_init
+ (
+ &
+ $a )
+
+
+
+
+
diff --git a/doc/html/editblock_8php.js b/doc/html/editblock_8php.js
index dae23cf05..7acf62547 100644
--- a/doc/html/editblock_8php.js
+++ b/doc/html/editblock_8php.js
@@ -1,4 +1,5 @@
var editblock_8php =
[
- [ "editblock_content", "editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6", null ]
+ [ "editblock_content", "editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6", null ],
+ [ "editblock_init", "editblock_8php.html#ab7806bb42ae5e93f0330d7bd179d4b3e", null ]
];
\ No newline at end of file
diff --git a/doc/html/editlayout_8php.html b/doc/html/editlayout_8php.html
index e59994c3e..ec62348c1 100644
--- a/doc/html/editlayout_8php.html
+++ b/doc/html/editlayout_8php.html
@@ -112,6 +112,8 @@ $(document).ready(function(){initNavTree('editlayout_8php.html','');});
@@ -130,6 +132,22 @@ Functions
+
+
+
+
+
+
+
+ editlayout_init
+ (
+ &
+ $a )
+
+
+
+
+
diff --git a/doc/html/editlayout_8php.js b/doc/html/editlayout_8php.js
index a41acddd1..0720ddc09 100644
--- a/doc/html/editlayout_8php.js
+++ b/doc/html/editlayout_8php.js
@@ -1,4 +1,5 @@
var editlayout_8php =
[
- [ "editlayout_content", "editlayout_8php.html#aa877e4157a26b099de904164181dd386", null ]
+ [ "editlayout_content", "editlayout_8php.html#aa877e4157a26b099de904164181dd386", null ],
+ [ "editlayout_init", "editlayout_8php.html#a97c1e93d9e75ad8cd2c2f9a7f77341a7", null ]
];
\ No newline at end of file
diff --git a/doc/html/editwebpage_8php.html b/doc/html/editwebpage_8php.html
index e8f689b67..8672a9779 100644
--- a/doc/html/editwebpage_8php.html
+++ b/doc/html/editwebpage_8php.html
@@ -112,6 +112,8 @@ $(document).ready(function(){initNavTree('editwebpage_8php.html','');});
@@ -130,6 +132,22 @@ Functions
+
+
+
+
+
+
+
+ editwebpage_init
+ (
+ &
+ $a )
+
+
+
+
+
diff --git a/doc/html/editwebpage_8php.js b/doc/html/editwebpage_8php.js
index c9e825bb8..ccce7d0cd 100644
--- a/doc/html/editwebpage_8php.js
+++ b/doc/html/editwebpage_8php.js
@@ -1,4 +1,5 @@
var editwebpage_8php =
[
- [ "editwebpage_content", "editwebpage_8php.html#a375e945255fad79a71036528f7480650", null ]
+ [ "editwebpage_content", "editwebpage_8php.html#a375e945255fad79a71036528f7480650", null ],
+ [ "editwebpage_init", "editwebpage_8php.html#a94109f9c796fbe92508bf9574e35d19f", null ]
];
\ No newline at end of file
diff --git a/doc/html/extract_8php.html b/doc/html/extract_8php.html
index 3b6a67f4e..c5f937b32 100644
--- a/doc/html/extract_8php.html
+++ b/doc/html/extract_8php.html
@@ -132,7 +132,7 @@ Variables
-
Referenced by _well_known_init() , account_service_class_fetch() , activity_sanitise() , api_rss_extra() , api_statuses_user_timeline() , app_store() , app_update() , appman_post() , array_sanitise() , attach_mkdir() , attach_store() , bookmark_add() , chat_message() , chat_post() , chatroom_create() , chatroom_destroy() , chatsvc_post() , check_account_admin() , check_account_email() , check_account_invite() , check_account_password() , check_list_permissions() , check_webbie() , connect_content() , connections_post() , connedit_content() , connedit_post() , construct_page() , contact_block() , contact_select() , conversation() , create_account() , create_identity() , dbesc_array() , diaspora_like() , diaspora_process_outbound() , directory_content() , discover_by_url() , discover_by_webbie() , drop_item() , event_store_event() , event_store_item() , externals_run() , feature_enabled() , fetch_xrd_links() , filter_insecure() , find_xchan_in_array() , foofoo() , format_like() , get_all_perms() , get_atom_elements() , get_cloudpath() , get_features() , get_item_elements() , get_mail_elements() , get_mood_verbs() , get_poke_verbs() , get_profile_elements() , Item\get_template_data() , get_terms_oftype() , App\get_widgets() , group_select() , hostxrd_init() , ids_to_querystr() , impel_init() , import_author_rss() , import_author_unknown() , import_author_xchan() , import_directory_profile() , import_post() , import_site() , import_xchan() , item_getfeedattach() , item_store() , item_store_update() , items_fetch() , like_content() , like_puller() , load_database() , magic_init() , mail_store() , menu_add_item() , menu_create() , menu_edit() , menu_edit_item() , mood_init() , network_content() , new_channel_post() , new_contact() , obj_verbs() , openid_content() , parse_url_content() , pdl_selector() , perm_is_allowed() , photo_upload() , photos_album_get_db_idstr() , photos_create_item() , ping_init() , po2php_run() , poke_init() , post_activity_item() , post_init() , post_post() , proc_run() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_activity() , profile_sidebar() , profiles_content() , redbasic_form() , refimport_content() , reflect_comment_store() , register_page_template() , register_post() , remove_community_tag() , replace_macros() , rmagic_post() , photo_driver\save() , send_reg_approval_email() , service_class_allows() , service_class_fetch() , App\set_apps() , sort_by_date() , stringify_array_elms() , subthread_content() , suggest_content() , sync_locations() , tag_deliver() , tagger_content() , theme_attachments() , theme_content() , thing_init() , translate_system_apps() , validate_channelname() , verify_email_address() , wfinger_init() , widget_affinity() , widget_archive() , widget_catcloud_wall() , widget_clock() , widget_item() , widget_photo() , widget_suggestions() , widget_tagcloud_wall() , xchan_fetch() , xchan_mail_query() , xchan_query() , xchan_store() , xml2array() , xrd_init() , zfinger_init() , zid() , zid_init() , zot_feed() , zot_fetch() , zot_gethub() , zot_import() , zot_process_message_request() , zot_process_response() , and zot_register_hub() .
+
Referenced by _well_known_init() , account_service_class_fetch() , activity_sanitise() , api_rss_extra() , api_statuses_user_timeline() , app_store() , app_update() , appman_post() , array_sanitise() , attach_mkdir() , attach_store() , bookmark_add() , chat_message() , chat_post() , chatroom_create() , chatroom_destroy() , chatsvc_post() , check_account_admin() , check_account_email() , check_account_invite() , check_account_password() , check_list_permissions() , check_webbie() , connect_content() , connections_post() , connedit_content() , connedit_post() , construct_page() , contact_block() , contact_select() , conversation() , create_account() , create_identity() , diaspora_like() , diaspora_process_outbound() , directory_content() , discover_by_url() , discover_by_webbie() , drop_item() , event_store_event() , event_store_item() , externals_run() , feature_enabled() , fetch_xrd_links() , filter_insecure() , find_xchan_in_array() , foofoo() , format_like() , get_all_perms() , get_atom_elements() , get_cloudpath() , get_features() , get_item_elements() , get_mail_elements() , get_mood_verbs() , get_poke_verbs() , get_profile_elements() , Item\get_template_data() , get_terms_oftype() , App\get_widgets() , group_select() , hostxrd_init() , ids_to_querystr() , impel_init() , import_author_rss() , import_author_unknown() , import_author_xchan() , import_directory_profile() , import_post() , import_site() , import_xchan() , item_getfeedattach() , item_store() , item_store_update() , items_fetch() , like_content() , like_puller() , load_database() , magic_init() , mail_store() , menu_add_item() , menu_create() , menu_edit() , menu_edit_item() , mood_init() , network_content() , new_channel_post() , new_contact() , obj_verbs() , openid_content() , parse_url_content() , pdl_selector() , perm_is_allowed() , photo_upload() , photos_album_get_db_idstr() , photos_create_item() , ping_init() , po2php_run() , poke_init() , post_activity_item() , post_init() , post_post() , proc_run() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_activity() , profile_sidebar() , profiles_content() , redbasic_form() , refimport_content() , reflect_comment_store() , register_page_template() , register_post() , remove_community_tag() , replace_macros() , rmagic_post() , photo_driver\save() , send_reg_approval_email() , service_class_allows() , service_class_fetch() , App\set_apps() , sort_by_date() , stringify_array_elms() , subthread_content() , suggest_content() , sync_locations() , tag_deliver() , tagger_content() , theme_attachments() , theme_content() , thing_init() , translate_system_apps() , validate_channelname() , verify_email_address() , wfinger_init() , widget_affinity() , widget_archive() , widget_catcloud_wall() , widget_clock() , widget_item() , widget_photo() , widget_suggestions() , widget_tagcloud_wall() , xchan_fetch() , xchan_mail_query() , xchan_query() , xchan_store() , xml2array() , xrd_init() , zfinger_init() , zid() , zid_init() , zot_feed() , zot_fetch() , zot_gethub() , zot_import() , zot_process_message_request() , zot_process_response() , and zot_register_hub() .
@@ -160,7 +160,7 @@ Variables
-
Referenced by Template\_build_nodes() , Template\_replcb_node() , admin_page_themes() , app_decode() , attribute_contains() , base64url_decode() , base64url_encode() , bb_tag_preg_replace() , bb_translate_video() , bbtoevent() , bbtovcal() , bookmarks_init() , chanlink_hash() , chanlink_url() , comanche_parser() , comanche_region() , comanche_webpage() , datetime_convert() , day_translate() , detect_language() , diaspora2bb() , diaspora_is_blacklisted() , diaspora_ol() , diaspora_ul() , dir_parse_query() , dir_query_build() , event_store_item() , expand_acl() , extra_query_args() , file_tag_decode() , file_tag_encode() , file_tag_file_query() , fix_mce_lf() , fix_private_photos() , format_categories() , format_filer() , format_hashtags() , format_mentions() , format_term_for_display() , get_bb_tag_pos() , get_intltext_template() , get_language_name() , get_markup_template() , get_tags() , html2bb_video() , import_xchan() , info() , is_a_date_arg() , is_foreigner() , is_member() , json_decode_plus() , legal_webbie() , linkify() , load_pdl() , magic_link() , mail_content() , network_to_name() , normalise_openid() , notice() , notifier_run() , oembed_iframe() , oembed_replacecb() , oexchange_content() , parse_xml_string() , photos_post() , poco_load() , prepare_body() , print_template() , printable() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , protect_sprintf() , purify_html() , qp() , random_string() , refimport_content() , Template\replace() , replace_macros() , FriendicaSmartyEngine\replace_macros() , Template\replace_macros() , scale_external_images() , scrape_feed() , scrape_vcard() , search() , searchbox() , siteinfo_content() , smilies() , sslify() , string_splitter() , strip_zids() , stripdcode_br_cb() , t() , template_escape() , template_unescape() , term_query() , theme_attachments() , unamp() , undo_post_tagging() , unxmlify() , update_channels_active_halfyear_stat() , update_channels_active_monthly_stat() , Template\var_replace() , webfinger_rfc7033() , x() , xchan_content() , z_fetch_url() , z_input_filter() , z_post_url() , zfinger_init() , and zid() .
+
Referenced by Template\_build_nodes() , Template\_replcb_node() , admin_page_themes() , app_decode() , attribute_contains() , base64url_decode() , base64url_encode() , bb_tag_preg_replace() , bb_translate_video() , bbtoevent() , bbtovcal() , bookmarks_init() , chanlink_hash() , chanlink_url() , comanche_parser() , comanche_region() , comanche_webpage() , datetime_convert() , day_translate() , detect_language() , diaspora2bb() , diaspora_is_blacklisted() , diaspora_ol() , diaspora_ul() , dir_parse_query() , dir_query_build() , event_store_item() , expand_acl() , extra_query_args() , file_tag_decode() , file_tag_encode() , file_tag_file_query() , fix_mce_lf() , fix_private_photos() , format_categories() , format_filer() , format_hashtags() , format_mentions() , format_term_for_display() , get_bb_tag_pos() , get_intltext_template() , get_language_name() , get_markup_template() , get_tags() , html2bb_video() , import_xchan() , info() , is_a_date_arg() , is_foreigner() , is_member() , json_decode_plus() , legal_webbie() , linkify() , load_pdl() , magic_link() , mail_content() , network_to_name() , normalise_openid() , notice() , notifier_run() , oembed_iframe() , oembed_replacecb() , oexchange_content() , parse_xml_string() , photos_post() , poco_load() , prepare_body() , print_template() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , protect_sprintf() , purify_html() , qp() , random_string() , refimport_content() , Template\replace() , replace_macros() , FriendicaSmartyEngine\replace_macros() , Template\replace_macros() , scale_external_images() , scrape_feed() , scrape_vcard() , search() , searchbox() , siteinfo_content() , smilies() , sslify() , string_splitter() , strip_zids() , stripdcode_br_cb() , t() , template_escape() , template_unescape() , term_query() , theme_attachments() , unamp() , undo_post_tagging() , unxmlify() , update_channels_active_halfyear_stat() , update_channels_active_monthly_stat() , Template\var_replace() , webfinger_rfc7033() , x() , xchan_content() , z_fetch_url() , z_input_filter() , z_post_url() , zfinger_init() , and zid() .
diff --git a/doc/html/features_8php.html b/doc/html/features_8php.html
index a360fa2b9..0d914c1ca 100644
--- a/doc/html/features_8php.html
+++ b/doc/html/features_8php.html
@@ -142,7 +142,7 @@ Functions
-
Referenced by app_render() , apw_form() , categories_widget() , connedit_content() , conversation() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , events_content() , Item\get_comment_box() , Item\get_template_data() , item_post() , mail_content() , nav() , parse_app_description() , profile_load() , profile_sidebar() , profiles_content() , profiles_post() , redbasic_form() , search() , search_content() , searchbox() , sources_content() , sources_post() , thing_content() , webpages_content() , widget_affinity() , widget_archive() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestions() , and widget_tagcloud_wall() .
+
Referenced by app_render() , apw_form() , blocks_content() , categories_widget() , connedit_content() , conversation() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , events_content() , Item\get_comment_box() , Item\get_template_data() , item_post() , mail_content() , nav() , parse_app_description() , profile_load() , profile_sidebar() , profiles_content() , profiles_post() , redbasic_form() , search() , search_content() , searchbox() , sources_content() , sources_post() , thing_content() , webpages_content() , widget_affinity() , widget_archive() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestions() , and widget_tagcloud_wall() .
diff --git a/doc/html/files.html b/doc/html/files.html
index 2aed83882..1d0aada26 100644
--- a/doc/html/files.html
+++ b/doc/html/files.html
@@ -111,9 +111,10 @@ $(document).ready(function(){initNavTree('files.html','');});
[detail level 1 2 3 4 5 6 7 ]
include
dba
-dba_driver.php
+dba_driver.php Some database related functions and abstract driver class
dba_mysql.php
-dba_mysqli.php
+dba_mysqli.php
+dba_postgres.php
Import
Importer.php
refimport.php
@@ -230,127 +231,126 @@ $(document).ready(function(){initNavTree('files.html','');});
contactgroup.php
delegate.php
directory.php
-dirprofile.php
-dirsearch.php
-display.php
-editblock.php
-editlayout.php
-editpost.php
-editwebpage.php
-events.php
-fbrowser.php
-feed.php
-filer.php
-filerm.php
-filestorage.php
-follow.php
-fsuggest.php
-group.php
-hcard.php
-help.php
-home.php
-hostxrd.php
-impel.php
-import.php
-importelm.php
-invite.php
-item.php
-lang.php
-layouts.php
-like.php
-lockview.php
-locs.php
-login.php
-lostpass.php
-magic.php
-mail.php
-manage.php
-match.php
-menu.php
-message.php
-mitem.php
-mood.php
-msearch.php
-netgrowth.php
-network.php
-new_channel.php
-notes.php
-notifications.php
-notify.php
-oembed.php
-oexchange.php
-online.php
-openid.php
-opensearch.php
-p.php
-page.php
-parse_url.php
-pdledit.php
-photo.php
-photos.php
-php.php
-ping.php
-poco.php
-poke.php
-poll.php
-post.php
-pretheme.php
-probe.php
-profile.php
-profile_photo.php
-profiles.php
-profperm.php
-pubsites.php
-randprof.php
-rbmark.php
-receive.php
-register.php
-regmod.php
-regver.php
-removeaccount.php
-removeme.php
-rmagic.php
-rpost.php
-rsd_xml.php
-search.php
-search_ac.php
-service_limits.php
-settings.php
-setup.php
-share.php
-siteinfo.php
-sitelist.php
-smilies.php
-sources.php
-sslify.php
-starred.php
-subthread.php
-suggest.php
-tagger.php
-tagrm.php
-thing.php
-toggle_mobile.php
-toggle_safesearch.php
-uexport.php
-update_channel.php
-update_display.php
-update_network.php
-update_search.php
-view.php
-viewconnections.php
-viewsrc.php
-vote.php
-wall_attach.php
-wall_upload.php
-webfinger.php
-webpages.php
-wfinger.php
-xchan.php
-xrd.php
-xref.php
-zfinger.php
-zotfeed.php
-zping.php
+dirsearch.php
+display.php
+editblock.php
+editlayout.php
+editpost.php
+editwebpage.php
+events.php
+fbrowser.php
+feed.php
+filer.php
+filerm.php
+filestorage.php
+follow.php
+fsuggest.php
+group.php
+hcard.php
+help.php
+home.php
+hostxrd.php
+impel.php
+import.php
+importelm.php
+invite.php
+item.php
+lang.php
+layouts.php
+like.php
+lockview.php
+locs.php
+login.php
+lostpass.php
+magic.php
+mail.php
+manage.php
+match.php
+menu.php
+message.php
+mitem.php
+mood.php
+msearch.php
+netgrowth.php
+network.php
+new_channel.php
+notes.php
+notifications.php
+notify.php
+oembed.php
+oexchange.php
+online.php
+openid.php
+opensearch.php
+p.php
+page.php
+parse_url.php
+pdledit.php
+photo.php
+photos.php
+php.php
+ping.php
+poco.php
+poke.php
+poll.php
+post.php
+pretheme.php
+probe.php
+profile.php
+profile_photo.php
+profiles.php
+profperm.php
+pubsites.php
+randprof.php
+rbmark.php
+receive.php
+register.php
+regmod.php
+regver.php
+removeaccount.php
+removeme.php
+rmagic.php
+rpost.php
+rsd_xml.php
+search.php
+search_ac.php
+service_limits.php
+settings.php
+setup.php
+share.php
+siteinfo.php
+sitelist.php
+smilies.php
+sources.php
+sslify.php
+starred.php
+subthread.php
+suggest.php
+tagger.php
+tagrm.php
+thing.php
+toggle_mobile.php
+toggle_safesearch.php
+uexport.php
+update_channel.php
+update_display.php
+update_network.php
+update_search.php
+view.php
+viewconnections.php
+viewsrc.php
+vote.php
+wall_attach.php
+wall_upload.php
+webfinger.php
+webpages.php
+wfinger.php
+xchan.php
+xrd.php
+xref.php
+zfinger.php
+zotfeed.php
+zping.php
util
fpostit
fpostit.php
diff --git a/doc/html/full_8php.html b/doc/html/full_8php.html
index 1d4f388a1..711ab2fec 100644
--- a/doc/html/full_8php.html
+++ b/doc/html/full_8php.html
@@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('full_8php.html','');});
- if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
@@ -121,7 +121,7 @@ Variables
- if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
diff --git a/doc/html/functions.html b/doc/html/functions.html
index ece2f091e..da63ae6ac 100644
--- a/doc/html/functions.html
+++ b/doc/html/functions.html
@@ -166,12 +166,6 @@ $(document).ready(function(){initNavTree('functions.html','');});
$browser
: RedMatrix\RedDAV\RedBasicAuth
-
$cached_profile_image
-: App
-
-
$cached_profile_picdate
-: App
-
$category
: App
@@ -231,12 +225,6 @@ $(document).ready(function(){initNavTree('functions.html','');});
$css_sources
: App
-
$curl_code
-: App
-
-
$curl_headers
-: App
-
$d
: Template
@@ -246,8 +234,7 @@ $(document).ready(function(){initNavTree('functions.html','');});
,
RedMatrix\RedDAV\RedFile
$db
-: App
-, dba_driver
+: dba_driver
$debug
: dba_driver
@@ -296,6 +283,9 @@ $(document).ready(function(){initNavTree('functions.html','');});
$interactive
: App
+
$is_sys
+: App
+
$itemlist
: Redmatrix\Import\Import
@@ -490,9 +480,6 @@ $(document).ready(function(){initNavTree('functions.html','');});
$wall_to_wall
: Item
-
$widgetlist
-: App
-
$widgets
: App
diff --git a/doc/html/functions_0x63.html b/doc/html/functions_0x63.html
index 9a468900b..e59ee7ccd 100644
--- a/doc/html/functions_0x63.html
+++ b/doc/html/functions_0x63.html
@@ -155,6 +155,7 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');});
close()
: dba_mysqli
+, dba_postgres
, dba_driver
, dba_mysql
@@ -166,10 +167,15 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');});
:
ProtoDriver
,
ZotDriver
+
concat()
+: dba_driver
+, dba_postgres
+
connect()
-: dba_mysqli
+: dba_postgres
, dba_driver
, dba_mysql
+, dba_mysqli
convert_child()
: Redmatrix\Import\Import
@@ -190,9 +196,9 @@ $(document).ready(function(){initNavTree('functions_0x63.html','');});
: RedMatrix\RedDAV\RedDirectory
cropImage()
-: photo_driver
+: photo_imagick
, photo_gd
-, photo_imagick
+, photo_driver
diff --git a/doc/html/functions_0x65.html b/doc/html/functions_0x65.html
index f9b5ba9bd..efb086291 100644
--- a/doc/html/functions_0x65.html
+++ b/doc/html/functions_0x65.html
@@ -142,8 +142,16 @@ $(document).ready(function(){initNavTree('functions_0x65.html','');});
- e -
diff --git a/doc/html/functions_0x67.html b/doc/html/functions_0x67.html
index 744665c6b..b4867d63e 100644
--- a/doc/html/functions_0x67.html
+++ b/doc/html/functions_0x67.html
@@ -205,6 +205,9 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');});
get_id()
: Item
+get_install_script()
+: dba_driver
+
get_intltext_template()
: FriendicaSmartyEngine
@@ -225,6 +228,9 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');});
get_mode()
: Conversation
+get_null_date()
+: dba_driver
+
get_observer()
: App
, Conversation
@@ -307,16 +313,16 @@ $(document).ready(function(){initNavTree('functions_0x67.html','');});
getImage()
: photo_imagick
-, photo_gd
, photo_driver
+, photo_gd
getLastModified()
: RedMatrix\RedDAV\RedDirectory
, RedMatrix\RedDAV\RedFile
getName()
-: RedMatrix\RedDAV\RedFile
-, RedMatrix\RedDAV\RedDirectory
+: RedMatrix\RedDAV\RedDirectory
+, RedMatrix\RedDAV\RedFile
getQuotaInfo()
: RedMatrix\RedDAV\RedDirectory
diff --git a/doc/html/functions_0x69.html b/doc/html/functions_0x69.html
index 5c919b259..3d44a81a4 100644
--- a/doc/html/functions_0x69.html
+++ b/doc/html/functions_0x69.html
@@ -148,9 +148,13 @@ $(document).ready(function(){initNavTree('functions_0x69.html','');});
install()
: dba_driver
+INSTALL_SCRIPT
+: dba_driver
+, dba_postgres
+
is_commentable()
-: Conversation
-, Item
+: Item
+, Conversation
is_preview()
: Conversation
diff --git a/doc/html/functions_0x6e.html b/doc/html/functions_0x6e.html
index 72fb064ff..5fde22d13 100644
--- a/doc/html/functions_0x6e.html
+++ b/doc/html/functions_0x6e.html
@@ -146,6 +146,10 @@ $(document).ready(function(){initNavTree('functions_0x6e.html','');});
new_request_token()
: FKOAuthDataStore
+NULL_DATE
+: dba_driver
+, dba_postgres
+
diff --git a/doc/html/functions_0x6f.html b/doc/html/functions_0x6f.html
index cff96e18b..0d3b556fc 100644
--- a/doc/html/functions_0x6f.html
+++ b/doc/html/functions_0x6f.html
@@ -140,6 +140,10 @@ $(document).ready(function(){initNavTree('functions_0x6f.html','');});
Here is a list of all class members with links to the classes they belong to:
- o -
diff --git a/doc/html/functions_func_0x65.html b/doc/html/functions_func_0x65.html
index 2add8b68a..8fa81466f 100644
--- a/doc/html/functions_func_0x65.html
+++ b/doc/html/functions_func_0x65.html
@@ -141,8 +141,16 @@ $(document).ready(function(){initNavTree('functions_func_0x65.html','');});
- e -
diff --git a/doc/html/functions_func_0x67.html b/doc/html/functions_func_0x67.html
index 2e4957360..f8f8d7154 100644
--- a/doc/html/functions_func_0x67.html
+++ b/doc/html/functions_func_0x67.html
@@ -204,6 +204,9 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');});
get_id()
: Item
+get_install_script()
+: dba_driver
+
get_intltext_template()
: FriendicaSmartyEngine
@@ -224,6 +227,9 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');});
get_mode()
: Conversation
+get_null_date()
+: dba_driver
+
get_observer()
: App
, Conversation
@@ -306,16 +312,16 @@ $(document).ready(function(){initNavTree('functions_func_0x67.html','');});
getImage()
: photo_imagick
-, photo_gd
, photo_driver
+, photo_gd
getLastModified()
: RedMatrix\RedDAV\RedDirectory
, RedMatrix\RedDAV\RedFile
getName()
-: RedMatrix\RedDAV\RedFile
-, RedMatrix\RedDAV\RedDirectory
+: RedMatrix\RedDAV\RedDirectory
+, RedMatrix\RedDAV\RedFile
getQuotaInfo()
: RedMatrix\RedDAV\RedDirectory
diff --git a/doc/html/functions_func_0x6f.html b/doc/html/functions_func_0x6f.html
index c955abd89..382222e6f 100644
--- a/doc/html/functions_func_0x6f.html
+++ b/doc/html/functions_func_0x6f.html
@@ -139,6 +139,10 @@ $(document).ready(function(){initNavTree('functions_func_0x6f.html','');});
- o -
+optimize_table()
+: dba_driver
+, dba_postgres
+
orient()
: photo_driver
diff --git a/doc/html/functions_func_0x71.html b/doc/html/functions_func_0x71.html
index df5b7d285..186454586 100644
--- a/doc/html/functions_func_0x71.html
+++ b/doc/html/functions_func_0x71.html
@@ -141,8 +141,13 @@ $(document).ready(function(){initNavTree('functions_func_0x71.html','');});
- q -
diff --git a/doc/html/functions_func_0x75.html b/doc/html/functions_func_0x75.html
index 00d4ae0f4..7996cb15c 100644
--- a/doc/html/functions_func_0x75.html
+++ b/doc/html/functions_func_0x75.html
@@ -139,9 +139,16 @@ $(document).ready(function(){initNavTree('functions_func_0x75.html','');});
- u -
diff --git a/doc/html/functions_vars.html b/doc/html/functions_vars.html
index 18ed219ed..d9445bd4d 100644
--- a/doc/html/functions_vars.html
+++ b/doc/html/functions_vars.html
@@ -85,6 +85,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
@@ -146,12 +149,6 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
$browser
: RedMatrix\RedDAV\RedBasicAuth
-$cached_profile_image
-: App
-
-$cached_profile_picdate
-: App
-
$category
: App
@@ -211,12 +208,6 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
$css_sources
: App
-$curl_code
-: App
-
-$curl_headers
-: App
-
$d
: Template
@@ -226,8 +217,7 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
, RedMatrix\RedDAV\RedFile
$db
-: App
-, dba_driver
+: dba_driver
$debug
: dba_driver
@@ -276,6 +266,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
$interactive
: App
+$is_sys
+: App
+
$itemlist
: Redmatrix\Import\Import
@@ -470,9 +463,6 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
$wall_to_wall
: Item
-$widgetlist
-: App
-
$widgets
: App
@@ -483,6 +473,30 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
: Conversation
+
+
+ - i -
+
+
+ - n -
+
+
+ - u -
diff --git a/doc/html/globals_0x62.html b/doc/html/globals_0x62.html
index 64384e429..5e4fffd45 100644
--- a/doc/html/globals_0x62.html
+++ b/doc/html/globals_0x62.html
@@ -222,8 +222,11 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');});
blocks_content()
: blocks.php
+blocks_init()
+: blocks.php
+
blog_init()
-: theme.php
+: theme.php
blog_install()
: theme.php
@@ -235,7 +238,7 @@ $(document).ready(function(){initNavTree('globals_0x62.html','');});
: theme.php
blogtheme_form()
-: config.php
+: config.php
blogtheme_imgurl()
: theme.php
diff --git a/doc/html/globals_0x64.html b/doc/html/globals_0x64.html
index 52b9313da..1474f98ba 100644
--- a/doc/html/globals_0x64.html
+++ b/doc/html/globals_0x64.html
@@ -156,11 +156,26 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
day_translate()
: text.php
+db_concat()
+: dba_driver.php
+
+db_getfunc()
+: dba_driver.php
+
+db_optimizetable()
+: dba_driver.php
+
+db_quoteinterval()
+: dba_driver.php
+
DB_UPDATE_VERSION
: boot.php
+db_utcnow()
+: dba_driver.php
+
dba_factory()
-: dba_driver.php
+: dba_driver.php
dba_timer()
: boot.php
@@ -174,12 +189,30 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
dbesc_array_cb()
: dba_driver.php
+dbesc_identifier()
+: dba_driver.php
+
+dbescbin()
+: dba_driver.php
+
+dbescdate()
+: dba_driver.php
+
dbg()
: dba_driver.php
dbq()
: dba_driver.php
+DBTYPE_MYSQL
+: boot.php
+
+DBTYPE_POSTGRES
+: boot.php
+
+dbunescbin()
+: dba_driver.php
+
decode_tags()
: items.php
@@ -372,9 +405,6 @@ $(document).ready(function(){initNavTree('globals_0x64.html','');});
directory_run()
: directory.php
-dirprofile_init()
-: dirprofile.php
-
dirsearch_content()
: dirsearch.php
diff --git a/doc/html/globals_0x65.html b/doc/html/globals_0x65.html
index ddd15a2ec..15f68dbbc 100644
--- a/doc/html/globals_0x65.html
+++ b/doc/html/globals_0x65.html
@@ -147,20 +147,29 @@ $(document).ready(function(){initNavTree('globals_0x65.html','');});
editblock_content()
: editblock.php
+editblock_init()
+: editblock.php
+
editlayout_content()
: editlayout.php
+editlayout_init()
+: editlayout.php
+
editpost_content()
: editpost.php
editwebpage_content()
: editwebpage.php
+editwebpage_init()
+: editwebpage.php
+
else
-: style.php
-, auth.php
+: auth.php
, fpostit.php
, tpldebug.php
+, style.php
email_header_encode()
: network.php
diff --git a/doc/html/globals_0x6c.html b/doc/html/globals_0x6c.html
index 7aef7b38d..57ca38e8b 100644
--- a/doc/html/globals_0x6c.html
+++ b/doc/html/globals_0x6c.html
@@ -162,6 +162,9 @@ $(document).ready(function(){initNavTree('globals_0x6c.html','');});
layouts_content()
: layouts.php
+layouts_init()
+: layouts.php
+
legal_webbie()
: text.php
diff --git a/doc/html/globals_0x6e.html b/doc/html/globals_0x6e.html
index 9e373f1d8..4d5aa9883 100644
--- a/doc/html/globals_0x6e.html
+++ b/doc/html/globals_0x6e.html
@@ -363,9 +363,6 @@ $(document).ready(function(){initNavTree('globals_0x6e.html','');});
nuke_session()
: auth.php
-NULL_DATE
-: boot.php
-
diff --git a/doc/html/globals_0x77.html b/doc/html/globals_0x77.html
index 466a1efb7..ad5b01942 100644
--- a/doc/html/globals_0x77.html
+++ b/doc/html/globals_0x77.html
@@ -159,6 +159,9 @@ $(document).ready(function(){initNavTree('globals_0x77.html','');});
webpages_content()
: webpages.php
+webpages_init()
+: webpages.php
+
wfinger_init()
: wfinger.php
diff --git a/doc/html/globals_0x78.html b/doc/html/globals_0x78.html
index dc2845bd9..e3a2f782c 100644
--- a/doc/html/globals_0x78.html
+++ b/doc/html/globals_0x78.html
@@ -145,7 +145,7 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
- x -
x()
-: boot.php
+: boot.php
xchan_content()
: xchan.php
@@ -168,6 +168,9 @@ $(document).ready(function(){initNavTree('globals_0x78.html','');});
XCHAN_FLAGS_ORPHAN
: boot.php
+XCHAN_FLAGS_PUBFORUM
+: boot.php
+
XCHAN_FLAGS_SELFCENSORED
: boot.php
diff --git a/doc/html/globals_func_0x62.html b/doc/html/globals_func_0x62.html
index 099922e7d..e141975a7 100644
--- a/doc/html/globals_func_0x62.html
+++ b/doc/html/globals_func_0x62.html
@@ -221,8 +221,11 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');});
blocks_content()
: blocks.php
+blocks_init()
+: blocks.php
+
blog_init()
-: theme.php
+: theme.php
blog_install()
: theme.php
@@ -234,7 +237,7 @@ $(document).ready(function(){initNavTree('globals_func_0x62.html','');});
: theme.php
blogtheme_form()
-: config.php
+: config.php
blogtheme_imgurl()
: theme.php
diff --git a/doc/html/globals_func_0x64.html b/doc/html/globals_func_0x64.html
index c788e8a9f..44261db96 100644
--- a/doc/html/globals_func_0x64.html
+++ b/doc/html/globals_func_0x64.html
@@ -155,8 +155,23 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
day_translate()
: text.php
+db_concat()
+: dba_driver.php
+
+db_getfunc()
+: dba_driver.php
+
+db_optimizetable()
+: dba_driver.php
+
+db_quoteinterval()
+: dba_driver.php
+
+db_utcnow()
+: dba_driver.php
+
dba_factory()
-: dba_driver.php
+: dba_driver.php
dba_timer()
: boot.php
@@ -170,12 +185,24 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
dbesc_array_cb()
: dba_driver.php
+dbesc_identifier()
+: dba_driver.php
+
+dbescbin()
+: dba_driver.php
+
+dbescdate()
+: dba_driver.php
+
dbg()
: dba_driver.php
dbq()
: dba_driver.php
+dbunescbin()
+: dba_driver.php
+
decode_tags()
: items.php
@@ -347,9 +374,6 @@ $(document).ready(function(){initNavTree('globals_func_0x64.html','');});
directory_run()
: directory.php
-dirprofile_init()
-: dirprofile.php
-
dirsearch_content()
: dirsearch.php
diff --git a/doc/html/globals_func_0x65.html b/doc/html/globals_func_0x65.html
index d52e7eb3c..fc927e91c 100644
--- a/doc/html/globals_func_0x65.html
+++ b/doc/html/globals_func_0x65.html
@@ -146,15 +146,24 @@ $(document).ready(function(){initNavTree('globals_func_0x65.html','');});
editblock_content()
: editblock.php
+editblock_init()
+: editblock.php
+
editlayout_content()
: editlayout.php
+editlayout_init()
+: editlayout.php
+
editpost_content()
: editpost.php
editwebpage_content()
: editwebpage.php
+editwebpage_init()
+: editwebpage.php
+
email_header_encode()
: network.php
diff --git a/doc/html/globals_func_0x6c.html b/doc/html/globals_func_0x6c.html
index 43986657d..9cdb99640 100644
--- a/doc/html/globals_func_0x6c.html
+++ b/doc/html/globals_func_0x6c.html
@@ -155,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_func_0x6c.html','');});
layouts_content()
: layouts.php
+layouts_init()
+: layouts.php
+
legal_webbie()
: text.php
diff --git a/doc/html/globals_func_0x77.html b/doc/html/globals_func_0x77.html
index 374fcd7dc..9985b26a1 100644
--- a/doc/html/globals_func_0x77.html
+++ b/doc/html/globals_func_0x77.html
@@ -158,6 +158,9 @@ $(document).ready(function(){initNavTree('globals_func_0x77.html','');});
webpages_content()
: webpages.php
+webpages_init()
+: webpages.php
+
wfinger_init()
: wfinger.php
diff --git a/doc/html/globals_func_0x78.html b/doc/html/globals_func_0x78.html
index d20431ab2..133418043 100644
--- a/doc/html/globals_func_0x78.html
+++ b/doc/html/globals_func_0x78.html
@@ -144,7 +144,7 @@ $(document).ready(function(){initNavTree('globals_func_0x78.html','');});
- x -
x()
-: boot.php
+: boot.php
xchan_content()
: xchan.php
diff --git a/doc/html/globals_vars_0x64.html b/doc/html/globals_vars_0x64.html
index dd0bf4e87..eeee1c304 100644
--- a/doc/html/globals_vars_0x64.html
+++ b/doc/html/globals_vars_0x64.html
@@ -143,6 +143,12 @@ $(document).ready(function(){initNavTree('globals_vars_0x64.html','');});
DB_UPDATE_VERSION
: boot.php
+DBTYPE_MYSQL
+: boot.php
+
+DBTYPE_POSTGRES
+: boot.php
+
DEFAULT_DB_ENGINE
: boot.php
diff --git a/doc/html/globals_vars_0x6e.html b/doc/html/globals_vars_0x6e.html
index 45c9f9743..645094fe8 100644
--- a/doc/html/globals_vars_0x6e.html
+++ b/doc/html/globals_vars_0x6e.html
@@ -263,9 +263,6 @@ $(document).ready(function(){initNavTree('globals_vars_0x6e.html','');});
NOTIFY_WALL
: boot.php
-NULL_DATE
-: boot.php
-
diff --git a/doc/html/globals_vars_0x78.html b/doc/html/globals_vars_0x78.html
index c229b615f..41525e813 100644
--- a/doc/html/globals_vars_0x78.html
+++ b/doc/html/globals_vars_0x78.html
@@ -155,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_vars_0x78.html','');});
XCHAN_FLAGS_ORPHAN
: boot.php
+XCHAN_FLAGS_PUBFORUM
+: boot.php
+
XCHAN_FLAGS_SELFCENSORED
: boot.php
diff --git a/doc/html/hierarchy.html b/doc/html/hierarchy.html
index 76f606ace..bab370cec 100644
--- a/doc/html/hierarchy.html
+++ b/doc/html/hierarchy.html
@@ -118,44 +118,45 @@ $(document).ready(function(){initNavTree('hierarchy.html','');});
Conversation
Item
Cache
-dba_driver
+dba_driver Abstract database driver class
dba_mysql
-dba_mysqli
-enotify
-ICollection
-RedMatrix\RedDAV\RedDirectory RedDirectory class
-IFile
-RedMatrix\RedDAV\RedFile This class represents a file in DAV
-Redmatrix\Import\Import
-IQuota
-RedMatrix\RedDAV\RedDirectory RedDirectory class
-ITemplateEngine
-FriendicaSmartyEngine
-Template
-Node
-RedMatrix\RedDAV\RedDirectory RedDirectory class
-RedMatrix\RedDAV\RedFile This class represents a file in DAV
-OAuthDataStore
-FKOAuthDataStore
-OAuthServer
-FKOAuth1
-photo_driver
-photo_gd
-photo_imagick
-Plugin
-RedMatrix\RedDAV\RedBrowser Provides a DAV frontend for the webbrowser
-ProtoDriver
-ZotDriver
-Sabre
-RedMatrix\RedDAV\RedBasicAuth Authentication backend class for RedDAV
-RedMatrix\RedDAV\RedBrowser Provides a DAV frontend for the webbrowser
-RedMatrix\RedDAV\RedDirectory RedDirectory class
-RedMatrix\RedDAV\RedDirectory RedDirectory class
-RedMatrix\RedDAV\RedDirectory RedDirectory class
-RedMatrix\RedDAV\RedFile This class represents a file in DAV
-RedMatrix\RedDAV\RedFile This class represents a file in DAV
-Smarty
-FriendicaSmarty
+dba_mysqli
+dba_postgres
+enotify
+ICollection
+RedMatrix\RedDAV\RedDirectory RedDirectory class
+IFile
+RedMatrix\RedDAV\RedFile This class represents a file in DAV
+Redmatrix\Import\Import
+IQuota
+RedMatrix\RedDAV\RedDirectory RedDirectory class
+ITemplateEngine
+FriendicaSmartyEngine
+Template
+Node
+RedMatrix\RedDAV\RedDirectory RedDirectory class
+RedMatrix\RedDAV\RedFile This class represents a file in DAV
+OAuthDataStore
+FKOAuthDataStore
+OAuthServer
+FKOAuth1
+photo_driver
+photo_gd
+photo_imagick
+Plugin
+RedMatrix\RedDAV\RedBrowser Provides a DAV frontend for the webbrowser
+ProtoDriver
+ZotDriver
+Sabre
+RedMatrix\RedDAV\RedBasicAuth Authentication backend class for RedDAV
+RedMatrix\RedDAV\RedBrowser Provides a DAV frontend for the webbrowser
+RedMatrix\RedDAV\RedDirectory RedDirectory class
+RedMatrix\RedDAV\RedDirectory RedDirectory class
+RedMatrix\RedDAV\RedDirectory RedDirectory class
+RedMatrix\RedDAV\RedFile This class represents a file in DAV
+RedMatrix\RedDAV\RedFile This class represents a file in DAV
+Smarty
+FriendicaSmarty
diff --git a/doc/html/hierarchy.js b/doc/html/hierarchy.js
index cad7823d1..e8df755d6 100644
--- a/doc/html/hierarchy.js
+++ b/doc/html/hierarchy.js
@@ -11,7 +11,8 @@ var hierarchy =
[ "Cache", "classCache.html", null ],
[ "dba_driver", "classdba__driver.html", [
[ "dba_mysql", "classdba__mysql.html", null ],
- [ "dba_mysqli", "classdba__mysqli.html", null ]
+ [ "dba_mysqli", "classdba__mysqli.html", null ],
+ [ "dba_postgres", "classdba__postgres.html", null ]
] ],
[ "enotify", "classenotify.html", null ],
[ "ICollection", null, [
diff --git a/doc/html/identity_8php.html b/doc/html/identity_8php.html
index fed3e46d6..e6956b904 100644
--- a/doc/html/identity_8php.html
+++ b/doc/html/identity_8php.html
@@ -290,7 +290,7 @@ Functions
@@ -454,7 +454,7 @@ Functions
-
Referenced by check_config() , create_sys_channel() , display_content() , expire_run() , externals_run() , get_theme_uid() , home_content() , like_content() , network_content() , notifier_run() , search_content() , subthread_content() , viewsrc_content() , zot_import() , and zotfeed_init() .
+
Referenced by blocks_content() , blocks_init() , check_config() , create_sys_channel() , design_tools() , display_content() , editblock_content() , editblock_init() , editlayout_content() , editlayout_init() , editwebpage_content() , editwebpage_init() , expire_run() , externals_run() , get_theme_uid() , home_content() , item_post() , layouts_content() , layouts_init() , like_content() , menu_content() , menu_post() , mitem_content() , mitem_init() , mitem_post() , network_content() , notifier_run() , search_content() , subthread_content() , viewsrc_content() , webpages_content() , webpages_init() , zot_import() , and zotfeed_init() .
@@ -759,7 +759,7 @@ Functions
The channel default theme is also selected for use, unless over-riden elsewhere.
load/reload current theme info
-Referenced by achievements_content() , block_init() , blocks_content() , channel_init() , chat_init() , cloud_init() , common_init() , connect_init() , hcard_init() , layouts_content() , page_init() , photos_init() , profile_init() , profile_photo_init() , profiles_init() , profperm_init() , viewconnections_init() , and webpages_content() .
+Referenced by achievements_content() , block_init() , blocks_init() , channel_init() , chat_init() , cloud_init() , common_init() , connect_init() , editblock_init() , editlayout_init() , editwebpage_init() , hcard_init() , layouts_init() , page_init() , photos_init() , profile_init() , profile_photo_init() , profiles_init() , profiles_post() , profperm_init() , viewconnections_init() , and webpages_init() .
@@ -815,8 +815,6 @@ Functions
@@ -924,7 +922,7 @@ Functions
Returns string
'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
-Referenced by advanced_profile() , app_render() , chanview_content() , chatsvc_content() , conversation() , dirprofile_init() , format_categories() , format_hashtags() , format_mentions() , get_plink() , get_things() , localize_item() , match_content() , menu_render() , new_contact() , oembed_fetch_url() , parse_app_description() , tryzrlaudio() , tryzrlvideo() , widget_bookmarkedchats() , widget_photo() , and widget_suggestedchats() .
+Referenced by advanced_profile() , app_render() , chanview_content() , chatsvc_content() , conversation() , format_categories() , format_hashtags() , format_mentions() , get_plink() , get_things() , localize_item() , match_content() , menu_render() , new_contact() , oembed_fetch_url() , parse_app_description() , tryzrlaudio() , tryzrlvideo() , widget_bookmarkedchats() , widget_photo() , and widget_suggestedchats() .
diff --git a/doc/html/include_2config_8php.html b/doc/html/include_2config_8php.html
index 6c68d2138..091ea54ec 100644
--- a/doc/html/include_2config_8php.html
+++ b/doc/html/include_2config_8php.html
@@ -159,10 +159,10 @@ Functions
Arbitrary configuration storage.
Note: Please do not store booleans - convert to 0/1 integer values The get_?config() functions return boolean false for keys that are unset, and this could lead to subtle bugs.
Arrays get stored as serialize strings.
-
Todo: There are a few places in the code (such as the admin panel) where boolean configurations need to be fixed as of 10/08/2011.
+
Todo: There are a few places in the code (such as the admin panel) where boolean configurations need to be fixed as of 10/08/2011.
config is used for hub specific configurations. It overrides the configurations from .htconfig file. The storage is of size TEXT.
-pconfig is used for channel specific configurations and takes a channel_id as identifier. It stores for example which features are enabled per channel. The storage is of size MEDIUMTEXT.
+
pconfig is used for channel specific configurations and takes a channel_id as identifier. It stores for example which features are enabled per channel. The storage is of size MEDIUMTEXT.
xconfig is the same as pconfig, except that it uses xchan as an identifier. This is for example for people who do not have a local account. The storage is of size MEDIUMTEXT. $observer =
$a ->get_observer_hash();
if ($observer) {
@@ -340,7 +340,7 @@ Functions
Returns mixed Return value or false on error or if not set
-
Referenced by account_service_class_fetch() , account_verify_password() , acl_init() , admin_page_dbsync() , admin_page_logs() , admin_page_site() , admin_page_summary() , admin_page_themes() , allowed_email() , allowed_url() , api_statuses_mentions() , api_statusnet_config() , attach_store() , bb2diaspora_itembody() , bbcode() , build_sync_packet() , channel_content() , check_account_admin() , check_account_invite() , check_config() , check_upstream_directory() , cli_startup() , create_account() , create_identity() , create_sys_channel() , RedMatrix\RedDAV\RedDirectory\createFile() , detect_language() , diaspora_comment() , diaspora_conversation() , diaspora_dispatch() , diaspora_dispatch_public() , diaspora_is_blacklisted() , diaspora_like() , diaspora_message() , diaspora_process_outbound() , diaspora_send_followup() , diaspora_send_mail() , diaspora_send_relay() , diaspora_transmit() , directory_content() , directory_run() , dirprofile_init() , dirsearch_content() , display_content() , dlogger() , dob() , downgrade_accounts() , editblock_content() , editpost_content() , editwebpage_content() , encode_item() , encode_mail() , events_content() , expire_run() , externals_run() , feature_enabled() , feed_init() , filter_insecure() , find_upstream_directory() , findpeople_widget() , get_all_perms() , Item\get_comment_box() , get_default_profile_photo() , get_directory_realm() , get_item_elements() , get_mail_elements() , get_max_import_size() , get_online_status() , get_profile_fields_advanced() , get_profile_fields_basic() , get_role_perms() , RedMatrix\RedDAV\RedDirectory\getChild() , RedMatrix\RedDAV\RedDirectory\getChildren() , group_content() , guess_image_type() , home_content() , home_init() , identity_basic_export() , photo_gd\imageString() , import_post() , import_xchan() , invite_content() , invite_post() , is_public_profile() , item_post() , item_store() , item_store_update() , photo_imagick\load() , localize_item() , logger() , login() , lostpass_content() , lostpass_post() , mark_orphan_hubsxchans() , nav() , navbar_complete() , network_content() , FKOAuthDataStore\new_access_token() , new_channel_post() , new_contact() , new_keypair() , notification() , notifier_run() , oembed_bbcode2html() , openid_content() , parse_url_content() , perm_is_allowed() , photo_factory() , photo_upload() , photos_content() , photos_init() , poco_init() , poller_run() , post_activity_item() , post_post() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , profile_content() , profile_create_sidebar() , profile_photo_post() , profiles_content() , profperm_content() , pubsites_content() , RedMatrix\RedDAV\RedFile\put() , receive_post() , ref_session_gc() , register_content() , register_post() , reload_plugins() , remove_all_xchan_resources() , remove_obsolete_hublocs() , scale_external_images() , search_content() , send_message() , send_reg_approval_email() , send_verification_email() , service_class_allows() , service_class_fetch() , service_limits_content() , set_config() , settings_post() , site_default_perms() , siteinfo_content() , siteinfo_init() , smilies() , start_delivery_chain() , store_diaspora_comment_sig() , tag_deliver() , theme_admin() , unobscure() , update_modtime() , update_suggestions() , upgrade_link() , user_allow() , valid_email() , validate_email() , verify_email_address() , viewconnections_content() , viewconnections_init() , viewsrc_content() , widget_fullprofile() , widget_profile() , z_fetch_url() , z_post_url() , zfinger_init() , zot_fetch() , zot_gethub() , zot_import() , and zotfeed_init() .
+
Referenced by account_service_class_fetch() , account_verify_password() , acl_init() , admin_page_dbsync() , admin_page_logs() , admin_page_site() , admin_page_summary() , admin_page_themes() , allowed_email() , allowed_url() , api_statuses_mentions() , api_statusnet_config() , attach_store() , bb2diaspora_itembody() , bbcode() , build_sync_packet() , channel_content() , check_account_admin() , check_account_invite() , check_config() , check_upstream_directory() , cli_startup() , create_account() , create_identity() , create_sys_channel() , RedMatrix\RedDAV\RedDirectory\createFile() , detect_language() , diaspora_comment() , diaspora_conversation() , diaspora_dispatch() , diaspora_dispatch_public() , diaspora_is_blacklisted() , diaspora_like() , diaspora_message() , diaspora_process_outbound() , diaspora_send_followup() , diaspora_send_mail() , diaspora_send_relay() , diaspora_transmit() , directory_content() , directory_run() , dirsearch_content() , display_content() , dlogger() , dob() , downgrade_accounts() , editblock_content() , editpost_content() , editwebpage_content() , encode_item() , encode_mail() , events_content() , expire_run() , externals_run() , feature_enabled() , feed_init() , filter_insecure() , find_upstream_directory() , findpeople_widget() , get_all_perms() , Item\get_comment_box() , get_default_profile_photo() , get_directory_realm() , get_item_elements() , get_mail_elements() , get_max_import_size() , get_online_status() , get_profile_fields_advanced() , get_profile_fields_basic() , get_role_perms() , RedMatrix\RedDAV\RedDirectory\getChild() , RedMatrix\RedDAV\RedDirectory\getChildren() , group_content() , guess_image_type() , home_content() , home_init() , identity_basic_export() , photo_gd\imageString() , import_post() , import_xchan() , invite_content() , invite_post() , is_public_profile() , item_post() , item_store() , item_store_update() , photo_imagick\load() , localize_item() , logger() , login() , lostpass_content() , lostpass_post() , mark_orphan_hubsxchans() , nav() , navbar_complete() , network_content() , FKOAuthDataStore\new_access_token() , new_channel_post() , new_contact() , new_keypair() , notification() , notifier_run() , oembed_bbcode2html() , openid_content() , parse_url_content() , perm_is_allowed() , photo_factory() , photo_upload() , photos_content() , photos_init() , poco_init() , poller_run() , post_activity_item() , post_post() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , profile_content() , profile_create_sidebar() , profile_photo_post() , profiles_content() , profperm_content() , pubsites_content() , RedMatrix\RedDAV\RedFile\put() , receive_post() , ref_session_gc() , register_content() , register_post() , reload_plugins() , remove_all_xchan_resources() , remove_obsolete_hublocs() , scale_external_images() , search_content() , send_message() , send_reg_approval_email() , send_verification_email() , service_class_allows() , service_class_fetch() , service_limits_content() , set_config() , settings_post() , site_default_perms() , siteinfo_content() , siteinfo_init() , smilies() , start_delivery_chain() , store_diaspora_comment_sig() , tag_deliver() , tgroup_check() , theme_admin() , unobscure() , update_modtime() , update_suggestions() , upgrade_link() , user_allow() , valid_email() , validate_email() , verify_email_address() , viewconnections_content() , viewconnections_init() , viewsrc_content() , widget_fullprofile() , widget_profile() , z_fetch_url() , z_post_url() , zfinger_init() , zot_fetch() , zot_gethub() , zot_import() , and zotfeed_init() .
@@ -433,7 +433,7 @@ Functions
Returns mixed Stored value or false if it does not exist
-Referenced by Conversation\__construct() , acl_init() , bb2diaspora_itembody() , App\build_pagehead() , change_channel() , channel_content() , connect_content() , connedit_content() , connedit_post() , contact_block() , contact_remove() , conversation() , current_theme() , diaspora_request() , display_content() , editpost_content() , feature_enabled() , findpeople_widget() , fix_attached_file_permissions() , fix_attached_photo_permissions() , Item\get_comment_box() , get_online_status() , Item\get_template_data() , get_theme_uid() , group_content() , home_init() , invite_content() , invite_post() , item_post() , item_store() , item_store_update() , items_fetch() , load_pdl() , FKOAuth1\loginUser() , mail_content() , message_content() , nav() , network_content() , new_contact() , notification() , pdledit_content() , ping_init() , post_post() , profile_activity() , profile_load() , profile_sidebar() , profperm_content() , remove_community_tag() , rpost_content() , search_content() , set_pconfig() , settings_post() , smilies() , tag_deliver() , theme_content() , webpages_content() , widget_archive() , widget_notes() , widget_settings_menu() , and zot_refresh() .
+Referenced by Conversation\__construct() , acl_init() , bb2diaspora_itembody() , blocks_content() , App\build_pagehead() , change_channel() , channel_content() , connect_content() , connedit_content() , connedit_post() , contact_block() , contact_remove() , conversation() , current_theme() , diaspora_request() , directory_content() , display_content() , editpost_content() , feature_enabled() , findpeople_widget() , fix_attached_file_permissions() , fix_attached_photo_permissions() , Item\get_comment_box() , get_online_status() , Item\get_template_data() , get_theme_uid() , group_content() , home_init() , invite_content() , invite_post() , item_post() , item_store() , item_store_update() , items_fetch() , load_pdl() , FKOAuth1\loginUser() , mail_content() , message_content() , nav() , network_content() , new_contact() , notification() , pdledit_content() , ping_init() , post_post() , profile_activity() , profile_load() , profile_sidebar() , profperm_content() , remove_community_tag() , rpost_content() , search_content() , set_pconfig() , settings_post() , smilies() , tag_deliver() , theme_content() , webpages_content() , widget_archive() , widget_notes() , widget_settings_menu() , zfinger_init() , and zot_refresh() .
diff --git a/doc/html/include_2network_8php.html b/doc/html/include_2network_8php.html
index dc050e058..56a0aadea 100644
--- a/doc/html/include_2network_8php.html
+++ b/doc/html/include_2network_8php.html
@@ -120,7 +120,7 @@ Functions
z_post_url_json ($url, $params, $redirects=0, $opts=array())
- json_return_and_die ($x )
+ json_return_and_die ($x )
xml_status ($st, $message= '')
@@ -747,7 +747,7 @@ Functions
Returns 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
-Referenced by check_htaccess() , directory_content() , dirprofile_init() , discover_by_url() , discover_by_webbie() , externals_run() , fetch_xrd_links() , get_diaspora_reshare_xml() , handle_feed() , import_post() , import_profile_photo() , import_site() , import_xchan() , navbar_complete() , oembed_fetch_url() , oexchange_content() , onepoll_run() , parseurl_getsiteinfo() , poco_load() , pubsites_content() , reflect_photo_callback() , remote_online_status() , scale_external_images() , scrape_feed() , scrape_vcard() , setup_post() , sslify_init() , sync_directories() , update_suggestions() , webfinger_rfc7033() , z_post_url() , zot_finger() , and zot_register_hub() .
+Referenced by check_htaccess() , directory_content() , discover_by_url() , discover_by_webbie() , externals_run() , fetch_xrd_links() , get_diaspora_reshare_xml() , handle_feed() , import_post() , import_profile_photo() , import_site() , import_xchan() , navbar_complete() , oembed_fetch_url() , oexchange_content() , onepoll_run() , parseurl_getsiteinfo() , poco_load() , pubsites_content() , reflect_photo_callback() , remote_online_status() , scale_external_images() , scrape_feed() , scrape_vcard() , setup_post() , sslify_init() , sync_directories() , update_suggestions() , webfinger_rfc7033() , z_post_url() , zot_finger() , and zot_register_hub() .
diff --git a/doc/html/items_8php.html b/doc/html/items_8php.html
index cfe6a12b6..b6fe1692b 100644
--- a/doc/html/items_8php.html
+++ b/doc/html/items_8php.html
@@ -148,15 +148,15 @@ Functions
title_is_body ($title, $body)
- get_item_elements ($x )
+ get_item_elements ($x )
- import_author_xchan ($x )
+ import_author_xchan ($x )
- import_author_diaspora ($x )
+ import_author_diaspora ($x )
- import_author_rss ($x )
+ import_author_rss ($x )
- import_author_unknown ($x )
+ import_author_unknown ($x )
encode_item ($item, $mirror=false)
@@ -180,9 +180,9 @@ Functions
encode_mail ($item)
- get_mail_elements ($x )
+ get_mail_elements ($x )
- get_profile_elements ($x )
+ get_profile_elements ($x )
get_atom_elements ($feed, $item, &$author)
diff --git a/doc/html/language_8php.html b/doc/html/language_8php.html
index 3e1fd3824..3e8307803 100644
--- a/doc/html/language_8php.html
+++ b/doc/html/language_8php.html
@@ -372,7 +372,7 @@ Functions
Returns translated string if exists, otherwise return $s
-Referenced by account_remove() , achievements_content() , acl_init() , admin_content() , admin_page_channels() , admin_page_dbsync() , admin_page_hubloc() , admin_page_logs() , admin_page_logs_post() , admin_page_plugins() , admin_page_profs() , admin_page_site() , admin_page_site_post() , admin_page_summary() , admin_page_themes() , admin_page_users() , admin_post() , advanced_profile() , alt_pager() , api_content() , api_post() , api_statuses_public_timeline() , app_render() , app_store() , app_update() , appman_content() , appman_post() , apps_content() , apw_form() , attach_by_hash() , attach_by_hash_nodata() , attach_count_files() , attach_init() , attach_list_files() , attach_mkdir() , attach_store() , bb2diaspora_itembody() , bbcode() , block_content() , blocks_content() , blogtheme_form() , bookmark_add() , bookmarks_content() , bookmarks_init() , catblock() , categories_widget() , channel_content() , channel_init() , chat_content() , chat_init() , chatroom_create() , chatroom_destroy() , chatroom_enter() , chatsvc_content() , check_account_email() , check_account_invite() , check_config() , check_form_security_std_err_msg() , check_funcs() , check_htaccess() , check_htconfig() , check_keys() , check_php() , check_smarty3() , check_store() , cloud_init() , common_content() , common_friends_visitor_widget() , common_init() , connect_content() , connect_init() , connect_post() , connections_content() , connections_post() , connedit_content() , connedit_post() , construct_page() , contact_block() , contact_poll_interval() , conversation() , create_account() , create_identity() , day_translate() , delegate_content() , design_tools() , diaspora_like() , dir_safe_mode() , dir_sort_links() , dir_tagblock() , directory_content() , dirprofile_init() , dirsearch_content() , display_content() , drop_item() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , event_store_item() , events_content() , events_post() , fbrowser_content() , fileas_widget() , filer_content() , filestorage_content() , filestorage_post() , findpeople_widget() , follow_init() , foofoo() , format_categories() , format_event_diaspora() , format_event_html() , format_filer() , format_like() , format_notification() , fsuggest_content() , fsuggest_post() , gender_selector() , gender_selector_min() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_birthdays() , Item\get_comment_box() , get_events() , get_features() , get_mood_verbs() , get_perms() , get_plink() , get_poke_verbs() , Item\get_template_data() , group_add() , group_content() , group_post() , group_side() , hcard_init() , help_content() , home_content() , RedMatrix\RedDAV\RedBrowser\htmlActionsPanel() , identity_check_service_class() , impel_init() , import_author_rss() , import_author_unknown() , import_channel_photo() , import_content() , import_post() , import_xchan() , dba_driver\install() , invite_content() , invite_post() , item_check_service_class() , item_content() , item_photo_menu() , item_post() , item_post_type() , items_fetch() , lang_selector() , layout_select() , layouts_content() , like_content() , like_puller() , load_database() , localize_item() , lockview_content() , locs_content() , locs_post() , login() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_post() , manage_content() , manual_config() , marital_selector() , marital_selector_min() , match_content() , menu_content() , menu_post() , menu_render() , message_content() , mimetype_select() , mini_group_select() , mitem_content() , mitem_init() , mitem_post() , mood_content() , mood_init() , nav() , network_content() , network_init() , network_to_name() , new_channel_content() , new_channel_post() , new_contact() , notice() , notification() , notifications_content() , notifications_post() , notify_content() , obj_verbs() , oembed_bbcode2html() , oembed_iframe() , oexchange_content() , openid_content() , page_init() , pagelist_widget() , paginate() , pdl_selector() , pdledit_content() , pdledit_post() , photo_upload() , photos_album_widget() , photos_content() , photos_init() , photos_post() , ping_init() , poke_content() , poke_init() , poll_content() , populate_acl() , post_activity_item() , post_init() , probe_content() , profile_activity() , profile_content() , profile_init() , profile_load() , profile_photo_post() , profile_sidebar() , profiles_content() , profiles_init() , profiles_post() , profperm_content() , pubsites_content() , rbmark_content() , rbmark_post() , redbasic_form() , register_content() , register_post() , regmod_content() , relative_date() , removeaccount_content() , removeaccount_post() , removeme_content() , removeme_post() , rmagic_content() , rmagic_post() , role_selector() , rpost_content() , scale_external_images() , search() , search_content() , searchbox() , select_timezone() , send_message() , send_reg_approval_email() , send_verification_email() , service_limits_content() , settings_post() , setup_content() , sexpref_selector() , sexpref_selector_min() , siteinfo_content() , sources_content() , sources_post() , subthread_content() , suggest_content() , sync_locations() , tagblock() , tagger_content() , tagrm_content() , tagrm_post() , theme_attachments() , thing_content() , thing_init() , timezone_cmp() , translate_scope() , translate_system_apps() , update_birthdays() , update_channel_content() , update_display_content() , update_network_content() , update_search_content() , upgrade_bool_message() , upgrade_link() , upgrade_message() , user_allow() , user_approve() , user_deny() , validate_channelname() , vcard_from_xchan() , verify_email_address() , viewconnections_content() , viewsrc_content() , vote_content() , wall_upload_post() , webpages_content() , what_next() , widget_affinity() , widget_appselect() , widget_archive() , widget_bookmarkedchats() , widget_chatroom_list() , widget_filer() , widget_follow() , widget_mailmenu() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , widget_suggestions() , widget_tagcloud() , writepages_widget() , xchan_content() , z_readdir() , and zfinger_init() .
+Referenced by account_remove() , achievements_content() , acl_init() , admin_content() , admin_page_channels() , admin_page_dbsync() , admin_page_hubloc() , admin_page_logs() , admin_page_logs_post() , admin_page_plugins() , admin_page_profs() , admin_page_site() , admin_page_site_post() , admin_page_summary() , admin_page_themes() , admin_page_users() , admin_post() , advanced_profile() , alt_pager() , api_content() , api_post() , api_statuses_public_timeline() , app_render() , app_store() , app_update() , appman_content() , appman_post() , apps_content() , apw_form() , attach_by_hash() , attach_by_hash_nodata() , attach_count_files() , attach_init() , attach_list_files() , attach_mkdir() , attach_store() , bb2diaspora_itembody() , bbcode() , block_content() , blocks_content() , blogtheme_form() , bookmark_add() , bookmarks_content() , bookmarks_init() , catblock() , categories_widget() , channel_content() , channel_init() , chat_content() , chat_init() , chatroom_create() , chatroom_destroy() , chatroom_enter() , chatsvc_content() , check_account_email() , check_account_invite() , check_config() , check_form_security_std_err_msg() , check_funcs() , check_htaccess() , check_htconfig() , check_keys() , check_php() , check_smarty3() , check_store() , cloud_init() , common_content() , common_friends_visitor_widget() , common_init() , connect_content() , connect_init() , connect_post() , connections_content() , connections_post() , connedit_content() , connedit_post() , construct_page() , contact_block() , contact_poll_interval() , conversation() , create_account() , create_identity() , day_translate() , delegate_content() , design_tools() , diaspora_like() , dir_safe_mode() , dir_sort_links() , dir_tagblock() , directory_content() , dirsearch_content() , display_content() , dob() , drop_item() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , event_store_item() , events_content() , events_post() , fbrowser_content() , fileas_widget() , filer_content() , filestorage_content() , filestorage_post() , findpeople_widget() , follow_init() , foofoo() , format_categories() , format_event_diaspora() , format_event_html() , format_filer() , format_like() , format_notification() , fsuggest_content() , fsuggest_post() , gender_selector() , gender_selector_min() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_birthdays() , Item\get_comment_box() , get_events() , get_features() , get_mood_verbs() , get_perms() , get_plink() , get_poke_verbs() , Item\get_template_data() , group_add() , group_content() , group_post() , group_side() , hcard_init() , help_content() , home_content() , RedMatrix\RedDAV\RedBrowser\htmlActionsPanel() , identity_check_service_class() , impel_init() , import_author_rss() , import_author_unknown() , import_channel_photo() , import_content() , import_post() , import_xchan() , dba_driver\install() , invite_content() , invite_post() , item_check_service_class() , item_content() , item_photo_menu() , item_post() , item_post_type() , items_fetch() , lang_selector() , layout_select() , layouts_content() , like_content() , like_puller() , load_database() , localize_item() , lockview_content() , locs_content() , locs_post() , login() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_post() , manage_content() , manual_config() , marital_selector() , marital_selector_min() , match_content() , menu_content() , menu_post() , menu_render() , message_content() , mimetype_select() , mini_group_select() , mitem_content() , mitem_init() , mitem_post() , mood_content() , mood_init() , nav() , network_content() , network_init() , network_to_name() , new_channel_content() , new_channel_post() , new_contact() , notice() , notification() , notifications_content() , notifications_post() , notify_content() , obj_verbs() , oembed_bbcode2html() , oembed_iframe() , oexchange_content() , openid_content() , page_init() , pagelist_widget() , paginate() , pdl_selector() , pdledit_content() , pdledit_post() , photo_upload() , photos_album_widget() , photos_content() , photos_init() , photos_post() , ping_init() , poke_content() , poke_init() , poll_content() , populate_acl() , post_activity_item() , post_init() , probe_content() , profile_activity() , profile_content() , profile_init() , profile_load() , profile_photo_post() , profile_sidebar() , profiles_content() , profiles_init() , profiles_post() , profperm_content() , pubsites_content() , rbmark_content() , rbmark_post() , redbasic_form() , register_content() , register_post() , regmod_content() , relative_date() , removeaccount_content() , removeaccount_post() , removeme_content() , removeme_post() , rmagic_content() , rmagic_post() , role_selector() , rpost_content() , scale_external_images() , search() , search_content() , searchbox() , select_timezone() , send_message() , send_reg_approval_email() , send_verification_email() , service_limits_content() , settings_post() , setup_content() , sexpref_selector() , sexpref_selector_min() , siteinfo_content() , sources_content() , sources_post() , subthread_content() , suggest_content() , sync_locations() , tagblock() , tagger_content() , tagrm_content() , tagrm_post() , theme_attachments() , thing_content() , thing_init() , timezone_cmp() , translate_scope() , translate_system_apps() , update_birthdays() , update_channel_content() , update_display_content() , update_network_content() , update_search_content() , upgrade_bool_message() , upgrade_link() , upgrade_message() , user_allow() , user_approve() , user_deny() , validate_channelname() , vcard_from_xchan() , verify_email_address() , viewconnections_content() , viewsrc_content() , vote_content() , wall_upload_post() , webpages_content() , what_next() , widget_affinity() , widget_appselect() , widget_archive() , widget_bookmarkedchats() , widget_chatroom_list() , widget_filer() , widget_follow() , widget_mailmenu() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , widget_suggestions() , widget_tagcloud() , writepages_widget() , xchan_content() , z_readdir() , and zfinger_init() .
diff --git a/doc/html/layouts_8php.html b/doc/html/layouts_8php.html
index 01db274f4..7287e9147 100644
--- a/doc/html/layouts_8php.html
+++ b/doc/html/layouts_8php.html
@@ -112,6 +112,8 @@ $(document).ready(function(){initNavTree('layouts_8php.html','');});
@@ -130,6 +132,22 @@ Functions
+
+
+
+
+
+
+
+ layouts_init
+ (
+ &
+ $a )
+
+
+
+
+
diff --git a/doc/html/layouts_8php.js b/doc/html/layouts_8php.js
index ee929d2fc..5c56bc6c3 100644
--- a/doc/html/layouts_8php.js
+++ b/doc/html/layouts_8php.js
@@ -1,4 +1,5 @@
var layouts_8php =
[
- [ "layouts_content", "layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50", null ]
+ [ "layouts_content", "layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50", null ],
+ [ "layouts_init", "layouts_8php.html#a39c8e9f72641c684c8b689bd91a642fa", null ]
];
\ No newline at end of file
diff --git a/doc/html/navtree.js b/doc/html/navtree.js
index cc61fa4f9..ae229089f 100644
--- a/doc/html/navtree.js
+++ b/doc/html/navtree.js
@@ -37,15 +37,15 @@ var NAVTREE =
var NAVTREEINDEX =
[
"BS-Default_8php.html",
-"boot_8php.html#a50a6707a28c7d05d3f49eaabc7994501",
-"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c",
-"classTemplate.html#a317d535946dc065c35dd5cd38380e6c6",
-"diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668",
-"globals_func_0x6e.html",
-"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571",
-"mod__chanview_8php.html",
-"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82",
-"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149"
+"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115",
+"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f",
+"classTemplate.html#a37c15f6d1ade500943629f27a62808b7",
+"dba__driver_8php.html",
+"globals_0x67.html",
+"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941",
+"mod_2bookmarks_8php.html",
+"refimport_8php.html",
+"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8"
];
var SYNCONMSG = 'click to disable panel synchronisation';
diff --git a/doc/html/navtreeindex0.js b/doc/html/navtreeindex0.js
index 0deb6b75f..4c0766557 100644
--- a/doc/html/navtreeindex0.js
+++ b/doc/html/navtreeindex0.js
@@ -144,6 +144,7 @@ var NAVTREEINDEX0 =
"block_8php.html#a9b61c96044ed2a068f18c10370a78d5c":[6,0,1,8,1],
"blocks_8php.html":[6,0,1,9],
"blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12":[6,0,1,9,0],
+"blocks_8php.html#aebe88302181883d2b17d6e98a1aaebe9":[6,0,1,9,1],
"blogga_2php_2theme_8php.html":[6,0,3,1,1,0,2],
"blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b":[6,0,3,1,1,0,2,0],
"blogga_2view_2theme_2blog_2theme_8php.html":[6,0,3,1,1,1,0,0,2],
@@ -153,101 +154,100 @@ var NAVTREEINDEX0 =
"blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae":[6,0,3,1,1,1,0,0,2,1],
"blogga_2view_2theme_2blog_2theme_8php.html#af634a3f721c5e238530d0636d33230ec":[6,0,3,1,1,1,0,0,2,4],
"boot_8php.html":[6,0,4],
-"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[6,0,4,146],
-"boot_8php.html#a01353c9abebc3544ea080ac161729632":[6,0,4,39],
-"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[6,0,4,160],
-"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[6,0,4,266],
-"boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb":[6,0,4,138],
+"boot_8php.html#a009e6a0637cb65804ea8094ecc4450b0":[6,0,4,148],
+"boot_8php.html#a0209e605028a5bb492683951ab30d49d":[6,0,4,309],
+"boot_8php.html#a022cea669f9f13ef7c6268b63884c57f":[6,0,4,162],
+"boot_8php.html#a02566ac9d891369a1d3ebb81a15722fc":[6,0,4,267],
+"boot_8php.html#a028380b2902a86ba32198f6d3b5d10bb":[6,0,4,140],
"boot_8php.html#a032bbd6d0321e99e9117332c9ed2b1b8":[6,0,4,58],
-"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[6,0,4,179],
+"boot_8php.html#a03d19251c245587de7ed959300b87bdf":[6,0,4,181],
"boot_8php.html#a0450389f24c632906fbc24347700a543":[6,0,4,49],
-"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[6,0,4,111],
+"boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b":[6,0,4,113],
"boot_8php.html#a081307d681d7d04f17b9ced2076e7c85":[6,0,4,1],
-"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[6,0,4,222],
+"boot_8php.html#a09532c3f750ae8c4527e63b2b790cbf3":[6,0,4,223],
"boot_8php.html#a0a98dd0110dc6c8e24cefc8ae74d5562":[6,0,4,73],
-"boot_8php.html#a0afeb43da443d6ff3526ede5ecdcc3b3":[6,0,4,299],
-"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[6,0,4,183],
-"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[6,0,4,286],
-"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[6,0,4,282],
-"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[6,0,4,285],
+"boot_8php.html#a0afeb43da443d6ff3526ede5ecdcc3b3":[6,0,4,300],
+"boot_8php.html#a0b73e2548d6f9beb9c93211f488e336a":[6,0,4,185],
+"boot_8php.html#a0c59dde058efebbc66520d136cbd1631":[6,0,4,287],
+"boot_8php.html#a0cc8dc76bd10ac0ec81bac08a46f82fe":[6,0,4,283],
+"boot_8php.html#a0d877df1e20bae765e1708be50f6b503":[6,0,4,286],
"boot_8php.html#a0e4701c9742c3ef88f02ac450a042a84":[6,0,4,22],
"boot_8php.html#a0e57f846e6d47a308feced0f7274f178":[6,0,4,65],
"boot_8php.html#a0e6db7e365f2b041a828b93786f694bc":[6,0,4,15],
"boot_8php.html#a0fb63e51c2a9814941842ae8f2f4dff8":[6,0,4,83],
"boot_8php.html#a107d53f96acf5319905a34b1870db09a":[6,0,4,42],
-"boot_8php.html#a115faf8797718c3165498abbd6895843":[6,0,4,271],
-"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[6,0,4,140],
-"boot_8php.html#a1200c1f968ff3d52ef878de5fc5c30c1":[6,0,4,270],
+"boot_8php.html#a115faf8797718c3165498abbd6895843":[6,0,4,272],
+"boot_8php.html#a11cfe7d99b4dac0454d0de8873989f81":[6,0,4,142],
+"boot_8php.html#a1200c1f968ff3d52ef878de5fc5c30c1":[6,0,4,271],
"boot_8php.html#a12c781cefc20167231e2e3fd5866b1b5":[6,0,4,87],
"boot_8php.html#a14ba8f9e162f2559831ee3bf98e0c3bd":[6,0,4,84],
-"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[6,0,4,210],
+"boot_8php.html#a14d44d4a00223dc3db4ea962325db192":[6,0,4,212],
"boot_8php.html#a176664e78dcb9132e16be69418223eb2":[6,0,4,68],
-"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[6,0,4,159],
-"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[6,0,4,155],
-"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[6,0,4,182],
-"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[6,0,4,149],
-"boot_8php.html#a1997c4b7d0253e036bc0fb6b20e4af71":[6,0,4,298],
-"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[6,0,4,305],
-"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[6,0,4,260],
-"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[6,0,4,307],
-"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[6,0,4,186],
+"boot_8php.html#a17b4ea23d9ecf628d9c8f53b7abcb805":[6,0,4,161],
+"boot_8php.html#a17cf72338b040891781a4bcbdd9a8595":[6,0,4,157],
+"boot_8php.html#a181c111f4b6c14d091dfd3bf0d0a22cd":[6,0,4,184],
+"boot_8php.html#a18a400fa45e5632811b33041d8c048bf":[6,0,4,151],
+"boot_8php.html#a1997c4b7d0253e036bc0fb6b20e4af71":[6,0,4,299],
+"boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2":[6,0,4,306],
+"boot_8php.html#a1ba00027b718db732f30fc0e2c3e0abc":[6,0,4,261],
+"boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f":[6,0,4,308],
+"boot_8php.html#a1d6e7f4c08bb68e4a424326a811bdd86":[6,0,4,188],
"boot_8php.html#a1da180f961f49a11573cac4ff6c62c05":[6,0,4,82],
-"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[6,0,4,237],
-"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[6,0,4,113],
-"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[6,0,4,166],
-"boot_8php.html#a205d013103997adfa72953d2f20c01e1":[6,0,4,231],
-"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[6,0,4,203],
-"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[6,0,4,262],
+"boot_8php.html#a1db4f0009c9cb4e107eab0f914a3c8dc":[6,0,4,238],
+"boot_8php.html#a1f5906598e90b5ea2b4245f682be4348":[6,0,4,115],
+"boot_8php.html#a1fbb93cf030f07391f22cc2948744869":[6,0,4,168],
+"boot_8php.html#a205d013103997adfa72953d2f20c01e1":[6,0,4,232],
+"boot_8php.html#a20f0eed431d25870b624b8937a07a59f":[6,0,4,205],
+"boot_8php.html#a21cc29e0025943e7c28ff58cb4856ac3":[6,0,4,263],
"boot_8php.html#a222395aa223cfbff6166fab0b4e2e1d5":[6,0,4,43],
"boot_8php.html#a24a7a70afedd5d85fe0eadc85afa9f77":[6,0,4,21],
-"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[6,0,4,106],
+"boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8":[6,0,4,108],
"boot_8php.html#a27299ecfb9e9a99826f17a1c14c6995f":[6,0,4,98],
-"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[6,0,4,274],
-"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[6,0,4,206],
+"boot_8php.html#a2750985ec445617d7e82ae3098c91e3f":[6,0,4,275],
+"boot_8php.html#a285732e7889fa7f333cbe431111e1029":[6,0,4,208],
"boot_8php.html#a29528a2544373cc19a378f350040c6a1":[6,0,4,89],
-"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[6,0,4,139],
-"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[6,0,4,235],
-"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[6,0,4,114],
-"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[6,0,4,258],
-"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[6,0,4,202],
-"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[6,0,4,135],
+"boot_8php.html#a2958a2bd5422b85329d7c36c06dbc221":[6,0,4,141],
+"boot_8php.html#a29e921c0c72412cc738e44cca6ca1f62":[6,0,4,236],
+"boot_8php.html#a2af173e4e9836ee7c90757b4793a2be3":[6,0,4,116],
+"boot_8php.html#a2b525996e4426bdddbcec277778bde08":[6,0,4,259],
+"boot_8php.html#a2c65e925994566a63e6c03c381f1b4a0":[6,0,4,204],
+"boot_8php.html#a2c8906f1af94a3559a5b4661067bb79d":[6,0,4,137],
"boot_8php.html#a2e90096fede6acce16abf0da8cb2febe":[6,0,4,74],
"boot_8php.html#a2f8f25b13480c37a5f22511f53da8bab":[6,0,4,79],
"boot_8php.html#a329400dcb29897cdaae3020109272285":[6,0,4,17],
-"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[6,0,4,242],
-"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[6,0,4,153],
+"boot_8php.html#a32df13fec0e43281da5979e1f5579aa8":[6,0,4,243],
+"boot_8php.html#a3475ff6c2e575f946ea0ee377e944173":[6,0,4,155],
"boot_8php.html#a34c756469ebed32e2fc987bcde62d382":[6,0,4,46],
-"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[6,0,4,128],
-"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[6,0,4,168],
-"boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[6,0,4,218],
-"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[6,0,4,311],
-"boot_8php.html#a37281c30bd92cecb499878d6778c570f":[6,0,4,297],
-"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[6,0,4,191],
-"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[6,0,4,117],
-"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[6,0,4,122],
-"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[6,0,4,310],
-"boot_8php.html#a3d48dffd9dc73a187263c3002cdf00c0":[6,0,4,188],
-"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[6,0,4,233],
+"boot_8php.html#a3515ea6bf77495de89b93e9ccd881c49":[6,0,4,130],
+"boot_8php.html#a35625dacd2158b9f1f1a8e77f9f081fd":[6,0,4,170],
+"boot_8php.html#a36003bebe4ce860c6652bcc3e09b2214":[6,0,4,219],
+"boot_8php.html#a36b31575f992a10b5927b76efba9362e":[6,0,4,313],
+"boot_8php.html#a37281c30bd92cecb499878d6778c570f":[6,0,4,298],
+"boot_8php.html#a37ddabc112db443b4c67fbc0f708817e":[6,0,4,102],
+"boot_8php.html#a38f6c7fe33b5434a24b4314567753dfa":[6,0,4,193],
+"boot_8php.html#a3ad9cc5d4354be741fa1de12b96e9955":[6,0,4,119],
+"boot_8php.html#a3b56bfc6a0dd159070e316ddac3b7456":[6,0,4,124],
+"boot_8php.html#a3cd42a70c6b3999590e4fd7a1a9096af":[6,0,4,312],
+"boot_8php.html#a3d48dffd9dc73a187263c3002cdf00c0":[6,0,4,190],
+"boot_8php.html#a3d6d4fc5fafcc9156811669158541caf":[6,0,4,234],
"boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4":[6,0,4,12],
"boot_8php.html#a3e2ea123d29a72012db1241f96280b0e":[6,0,4,66],
"boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77":[6,0,4,96],
"boot_8php.html#a400519fa181591cd6fdbb8f25fbcba0a":[6,0,4,56],
-"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[6,0,4,142],
-"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[6,0,4,226],
-"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[6,0,4,201],
+"boot_8php.html#a40d885b2cfd736aab4234ae641ca4dfb":[6,0,4,144],
+"boot_8php.html#a423505ab8dbd8e39d04ae3fe1374102b":[6,0,4,227],
+"boot_8php.html#a43296b1b4398aacbf92a4b2d56bab91e":[6,0,4,203],
"boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731":[6,0,4,95],
-"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[6,0,4,176],
-"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[6,0,4,163],
+"boot_8php.html#a444ce608ce34efb82ee11852f36e825f":[6,0,4,178],
+"boot_8php.html#a44ae1542a805ffd7f826fb511db07374":[6,0,4,165],
"boot_8php.html#a44d069c8a1cfcc6d2007c506a17ff28f":[6,0,4,77],
-"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[6,0,4,169],
-"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[6,0,4,283],
-"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[6,0,4,189],
-"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[6,0,4,112],
-"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[6,0,4,252],
-"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[6,0,4,187],
+"boot_8php.html#a458e19af801bc4b0d1f1ce1a6d9e857e":[6,0,4,171],
+"boot_8php.html#a45b12aefab9675baffc7a07a09486db8":[6,0,4,284],
+"boot_8php.html#a49f2a70b3b43aa904223a8d19e986a47":[6,0,4,191],
+"boot_8php.html#a4a12ce5de39789b0361e308d89925a20":[6,0,4,114],
+"boot_8php.html#a4a49b29838ef2c45ab3556b52baec6a4":[6,0,4,253],
+"boot_8php.html#a4bfe22e163657690dfb6d5b1d04cb47e":[6,0,4,189],
"boot_8php.html#a4c02d88e66852a01bd5a1feecb7c3ce3":[6,0,4,6],
-"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[6,0,4,224],
-"boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[6,0,4,62],
-"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[6,0,4,247],
-"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[6,0,4,213]
+"boot_8php.html#a4edce16cb7f21cdafa1e85bf63d713e6":[6,0,4,225],
+"boot_8php.html#a4f507a5996dbb3da148add0339a40d5a":[6,0,4,62]
};
diff --git a/doc/html/navtreeindex1.js b/doc/html/navtreeindex1.js
index 49933455f..e5c55b0c2 100644
--- a/doc/html/navtreeindex1.js
+++ b/doc/html/navtreeindex1.js
@@ -1,219 +1,222 @@
var NAVTREEINDEX1 =
{
+"boot_8php.html#a4fefd7486d3b888a05cfd3dc9575f115":[6,0,4,248],
+"boot_8php.html#a505410c7edc5f5bb5fa227b98359793e":[6,0,4,215],
"boot_8php.html#a50a6707a28c7d05d3f49eaabc7994501":[6,0,4,30],
-"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,167],
+"boot_8php.html#a525ca93ff35d3535d1a2b8ba57876afa":[6,0,4,169],
"boot_8php.html#a52b599cd13e152ebc80d7e4413683195":[6,0,4,44],
"boot_8php.html#a53e4bdb6f225da55115acb9277f75e53":[6,0,4,88],
"boot_8php.html#a5542c5c2806ab8bca04bad53d47b5209":[6,0,4,36],
-"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,205],
-"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,246],
-"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,308],
+"boot_8php.html#a56fd673eaa7014150297ce1162502db5":[6,0,4,207],
+"boot_8php.html#a57eee7352714c004d36c26dda74af73e":[6,0,4,247],
+"boot_8php.html#a5a681a672e007cdc22b43345d71f07c6":[6,0,4,310],
"boot_8php.html#a5ab6181607a090bcdbaa13b15b85aba1":[6,0,4,20],
"boot_8php.html#a5ae728ac966ea1d3525a19e7fec59434":[6,0,4,67],
-"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[6,0,4,195],
-"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[6,0,4,219],
+"boot_8php.html#a5b043b7fdcfd4e8c9c3747574afc6caa":[6,0,4,197],
+"boot_8php.html#a5b8484922918946d041e5e0515dbe718":[6,0,4,220],
"boot_8php.html#a5c3747e0f505f0d5271dc4c54e3feaf4":[6,0,4,85],
-"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[6,0,4,174],
-"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[6,0,4,220],
+"boot_8php.html#a5df5359090d1f8e898c36d7cf8878ad2":[6,0,4,176],
+"boot_8php.html#a5e322a2a2d0f51924c0b2e874988e640":[6,0,4,221],
"boot_8php.html#a5fbebdf7a1c0ea8f904dbd9d78c2c06c":[6,0,4,34],
"boot_8php.html#a623e49c79943f3e7bdb770d021683cf7":[6,0,4,19],
"boot_8php.html#a6252d8eca67c689d9035ec6da544cf46":[6,0,4,25],
"boot_8php.html#a62c832a95e38b1fa23e6cef39521b7d5":[6,0,4,81],
-"boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8":[6,0,4,110],
-"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[6,0,4,279],
-"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[6,0,4,180],
-"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[6,0,4,151],
-"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[6,0,4,154],
+"boot_8php.html#a639f079bf28f7bbb2769fee651d76dd8":[6,0,4,112],
+"boot_8php.html#a64617d4655804de2a3c86501ab4fdbfd":[6,0,4,280],
+"boot_8php.html#a6626f383c3d2d459f731ab8b4f237d16":[6,0,4,182],
+"boot_8php.html#a6788e99021ec8ffb0fa94d651f22a322":[6,0,4,153],
+"boot_8php.html#a68d1d5bc9c7ccb663dc671b48c66df11":[6,0,4,156],
"boot_8php.html#a68eebe493e6f729ffd1aeda7a4b11155":[6,0,4,48],
-"boot_8php.html#a6969947145a139ec374ce098224d8e81":[6,0,4,157],
-"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[6,0,4,264],
-"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[6,0,4,250],
-"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[6,0,4,244],
-"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[6,0,4,107],
+"boot_8php.html#a6969947145a139ec374ce098224d8e81":[6,0,4,159],
+"boot_8php.html#a69aac276ed82e010dc382b16ab4d59e1":[6,0,4,265],
+"boot_8php.html#a6b14a31a8aa9f3452a13383f413bffa2":[6,0,4,251],
+"boot_8php.html#a6b31dd451bc6c37fe7c9c766ff385aaf":[6,0,4,245],
+"boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd":[6,0,4,109],
"boot_8php.html#a6c5e9e293c8242dcb9bc2c3ea2fee2c9":[6,0,4,99],
-"boot_8php.html#a6cd1b4081630b2bf7be38836cd9f410c":[6,0,4,214],
-"boot_8php.html#a6df1102664f64b274810db85197c2755":[6,0,4,230],
-"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[6,0,4,137],
-"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[6,0,4,225],
-"boot_8php.html#a7037bcbca223395c06bc67f65024de7a":[6,0,4,108],
-"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[6,0,4,263],
-"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[6,0,4,173],
+"boot_8php.html#a6df1102664f64b274810db85197c2755":[6,0,4,231],
+"boot_8php.html#a6e57d913634d033b4d5ad72d99fd3e9d":[6,0,4,139],
+"boot_8php.html#a6ee7a72d558d1851bbb9e3cdde377932":[6,0,4,226],
+"boot_8php.html#a7037bcbca223395c06bc67f65024de7a":[6,0,4,110],
+"boot_8php.html#a7176c0f9f1c98421b97735d892cf6252":[6,0,4,264],
+"boot_8php.html#a718a801b0be6cbaef5e519516da12721":[6,0,4,175],
"boot_8php.html#a719c7f3972d5f9268f37a41c76cd4ef6":[6,0,4,29],
-"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[6,0,4,196],
-"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[6,0,4,144],
+"boot_8php.html#a7236b2cdcf59f02a42302e893a99013b":[6,0,4,198],
+"boot_8php.html#a749144d8dd9c1366596a0213c277d050":[6,0,4,146],
"boot_8php.html#a74bf27f7564c9a37975e7b37d973dcab":[6,0,4,78],
"boot_8php.html#a75a90b0eadd0df510f7e63210733634d":[6,0,4,2],
-"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[6,0,4,287],
-"boot_8php.html#a76480b213af379c0c6c7fa4e39019ca9":[6,0,4,296],
+"boot_8php.html#a75fc600186b13c3b25e661afefb5eac8":[6,0,4,288],
+"boot_8php.html#a76480b213af379c0c6c7fa4e39019ca9":[6,0,4,297],
"boot_8php.html#a768f00b7d66be0daf7ef4eea2e862006":[6,0,4,4],
"boot_8php.html#a774f0f792ebfec1e774c5a17bb9d5966":[6,0,4,80],
"boot_8php.html#a781916f83fcc8ff1035649afa45f0292":[6,0,4,93],
-"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[6,0,4,254],
-"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[6,0,4,123],
+"boot_8php.html#a78849a1bf8ce8d9804b4cbb502e8f383":[6,0,4,255],
+"boot_8php.html#a7a8ba64d089cc0412c59a2eefc6d655c":[6,0,4,125],
"boot_8php.html#a7aa57438db03834aaa0b468bdce773a6":[6,0,4,71],
-"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[6,0,4,143],
-"boot_8php.html#a7b511bd93202c43405adbe3b5bcebbfe":[6,0,4,294],
-"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[6,0,4,175],
+"boot_8php.html#a7af107fab8d62b9a73801713b774ed30":[6,0,4,145],
+"boot_8php.html#a7b511bd93202c43405adbe3b5bcebbfe":[6,0,4,295],
+"boot_8php.html#a7b8f8ad9dbe82711257d23891ef6b133":[6,0,4,177],
"boot_8php.html#a7bff2278e68a71e524afd1c7c951e1e3":[6,0,4,75],
-"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[6,0,4,115],
+"boot_8php.html#a7c286add8961fd2d79216314cd4aadd8":[6,0,4,117],
"boot_8php.html#a7c2eb822d50e1554bf5c32861f36342b":[6,0,4,63],
-"boot_8php.html#a7e5627b5ca4b7464feb0f08663b19ea1":[6,0,4,302],
-"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[6,0,4,177],
+"boot_8php.html#a7e5627b5ca4b7464feb0f08663b19ea1":[6,0,4,303],
+"boot_8php.html#a7ed4581ab66ebcde97f6b3730856b028":[6,0,4,179],
"boot_8php.html#a7eeb83e15968f7a6cc5937d493815773":[6,0,4,50],
"boot_8php.html#a7f3474fec541e261fc8dff47313c4017":[6,0,4,53],
"boot_8php.html#a7f4264232dbb6c3b41f2617deecb1866":[6,0,4,90],
-"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[6,0,4,126],
-"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[6,0,4,216],
+"boot_8php.html#a7fc4b291a7cdaa48b38e27344ea183cf":[6,0,4,128],
+"boot_8php.html#a8231d115060d41a9c2a677f2c86f10ed":[6,0,4,217],
"boot_8php.html#a84057c5bfa1bca5fba8497fe005ee4d8":[6,0,4,57],
-"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[6,0,4,120],
+"boot_8php.html#a845891f82bf6edd7fa2d578b66703112":[6,0,4,122],
"boot_8php.html#a84f48897059bbd4a8738d7ee4cec6688":[6,0,4,61],
-"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[6,0,4,228],
-"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[6,0,4,133],
-"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[6,0,4,125],
-"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[6,0,4,278],
-"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[6,0,4,277],
-"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[6,0,4,194],
+"boot_8php.html#a852d4036a3bed66af1534d014c4ecde2":[6,0,4,229],
+"boot_8php.html#a8663f32171568489dbb2a01dd00371f8":[6,0,4,135],
+"boot_8php.html#a87b0f279f8413c7e4d805c5d85f20d34":[6,0,4,127],
+"boot_8php.html#a882b666adfe21f035a0f8c02806066d6":[6,0,4,279],
+"boot_8php.html#a8892374789fd261eb32a7969d934a14a":[6,0,4,278],
+"boot_8php.html#a8905fde0a5b7882bdc083b20d9b34701":[6,0,4,196],
"boot_8php.html#a899d24fd074594ceebbf72e1feff335f":[6,0,4,16],
-"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[6,0,4,104],
-"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[6,0,4,248],
-"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[6,0,4,136],
-"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[6,0,4,130],
-"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[6,0,4,256],
-"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[6,0,4,306],
-"boot_8php.html#a921c55b9fa59a327a5f0e07fa1ccb2e0":[6,0,4,251],
+"boot_8php.html#a8a60cc38bb567765fd926fef70205f16":[6,0,4,106],
+"boot_8php.html#a8bb0395933b5e886f086f6a2fb0bfa55":[6,0,4,249],
+"boot_8php.html#a8c9a11c47394244cbe18cd75b9726d5f":[6,0,4,101],
+"boot_8php.html#a8c9dce0ef27b35397e29298eb966f7f7":[6,0,4,138],
+"boot_8php.html#a8da836617174eed9fc2ac8054125354b":[6,0,4,132],
+"boot_8php.html#a8df201788c9dd0ca91384e3a14c08bce":[6,0,4,257],
+"boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6":[6,0,4,307],
+"boot_8php.html#a921c55b9fa59a327a5f0e07fa1ccb2e0":[6,0,4,252],
"boot_8php.html#a9255af5ae9c887520091ea04763c1a88":[6,0,4,33],
"boot_8php.html#a926cad0b3d8b9d9ee5da1898fc063ba3":[6,0,4,11],
-"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[6,0,4,158],
-"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[6,0,4,134],
-"boot_8php.html#a949116d9a295b214293006c060ca4848":[6,0,4,132],
-"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[6,0,4,290],
-"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[6,0,4,261],
+"boot_8php.html#a93823d15ae07548a4c49de88d325cd26":[6,0,4,160],
+"boot_8php.html#a939de9a99278f4fd7dcd0ee67f243f08":[6,0,4,136],
+"boot_8php.html#a949116d9a295b214293006c060ca4848":[6,0,4,134],
+"boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0":[6,0,4,291],
+"boot_8php.html#a96ad56755a21e1361dbd7bf93c9e7ff4":[6,0,4,262],
"boot_8php.html#a97769915c9f14adc4f8ab1ea2cecfd90":[6,0,4,18],
-"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[6,0,4,208],
-"boot_8php.html#a997614f25e58f8313641e1eb0109fd10":[6,0,4,300],
-"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[6,0,4,249],
+"boot_8php.html#a981d46380f9f23c308bac1f9cb00dc5b":[6,0,4,210],
+"boot_8php.html#a997614f25e58f8313641e1eb0109fd10":[6,0,4,301],
+"boot_8php.html#a99a4a17cb644e7e6826ea07ecaf09777":[6,0,4,250],
"boot_8php.html#a9c80420e5a063a4a87ce4831f086134d":[6,0,4,52],
"boot_8php.html#a9cbab4ee728e9a8b4ce952bae643044e":[6,0,4,5],
-"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[6,0,4,240],
-"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[6,0,4,209],
-"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[6,0,4,304],
-"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[6,0,4,280],
-"boot_8php.html#a9f8a2938ddd9ee2867e6f8ce77b61b2f":[6,0,4,292],
-"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[6,0,4,239],
-"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[6,0,4,197],
+"boot_8php.html#a9cc986b4f9dd6558cbb2e25aadbfd964":[6,0,4,241],
+"boot_8php.html#a9d01ef178b72b145016cca1393415bc4":[6,0,4,211],
+"boot_8php.html#a9ea1290e00c6d40684892047f2c778a9":[6,0,4,305],
+"boot_8php.html#a9eeb8989272d5ff804a616898bb13659":[6,0,4,281],
+"boot_8php.html#a9f8a2938ddd9ee2867e6f8ce77b61b2f":[6,0,4,293],
+"boot_8php.html#a9ff652e5cb83cd11cbb0350844e7b28f":[6,0,4,240],
+"boot_8php.html#aa17a4f9c63f5cbc5c06f1066b6aebc42":[6,0,4,199],
"boot_8php.html#aa1e828bbbcba170265eb2668d8daf42e":[6,0,4,26],
-"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[6,0,4,217],
+"boot_8php.html#aa275653b9c87abc7391bb8040c1c2de9":[6,0,4,218],
"boot_8php.html#aa3425e2de85b08f7041656d3a8502cb6":[6,0,4,47],
-"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[6,0,4,165],
+"boot_8php.html#aa3679df31c8dad1b71816b0322d5baff":[6,0,4,167],
"boot_8php.html#aa4221641e5c21db69fa52c426b9017f5":[6,0,4,9],
-"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[6,0,4,162],
-"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[6,0,4,119],
+"boot_8php.html#aa544a6c078130d0967a1f4ed8ce0a2d2":[6,0,4,164],
+"boot_8php.html#aa589421267f0c2f0d643f727792cce35":[6,0,4,121],
"boot_8php.html#aa74438cf71e48e37bf7b440b94243985":[6,0,4,92],
-"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[6,0,4,101],
-"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[6,0,4,245],
-"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[6,0,4,148],
-"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[6,0,4,227],
+"boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d":[6,0,4,103],
+"boot_8php.html#aa9244fc9cc221980c07a20cc534111be":[6,0,4,246],
+"boot_8php.html#aad33b494084f729b6ee3b0bc457718a1":[6,0,4,150],
+"boot_8php.html#aae6c941bde5fd6fce07e51dba7326ead":[6,0,4,228],
"boot_8php.html#aaf9b76832ee5f85e56466af162ba8a14":[6,0,4,72],
-"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[6,0,4,200],
-"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[6,0,4,124],
-"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[6,0,4,229],
+"boot_8php.html#ab21fb0f3e6b962419955c6fc7f26734f":[6,0,4,202],
+"boot_8php.html#ab28dc518fa90b6f617dd8c564eb4f35f":[6,0,4,126],
+"boot_8php.html#ab2d0e8a9b81ee548ef2ce8e4560da2f6":[6,0,4,230],
"boot_8php.html#ab346a2ece14993861f3e4206befa94f0":[6,0,4,35],
-"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[6,0,4,223],
-"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[6,0,4,253],
-"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[6,0,4,193],
-"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[6,0,4,234],
-"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[6,0,4,118],
-"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[6,0,4,150],
+"boot_8php.html#ab3920c2f3cd64802c0b7ff625c3b2ea8":[6,0,4,224],
+"boot_8php.html#ab4bc9c50ecc927b92d519e36562b0df0":[6,0,4,254],
+"boot_8php.html#ab4bddb41a0cf407178ec5278b950c393":[6,0,4,195],
+"boot_8php.html#ab51965fabe54dc031e9a0ce1142ee83e":[6,0,4,235],
+"boot_8php.html#ab54b24cc302e1a42a67a49d788b6b764":[6,0,4,120],
+"boot_8php.html#ab55b16ae7fc19fafe5afaedd49163bbf":[6,0,4,152],
"boot_8php.html#ab5ddbe69d3d03acd06e1fb281488cb78":[6,0,4,59],
-"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[6,0,4,211],
+"boot_8php.html#ab724491497ab2618b23a01d5da60aec0":[6,0,4,213],
"boot_8php.html#ab79b8b4555cae20d03f8200666d89d63":[6,0,4,7],
-"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[6,0,4,103],
-"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[6,0,4,289],
+"boot_8php.html#ab7d65a7e7417825a4db62906bb600729":[6,0,4,105],
+"boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d":[6,0,4,290],
"boot_8php.html#aba208673515cbb8a55e5fa4a1da99fda":[6,0,4,40],
-"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[6,0,4,257],
+"boot_8php.html#abbf5ac24eb8aeedb862f618ee0d21e86":[6,0,4,258],
"boot_8php.html#abc0a90a1a77f5b668aa7e4b57d1776a7":[6,0,4,3],
-"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[6,0,4,284],
+"boot_8php.html#abd7bb40da9cc073297e49736b338ca07":[6,0,4,285],
"boot_8php.html#abdcdfc873ace4e0902177bad934de0c0":[6,0,4,70],
-"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[6,0,4,121],
-"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[6,0,4,102],
-"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[6,0,4,131],
+"boot_8php.html#abeb4d86e17cefa8584f1244e2183b0e1":[6,0,4,123],
+"boot_8php.html#abedd940e664017c61b48c6efa31d0cb8":[6,0,4,104],
+"boot_8php.html#ac01230c7655e0705b2e99c9bc03c4450":[6,0,4,133],
"boot_8php.html#ac17fc8a416ea79e9d5cb4dc9a8ff8c5c":[6,0,4,24],
-"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[6,0,4,178],
-"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[6,0,4,255],
-"boot_8php.html#ac4d1c93dabcace711ffb4931204c336b":[6,0,4,141],
+"boot_8php.html#ac195fc9003298923ea81f144388e24b1":[6,0,4,180],
+"boot_8php.html#ac43182e0d8bae7576a30b603774974f8":[6,0,4,256],
+"boot_8php.html#ac4d1c93dabcace711ffb4931204c336b":[6,0,4,143],
"boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03":[6,0,4,100],
"boot_8php.html#ac5e74f899f6e98d8e91b14ba1c08bc08":[6,0,4,27],
"boot_8php.html#ac608a34f3bc180e7724192e0fd31f9b0":[6,0,4,38],
"boot_8php.html#ac8400313df2c831653f9036f71ebd86d":[6,0,4,60],
-"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[6,0,4,291],
-"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[6,0,4,127],
-"boot_8php.html#ac89396b9144391acd08d6d0f9b332220":[6,0,4,293],
-"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[6,0,4,129],
-"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[6,0,4,207],
+"boot_8php.html#ac86615ddc0763a00f5311c90e991730c":[6,0,4,292],
+"boot_8php.html#ac890557fedc5b5a3b1d996249b1e1a20":[6,0,4,129],
+"boot_8php.html#ac89396b9144391acd08d6d0f9b332220":[6,0,4,294],
+"boot_8php.html#ac99fc4d040764eac1736bec6973556fe":[6,0,4,131],
+"boot_8php.html#aca08bc4f1554ba877500f6abcc99e1e8":[6,0,4,209],
"boot_8php.html#aca47505b8732177f52bb2d647eb2741c":[6,0,4,37],
"boot_8php.html#aca5e42678e178c6b9034610d66666fd7":[6,0,4,13],
"boot_8php.html#acc4e0c910af066148b810e5fde55fff1":[6,0,4,8],
-"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[6,0,4,181],
-"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[6,0,4,303],
-"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[6,0,4,241],
-"boot_8php.html#ace6d70ac290397ddd40e561fd0831858":[6,0,4,276],
-"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[6,0,4,215],
+"boot_8php.html#acca19aae62e1a6951a856b945de20d67":[6,0,4,183],
+"boot_8php.html#accd6f36cc9f40225cbd720e4d12a7c6e":[6,0,4,304],
+"boot_8php.html#acd877c405b06b348b37b6f7e62a211e9":[6,0,4,242],
+"boot_8php.html#ace6d70ac290397ddd40e561fd0831858":[6,0,4,277],
+"boot_8php.html#ace83842dbeb84f7ed9ac59a9f57a7c32":[6,0,4,216],
"boot_8php.html#aced60c7285192e80b7c4757e45a7f1e3":[6,0,4,69],
-"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[6,0,4,161],
-"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[6,0,4,171],
+"boot_8php.html#ad0876e837cf3fad8a26417e315f6e2c8":[6,0,4,163],
+"boot_8php.html#ad11f30a6590d3d77f0c5e1e3909af8f5":[6,0,4,173],
"boot_8php.html#ad206598b909e8eb67eb0e0bb5ef69c13":[6,0,4,10],
"boot_8php.html#ad302cb26b838898d475f57f61b0fcc9f":[6,0,4,76],
"boot_8php.html#ad34c1547020a305915bcc39707744690":[6,0,4,91],
"boot_8php.html#ad4c9dc2c8a82e8f52b7404c1655eab44":[6,0,4,31],
-"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[6,0,4,236],
-"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[6,0,4,265],
-"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[6,0,4,259],
-"boot_8php.html#ad94aca4c260b8a892397786201dc4664":[6,0,4,295],
+"boot_8php.html#ad789aef3cb95fc1eb36be7c4283d0137":[6,0,4,237],
+"boot_8php.html#ad8887b49bbb02dd30b4eb9f6c7773c63":[6,0,4,266],
+"boot_8php.html#ad88a70ec62e08d590123d3697dfe64d5":[6,0,4,260],
+"boot_8php.html#ad94aca4c260b8a892397786201dc4664":[6,0,4,296],
"boot_8php.html#ada72d88ae39a7e3b45baea201cb49a29":[6,0,4,97],
-"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[6,0,4,145],
-"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[6,0,4,268],
+"boot_8php.html#adaeb4f590c56326b2dca3b19f31b6272":[6,0,4,147],
+"boot_8php.html#adca48aee78465ae3064ca4432c0d87b5":[6,0,4,269],
"boot_8php.html#add517a0958ac684792c62142a3877f81":[6,0,4,41],
"boot_8php.html#adfb2fc7be5a4226c0a8e24131da9d498":[6,0,4,23],
-"boot_8php.html#ae09767b94688657978ff9366ec63684b":[6,0,4,301],
+"boot_8php.html#ae09767b94688657978ff9366ec63684b":[6,0,4,302],
"boot_8php.html#ae0d9527117cd87dcba11986047ae336e":[6,0,4,45],
-"boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06":[6,0,4,109],
-"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[6,0,4,275],
-"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[6,0,4,190],
-"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[6,0,4,164],
-"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[6,0,4,198],
-"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[6,0,4,288],
+"boot_8php.html#ae0da3ca0f54d75d22c71e007331f8d06":[6,0,4,111],
+"boot_8php.html#ae37444eaa42705185080ccf3e670cbc2":[6,0,4,276],
+"boot_8php.html#ae3cef7b63e25e7bafea3fcf6b99fad0e":[6,0,4,192],
+"boot_8php.html#ae4861de36017fe399c1839f778bad9f5":[6,0,4,166],
+"boot_8php.html#ae94f7c7c0909629a75aed1c41f10bc95":[6,0,4,200],
+"boot_8php.html#ae97836b0547953be182a2334c9c91d3c":[6,0,4,39],
+"boot_8php.html#aea392cb26ed617f3a8cde648385b5df0":[6,0,4,289],
"boot_8php.html#aea7fc57a4d8e9dcb42f2601b0b9b761c":[6,0,4,28],
-"boot_8php.html#aead84fa27d7516b855220fe004964a45":[6,0,4,281],
+"boot_8php.html#aead84fa27d7516b855220fe004964a45":[6,0,4,282],
"boot_8php.html#aeb1039302affcbe7e8872c01c08c88f8":[6,0,4,54],
-"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[6,0,4,238],
-"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[6,0,4,269],
-"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[6,0,4,172],
-"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[6,0,4,105],
-"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[6,0,4,184],
-"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[6,0,4,199],
-"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[6,0,4,147],
-"boot_8php.html#aefe573c3c7b0d37fbff264bbae79d673":[6,0,4,116],
+"boot_8php.html#aec36f8fcd4cb14a52934590b3d6666b4":[6,0,4,239],
+"boot_8php.html#aecaa1b6945b317ba8f1daf4af2aed8e6":[6,0,4,270],
+"boot_8php.html#aed0dfb35f7dd00dc9e4f868ea7f7ff53":[6,0,4,174],
+"boot_8php.html#aedfb9501ed408278667995524e0d15cf":[6,0,4,107],
+"boot_8php.html#aee324eca9de4e0fedf01ab5f92e27c67":[6,0,4,186],
+"boot_8php.html#aef4b6c558c68c88c10f13c5a00c20e3d":[6,0,4,201],
+"boot_8php.html#aefba06f1c0842036329033e7567ecf6d":[6,0,4,149],
+"boot_8php.html#aefe573c3c7b0d37fbff264bbae79d673":[6,0,4,118],
"boot_8php.html#aefecf8599036df7f1b95d6820e0e2fa4":[6,0,4,32],
-"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[6,0,4,272],
-"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[6,0,4,192],
+"boot_8php.html#af33d1b2e98a1e21af672005525d46dfe":[6,0,4,273],
+"boot_8php.html#af3905ea8f8568d0236db13fca40514e3":[6,0,4,194],
"boot_8php.html#af3a4271630aabd8be592213f925d6a36":[6,0,4,64],
"boot_8php.html#af3bdfc20979c16f15bb9c60446a480f9":[6,0,4,55],
-"boot_8php.html#af3ff14985bffbd951a6ea356b7ec3007":[6,0,4,243],
-"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[6,0,4,152],
-"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[6,0,4,212],
-"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[6,0,4,170],
+"boot_8php.html#af3ff14985bffbd951a6ea356b7ec3007":[6,0,4,244],
+"boot_8php.html#af489d0c3166551b93e63a79ff2c9be35":[6,0,4,154],
+"boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461":[6,0,4,214],
+"boot_8php.html#af6b3de425e5849c73370a484c44607a3":[6,0,4,172],
"boot_8php.html#af6f6f6f40139f12fc09ec47373b30919":[6,0,4,94],
-"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[6,0,4,267],
-"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[6,0,4,204],
-"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[6,0,4,185],
-"boot_8php.html#afb97615e985a013799839b68b99018d7":[6,0,4,273],
+"boot_8php.html#af86c651547aa8f9e549ee40a09455549":[6,0,4,268],
+"boot_8php.html#af8c0cb0744c9a6b5d6d3baafb1f1e71d":[6,0,4,206],
+"boot_8php.html#afaf93b7026f784b113b4f8921745891e":[6,0,4,187],
+"boot_8php.html#afb97615e985a013799839b68b99018d7":[6,0,4,274],
"boot_8php.html#afbb1fe1b2c8c730ec8e08da93b6512c4":[6,0,4,51],
-"boot_8php.html#afbb21ecccac9819aa65397e816868a5f":[6,0,4,221],
+"boot_8php.html#afbb21ecccac9819aa65397e816868a5f":[6,0,4,222],
"boot_8php.html#afe084c30a1810c10442edb4fbcbc0086":[6,0,4,86],
-"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[6,0,4,156],
+"boot_8php.html#afe63ae69ba55299f813766e54df06ede":[6,0,4,158],
"boot_8php.html#afe88b920aa285982edb817a0dd44eb37":[6,0,4,14],
-"boot_8php.html#afef254290febac854c85fc698d9483a6":[6,0,4,309],
-"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[6,0,4,232],
+"boot_8php.html#afef254290febac854c85fc698d9483a6":[6,0,4,311],
+"boot_8php.html#aff210e8403dd72368522b17fb6e5d4e7":[6,0,4,233],
"boxy_8php.html":[6,0,3,1,4,1,0],
"cache_8php.html":[6,0,0,15],
"chanman_8php.html":[6,0,0,16],
@@ -229,25 +232,22 @@ var NAVTREEINDEX1 =
"chatsvc_8php.html#a7c9a9b9c24a2b02eed8efd6b09632d03":[6,0,1,14,2],
"choklet_8php.html":[6,0,3,0,0],
"classApp.html":[5,0,7],
-"classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[5,0,7,56],
-"classApp.html#a050b0696118da47e8b30859ad1a2c149":[5,0,7,40],
+"classApp.html#a037049cba88dfc6ff94f4b5b779e3fd3":[5,0,7,51],
+"classApp.html#a050b0696118da47e8b30859ad1a2c149":[5,0,7,38],
"classApp.html#a084e03c77686d8c13390fef3f7428a2b":[5,0,7,5],
"classApp.html#a08bc87aff64f39fbc084e9d6545cee4d":[5,0,7,2],
-"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[5,0,7,75],
+"classApp.html#a08c24d6a6fc52fcc784b0f765f13b820":[5,0,7,71],
"classApp.html#a08f0537964d98958d218066364cff785":[5,0,7,1],
-"classApp.html#a0ce85be198e46570366cb3344f3c55b8":[5,0,7,50],
-"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[5,0,7,60],
+"classApp.html#a0ce85be198e46570366cb3344f3c55b8":[5,0,7,46],
+"classApp.html#a11e24b3ed9b33ffee7dd41d110b4366d":[5,0,7,56],
"classApp.html#a123b903dfe5d3488cc68db3471d36fd2":[5,0,7,30],
-"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[5,0,7,79],
+"classApp.html#a13710907ef62554a0b4dd8a5eaa2eb11":[5,0,7,75],
"classApp.html#a14bd4b1c29f3aff371fe5d4cb11aeea3":[5,0,7,32],
-"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[5,0,7,73],
-"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[5,0,7,61],
+"classApp.html#a1936f2afce0dc0d1bbed15ae1f2ee81a":[5,0,7,69],
+"classApp.html#a1a297e70b3667b83f4460aa7ed9f5d6f":[5,0,7,57],
"classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2":[5,0,7,8],
+"classApp.html#a1f60d19d47021629faac7a0a6d917e94":[5,0,7,55],
"classApp.html#a20d1890cc16b22ba79eeb0cbf2f719f7":[5,0,7,29],
"classApp.html#a230e975296cf164da2fee35ef720964f":[5,0,7,33],
-"classApp.html#a244b2d53b21be269aad2269d23192f95":[5,0,7,77],
-"classApp.html#a256360c9184fed6d7556e0bc0a835d7f":[5,0,7,48],
-"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[5,0,7,76],
-"classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a":[5,0,7,12],
-"classApp.html#a330410a288f3393d53772f5e98f857ea":[5,0,7,51]
+"classApp.html#a244b2d53b21be269aad2269d23192f95":[5,0,7,73]
};
diff --git a/doc/html/navtreeindex2.js b/doc/html/navtreeindex2.js
index 6f46ad030..933ac1c64 100644
--- a/doc/html/navtreeindex2.js
+++ b/doc/html/navtreeindex2.js
@@ -1,74 +1,72 @@
var NAVTREEINDEX2 =
{
-"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[5,0,7,66],
+"classApp.html#a2e82da4aecfc2017a8d1d332ca501f9f":[5,0,7,72],
+"classApp.html#a2eb832a8577dee7d40b93abdf6d1d35a":[5,0,7,12],
+"classApp.html#a33a8e90b60ec4438f6fbf299d0f6839c":[5,0,7,62],
"classApp.html#a344d2b7dc2f276648d521aee4da1731c":[5,0,7,23],
-"classApp.html#a3694aa1907aa103a2adbc71f926f0fa0":[5,0,7,55],
+"classApp.html#a3694aa1907aa103a2adbc71f926f0fa0":[5,0,7,50],
"classApp.html#a3d84af5e42082098672531cd1a618853":[5,0,7,22],
"classApp.html#a4659785d13e4bac0bed50dbb1b0d4299":[5,0,7,6],
"classApp.html#a4776d9322edea17fae56afa5d01a323e":[5,0,7,24],
-"classApp.html#a4833bee2eae4ad1691a04fa19e11a766":[5,0,7,90],
-"classApp.html#a487332f8de40414ca1a54a4265570b70":[5,0,7,85],
-"classApp.html#a495ec082c2719314e536070ca1ce073d":[5,0,7,42],
-"classApp.html#a4b67935096f66d1f14b657399a8461ac":[5,0,7,68],
+"classApp.html#a487332f8de40414ca1a54a4265570b70":[5,0,7,81],
+"classApp.html#a495ec082c2719314e536070ca1ce073d":[5,0,7,40],
+"classApp.html#a4b67935096f66d1f14b657399a8461ac":[5,0,7,64],
"classApp.html#a4bdd7bfed62f50515fce652127bf481b":[5,0,7,25],
-"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[5,0,7,59],
-"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[5,0,7,67],
+"classApp.html#a4c7cfc62d39508086cf300dc2e39c4df":[5,0,7,54],
+"classApp.html#a4ffe529fb14389f7fedf5fdc5f722e7f":[5,0,7,63],
"classApp.html#a5293a8543ba338dcf38cd4ff3bc5d4be":[5,0,7,9],
"classApp.html#a557d7b779d8259027f4724ebf7b248dc":[5,0,7,28],
"classApp.html#a560189f048d3db2f526841963cc43e97":[5,0,7,26],
-"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,7,88],
-"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,7,58],
-"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,7,74],
-"classApp.html#a58ac598544892ff7c32890291b72635e":[5,0,7,62],
-"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[5,0,7,63],
+"classApp.html#a56b1a432c96aef8b1971f779c9d93c8c":[5,0,7,84],
+"classApp.html#a576ecb1c5b4a283221e6f2f0ec248251":[5,0,7,53],
+"classApp.html#a57d041fcc003d08c127dfa99a02bc192":[5,0,7,70],
+"classApp.html#a58ac598544892ff7c32890291b72635e":[5,0,7,58],
+"classApp.html#a59dd4b665c70e7dbd80682c014ff7145":[5,0,7,59],
"classApp.html#a5c63eabdc7fdd8b6e3348980ec16a3ad":[5,0,7,3],
-"classApp.html#a5cfc098c061b7d765add58fd2ca97445":[5,0,7,39],
-"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,7,80],
+"classApp.html#a5cfc098c061b7d765add58fd2ca97445":[5,0,7,37],
+"classApp.html#a5f64620473a9727a48ebe9cf6f335a98":[5,0,7,76],
"classApp.html#a604d659d6977a99de42a160343e5289a":[5,0,7,4],
-"classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,7,45],
+"classApp.html#a61ca6e3af82071ea25ff2fd5dbcddae2":[5,0,7,43],
"classApp.html#a622eace13f8fc9f4b5672a68e2bc4396":[5,0,7,7],
-"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,7,81],
-"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,7,82],
-"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,7,69],
-"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,7,65],
-"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,7,47],
-"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,7,83],
+"classApp.html#a6844aedad10e201b8c3d80cfc9e876d3":[5,0,7,77],
+"classApp.html#a6859a4848a5c0049b4134cc4b34228b6":[5,0,7,78],
+"classApp.html#a6bcb19cdc4907077da72864686d5a780":[5,0,7,65],
+"classApp.html#a6e4f0fbfa3cf6c11baebe22a03db6165":[5,0,7,61],
+"classApp.html#a6f55d087e1ff4710132c1b0863faa2ee":[5,0,7,45],
+"classApp.html#a764cc6cd7578132c21d2b4545de9301c":[5,0,7,79],
"classApp.html#a78788f6e9d8b713b138f81e457c5cd08":[5,0,7,20],
-"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,7,57],
+"classApp.html#a7954862f44f606b0ff83d4c74d15e792":[5,0,7,52],
"classApp.html#a871898becd0697d778f36d9336253ae8":[5,0,7,14],
"classApp.html#a8863703a0305eaa45eb970dbd2046291":[5,0,7,16],
"classApp.html#a89e9feb2bfb5253883a9720beaffe876":[5,0,7,21],
-"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,7,87],
+"classApp.html#a91fd3c8b89016113b05f3be24805ccff":[5,0,7,83],
"classApp.html#a94a1ed2dc493c58612d17035b74ae736":[5,0,7,31],
-"classApp.html#a98ef4cfd36693a3457c879b76bc6d694":[5,0,7,44],
-"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[5,0,7,64],
-"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[5,0,7,91],
+"classApp.html#a98ef4cfd36693a3457c879b76bc6d694":[5,0,7,42],
+"classApp.html#a9bf62f8e39585c0aa48fcffc3bf3484d":[5,0,7,60],
+"classApp.html#aa5a87c46ab3fee21362c466bf78042ef":[5,0,7,86],
"classApp.html#aab23c59172310fd30f2d60dc039d3eea":[5,0,7,13],
-"classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e":[5,0,7,38],
-"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[5,0,7,86],
+"classApp.html#ab35b01a366a2ea95725e97af278f87ab":[5,0,7,82],
"classApp.html#ab3da757abe5cb45bf88f07cc51a73b58":[5,0,7,35],
-"classApp.html#ab47de68fa39806d1fb0976407e188b77":[5,0,7,71],
-"classApp.html#abe0e4fa91097f7a6588e1213a834121c":[5,0,7,37],
+"classApp.html#ab47de68fa39806d1fb0976407e188b77":[5,0,7,67],
"classApp.html#abea5a4f77dcd53c928dc4eed86616637":[5,0,7,19],
"classApp.html#abf46a653d8499e7c253cc1be894a6d83":[5,0,7,17],
-"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[5,0,7,52],
-"classApp.html#ac1d80a14492acc932715d54567d8a589":[5,0,7,46],
-"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[5,0,7,54],
-"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[5,0,7,43],
-"classApp.html#acad5896b7a79ae31433ad8f89606c728":[5,0,7,70],
+"classApp.html#ac1a8b2cd40609b231a560201a08852ba":[5,0,7,47],
+"classApp.html#ac1d80a14492acc932715d54567d8a589":[5,0,7,44],
+"classApp.html#ac6e6b1c7d6df408580ff79977fcfa656":[5,0,7,49],
+"classApp.html#ac73dc90e4764497e2f1b7e6612c8fb88":[5,0,7,41],
+"classApp.html#acad5896b7a79ae31433ad8f89606c728":[5,0,7,66],
"classApp.html#acb27e607fe4c82603444676e25c36b70":[5,0,7,11],
-"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[5,0,7,78],
-"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[5,0,7,41],
+"classApp.html#ad082d63acc078e5bf23825a03bdd6a76":[5,0,7,74],
+"classApp.html#ad1c8eb91a6fd470b94f34b7fdad3a2d0":[5,0,7,39],
"classApp.html#ad5175536561021548ae8188e24c7b80c":[5,0,7,36],
"classApp.html#adb060d5c7f35a521ec7ec0effbe08097":[5,0,7,27],
"classApp.html#adb5a4bb657881e553978ff390babd01f":[5,0,7,10],
-"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[5,0,7,89],
-"classApp.html#ae3f47830543d0d902f66913def8db66b":[5,0,7,53],
-"classApp.html#ae9f96338f32187d308b67b980eea0008":[5,0,7,72],
+"classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8":[5,0,7,85],
+"classApp.html#ae3f47830543d0d902f66913def8db66b":[5,0,7,48],
+"classApp.html#ae9f96338f32187d308b67b980eea0008":[5,0,7,68],
"classApp.html#aeb1fe1c8ad9aa639909bd183ce578536":[5,0,7,18],
-"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[5,0,7,84],
+"classApp.html#aeca29fd4f7192ca07369b3c598c36e67":[5,0,7,80],
"classApp.html#af17df107f2216ddf5ad2a7e0f2ba2166":[5,0,7,15],
-"classApp.html#af5007c42a693afd9c4899c243b2e1363":[5,0,7,49],
"classApp.html#af58db526040829b1c8bd95561b329262":[5,0,7,34],
"classApp.html#af6d39f63fb7116bbeb04e51696f99474":[5,0,7,0],
"classBaseObject.html":[5,0,8],
@@ -97,80 +95,80 @@ var NAVTREEINDEX2 =
"classConversation.html#af84ea6ccd72214c9bb4c504461cc8b09":[5,0,10,0],
"classConversation.html#afb03d1648dbfafe62caa1e30f32f2b1a":[5,0,10,15],
"classConversation.html#afd4965d22a6e4bfea2f35e931b3273c6":[5,0,10,14],
-"classFKOAuth1.html":[5,0,15],
-"classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f":[5,0,15,1],
-"classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6":[5,0,15,0],
-"classFKOAuthDataStore.html":[5,0,16],
-"classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1":[5,0,16,1],
-"classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050":[5,0,16,5],
-"classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934":[5,0,16,4],
-"classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599":[5,0,16,2],
-"classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab":[5,0,16,3],
-"classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819":[5,0,16,0],
-"classFriendicaSmarty.html":[5,0,17],
-"classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690":[5,0,17,2],
-"classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9":[5,0,17,1],
-"classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6":[5,0,17,0],
-"classFriendicaSmartyEngine.html":[5,0,18],
-"classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118":[5,0,18,1],
-"classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88":[5,0,18,2],
-"classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6":[5,0,18,0],
-"classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2":[5,0,18,3],
-"classItem.html":[5,0,19],
-"classItem.html#a007424e3e3171dcfb4312a02161da6cd":[5,0,19,34],
-"classItem.html#a078f95b4134ce3a1df344cf8d386f986":[5,0,19,37],
-"classItem.html#a0c301aaed2b7d682728d18db3a22afa3":[5,0,19,8],
-"classItem.html#a1a1e42877e6ac7af50286142ceb483d2":[5,0,19,39],
-"classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2":[5,0,19,42],
-"classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2":[5,0,19,0],
-"classItem.html#a2ce70ef63f9f4d86a09c351678806925":[5,0,19,24],
-"classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf":[5,0,19,6],
-"classItem.html#a428f448f89a8629055ea3294eb942aea":[5,0,19,16],
-"classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8":[5,0,19,44],
-"classItem.html#a4b92e3a9d6212c553aa2661489bd95d8":[5,0,19,15],
-"classItem.html#a5b2fafdca55aefeaa08993a5a60529f0":[5,0,19,20],
-"classItem.html#a5b561415861f5b89b0733aacfe0428d1":[5,0,19,40],
-"classItem.html#a5cfa6cf964f433a917a81cab079ff9d8":[5,0,19,43],
-"classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189":[5,0,19,45],
-"classItem.html#a632185dd25c5caf277067c76230a4320":[5,0,19,4],
-"classItem.html#a67892aa23d19f4431bb2e5f43c74000e":[5,0,19,12],
-"classItem.html#a7f7bc059de377319282cb4ef4a828480":[5,0,19,41],
-"classItem.html#a80dcd0fb7673776c0967839d429c2a0f":[5,0,19,31],
-"classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51":[5,0,19,1],
-"classItem.html#a904421c7a427411bb2ab473bca872f63":[5,0,19,7],
-"classItem.html#a90743c8348b13213275c223bb9333aa0":[5,0,19,32],
-"classItem.html#a9594df6014b0b6f45364ea7a34510130":[5,0,19,36],
-"classItem.html#a97c7feeea7f26a73176cb19faa455e12":[5,0,19,22],
-"classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[5,0,19,28],
-"classItem.html#a9f2d219da712390f59012fc32a342074":[5,0,19,14],
-"classItem.html#aa0ee775ec94abccec6c798428835d001":[5,0,19,5],
-"classItem.html#aa1bd19fc8b5577078530265a7bf64123":[5,0,19,26],
-"classItem.html#aa2c221231ad0fc3720ccc1f00f0c6304":[5,0,19,33],
-"classItem.html#aa452b5bcd8dea12119b09212c615cb41":[5,0,19,25],
-"classItem.html#aa49e40f961dff66da32c5ae110e32993":[5,0,19,21],
-"classItem.html#aa541bc4290e51bfd688d6921bebabc73":[5,0,19,13],
-"classItem.html#aa8b1bbc4236890694635295e46d7fd72":[5,0,19,27],
-"classItem.html#aabf87ded59c25b5fe2b2296678e70509":[5,0,19,23],
-"classItem.html#aba23a0a9d89e316d2b343cc46d695d91":[5,0,19,17],
-"classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8":[5,0,19,2],
-"classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967":[5,0,19,19],
-"classItem.html#ac0f27e58532612f6e7a54c8a621b9b92":[5,0,19,11],
-"classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c":[5,0,19,10],
-"classItem.html#aca1e66988ed00cd627b2a359b72cd0ae":[5,0,19,3],
-"classItem.html#acc32426c0f465391be8a99ad810c7b8e":[5,0,19,30],
-"classItem.html#ad3638f93065693c1f69eb349feb1b7aa":[5,0,19,9],
-"classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8":[5,0,19,18],
-"classItem.html#aec24e233f9098f902b1e57e60dcb2019":[5,0,19,35],
-"classItem.html#af1b73df9b7c4b927e26b7e243b491f42":[5,0,19,29],
-"classItem.html#afa54851df82962c7c42dea3cc9f5c92c":[5,0,19,38],
-"classProtoDriver.html":[5,0,24],
-"classProtoDriver.html#a1593f3abae050edbd9304f4f8bc4894a":[5,0,24,0],
-"classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d":[5,0,24,2],
-"classProtoDriver.html#a34b97ca5ef2165f2e16eb2fe59ff6c67":[5,0,24,1],
-"classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337":[5,0,24,6],
-"classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b":[5,0,24,4],
-"classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181":[5,0,24,5],
-"classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b":[5,0,24,3],
+"classFKOAuth1.html":[5,0,16],
+"classFKOAuth1.html#a2b1dac2ed31fc6ef84668afdda8b263f":[5,0,16,1],
+"classFKOAuth1.html#a2f1276872329a6f0b704ccda1a4b9fa6":[5,0,16,0],
+"classFKOAuthDataStore.html":[5,0,17],
+"classFKOAuthDataStore.html#a1148d47b546350bf440bdd92792c5df1":[5,0,17,1],
+"classFKOAuthDataStore.html#a431b44d70e3da6a8256ab38f710e3050":[5,0,17,5],
+"classFKOAuthDataStore.html#a434882f03e3cdb171ed89e09e337e934":[5,0,17,4],
+"classFKOAuthDataStore.html#a4edfe2e77ecd2e16ff6b5eb516ed3599":[5,0,17,2],
+"classFKOAuthDataStore.html#a96f76387c3a93b0abe27a98013804bab":[5,0,17,3],
+"classFKOAuthDataStore.html#aa1a268be88ad3979bb4cc35bbb4dc819":[5,0,17,0],
+"classFriendicaSmarty.html":[5,0,18],
+"classFriendicaSmarty.html#a33fabbd4d6eef869df496adf357ae690":[5,0,18,2],
+"classFriendicaSmarty.html#a6a4d4281d6fa9be1d37a97b188ffe8c9":[5,0,18,1],
+"classFriendicaSmarty.html#af12091b920b95eeef1218cbc48066ca6":[5,0,18,0],
+"classFriendicaSmartyEngine.html":[5,0,19],
+"classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118":[5,0,19,1],
+"classFriendicaSmartyEngine.html#aab5994077fc3a64222e41b28e2bd8d88":[5,0,19,2],
+"classFriendicaSmartyEngine.html#ab7c305bd8c386c2944e4dc9136cea5b6":[5,0,19,0],
+"classFriendicaSmartyEngine.html#ad62f1181d2f02b54b46731ad2bd46db2":[5,0,19,3],
+"classItem.html":[5,0,20],
+"classItem.html#a007424e3e3171dcfb4312a02161da6cd":[5,0,20,34],
+"classItem.html#a078f95b4134ce3a1df344cf8d386f986":[5,0,20,37],
+"classItem.html#a0c301aaed2b7d682728d18db3a22afa3":[5,0,20,8],
+"classItem.html#a1a1e42877e6ac7af50286142ceb483d2":[5,0,20,39],
+"classItem.html#a1cb6aa8abdf7ea7daca647e40c8ea3a2":[5,0,20,42],
+"classItem.html#a248f45871ecfe82a08d1d4c0769b2eb2":[5,0,20,0],
+"classItem.html#a2ce70ef63f9f4d86a09c351678806925":[5,0,20,24],
+"classItem.html#a3ee7667c2ec6cd7657328e27848c0bdf":[5,0,20,6],
+"classItem.html#a428f448f89a8629055ea3294eb942aea":[5,0,20,16],
+"classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8":[5,0,20,44],
+"classItem.html#a4b92e3a9d6212c553aa2661489bd95d8":[5,0,20,15],
+"classItem.html#a5b2fafdca55aefeaa08993a5a60529f0":[5,0,20,20],
+"classItem.html#a5b561415861f5b89b0733aacfe0428d1":[5,0,20,40],
+"classItem.html#a5cfa6cf964f433a917a81cab079ff9d8":[5,0,20,43],
+"classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189":[5,0,20,45],
+"classItem.html#a632185dd25c5caf277067c76230a4320":[5,0,20,4],
+"classItem.html#a67892aa23d19f4431bb2e5f43c74000e":[5,0,20,12],
+"classItem.html#a7f7bc059de377319282cb4ef4a828480":[5,0,20,41],
+"classItem.html#a80dcd0fb7673776c0967839d429c2a0f":[5,0,20,31],
+"classItem.html#a80dcd9d0f548c3ad550abe7e6981fb51":[5,0,20,1],
+"classItem.html#a904421c7a427411bb2ab473bca872f63":[5,0,20,7],
+"classItem.html#a90743c8348b13213275c223bb9333aa0":[5,0,20,32],
+"classItem.html#a9594df6014b0b6f45364ea7a34510130":[5,0,20,36],
+"classItem.html#a97c7feeea7f26a73176cb19faa455e12":[5,0,20,22],
+"classItem.html#a9890ff72662d5bba301d1f2dd8aec9d7":[5,0,20,28],
+"classItem.html#a9f2d219da712390f59012fc32a342074":[5,0,20,14],
+"classItem.html#aa0ee775ec94abccec6c798428835d001":[5,0,20,5],
+"classItem.html#aa1bd19fc8b5577078530265a7bf64123":[5,0,20,26],
+"classItem.html#aa2c221231ad0fc3720ccc1f00f0c6304":[5,0,20,33],
+"classItem.html#aa452b5bcd8dea12119b09212c615cb41":[5,0,20,25],
+"classItem.html#aa49e40f961dff66da32c5ae110e32993":[5,0,20,21],
+"classItem.html#aa541bc4290e51bfd688d6921bebabc73":[5,0,20,13],
+"classItem.html#aa8b1bbc4236890694635295e46d7fd72":[5,0,20,27],
+"classItem.html#aabf87ded59c25b5fe2b2296678e70509":[5,0,20,23],
+"classItem.html#aba23a0a9d89e316d2b343cc46d695d91":[5,0,20,17],
+"classItem.html#abcdb0ea9bcd1576bc99bba9b8f700bb8":[5,0,20,2],
+"classItem.html#ac04525a8be24c12b0a2ae4ca1ba4b967":[5,0,20,19],
+"classItem.html#ac0f27e58532612f6e7a54c8a621b9b92":[5,0,20,11],
+"classItem.html#ac6f1c96cc82a0dfb7e881fc70309ea3c":[5,0,20,10],
+"classItem.html#aca1e66988ed00cd627b2a359b72cd0ae":[5,0,20,3],
+"classItem.html#acc32426c0f465391be8a99ad810c7b8e":[5,0,20,30],
+"classItem.html#ad3638f93065693c1f69eb349feb1b7aa":[5,0,20,9],
+"classItem.html#ad5dcbe0b94cb2d5719bc5b6bd8ad60c8":[5,0,20,18],
+"classItem.html#aec24e233f9098f902b1e57e60dcb2019":[5,0,20,35],
+"classItem.html#af1b73df9b7c4b927e26b7e243b491f42":[5,0,20,29],
+"classItem.html#afa54851df82962c7c42dea3cc9f5c92c":[5,0,20,38],
+"classProtoDriver.html":[5,0,25],
+"classProtoDriver.html#a1593f3abae050edbd9304f4f8bc4894a":[5,0,25,0],
+"classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d":[5,0,25,2],
+"classProtoDriver.html#a34b97ca5ef2165f2e16eb2fe59ff6c67":[5,0,25,1],
+"classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337":[5,0,25,6],
+"classProtoDriver.html#a85e9063f6d0c304410cd246f7900ea1b":[5,0,25,4],
+"classProtoDriver.html#ae5b44739f84c10d00a9b65adf3785181":[5,0,25,5],
+"classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b":[5,0,25,3],
"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html":[5,0,3,0,0],
"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a112ad78a863dc0e598b5f02c596798c0":[5,0,3,0,0,9],
"classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3":[5,0,3,0,0,8],
@@ -247,7 +245,9 @@ var NAVTREEINDEX2 =
"classRedmatrix_1_1Import_1_1Import.html#ae705dd1deb245b1d06baa73062330e43":[5,0,4,0,0,5],
"classRedmatrix_1_1Import_1_1Import.html#af432ecbc45b812a03d58dfb378a212f7":[5,0,4,0,0,9],
"classRedmatrix_1_1Import_1_1Import.html#afd251e6e5a18516bac4d1a40435602f1":[5,0,4,0,0,11],
-"classTemplate.html":[5,0,25],
-"classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b":[5,0,25,13],
-"classTemplate.html#a285b5b2007dbbf733476273df3fed4ef":[5,0,25,12]
+"classTemplate.html":[5,0,26],
+"classTemplate.html#a07737733f6949bdedea1e3d301b2ab7b":[5,0,26,13],
+"classTemplate.html#a285b5b2007dbbf733476273df3fed4ef":[5,0,26,12],
+"classTemplate.html#a317d535946dc065c35dd5cd38380e6c6":[5,0,26,22],
+"classTemplate.html#a35d599c9b53a02e2fe2232e5b7ed5da7":[5,0,26,2]
};
diff --git a/doc/html/navtreeindex3.js b/doc/html/navtreeindex3.js
index a855bf2c7..3efe3732e 100644
--- a/doc/html/navtreeindex3.js
+++ b/doc/html/navtreeindex3.js
@@ -1,48 +1,57 @@
var NAVTREEINDEX3 =
{
-"classTemplate.html#a317d535946dc065c35dd5cd38380e6c6":[5,0,25,22],
-"classTemplate.html#a35d599c9b53a02e2fe2232e5b7ed5da7":[5,0,25,2],
-"classTemplate.html#a37c15f6d1ade500943629f27a62808b7":[5,0,25,3],
-"classTemplate.html#a4b933954086d9e01a1804b0b1c6ee93e":[5,0,25,6],
-"classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10":[5,0,25,21],
-"classTemplate.html#a6f0efc256688c36110180b501067ff11":[5,0,25,23],
-"classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38":[5,0,25,15],
-"classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677":[5,0,25,9],
-"classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1":[5,0,25,19],
-"classTemplate.html#aa6a087e0b7b887dd1c98c9e0ecbd3b29":[5,0,25,4],
-"classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee":[5,0,25,10],
-"classTemplate.html#aac9a4638f11271e1b1dcc9f247242718":[5,0,25,20],
-"classTemplate.html#aae9c4d761ea1298e745e8052d7910194":[5,0,25,1],
-"classTemplate.html#abbc484016ddf5d818f55b823cae6feb0":[5,0,25,14],
-"classTemplate.html#abda4c8d049f70553338eae7c905e9d5c":[5,0,25,17],
-"classTemplate.html#abf71098c80fd1f218a59452b3408309e":[5,0,25,7],
-"classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4":[5,0,25,0],
-"classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8":[5,0,25,18],
-"classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228":[5,0,25,8],
-"classTemplate.html#ae791766c3d055f7f1ba5a5e60d647934":[5,0,25,5],
-"classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a":[5,0,25,16],
-"classTemplate.html#afd97b4b1e7754a550e67c0ea79159059":[5,0,25,11],
-"classZotDriver.html":[5,0,26],
-"classZotDriver.html#a2e15ff09772f0608203dad1c98299394":[5,0,26,3],
-"classZotDriver.html#a3cfdf443da4e5326e205855d7c0054f2":[5,0,26,0],
-"classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514":[5,0,26,6],
-"classZotDriver.html#a6776935156accb0f170e2e24577133db":[5,0,26,1],
-"classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f":[5,0,26,4],
-"classZotDriver.html#af65febb26031eb7f39871b9e2a539797":[5,0,26,2],
-"classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6":[5,0,26,5],
+"classTemplate.html#a37c15f6d1ade500943629f27a62808b7":[5,0,26,3],
+"classTemplate.html#a4b933954086d9e01a1804b0b1c6ee93e":[5,0,26,6],
+"classTemplate.html#a4e86b566c3f728e95ce5db1b33665c10":[5,0,26,21],
+"classTemplate.html#a6f0efc256688c36110180b501067ff11":[5,0,26,23],
+"classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38":[5,0,26,15],
+"classTemplate.html#a86e8fd27955ef10cadfd86f3fca70677":[5,0,26,9],
+"classTemplate.html#a8f4d17e49f42b876a97364c13fb572d1":[5,0,26,19],
+"classTemplate.html#aa6a087e0b7b887dd1c98c9e0ecbd3b29":[5,0,26,4],
+"classTemplate.html#aa6f9bd7a8f7512efcf90e8d376fe05ee":[5,0,26,10],
+"classTemplate.html#aac9a4638f11271e1b1dcc9f247242718":[5,0,26,20],
+"classTemplate.html#aae9c4d761ea1298e745e8052d7910194":[5,0,26,1],
+"classTemplate.html#abbc484016ddf5d818f55b823cae6feb0":[5,0,26,14],
+"classTemplate.html#abda4c8d049f70553338eae7c905e9d5c":[5,0,26,17],
+"classTemplate.html#abf71098c80fd1f218a59452b3408309e":[5,0,26,7],
+"classTemplate.html#ac41c96e1f407b1a910029e5f4b7de8e4":[5,0,26,0],
+"classTemplate.html#ace26b8a4252fbc1c385d2b5e1e93e5c8":[5,0,26,18],
+"classTemplate.html#ae0836e7d5bd5afceb04f50fd635f1228":[5,0,26,8],
+"classTemplate.html#ae791766c3d055f7f1ba5a5e60d647934":[5,0,26,5],
+"classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a":[5,0,26,16],
+"classTemplate.html#afd97b4b1e7754a550e67c0ea79159059":[5,0,26,11],
+"classZotDriver.html":[5,0,27],
+"classZotDriver.html#a2e15ff09772f0608203dad1c98299394":[5,0,27,3],
+"classZotDriver.html#a3cfdf443da4e5326e205855d7c0054f2":[5,0,27,0],
+"classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514":[5,0,27,6],
+"classZotDriver.html#a6776935156accb0f170e2e24577133db":[5,0,27,1],
+"classZotDriver.html#a876e3e0e4cad83c0b58c8696b344be6f":[5,0,27,4],
+"classZotDriver.html#af65febb26031eb7f39871b9e2a539797":[5,0,27,2],
+"classZotDriver.html#afaaf9941169fc966e43e25b25e6daea6":[5,0,27,5],
"classdba__driver.html":[5,0,11],
"classdba__driver.html#a1a8bc9dc839a6320a0e07d8047a6b721":[5,0,11,1],
-"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,11,8],
-"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,11,9],
-"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,11,6],
-"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555":[5,0,11,7],
+"classdba__driver.html#a205f6535e399700b6fca2492f96f2229":[5,0,11,16],
+"classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6":[5,0,11,17],
+"classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746":[5,0,11,10],
+"classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555":[5,0,11,12],
"classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975":[5,0,11,2],
-"classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,11,11],
-"classdba__driver.html#adcc1f8955120fec0708bce39202d0422":[5,0,11,4],
-"classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc":[5,0,11,3],
+"classdba__driver.html#a65a5c7b355ab5529a43049e160006426":[5,0,11,9],
+"classdba__driver.html#a77e59dcbeab30ca6000131d2e9ad4092":[5,0,11,11],
+"classdba__driver.html#a7dbe8318587ff1694825042bf58f4fbd":[5,0,11,7],
+"classdba__driver.html#a84675d28c7bd9b7290dd37e66dbd216c":[5,0,11,19],
+"classdba__driver.html#a8d6a79d39d7eaee5aea4e952c4529d48":[5,0,11,8],
+"classdba__driver.html#a98d8523dcedda316085b4d4f856b6583":[5,0,11,20],
+"classdba__driver.html#aa3325d982d4ee5d1114fd7e02a4356e8":[5,0,11,22],
+"classdba__driver.html#ab43184239e1d6eb00a98319f4a3df155":[5,0,11,14],
+"classdba__driver.html#ab9982f38a02f008b127a0f3ccc1e99f4":[5,0,11,3],
+"classdba__driver.html#ac9127e9c55fcc93bcfbb323b9b99b9d9":[5,0,11,13],
+"classdba__driver.html#ad700712879719bee23752b8f424d97d0":[5,0,11,15],
+"classdba__driver.html#adcc1f8955120fec0708bce39202d0422":[5,0,11,5],
+"classdba__driver.html#ae533e62a240a793f17aef5ab4ef10edc":[5,0,11,4],
"classdba__driver.html#af3541d13ccb7a3eddfc03e253c746186":[5,0,11,0],
-"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,11,10],
-"classdba__driver.html#afc95ffa103a3290581b537670cde5311":[5,0,11,5],
+"classdba__driver.html#af48e2afeded5285766bf92e22123ed03":[5,0,11,18],
+"classdba__driver.html#afc95ffa103a3290581b537670cde5311":[5,0,11,6],
+"classdba__driver.html#afce39394c010ea589d99a21579b2c31e":[5,0,11,21],
"classdba__mysql.html":[5,0,12],
"classdba__mysql.html#a1887338627ce0e28786839363014bd0b":[5,0,12,1],
"classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e":[5,0,12,0],
@@ -53,62 +62,76 @@ var NAVTREEINDEX3 =
"classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec":[5,0,13,3],
"classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55":[5,0,13,0],
"classdba__mysqli.html#add062bd93961e5f0194d94820e9a51b1":[5,0,13,1],
-"classenotify.html":[5,0,14],
+"classdba__postgres.html":[5,0,14],
+"classdba__postgres.html#a3de1ac375e98886dfc38fd0066e88f90":[5,0,14,6],
+"classdba__postgres.html#a56f926f218155c88807e0e06f6817a72":[5,0,14,8],
+"classdba__postgres.html#a677f850211975c9ab89602c67e2dcad9":[5,0,14,9],
+"classdba__postgres.html#a70352880231fba0b859f82cd5b290a9a":[5,0,14,7],
+"classdba__postgres.html#a7108eaaae7cc2fb236212041afc9ac0f":[5,0,14,3],
+"classdba__postgres.html#a7267f91c3f87f600b30d7560de62dfd7":[5,0,14,10],
+"classdba__postgres.html#a731d8648b41b8a126f6b99bdd5414058":[5,0,14,0],
+"classdba__postgres.html#a7ea3f24ad260c1e21588f8b5af595caa":[5,0,14,1],
+"classdba__postgres.html#a8d2c6d8c92fe6f074452876483dd17fc":[5,0,14,5],
+"classdba__postgres.html#ab2e44e9f41d05e585afd873d18e8c127":[5,0,14,4],
+"classdba__postgres.html#ab36244320f5b71dba92d9318ccf3f34e":[5,0,14,2],
+"classdba__postgres.html#ace80a204e34b20b9907650399cce02a3":[5,0,14,12],
+"classdba__postgres.html#aeb404a85974d6c5df30c21650888000b":[5,0,14,11],
+"classenotify.html":[5,0,15],
"classes.html":[5,1],
-"classphoto__driver.html":[5,0,21],
-"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,21,27],
-"classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,21,28],
-"classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,21,13],
-"classphoto__driver.html#a1a63c4ae17e892a115ab9cf6efb960ce":[5,0,21,20],
-"classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3":[5,0,21,17],
-"classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832":[5,0,21,5],
-"classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e":[5,0,21,2],
-"classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec":[5,0,21,15],
-"classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1":[5,0,21,29],
-"classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03":[5,0,21,26],
-"classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d":[5,0,21,14],
-"classphoto__driver.html#a56634842b071b96502716e9843ea5361":[5,0,21,19],
-"classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac":[5,0,21,16],
-"classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b":[5,0,21,22],
-"classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3":[5,0,21,9],
-"classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da":[5,0,21,23],
-"classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[5,0,21,25],
-"classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[5,0,21,12],
-"classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[5,0,21,6],
-"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[5,0,21,8],
-"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[5,0,21,11],
-"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[5,0,21,0],
-"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[5,0,21,10],
-"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[5,0,21,4],
-"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[5,0,21,3],
-"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[5,0,21,1],
-"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[5,0,21,21],
-"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[5,0,21,24],
-"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[5,0,21,18],
-"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[5,0,21,7],
-"classphoto__gd.html":[5,0,22],
-"classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[5,0,22,5],
-"classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd":[5,0,22,9],
-"classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e":[5,0,22,8],
-"classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754":[5,0,22,2],
-"classphoto__gd.html#a33092b889875b68bfb1c97ff123012d9":[5,0,22,6],
-"classphoto__gd.html#a44cedef376044018702d9355ddc813ce":[5,0,22,3],
-"classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1":[5,0,22,1],
-"classphoto__gd.html#a77f87730b11093b76980c541159df37d":[5,0,22,7],
-"classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484":[5,0,22,4],
-"classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c":[5,0,22,0],
-"classphoto__imagick.html":[5,0,23],
-"classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7":[5,0,23,10],
-"classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8":[5,0,23,7],
-"classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4":[5,0,23,0],
-"classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66":[5,0,23,2],
-"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[5,0,23,6],
-"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[5,0,23,8],
-"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[5,0,23,5],
-"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[5,0,23,4],
-"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[5,0,23,9],
-"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[5,0,23,1],
-"classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[5,0,23,3],
+"classphoto__driver.html":[5,0,22],
+"classphoto__driver.html#a00cb166c00b7502dbc456c94330e5b03":[5,0,22,27],
+"classphoto__driver.html#a01d28d43b404d6f6de219dc9c5069dc9":[5,0,22,28],
+"classphoto__driver.html#a19e1af2b6af4c63aa6230abe69f83712":[5,0,22,13],
+"classphoto__driver.html#a1a63c4ae17e892a115ab9cf6efb960ce":[5,0,22,20],
+"classphoto__driver.html#a22ecb8c696de65a5a10bd185be9d90c3":[5,0,22,17],
+"classphoto__driver.html#a2b2a99021fc63ed6465d703ddddcb832":[5,0,22,5],
+"classphoto__driver.html#a2e6e61f1e356a90bc978f4404a77137e":[5,0,22,2],
+"classphoto__driver.html#a2f2b6337cf9aa0688d10b422123f0eec":[5,0,22,15],
+"classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1":[5,0,22,29],
+"classphoto__driver.html#a4920ed7cbb1ac735ac84153067537f03":[5,0,22,26],
+"classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d":[5,0,22,14],
+"classphoto__driver.html#a56634842b071b96502716e9843ea5361":[5,0,22,19],
+"classphoto__driver.html#a5864fae7d8389372955a8e78cec527ac":[5,0,22,16],
+"classphoto__driver.html#a642a8d0c4ad5f887c99c6af77cee287b":[5,0,22,22],
+"classphoto__driver.html#a6c6c16dbc4f517ce799f9143ed61f0e3":[5,0,22,9],
+"classphoto__driver.html#a6eee8e36eaf9339f4faf80ddd43162da":[5,0,22,23],
+"classphoto__driver.html#a7c78b5a01afe61ba3895ac07f4869b55":[5,0,22,25],
+"classphoto__driver.html#a97289aef3be43d9435ca3717ef10b8ab":[5,0,22,12],
+"classphoto__driver.html#aa2efb5b2a6af3fd67e3f1c2b9852a5ba":[5,0,22,6],
+"classphoto__driver.html#ab98da263bd7341fc132c4fb6fc76e8d5":[5,0,22,8],
+"classphoto__driver.html#abc9f73ad90923772d52b9fcc4eb117dd":[5,0,22,11],
+"classphoto__driver.html#ac6e85f8e507cab4e755ed7acdec401ae":[5,0,22,0],
+"classphoto__driver.html#acc30486acee9e89e32701f44a1738117":[5,0,22,10],
+"classphoto__driver.html#ae18716018afcf362c7c24586b53e9e2f":[5,0,22,4],
+"classphoto__driver.html#ae1a9edaf846983780dc65ea77d99e813":[5,0,22,3],
+"classphoto__driver.html#ae4501abdc9651359f81d036b63625686":[5,0,22,1],
+"classphoto__driver.html#ae663867d2c4eaa2fae50d60670920143":[5,0,22,21],
+"classphoto__driver.html#aea560be5dfba09117d36c12bacbf3b80":[5,0,22,24],
+"classphoto__driver.html#af0f7ec48a31ae9b557b6e3f8bd5b4af0":[5,0,22,18],
+"classphoto__driver.html#af769e9abb144e57002c59aa2aa8f3468":[5,0,22,7],
+"classphoto__gd.html":[5,0,23],
+"classphoto__gd.html#a0795fc029be382557ae3f6e285f40e00":[5,0,23,5],
+"classphoto__gd.html#a16f3dd7d3559f715aa2fe3f7880836dd":[5,0,23,9],
+"classphoto__gd.html#a1c75304bd15f3b9986f0b315fb59271e":[5,0,23,8],
+"classphoto__gd.html#a2f2e5900e6d8b1667892ac631b1d4754":[5,0,23,2],
+"classphoto__gd.html#a33092b889875b68bfb1c97ff123012d9":[5,0,23,6],
+"classphoto__gd.html#a44cedef376044018702d9355ddc813ce":[5,0,23,3],
+"classphoto__gd.html#a724703ecf71b1f1d04a80e86c76db6b1":[5,0,23,1],
+"classphoto__gd.html#a77f87730b11093b76980c541159df37d":[5,0,23,7],
+"classphoto__gd.html#a86757ba021fd80d1a5cf8c2f766a8484":[5,0,23,4],
+"classphoto__gd.html#ab2232d775c8bacf66773a03308105f0c":[5,0,23,0],
+"classphoto__imagick.html":[5,0,24],
+"classphoto__imagick.html#a27596faca6108d9d563674d1b654a0b7":[5,0,24,10],
+"classphoto__imagick.html#a2c9168f110ccd6c264095d766615dfa8":[5,0,24,7],
+"classphoto__imagick.html#a2f33a03a89497a2b2768e29736d4a8a4":[5,0,24,0],
+"classphoto__imagick.html#a3047c68bb4de7f66c2893fe451db2b66":[5,0,24,2],
+"classphoto__imagick.html#a70adbef31128c0ac8cbc5dcf34cdb019":[5,0,24,6],
+"classphoto__imagick.html#a9df5738a4a18e76dd304c440e96f045f":[5,0,24,8],
+"classphoto__imagick.html#ad07288e0eb3922cb08cc9d33a163decc":[5,0,24,5],
+"classphoto__imagick.html#aef020d929f66f4370e33fc158c8eebd4":[5,0,24,4],
+"classphoto__imagick.html#af92901d252c1e6ab5b54eebedbed23bb":[5,0,24,9],
+"classphoto__imagick.html#afd49d64751ee3a298eac0c0ce0ba0207":[5,0,24,1],
+"classphoto__imagick.html#aff6bcdbab18593a3fc5a480db8509393":[5,0,24,3],
"cli__startup_8php.html":[6,0,0,18],
"cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b":[6,0,0,18,0],
"cli__suggest_8php.html":[6,0,0,19],
@@ -226,28 +249,5 @@ var NAVTREEINDEX3 =
"datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226":[6,0,0,29,3],
"datetime_8php.html#aea356409ba69f9de412298c998595dd2":[6,0,0,29,1],
"datetime_8php.html#af1cd77c97c901d9239cb7a61f97f9826":[6,0,0,29,13],
-"db__update_8php.html":[6,0,2,1],
-"dba__driver_8php.html":[6,0,0,0,0],
-"dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f":[6,0,0,0,0,8],
-"dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249":[6,0,0,0,0,7],
-"dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4":[6,0,0,0,0,3],
-"dba__driver_8php.html#aa377074e70981e8c4e82ca0accd068ee":[6,0,0,0,0,6],
-"dba__driver_8php.html#aa6607893d8f60ade9122bcfbd1a53ffb":[6,0,0,0,0,5],
-"dba__driver_8php.html#ab222aa1dbf9ea93b320f82028739127e":[6,0,0,0,0,2],
-"dba__driver_8php.html#ac10e60f6e5b95bcf67bd82cb88f37947":[6,0,0,0,0,1],
-"dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930":[6,0,0,0,0,4],
-"dba__mysql_8php.html":[6,0,0,0,1],
-"dba__mysqli_8php.html":[6,0,0,0,2],
-"delegate_8php.html":[6,0,1,21],
-"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[6,0,1,21,0],
-"deliver_8php.html":[6,0,0,30],
-"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[6,0,0,30,0],
-"diaspora_8php.html":[6,0,0,31],
-"diaspora_8php.html#a006731620a5242d410358b32678e48e3":[6,0,0,31,0],
-"diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d":[6,0,0,31,24],
-"diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829":[6,0,0,31,1],
-"diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605":[6,0,0,31,15],
-"diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a":[6,0,0,31,25],
-"diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31":[6,0,0,31,14],
-"diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007":[6,0,0,31,19]
+"db__update_8php.html":[6,0,2,1]
};
diff --git a/doc/html/navtreeindex4.js b/doc/html/navtreeindex4.js
index f296d3fe2..41a1f286a 100644
--- a/doc/html/navtreeindex4.js
+++ b/doc/html/navtreeindex4.js
@@ -1,5 +1,38 @@
var NAVTREEINDEX4 =
{
+"dba__driver_8php.html":[6,0,0,0,0],
+"dba__driver_8php.html#a2994daa03b1c23229a27e39bcab75e67":[6,0,0,0,0,2],
+"dba__driver_8php.html#a2a38996670c2936b5769270c49c57593":[6,0,0,0,0,11],
+"dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f":[6,0,0,0,0,17],
+"dba__driver_8php.html#a2c8a72ec73f39b17a167c90737693f78":[6,0,0,0,0,12],
+"dba__driver_8php.html#a30e9a643be804e905f5614a3279d2645":[6,0,0,0,0,5],
+"dba__driver_8php.html#a55bf30d8176967e682656b5be4ad9249":[6,0,0,0,0,16],
+"dba__driver_8php.html#a5df8499634c47b30191f34069d7b98c0":[6,0,0,0,0,6],
+"dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4":[6,0,0,0,0,8],
+"dba__driver_8php.html#a75098bf1d59ea57f7ebae657a369137e":[6,0,0,0,0,3],
+"dba__driver_8php.html#a7c1b98a710ead27382c958ad3216c4ee":[6,0,0,0,0,1],
+"dba__driver_8php.html#aa051799567690a124a3b865bf902f58a":[6,0,0,0,0,10],
+"dba__driver_8php.html#aa377074e70981e8c4e82ca0accd068ee":[6,0,0,0,0,14],
+"dba__driver_8php.html#aa6607893d8f60ade9122bcfbd1a53ffb":[6,0,0,0,0,13],
+"dba__driver_8php.html#ab222aa1dbf9ea93b320f82028739127e":[6,0,0,0,0,7],
+"dba__driver_8php.html#acec84a8fb75d78daf657cbe5df74e25a":[6,0,0,0,0,4],
+"dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930":[6,0,0,0,0,9],
+"dba__driver_8php.html#afaaa1a7eff9c1b65b3b8c464ae37640e":[6,0,0,0,0,15],
+"dba__mysql_8php.html":[6,0,0,0,1],
+"dba__mysqli_8php.html":[6,0,0,0,2],
+"dba__postgres_8php.html":[6,0,0,0,3],
+"delegate_8php.html":[6,0,1,21],
+"delegate_8php.html#a943eea8996ef348eb845c498f9f354dd":[6,0,1,21,0],
+"deliver_8php.html":[6,0,0,30],
+"deliver_8php.html#a397afcb9afecf0c1816b0951189dd346":[6,0,0,30,0],
+"diaspora_8php.html":[6,0,0,31],
+"diaspora_8php.html#a006731620a5242d410358b32678e48e3":[6,0,0,31,0],
+"diaspora_8php.html#a0b3628a5e53332c3d3196b689fe2b94d":[6,0,0,31,24],
+"diaspora_8php.html#a0fb2abe304aae19efc040a5e6b917829":[6,0,0,31,1],
+"diaspora_8php.html#a131abd521b218d6ae6f7d2917d8b2605":[6,0,0,31,15],
+"diaspora_8php.html#a1704748aa2384c73e43f10e71defd31a":[6,0,0,31,25],
+"diaspora_8php.html#a20b968d64ef26afe5cb0cc75a7570a31":[6,0,0,31,14],
+"diaspora_8php.html#a2bf43f6b5890897f425ef4325d34b007":[6,0,0,31,19],
"diaspora_8php.html#a33ae0c4606a7df4d801c05507d87f668":[6,0,0,31,26],
"diaspora_8php.html#a4901762cba5cd8dcdc57bdf285eefb1b":[6,0,0,31,12],
"diaspora_8php.html#a586d5a3ba92d35cee14f879f290072aa":[6,0,0,31,17],
@@ -68,16 +101,14 @@ var NAVTREEINDEX4 =
"dir_d520c5cf583201d9437764f209363c22.html":[6,0,3,1,0],
"dir_e7f045be8bb383d8447c6a6b84145083.html":[6,0,0,3],
"dir_f19da925ee886ec38f19b0e8c19779bc.html":[6,0,3,1,0,0],
-"dirprofile_8php.html":[6,0,1,23],
-"dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052":[6,0,1,23,0],
-"dirsearch_8php.html":[6,0,1,24],
-"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[6,0,1,24,3],
-"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[6,0,1,24,1],
-"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[6,0,1,24,0],
-"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[6,0,1,24,4],
-"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[6,0,1,24,2],
-"display_8php.html":[6,0,1,25],
-"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[6,0,1,25,0],
+"dirsearch_8php.html":[6,0,1,23],
+"dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752":[6,0,1,23,3],
+"dirsearch_8php.html#a52bcac49b0e35cc8c6b70066143c2ee2":[6,0,1,23,1],
+"dirsearch_8php.html#a7d4cd9890d5ed23c3efc58e2a778a305":[6,0,1,23,0],
+"dirsearch_8php.html#a985d410a170549429857af6ff2673149":[6,0,1,23,4],
+"dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c":[6,0,1,23,2],
+"display_8php.html":[6,0,1,24],
+"display_8php.html#a37137c98d47bf3306f4c2bb9f5b60de0":[6,0,1,24,0],
"docblox__errorchecker_8php.html":[6,0,2,2],
"docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62":[6,0,2,2,3],
"docblox__errorchecker_8php.html#a21b4bbe5aae2d85db33affc7126a67ec":[6,0,2,2,2],
@@ -90,14 +121,17 @@ var NAVTREEINDEX4 =
"docblox__errorchecker_8php.html#ab66bc0493d25f39bf8b4dcbb429f04e6":[6,0,2,2,4],
"docblox__errorchecker_8php.html#ae9562cf60aa693114603d27b55d2185f":[6,0,2,2,1],
"docblox__errorchecker_8php.html#af4ca738a05beffe9c8c23e1f7aea3c2d":[6,0,2,2,10],
-"editblock_8php.html":[6,0,1,26],
-"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[6,0,1,26,0],
-"editlayout_8php.html":[6,0,1,27],
-"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[6,0,1,27,0],
-"editpost_8php.html":[6,0,1,28],
-"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[6,0,1,28,0],
-"editwebpage_8php.html":[6,0,1,29],
-"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[6,0,1,29,0],
+"editblock_8php.html":[6,0,1,25],
+"editblock_8php.html#ab7806bb42ae5e93f0330d7bd179d4b3e":[6,0,1,25,1],
+"editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6":[6,0,1,25,0],
+"editlayout_8php.html":[6,0,1,26],
+"editlayout_8php.html#a97c1e93d9e75ad8cd2c2f9a7f77341a7":[6,0,1,26,1],
+"editlayout_8php.html#aa877e4157a26b099de904164181dd386":[6,0,1,26,0],
+"editpost_8php.html":[6,0,1,27],
+"editpost_8php.html#a34011690864d122680c802e9e748ccfb":[6,0,1,27,0],
+"editwebpage_8php.html":[6,0,1,28],
+"editwebpage_8php.html#a375e945255fad79a71036528f7480650":[6,0,1,28,0],
+"editwebpage_8php.html#a94109f9c796fbe92508bf9574e35d19f":[6,0,1,28,1],
"enotify_8php.html":[6,0,0,35],
"enotify_8php.html#a3e9a9355b243777c488d2a9883908dfc":[6,0,0,35,1],
"event_8php.html":[6,0,0,36],
@@ -110,9 +144,9 @@ var NAVTREEINDEX4 =
"event_8php.html#abb74206cf42d694307c3d7abb7af9869":[6,0,0,36,6],
"event_8php.html#ac9f206819186b65952ac1869f0da8c6e":[6,0,0,36,3],
"event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c":[6,0,0,36,4],
-"events_8php.html":[6,0,1,30],
-"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[6,0,1,30,0],
-"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[6,0,1,30,1],
+"events_8php.html":[6,0,1,29],
+"events_8php.html#a1d293fb217ae6bc9e3858c4b32e363ec":[6,0,1,29,0],
+"events_8php.html#ab3e8a8f901175f8e40a8089eea45c075":[6,0,1,29,1],
"expire_8php.html":[6,0,0,37],
"expire_8php.html#a444e45c9b67727b27db4c779fd51a298":[6,0,0,37,0],
"externals_8php.html":[6,0,0,38],
@@ -122,21 +156,21 @@ var NAVTREEINDEX4 =
"extract_8php.html#a50b05cf2e02ef0b67fcad97106dd7634":[6,0,2,3,2],
"extract_8php.html#a63bb4c41bc532baacf6a4976cfaa0feb":[6,0,2,3,0],
"extract_8php.html#a9590b15215a21e9b42eb546aeef79704":[6,0,2,3,1],
-"fbrowser_8php.html":[6,0,1,31],
-"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[6,0,1,31,0],
+"fbrowser_8php.html":[6,0,1,30],
+"fbrowser_8php.html#aee476addcf7a3e0fe9454f7dfd5a56c4":[6,0,1,30,0],
"features_8php.html":[6,0,0,39],
"features_8php.html#a52b5bdfb61b256713efecf7a7b20b0c0":[6,0,0,39,0],
"features_8php.html#ae73c5b03b01c7284ed7e7e0e774e975c":[6,0,0,39,1],
-"feed_8php.html":[6,0,1,32],
-"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[6,0,1,32,0],
-"filer_8php.html":[6,0,1,33],
-"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[6,0,1,33,0],
-"filerm_8php.html":[6,0,1,34],
-"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[6,0,1,34,0],
+"feed_8php.html":[6,0,1,31],
+"feed_8php.html#af86137700b56f33d1d5f25c8dec22c04":[6,0,1,31,0],
+"filer_8php.html":[6,0,1,32],
+"filer_8php.html#a5fd5d7e61b2f9c43cb5f110c89dc4274":[6,0,1,32,0],
+"filerm_8php.html":[6,0,1,33],
+"filerm_8php.html#ae2eb28d2054fa2c37e38689882172208":[6,0,1,33,0],
"files.html":[6,0],
-"filestorage_8php.html":[6,0,1,35],
-"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[6,0,1,35,0],
-"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[6,0,1,35,1],
+"filestorage_8php.html":[6,0,1,34],
+"filestorage_8php.html#a61bb1be78472555df4ce619f51014040":[6,0,1,34,0],
+"filestorage_8php.html#ad3b64e3ece9831f9d3a9f00c0ae983cd":[6,0,1,34,1],
"fpostit_8php.html":[6,0,2,0,0],
"fpostit_8php.html#a3f3ae3ae61578b5671673914fd894443":[6,0,2,0,0,0],
"fpostit_8php.html#a501b5ca82f287509fc691c88524064c1":[6,0,2,0,0,1],
@@ -156,9 +190,9 @@ var NAVTREEINDEX4 =
"friendica-to-smarty-tpl_8py.html#ae74419b16516956c66f7db714a93a6ac":[6,0,2,4,7],
"friendica-to-smarty-tpl_8py.html#aecf730e0884bb4ddc6c0deb1ef85f8eb":[6,0,2,4,4],
"friendica-to-smarty-tpl_8py.html#af6b2c793958aae2aadc294577431f749":[6,0,2,4,3],
-"fsuggest_8php.html":[6,0,1,37],
-"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[6,0,1,37,1],
-"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[6,0,1,37,0],
+"fsuggest_8php.html":[6,0,1,36],
+"fsuggest_8php.html#a61ecfe10ce937ed526614f8fd3de3c7d":[6,0,1,36,1],
+"fsuggest_8php.html#aa6c49ed4b50a387f1845f36844dd7998":[6,0,1,36,0],
"full_8php.html":[6,0,3,0,2],
"full_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,0,2,0],
"functions.html":[5,3,0],
@@ -215,39 +249,5 @@ var NAVTREEINDEX4 =
"globals_0x63.html":[6,1,0,4],
"globals_0x64.html":[6,1,0,5],
"globals_0x65.html":[6,1,0,6],
-"globals_0x66.html":[6,1,0,7],
-"globals_0x67.html":[6,1,0,8],
-"globals_0x68.html":[6,1,0,9],
-"globals_0x69.html":[6,1,0,10],
-"globals_0x6a.html":[6,1,0,11],
-"globals_0x6b.html":[6,1,0,12],
-"globals_0x6c.html":[6,1,0,13],
-"globals_0x6d.html":[6,1,0,14],
-"globals_0x6e.html":[6,1,0,15],
-"globals_0x6f.html":[6,1,0,16],
-"globals_0x70.html":[6,1,0,17],
-"globals_0x71.html":[6,1,0,18],
-"globals_0x72.html":[6,1,0,19],
-"globals_0x73.html":[6,1,0,20],
-"globals_0x74.html":[6,1,0,21],
-"globals_0x75.html":[6,1,0,22],
-"globals_0x76.html":[6,1,0,23],
-"globals_0x77.html":[6,1,0,24],
-"globals_0x78.html":[6,1,0,25],
-"globals_0x7a.html":[6,1,0,26],
-"globals_func.html":[6,1,1],
-"globals_func.html":[6,1,1,0],
-"globals_func_0x61.html":[6,1,1,1],
-"globals_func_0x62.html":[6,1,1,2],
-"globals_func_0x63.html":[6,1,1,3],
-"globals_func_0x64.html":[6,1,1,4],
-"globals_func_0x65.html":[6,1,1,5],
-"globals_func_0x66.html":[6,1,1,6],
-"globals_func_0x67.html":[6,1,1,7],
-"globals_func_0x68.html":[6,1,1,8],
-"globals_func_0x69.html":[6,1,1,9],
-"globals_func_0x6a.html":[6,1,1,10],
-"globals_func_0x6b.html":[6,1,1,11],
-"globals_func_0x6c.html":[6,1,1,12],
-"globals_func_0x6d.html":[6,1,1,13]
+"globals_0x66.html":[6,1,0,7]
};
diff --git a/doc/html/navtreeindex5.js b/doc/html/navtreeindex5.js
index ed6a6c92d..0dfd8348f 100644
--- a/doc/html/navtreeindex5.js
+++ b/doc/html/navtreeindex5.js
@@ -1,5 +1,39 @@
var NAVTREEINDEX5 =
{
+"globals_0x67.html":[6,1,0,8],
+"globals_0x68.html":[6,1,0,9],
+"globals_0x69.html":[6,1,0,10],
+"globals_0x6a.html":[6,1,0,11],
+"globals_0x6b.html":[6,1,0,12],
+"globals_0x6c.html":[6,1,0,13],
+"globals_0x6d.html":[6,1,0,14],
+"globals_0x6e.html":[6,1,0,15],
+"globals_0x6f.html":[6,1,0,16],
+"globals_0x70.html":[6,1,0,17],
+"globals_0x71.html":[6,1,0,18],
+"globals_0x72.html":[6,1,0,19],
+"globals_0x73.html":[6,1,0,20],
+"globals_0x74.html":[6,1,0,21],
+"globals_0x75.html":[6,1,0,22],
+"globals_0x76.html":[6,1,0,23],
+"globals_0x77.html":[6,1,0,24],
+"globals_0x78.html":[6,1,0,25],
+"globals_0x7a.html":[6,1,0,26],
+"globals_func.html":[6,1,1],
+"globals_func.html":[6,1,1,0],
+"globals_func_0x61.html":[6,1,1,1],
+"globals_func_0x62.html":[6,1,1,2],
+"globals_func_0x63.html":[6,1,1,3],
+"globals_func_0x64.html":[6,1,1,4],
+"globals_func_0x65.html":[6,1,1,5],
+"globals_func_0x66.html":[6,1,1,6],
+"globals_func_0x67.html":[6,1,1,7],
+"globals_func_0x68.html":[6,1,1,8],
+"globals_func_0x69.html":[6,1,1,9],
+"globals_func_0x6a.html":[6,1,1,10],
+"globals_func_0x6b.html":[6,1,1,11],
+"globals_func_0x6c.html":[6,1,1,12],
+"globals_func_0x6d.html":[6,1,1,13],
"globals_func_0x6e.html":[6,1,1,14],
"globals_func_0x6f.html":[6,1,1,15],
"globals_func_0x70.html":[6,1,1,16],
@@ -12,8 +46,8 @@ var NAVTREEINDEX5 =
"globals_func_0x77.html":[6,1,1,23],
"globals_func_0x78.html":[6,1,1,24],
"globals_func_0x7a.html":[6,1,1,25],
-"globals_vars.html":[6,1,2,0],
"globals_vars.html":[6,1,2],
+"globals_vars.html":[6,1,2,0],
"globals_vars_0x61.html":[6,1,2,1],
"globals_vars_0x63.html":[6,1,2,2],
"globals_vars_0x64.html":[6,1,2,3],
@@ -39,21 +73,21 @@ var NAVTREEINDEX5 =
"gprobe_8php.html":[6,0,0,41],
"gprobe_8php.html#adf72cb0a70b5b9d99fdec1cc60e18ed1":[6,0,0,41,0],
"greenthumbnails_8php.html":[6,0,3,1,0,2,3],
-"hcard_8php.html":[6,0,1,39],
-"hcard_8php.html#a3663012f1549849af88aba2bb87388e3":[6,0,1,39,0],
-"hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d":[6,0,1,39,1],
-"help_8php.html":[6,0,1,40],
-"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[6,0,1,40,1],
-"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[6,0,1,40,0],
+"hcard_8php.html":[6,0,1,38],
+"hcard_8php.html#a3663012f1549849af88aba2bb87388e3":[6,0,1,38,0],
+"hcard_8php.html#ac34f26b0e6a37eef44fa49bea135136d":[6,0,1,38,1],
+"help_8php.html":[6,0,1,39],
+"help_8php.html#a06b2a51aaabed99e53a9b639047c4ce4":[6,0,1,39,1],
+"help_8php.html#af055e15f600ffa6fbca9386fdf715224":[6,0,1,39,0],
"hierarchy.html":[5,2],
"hivenet_2php_2style_8php.html":[6,0,3,1,2,0,0],
"hivenet_2php_2theme_8php.html":[6,0,3,1,2,0,1],
"hivenet_2php_2theme_8php.html#a3a8b539b112ae63936025236dbaf0a29":[6,0,3,1,2,0,1,0],
-"home_8php.html":[6,0,1,41],
-"home_8php.html#aa1cf697851a646755baf537f75334c46":[6,0,1,41,0],
-"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,41,1],
-"hostxrd_8php.html":[6,0,1,42],
-"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,42,0],
+"home_8php.html":[6,0,1,40],
+"home_8php.html#aa1cf697851a646755baf537f75334c46":[6,0,1,40,0],
+"home_8php.html#ac4642c38b6f23a8d065dd4a75c620bde":[6,0,1,40,1],
+"hostxrd_8php.html":[6,0,1,41],
+"hostxrd_8php.html#aa37ffc8e7900bc76c4828bd25916db92":[6,0,1,41,0],
"html2bbcode_8php.html":[6,0,0,43],
"html2bbcode_8php.html#a39c662b19d318990fee2ba795a55d7a7":[6,0,0,43,3],
"html2bbcode_8php.html#a5ad726995ac4070213abdb3bd09f4837":[6,0,0,43,1],
@@ -105,13 +139,13 @@ var NAVTREEINDEX5 =
"identity_8php.html#ae381db3d43f8e7c1da8b15d14ecf5312":[6,0,0,46,8],
"identity_8php.html#af2802bc13a00a17b867bba7978ba8f58":[6,0,0,46,30],
"identity_8php.html#afaedbc8e2d2a70ec8b006162baac5249":[6,0,0,46,16],
-"impel_8php.html":[6,0,1,43],
-"impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b":[6,0,1,43,0],
-"import_8php.html":[6,0,1,44],
-"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[6,0,1,44,1],
-"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[6,0,1,44,0],
-"importelm_8php.html":[6,0,1,45],
-"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[6,0,1,45,0],
+"impel_8php.html":[6,0,1,42],
+"impel_8php.html#ab7db6fca43b42ea4332cb3e841b3cf7b":[6,0,1,42,0],
+"import_8php.html":[6,0,1,43],
+"import_8php.html#af17fef0410518f7eac205d0ea416eaa2":[6,0,1,43,1],
+"import_8php.html#afdf25ed70096d5dbf4f6d0ca79fea184":[6,0,1,43,0],
+"importelm_8php.html":[6,0,1,44],
+"importelm_8php.html#a1a4f71e6d76ace6add5e9659845f5e5f":[6,0,1,44,0],
"include_2api_8php.html":[6,0,0,7],
"include_2api_8php.html#a0991f72554f821255397d615e76f3203":[6,0,0,7,12],
"include_2api_8php.html#a176c448d79c211ad41c2bbe3124658f5":[6,0,0,7,5],
@@ -215,39 +249,5 @@ var NAVTREEINDEX5 =
"include_2config_8php.html#a27559f388c9b9af81c94e48d6889d1d1":[6,0,0,21,7],
"include_2config_8php.html#a549910227348003efc3c05c9105c42da":[6,0,0,21,0],
"include_2config_8php.html#a559791dda7fef8a4b2394c83e835787b":[6,0,0,21,8],
-"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[6,0,0,21,11],
-"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[6,0,0,21,1],
-"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[6,0,0,21,2],
-"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[6,0,0,21,6],
-"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[6,0,0,21,5],
-"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[6,0,0,21,10],
-"include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52":[6,0,0,21,9],
-"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[6,0,0,21,3],
-"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[6,0,0,21,4],
-"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[6,0,0,21,12],
-"include_2directory_8php.html":[6,0,0,34],
-"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,34,0],
-"include_2follow_8php.html":[6,0,0,40],
-"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,40,0],
-"include_2group_8php.html":[6,0,0,42],
-"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,42,2],
-"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,42,10],
-"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,42,1],
-"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,42,0],
-"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,42,6],
-"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,42,7],
-"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,42,4],
-"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,42,8],
-"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,42,5],
-"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,42,11],
-"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,42,3],
-"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,42,9],
-"include_2menu_8php.html":[6,0,0,51],
-"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,51,11],
-"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,51,1],
-"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,51,10],
-"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,51,9],
-"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,51,3],
-"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,51,8],
-"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,51,7]
+"include_2config_8php.html#a61591371cb18764138655d67dc817ab2":[6,0,0,21,11]
};
diff --git a/doc/html/navtreeindex6.js b/doc/html/navtreeindex6.js
index 4976e91e3..24f45fa52 100644
--- a/doc/html/navtreeindex6.js
+++ b/doc/html/navtreeindex6.js
@@ -1,5 +1,39 @@
var NAVTREEINDEX6 =
{
+"include_2config_8php.html#a7ad2081c5f812ac4387fd76f3762d941":[6,0,0,21,1],
+"include_2config_8php.html#a9c171def547deee16738dc58fdeb4b72":[6,0,0,21,2],
+"include_2config_8php.html#aa3dc1d3de2d091ac702e675acd3a085e":[6,0,0,21,6],
+"include_2config_8php.html#ad58a4913937179adb13201c2ee3261ad":[6,0,0,21,5],
+"include_2config_8php.html#ad6da879e4fb5b37d1e161d4e9be5c32a":[6,0,0,21,10],
+"include_2config_8php.html#aee4b619839cf4b64220f34edf5c67b52":[6,0,0,21,9],
+"include_2config_8php.html#af02c96e6b37335774b548914ede1d22e":[6,0,0,21,3],
+"include_2config_8php.html#af08b7adb63adfb2eda7c466fba0cce74":[6,0,0,21,4],
+"include_2config_8php.html#afe117b70f1bba2f6348d9300b601f86e":[6,0,0,21,12],
+"include_2directory_8php.html":[6,0,0,34],
+"include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0":[6,0,0,34,0],
+"include_2follow_8php.html":[6,0,0,40],
+"include_2follow_8php.html#ae387d4ae097c23d69f3247e7f08140c7":[6,0,0,40,0],
+"include_2group_8php.html":[6,0,0,42],
+"include_2group_8php.html#a0122ef312df2c5546b1a46b3e6c7b31b":[6,0,0,42,2],
+"include_2group_8php.html#a048f6892bfd28852de1b76470df411de":[6,0,0,42,10],
+"include_2group_8php.html#a06ec565d2b64e79044e7c1bf91a2a4ce":[6,0,0,42,1],
+"include_2group_8php.html#a22a81875259c7d3d64d4848afea6b345":[6,0,0,42,0],
+"include_2group_8php.html#a4118f498bbd1530c1d0136d016d197a5":[6,0,0,42,6],
+"include_2group_8php.html#a540e3ef36f47d47532646be4241f6518":[6,0,0,42,7],
+"include_2group_8php.html#a5bd191d9692e6c34d48c0ede10810f09":[6,0,0,42,4],
+"include_2group_8php.html#a6a69bd7be032fa8ce4e49c43a42cc6e9":[6,0,0,42,8],
+"include_2group_8php.html#a90e157b3e1b99c981809cb5a2abd3245":[6,0,0,42,5],
+"include_2group_8php.html#ab0e422a0f31c0c64fd9084ca03d85f32":[6,0,0,42,11],
+"include_2group_8php.html#abd66a5ea34a07a3422dc2dde6c7b3ecb":[6,0,0,42,3],
+"include_2group_8php.html#afb802ae2ce73aae4bc36d157f7b6a92f":[6,0,0,42,9],
+"include_2menu_8php.html":[6,0,0,51],
+"include_2menu_8php.html#a03a5deed3908543581c074ce333e9d6a":[6,0,0,51,11],
+"include_2menu_8php.html#a08a800821721781a8dfffbe31481ff98":[6,0,0,51,1],
+"include_2menu_8php.html#a251bf7e15d21627fd92614198e41c485":[6,0,0,51,10],
+"include_2menu_8php.html#a32701c4245e78ba9106eef52c08bf33d":[6,0,0,51,9],
+"include_2menu_8php.html#a3884bda4d85d84ec99447db9403a68d8":[6,0,0,51,3],
+"include_2menu_8php.html#a47447c01ba8ea04cd74af1d4c5b68fc7":[6,0,0,51,8],
+"include_2menu_8php.html#a68ebbf492470c930f652013656f9071d":[6,0,0,51,7],
"include_2menu_8php.html#a6a33c6a3db2a7510b16cc656edaec571":[6,0,0,51,5],
"include_2menu_8php.html#a9aa8e0052dd47c1a93f53a983bd4620a":[6,0,0,51,2],
"include_2menu_8php.html#acb66f80ca895a6ccd562b3d9ae7b41aa":[6,0,0,51,6],
@@ -69,19 +103,19 @@ var NAVTREEINDEX6 =
"include_2probe_8php.html#aa748dc73a6686c13826b1ee9d16c800d":[6,0,0,66,7],
"include_2probe_8php.html#ab19a52326b27607a0fb8191cc75ba481":[6,0,0,66,5],
"index.html":[],
-"interfaceITemplateEngine.html":[5,0,20],
-"interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,20,1],
-"interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,20,0],
-"invite_8php.html":[6,0,1,46],
-"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,46,0],
-"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,46,1],
-"item_8php.html":[6,0,1,47],
-"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,47,0],
-"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,47,3],
-"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,47,5],
-"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,47,4],
-"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,47,1],
-"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,47,2],
+"interfaceITemplateEngine.html":[5,0,21],
+"interfaceITemplateEngine.html#aaa7381c8becc3d1c1790b53988a0f243":[5,0,21,1],
+"interfaceITemplateEngine.html#aaf2698adbf46c073c24b162fe1b1c442":[5,0,21,0],
+"invite_8php.html":[6,0,1,45],
+"invite_8php.html#a244385b28cfd021d308715f01158bfd9":[6,0,1,45,0],
+"invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5":[6,0,1,45,1],
+"item_8php.html":[6,0,1,46],
+"item_8php.html#a3daae7944f737bd30412a0d042207c0f":[6,0,1,46,0],
+"item_8php.html#a5b1b36cb301a94b38150074f0d424e74":[6,0,1,46,3],
+"item_8php.html#a693cd09805755ab85bbb5ecae69a48c3":[6,0,1,46,5],
+"item_8php.html#a764bbb2e9a885a86fb23d0b5e4a09221":[6,0,1,46,4],
+"item_8php.html#a7b63a9d0cd02096e17dcf11f4afa7c10":[6,0,1,46,1],
+"item_8php.html#aa22feef4de326e1d7078dedd892e615c":[6,0,1,46,2],
"items_8php.html":[6,0,0,49],
"items_8php.html#a016dd86c827d08db89061ea81d15c6cb":[6,0,0,49,3],
"items_8php.html#a02ca33c31ed535d24894f8a9a91ce9df":[6,0,0,49,42],
@@ -156,8 +190,8 @@ var NAVTREEINDEX6 =
"items_8php.html#af6237605c60d69abdd959ddbbee3420c":[6,0,0,49,61],
"items_8php.html#af94c281016c6c912d06e064113336c5c":[6,0,0,49,50],
"items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67":[6,0,0,49,24],
-"lang_8php.html":[6,0,1,48],
-"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,48,0],
+"lang_8php.html":[6,0,1,47],
+"lang_8php.html#a4c5c1140f51a638f224275cd618c2f37":[6,0,1,47,0],
"language_8php.html":[6,0,0,50],
"language_8php.html#a151e5b4689aef86a12642cbb7a00bfe0":[6,0,0,50,7],
"language_8php.html#a43e6ddba9df019c9ac3ab4c94c444ae7":[6,0,0,50,3],
@@ -169,29 +203,30 @@ var NAVTREEINDEX6 =
"language_8php.html#ac6ae482ee54fa2764d5c2e77305aeb96":[6,0,0,50,8],
"language_8php.html#ac9142ef1d01a235c760deb0f16643f5a":[6,0,0,50,6],
"language_8php.html#ace67d6cad57da08d030ad9dc9b8c836e":[6,0,0,50,2],
-"layouts_8php.html":[6,0,1,49],
-"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[6,0,1,49,0],
-"like_8php.html":[6,0,1,50],
-"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[6,0,1,50,0],
-"lockview_8php.html":[6,0,1,51],
-"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[6,0,1,51,0],
-"locs_8php.html":[6,0,1,52],
-"locs_8php.html#a6b43654592919ac863d67a1f787a69b9":[6,0,1,52,1],
-"locs_8php.html#a6c900f53970c0d0e738d2fe06d27ca44":[6,0,1,52,0],
-"login_8php.html":[6,0,1,53],
-"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[6,0,1,53,0],
-"lostpass_8php.html":[6,0,1,54],
-"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[6,0,1,54,0],
-"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[6,0,1,54,1],
-"magic_8php.html":[6,0,1,55],
-"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[6,0,1,55,0],
-"mail_8php.html":[6,0,1,56],
-"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[6,0,1,56,0],
-"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[6,0,1,56,1],
-"manage_8php.html":[6,0,1,57],
-"manage_8php.html#a2bca247b5296827638959138367db4f5":[6,0,1,57,0],
-"match_8php.html":[6,0,1,58],
-"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[6,0,1,58,0],
+"layouts_8php.html":[6,0,1,48],
+"layouts_8php.html#a39c8e9f72641c684c8b689bd91a642fa":[6,0,1,48,1],
+"layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50":[6,0,1,48,0],
+"like_8php.html":[6,0,1,49],
+"like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538":[6,0,1,49,0],
+"lockview_8php.html":[6,0,1,50],
+"lockview_8php.html#a851e26ab9a1008df5c5ebebea31e9b44":[6,0,1,50,0],
+"locs_8php.html":[6,0,1,51],
+"locs_8php.html#a6b43654592919ac863d67a1f787a69b9":[6,0,1,51,1],
+"locs_8php.html#a6c900f53970c0d0e738d2fe06d27ca44":[6,0,1,51,0],
+"login_8php.html":[6,0,1,52],
+"login_8php.html#a1d69ca88eb9005a7026e128b9a645904":[6,0,1,52,0],
+"lostpass_8php.html":[6,0,1,53],
+"lostpass_8php.html#a0314d94e48c789b1b3a201d740c9eab3":[6,0,1,53,0],
+"lostpass_8php.html#a8ed35ba71a4404eaf4903da61d0321cc":[6,0,1,53,1],
+"magic_8php.html":[6,0,1,54],
+"magic_8php.html#acea2cc792849ca2d71d4b689f66518bf":[6,0,1,54,0],
+"mail_8php.html":[6,0,1,55],
+"mail_8php.html#a3c7c485fc69f92371e8b20936040eca1":[6,0,1,55,0],
+"mail_8php.html#acfc2cc0bf4e0b178207758384977f25a":[6,0,1,55,1],
+"manage_8php.html":[6,0,1,56],
+"manage_8php.html#a2bca247b5296827638959138367db4f5":[6,0,1,56,0],
+"match_8php.html":[6,0,1,57],
+"match_8php.html#a1dd853e959b9e70c1911bb2fb5f5130d":[6,0,1,57,0],
"md_README.html":[2],
"md_config.html":[0],
"md_fresh.html":[1],
@@ -203,10 +238,10 @@ var NAVTREEINDEX6 =
"minimalisticdarkness_8php.html#a6e5d97615c6faef5dbffe04b8024ceaf":[6,0,3,1,0,2,4,0],
"minimalisticdarkness_8php.html#a70bb13be8f23ec47839da81e0796f1cb":[6,0,3,1,0,2,4,2],
"minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b":[6,0,3,1,0,2,4,1],
-"mitem_8php.html":[6,0,1,61],
-"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[6,0,1,61,2],
-"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[6,0,1,61,0],
-"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[6,0,1,61,1],
+"mitem_8php.html":[6,0,1,60],
+"mitem_8php.html#a6ee694cca4b551a20d7c7a94b5243ec1":[6,0,1,60,2],
+"mitem_8php.html#a7a31b702ecad18eeb6a38b243ff0037e":[6,0,1,60,0],
+"mitem_8php.html#a9627cd857cafdf04e4fc0ae48c8e8518":[6,0,1,60,1],
"mod_2api_8php.html":[6,0,1,4],
"mod_2api_8php.html#a02ae0f60e240dc806b860edb7d582117":[6,0,1,4,2],
"mod_2api_8php.html#a33315b5bbf5418f6850b2038107b526d":[6,0,1,4,0],
@@ -214,40 +249,5 @@ var NAVTREEINDEX6 =
"mod_2apps_8php.html":[6,0,1,6],
"mod_2apps_8php.html#a546016cb960d0b110ee8e489dfa6c27c":[6,0,1,6,0],
"mod_2attach_8php.html":[6,0,1,7],
-"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[6,0,1,7,0],
-"mod_2bookmarks_8php.html":[6,0,1,10],
-"mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[6,0,1,10,1],
-"mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[6,0,1,10,0],
-"mod_2chat_8php.html":[6,0,1,13],
-"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[6,0,1,13,0],
-"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[6,0,1,13,2],
-"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[6,0,1,13,1],
-"mod_2directory_8php.html":[6,0,1,22],
-"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[6,0,1,22,1],
-"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[6,0,1,22,0],
-"mod_2follow_8php.html":[6,0,1,36],
-"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[6,0,1,36,1],
-"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[6,0,1,36,0],
-"mod_2group_8php.html":[6,0,1,38],
-"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[6,0,1,38,0],
-"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[6,0,1,38,1],
-"mod_2menu_8php.html":[6,0,1,59],
-"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[6,0,1,59,0],
-"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[6,0,1,59,1],
-"mod_2message_8php.html":[6,0,1,60],
-"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[6,0,1,60,0],
-"mod_2network_8php.html":[6,0,1,65],
-"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[6,0,1,65,1],
-"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[6,0,1,65,0],
-"mod_2notify_8php.html":[6,0,1,69],
-"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[6,0,1,69,1],
-"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[6,0,1,69,0],
-"mod_2oembed_8php.html":[6,0,1,70],
-"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[6,0,1,70,0],
-"mod_2photos_8php.html":[6,0,1,80],
-"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[6,0,1,80,2],
-"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[6,0,1,80,0],
-"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[6,0,1,80,1],
-"mod_2probe_8php.html":[6,0,1,88],
-"mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[6,0,1,88,0]
+"mod_2attach_8php.html#aa88eb5ad87aa1036a30e70339cc6c1b1":[6,0,1,7,0]
};
diff --git a/doc/html/navtreeindex7.js b/doc/html/navtreeindex7.js
index 750d36362..95e51661f 100644
--- a/doc/html/navtreeindex7.js
+++ b/doc/html/navtreeindex7.js
@@ -1,92 +1,127 @@
var NAVTREEINDEX7 =
{
+"mod_2bookmarks_8php.html":[6,0,1,10],
+"mod_2bookmarks_8php.html#a6b7942f3d27e40f0f47c88704127b9b3":[6,0,1,10,1],
+"mod_2bookmarks_8php.html#a774364b1c8404529581083631703527a":[6,0,1,10,0],
+"mod_2chat_8php.html":[6,0,1,13],
+"mod_2chat_8php.html#a8b0b8bee6fef6477e8c64c5e951b1b4f":[6,0,1,13,0],
+"mod_2chat_8php.html#a999d594745597c656c9760253ae297ad":[6,0,1,13,2],
+"mod_2chat_8php.html#aa9ae4782e9baef0b7314ab9527c2707e":[6,0,1,13,1],
+"mod_2directory_8php.html":[6,0,1,22],
+"mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf":[6,0,1,22,1],
+"mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44":[6,0,1,22,0],
+"mod_2follow_8php.html":[6,0,1,35],
+"mod_2follow_8php.html#a171f5b19f50d7738adc3b2e96ec6018a":[6,0,1,35,1],
+"mod_2follow_8php.html#a4c540ea4e9f5c581c1a53516ac585592":[6,0,1,35,0],
+"mod_2group_8php.html":[6,0,1,37],
+"mod_2group_8php.html#a07a64f6c65b0080d8190b3d9728a7a83":[6,0,1,37,0],
+"mod_2group_8php.html#aed1f009b1221348021bb34761160ef35":[6,0,1,37,1],
+"mod_2menu_8php.html":[6,0,1,58],
+"mod_2menu_8php.html#a6fed23af14d71a78a4153c8363a685cf":[6,0,1,58,0],
+"mod_2menu_8php.html#aaa491ef173868fe002aece4632bcf393":[6,0,1,58,1],
+"mod_2message_8php.html":[6,0,1,59],
+"mod_2message_8php.html#ac72dfed3ce08fcb331d66b37edc6e15f":[6,0,1,59,0],
+"mod_2network_8php.html":[6,0,1,64],
+"mod_2network_8php.html#a180fce90ad11d7e0e45be094da7149ec":[6,0,1,64,1],
+"mod_2network_8php.html#a43f2f29b90c5e29072c561934bc8f8b4":[6,0,1,64,0],
+"mod_2notify_8php.html":[6,0,1,68],
+"mod_2notify_8php.html#a94f9a6a9d4b5fd704baafff0c34f41ae":[6,0,1,68,1],
+"mod_2notify_8php.html#acdf3851688ebd6d6a575eb84ef9febe3":[6,0,1,68,0],
+"mod_2oembed_8php.html":[6,0,1,69],
+"mod_2oembed_8php.html#a9145025aaf057fb5d3f9f7011e5e1014":[6,0,1,69,0],
+"mod_2photos_8php.html":[6,0,1,79],
+"mod_2photos_8php.html#a062bed4d04d14fee8a53f4c9be673080":[6,0,1,79,2],
+"mod_2photos_8php.html#aa87382611a66ec5effdb2d78f13f5812":[6,0,1,79,0],
+"mod_2photos_8php.html#ab950295cd77626f5fe65331a87693014":[6,0,1,79,1],
+"mod_2probe_8php.html":[6,0,1,87],
+"mod_2probe_8php.html#a1f1db3fa6038e451e737964c94bf5e99":[6,0,1,87,0],
"mod__chanview_8php.html":[6,0,3,1,0,0,0],
"mod__import_8php.html":[6,0,3,0,4],
"mod__import_8php.html#a8db1899eeeb44dabd0904065b63627bb":[6,0,3,0,4,0],
-"mood_8php.html":[6,0,1,62],
-"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[6,0,1,62,0],
-"mood_8php.html#a7ae136dd7476865b4828136175db5022":[6,0,1,62,1],
-"msearch_8php.html":[6,0,1,63],
-"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[6,0,1,63,0],
+"mood_8php.html":[6,0,1,61],
+"mood_8php.html#a721b9b6703b3234a005641c92d409b8f":[6,0,1,61,0],
+"mood_8php.html#a7ae136dd7476865b4828136175db5022":[6,0,1,61,1],
+"msearch_8php.html":[6,0,1,62],
+"msearch_8php.html#ac80d2a6c0a92e79eec7efbbccd74d9a8":[6,0,1,62,0],
"mytheme_2php_2style_8php.html":[6,0,3,1,3,0,1],
"mytheme_2php_2theme_8php.html":[6,0,3,1,3,0,2],
"mytheme_2php_2theme_8php.html#a6ce5df8ece6acc09c1fddaccbeb244e8":[6,0,3,1,3,0,2,0],
-"namespaceFriendica.html":[4,0,1],
"namespaceFriendica.html":[5,0,1],
+"namespaceFriendica.html":[4,0,1],
"namespaceRedMatrix.html":[4,0,3],
"namespaceRedMatrix.html":[5,0,3],
-"namespaceRedMatrix_1_1RedDAV.html":[4,0,3,0],
"namespaceRedMatrix_1_1RedDAV.html":[5,0,3,0],
+"namespaceRedMatrix_1_1RedDAV.html":[4,0,3,0],
"namespaceRedmatrix.html":[5,0,4],
"namespaceRedmatrix.html":[4,0,4],
"namespaceRedmatrix_1_1Import.html":[5,0,4,0],
"namespaceRedmatrix_1_1Import.html":[4,0,4,0],
-"namespaceacl__selectors.html":[4,0,0],
"namespaceacl__selectors.html":[5,0,0],
+"namespaceacl__selectors.html":[4,0,0],
"namespacefriendica-to-smarty-tpl.html":[4,0,2],
"namespacefriendica-to-smarty-tpl.html":[5,0,2],
"namespacemembers.html":[4,1,0],
"namespacemembers_func.html":[4,1,1],
"namespacemembers_vars.html":[4,1,2],
"namespaces.html":[4,0],
-"namespaceupdatetpl.html":[4,0,5],
"namespaceupdatetpl.html":[5,0,5],
+"namespaceupdatetpl.html":[4,0,5],
"namespaceutil.html":[4,0,6],
"namespaceutil.html":[5,0,6],
"nav_8php.html":[6,0,0,53],
"nav_8php.html#a43be0df73b90647ea70947ce004e231e":[6,0,0,53,0],
"nav_8php.html#ac3c920ce3ea5b0d9e0678ee37155f06a":[6,0,0,53,1],
-"netgrowth_8php.html":[6,0,1,64],
-"netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919":[6,0,1,64,0],
-"new__channel_8php.html":[6,0,1,66],
-"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[6,0,1,66,2],
-"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[6,0,1,66,1],
-"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[6,0,1,66,0],
+"netgrowth_8php.html":[6,0,1,63],
+"netgrowth_8php.html#a9b87bfc25a7cb11bc7f8e1fdd0310919":[6,0,1,63,0],
+"new__channel_8php.html":[6,0,1,65],
+"new__channel_8php.html#a180b0646957db8290482f02454ad7f23":[6,0,1,65,2],
+"new__channel_8php.html#a1ad7f99e4366a32942c6b954aba3a164":[6,0,1,65,1],
+"new__channel_8php.html#ae585191610f79da129492482ce8e2fee":[6,0,1,65,0],
"none_8php.html":[6,0,3,0,5],
-"notes_8php.html":[6,0,1,67],
-"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[6,0,1,67,0],
-"notifications_8php.html":[6,0,1,68],
-"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[6,0,1,68,1],
-"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[6,0,1,68,0],
+"notes_8php.html":[6,0,1,66],
+"notes_8php.html#a4dbd7b1f906440746af48b484d66535a":[6,0,1,66,0],
+"notifications_8php.html":[6,0,1,67],
+"notifications_8php.html#a5baffec7b2e625c9f9cefbc097550d33":[6,0,1,67,1],
+"notifications_8php.html#aadd0b5525bd8c283a5d8a37982bbfe62":[6,0,1,67,0],
"notifier_8php.html":[6,0,0,55],
"notifier_8php.html#a568c502f626cff95e344c0748938b85d":[6,0,0,55,0],
"notred_8php.html":[6,0,3,1,4,1,3],
"oauth_8php.html":[6,0,0,57],
"oauth_8php.html#a7a32a5990f113ac9465b03b29175cf16":[6,0,0,57,3],
"oauth_8php.html#ad343cab37aa860d2d14dc86b7f5ca0c6":[6,0,0,57,2],
-"oexchange_8php.html":[6,0,1,71],
-"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[6,0,1,71,0],
-"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[6,0,1,71,1],
+"oexchange_8php.html":[6,0,1,70],
+"oexchange_8php.html#a2d8b785cd7d041a4e6274f5af370cf26":[6,0,1,70,0],
+"oexchange_8php.html#ac8e2e469ddc3db984b0c1b44558aca59":[6,0,1,70,1],
"olddefault_8php.html":[6,0,3,1,0,2,5],
"onedirsync_8php.html":[6,0,0,59],
"onedirsync_8php.html#a411aedd47c57476099647961e6a86691":[6,0,0,59,0],
"onepoll_8php.html":[6,0,0,60],
"onepoll_8php.html#a72753b2fdec79b37c7f432035c91fb6d":[6,0,0,60,0],
-"online_8php.html":[6,0,1,72],
-"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[6,0,1,72,0],
-"openid_8php.html":[6,0,1,73],
-"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[6,0,1,73,0],
-"opensearch_8php.html":[6,0,1,74],
-"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[6,0,1,74,0],
-"p_8php.html":[6,0,1,75],
-"p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e":[6,0,1,75,0],
-"page_8php.html":[6,0,1,76],
-"page_8php.html#a4d89800c0366a239191b1692c09635cf":[6,0,1,76,1],
-"page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,76,0],
+"online_8php.html":[6,0,1,71],
+"online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7":[6,0,1,71,0],
+"openid_8php.html":[6,0,1,72],
+"openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43":[6,0,1,72,0],
+"opensearch_8php.html":[6,0,1,73],
+"opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9":[6,0,1,73,0],
+"p_8php.html":[6,0,1,74],
+"p_8php.html#af9d5530ca0b3dc9409cf591c39e2480e":[6,0,1,74,0],
+"page_8php.html":[6,0,1,75],
+"page_8php.html#a4d89800c0366a239191b1692c09635cf":[6,0,1,75,1],
+"page_8php.html#a91a5f649f68406149108bded1dc90b22":[6,0,1,75,0],
"page__widgets_8php.html":[6,0,0,61],
"page__widgets_8php.html#a1a1e729da27f252cab6678288a17958f":[6,0,0,61,1],
"page__widgets_8php.html#a39d547771c5f12a17c097436c82f0fa2":[6,0,0,61,0],
"pages.html":[],
-"parse__url_8php.html":[6,0,1,77],
-"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[6,0,1,77,2],
-"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[6,0,1,77,3],
-"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[6,0,1,77,1],
-"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[6,0,1,77,0],
+"parse__url_8php.html":[6,0,1,76],
+"parse__url_8php.html#a05a9e8944380ba3cf6bbf5893dd4b74b":[6,0,1,76,2],
+"parse__url_8php.html#a25635549f2c22955d72465f4d2e58993":[6,0,1,76,3],
+"parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a":[6,0,1,76,1],
+"parse__url_8php.html#aa7dd8f961bea042d62726ed909e4a868":[6,0,1,76,0],
"passion_8php.html":[6,0,3,1,0,2,6],
"passionwide_8php.html":[6,0,3,1,0,2,7],
-"pdledit_8php.html":[6,0,1,78],
-"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,78,0],
-"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,78,1],
+"pdledit_8php.html":[6,0,1,77],
+"pdledit_8php.html#a59cb550f6b7a4e7d8196fbc9de601619":[6,0,1,77,0],
+"pdledit_8php.html#a81da3c955d0e3db55d148a31483104c7":[6,0,1,77,1],
"permissions_8php.html":[6,0,0,62],
"permissions_8php.html#a040fd3d3b8517658b1668ae0cd093972":[6,0,0,62,2],
"permissions_8php.html#a0f5bd9f7f4c8fb7ba4b2c1ed048b4dc7":[6,0,0,62,0],
@@ -95,8 +130,8 @@ var NAVTREEINDEX7 =
"permissions_8php.html#a9b5f5120566a3699a98efc5ccb0c59fe":[6,0,0,62,3],
"permissions_8php.html#aa8b7b102c653649d7a71b5a1c044d90d":[6,0,0,62,6],
"permissions_8php.html#aeca9b280f3dc3358c89976d81d690008":[6,0,0,62,1],
-"photo_8php.html":[6,0,1,79],
-"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,79,0],
+"photo_8php.html":[6,0,1,78],
+"photo_8php.html#a582779d24882b0d31ee909a91d70a448":[6,0,1,78,0],
"photo__driver_8php.html":[6,0,0,2,0],
"photo__driver_8php.html#a1d0bc7161dec0d177b7d3bbe4421af9a":[6,0,0,2,0,2],
"photo__driver_8php.html#a243cee492ce443afb6a7d77d54b6c4aa":[6,0,0,2,0,1],
@@ -117,11 +152,11 @@ var NAVTREEINDEX7 =
"php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,0,1,0],
"php_2theme__init_8php.html":[6,0,3,0,7],
"php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[6,0,3,0,7,0],
-"php_8php.html":[6,0,1,81],
-"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[6,0,1,81,0],
+"php_8php.html":[6,0,1,80],
+"php_8php.html#adb7164dfed9a4ecbe2e168e1e78f12f6":[6,0,1,80,0],
"pine_8php.html":[6,0,3,1,0,2,8],
-"ping_8php.html":[6,0,1,82],
-"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,82,0],
+"ping_8php.html":[6,0,1,81],
+"ping_8php.html#a77217b1b190b4c5d8770867b45f0c0a1":[6,0,1,81,0],
"plugin_8php.html":[6,0,0,64],
"plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76":[6,0,0,64,24],
"plugin_8php.html#a0e8c2ea50bfdbc39e17ccccaea21ddc3":[6,0,0,64,22],
@@ -152,29 +187,29 @@ var NAVTREEINDEX7 =
"plugin_8php.html#aff0178bd8d0b34a94d5efddc883edd35":[6,0,0,64,5],
"po2php_8php.html":[6,0,2,6],
"po2php_8php.html#a3b75e36f913198299e99559b175cd8b4":[6,0,2,6,0],
-"poco_8php.html":[6,0,1,83],
-"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[6,0,1,83,0],
-"poke_8php.html":[6,0,1,84],
-"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[6,0,1,84,1],
-"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[6,0,1,84,0],
-"poll_8php.html":[6,0,1,85],
-"poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77":[6,0,1,85,2],
-"poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263":[6,0,1,85,0],
-"poll_8php.html#ab9ecd5b71af090a5da9c93f34f7ec930":[6,0,1,85,1],
+"poco_8php.html":[6,0,1,82],
+"poco_8php.html#a53def16f75e3d41f1d2bb7cfa4905498":[6,0,1,82,0],
+"poke_8php.html":[6,0,1,83],
+"poke_8php.html#a9725aab97b3983e6a98bd81c4efe7d3b":[6,0,1,83,1],
+"poke_8php.html#ac9190563a8da9c07a16f9dcd71cf6993":[6,0,1,83,0],
+"poll_8php.html":[6,0,1,84],
+"poll_8php.html#a26be9d4f230cb68f5be326198cfc6c77":[6,0,1,84,2],
+"poll_8php.html#a3314c26bd2ac0ed831cebf3315cd3263":[6,0,1,84,0],
+"poll_8php.html#ab9ecd5b71af090a5da9c93f34f7ec930":[6,0,1,84,1],
"poller_8php.html":[6,0,0,65],
"poller_8php.html#a5f12df3a4738124b6c039971e87e76da":[6,0,0,65,0],
-"post_8php.html":[6,0,1,86],
-"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[6,0,1,86,0],
-"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[6,0,1,86,1],
-"pretheme_8php.html":[6,0,1,87],
-"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[6,0,1,87,0],
-"profile_8php.html":[6,0,1,89],
-"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[6,0,1,89,0],
-"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[6,0,1,89,1],
-"profile__photo_8php.html":[6,0,1,90],
-"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[6,0,1,90,0],
-"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[6,0,1,90,1],
-"profile__photo_8php.html#a561103564199da56e58061a4196eb102":[6,0,1,90,2],
+"post_8php.html":[6,0,1,85],
+"post_8php.html#af4b48181ce773ef0cdfc972441445c34":[6,0,1,85,0],
+"post_8php.html#af59e6a1dc22d19d9257b01cd7ccedb75":[6,0,1,85,1],
+"pretheme_8php.html":[6,0,1,86],
+"pretheme_8php.html#af5660943ee99db5fd75182316522eafe":[6,0,1,86,0],
+"profile_8php.html":[6,0,1,88],
+"profile_8php.html#a3775cf6eef6587e5143133356a7b76c0":[6,0,1,88,0],
+"profile_8php.html#ab5d0246be0552e2182a585c1206d22a5":[6,0,1,88,1],
+"profile__photo_8php.html":[6,0,1,89],
+"profile__photo_8php.html#a140631c56438fbfacb61a1eb43067d02":[6,0,1,89,0],
+"profile__photo_8php.html#a4b80234074bd603221aa5364f330e479":[6,0,1,89,1],
+"profile__photo_8php.html#a561103564199da56e58061a4196eb102":[6,0,1,89,2],
"profile__selectors_8php.html":[6,0,0,67],
"profile__selectors_8php.html#a3b50b3ea4ea4bdbebebfffc5d1b157c7":[6,0,0,67,4],
"profile__selectors_8php.html#a7473dd095987e1cdcc79d4f0bb5e6798":[6,0,0,67,2],
@@ -182,27 +217,27 @@ var NAVTREEINDEX7 =
"profile__selectors_8php.html#ab0eae5c0ceba77364469f0f580f0d074":[6,0,0,67,5],
"profile__selectors_8php.html#adc79715bd2e102b4583fb530749ec534":[6,0,0,67,3],
"profile__selectors_8php.html#ae2b2c087e6530c61c0b256fd26d52355":[6,0,0,67,0],
-"profiles_8php.html":[6,0,1,91],
-"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[6,0,1,91,1],
-"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[6,0,1,91,0],
-"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[6,0,1,91,2],
-"profperm_8php.html":[6,0,1,92],
-"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[6,0,1,92,1],
-"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[6,0,1,92,0],
-"pubsites_8php.html":[6,0,1,93],
-"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[6,0,1,93,0],
+"profiles_8php.html":[6,0,1,90],
+"profiles_8php.html#a36f71405ad536228f8bb84a551b23f7e":[6,0,1,90,1],
+"profiles_8php.html#a46975783b8b8d70402d51487eb1f0b00":[6,0,1,90,0],
+"profiles_8php.html#ab0362c81b1d3b0b12a772b9fac446e04":[6,0,1,90,2],
+"profperm_8php.html":[6,0,1,91],
+"profperm_8php.html#a17fb64ec05edee1dc94d95438807d6c6":[6,0,1,91,1],
+"profperm_8php.html#aef015787de2373d9fb3fe3f814fb5023":[6,0,1,91,0],
+"pubsites_8php.html":[6,0,1,92],
+"pubsites_8php.html#af614e279aab54065345bda6b03eafdf0":[6,0,1,92,0],
"queue_8php.html":[6,0,0,69],
"queue_8php.html#af8c93de86d866c3200174c8450a0f341":[6,0,0,69,0],
"queue__fn_8php.html":[6,0,0,70],
"queue__fn_8php.html#a4c2876181f75a4a61e85b7f00dfdbba1":[6,0,0,70,1],
"queue__fn_8php.html#a8fe71e981399bbf5d000a6ca42f57b24":[6,0,0,70,0],
-"randprof_8php.html":[6,0,1,94],
-"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[6,0,1,94,0],
-"rbmark_8php.html":[6,0,1,95],
-"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[6,0,1,95,0],
-"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[6,0,1,95,1],
-"receive_8php.html":[6,0,1,96],
-"receive_8php.html#a03d8fa26e77844020ba5602deca7d494":[6,0,1,96,0],
+"randprof_8php.html":[6,0,1,93],
+"randprof_8php.html#abf5dba3c608b9304cbf68327cd31b090":[6,0,1,93,0],
+"rbmark_8php.html":[6,0,1,94],
+"rbmark_8php.html#a43fec4960b50926251574762cc491f76":[6,0,1,94,0],
+"rbmark_8php.html#ac5a66aa8599fa5dc702bae396d8d1f8c":[6,0,1,94,1],
+"receive_8php.html":[6,0,1,95],
+"receive_8php.html#a03d8fa26e77844020ba5602deca7d494":[6,0,1,95,0],
"redable_8php.html":[6,0,3,0,6],
"redable_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,0,6,0],
"redbasic_2php_2style_8php.html":[6,0,3,1,4,0,1],
@@ -214,40 +249,5 @@ var NAVTREEINDEX7 =
"reddav_8php.html":[6,0,0,71],
"reddav_8php.html#a5df0d09893f2e65dc5cf6bbab6cfb266":[6,0,0,71,1],
"reddav_8php.html#a9f531641dfb4e43cd88ac1a9ae7e2088":[6,0,0,71,2],
-"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,71,0],
-"refimport_8php.html":[6,0,0,1,1],
-"refimport_8php.html#a01a29630fa5e1ce6cd5e1fd75280747c":[6,0,0,1,1,2],
-"refimport_8php.html#a53434bc19e6264db89e18d92ddc09860":[6,0,0,1,1,1],
-"refimport_8php.html#a54003135d7c8994a76e831fb6faa2fe6":[6,0,0,1,1,6],
-"refimport_8php.html#a684a44d2401abf75f441591bcb41d10d":[6,0,0,1,1,12],
-"refimport_8php.html#a6c3e0475fde9fe72ff2492a5e3e5259c":[6,0,0,1,1,4],
-"refimport_8php.html#a8459983ebf013ed5737f7ed317bfae1f":[6,0,0,1,1,8],
-"refimport_8php.html#a9c1f681f1f303400a9818696a9f96d6f":[6,0,0,1,1,10],
-"refimport_8php.html#aa98de7d112e3a5b4b6956f108d04a41d":[6,0,0,1,1,3],
-"refimport_8php.html#ac43699d8ae86175e049aa4e87853caac":[6,0,0,1,1,7],
-"refimport_8php.html#ad297afe0730c9119dd94d3cf0521b025":[6,0,0,1,1,9],
-"refimport_8php.html#ad97ebb5feda0230a4834e0b3637a0d29":[6,0,0,1,1,0],
-"refimport_8php.html#ae9c56f779d1e0ac7bcb2a460129e7ae5":[6,0,0,1,1,5],
-"refimport_8php.html#aeec793cefa260f788b7d005adcb35796":[6,0,0,1,1,11],
-"register_8php.html":[6,0,1,97],
-"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[6,0,1,97,0],
-"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[6,0,1,97,2],
-"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[6,0,1,97,1],
-"regmod_8php.html":[6,0,1,98],
-"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[6,0,1,98,0],
-"regver_8php.html":[6,0,1,99],
-"regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f":[6,0,1,99,0],
-"removeaccount_8php.html":[6,0,1,100],
-"removeaccount_8php.html#a26a3325292e932c59793430ab737126a":[6,0,1,100,1],
-"removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695":[6,0,1,100,0],
-"removeme_8php.html":[6,0,1,101],
-"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[6,0,1,101,0],
-"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[6,0,1,101,1],
-"rmagic_8php.html":[6,0,1,102],
-"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[6,0,1,102,0],
-"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[6,0,1,102,2],
-"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[6,0,1,102,1],
-"rpost_8php.html":[6,0,1,103],
-"rpost_8php.html#a8190354d789000806d9879aea276728f":[6,0,1,103,0],
-"rsd__xml_8php.html":[6,0,1,104]
+"reddav_8php.html#ae92ea0df1993f6a7bcd1b6efa6c1fb66":[6,0,0,71,0]
};
diff --git a/doc/html/navtreeindex8.js b/doc/html/navtreeindex8.js
index 75e8fbe66..41348f01c 100644
--- a/doc/html/navtreeindex8.js
+++ b/doc/html/navtreeindex8.js
@@ -1,11 +1,46 @@
var NAVTREEINDEX8 =
{
-"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[6,0,1,104,0],
-"search_8php.html":[6,0,1,105],
-"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[6,0,1,105,0],
-"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[6,0,1,105,1],
-"search__ac_8php.html":[6,0,1,106],
-"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[6,0,1,106,0],
+"refimport_8php.html":[6,0,0,1,1],
+"refimport_8php.html#a01a29630fa5e1ce6cd5e1fd75280747c":[6,0,0,1,1,2],
+"refimport_8php.html#a53434bc19e6264db89e18d92ddc09860":[6,0,0,1,1,1],
+"refimport_8php.html#a54003135d7c8994a76e831fb6faa2fe6":[6,0,0,1,1,6],
+"refimport_8php.html#a684a44d2401abf75f441591bcb41d10d":[6,0,0,1,1,12],
+"refimport_8php.html#a6c3e0475fde9fe72ff2492a5e3e5259c":[6,0,0,1,1,4],
+"refimport_8php.html#a8459983ebf013ed5737f7ed317bfae1f":[6,0,0,1,1,8],
+"refimport_8php.html#a9c1f681f1f303400a9818696a9f96d6f":[6,0,0,1,1,10],
+"refimport_8php.html#aa98de7d112e3a5b4b6956f108d04a41d":[6,0,0,1,1,3],
+"refimport_8php.html#ac43699d8ae86175e049aa4e87853caac":[6,0,0,1,1,7],
+"refimport_8php.html#ad297afe0730c9119dd94d3cf0521b025":[6,0,0,1,1,9],
+"refimport_8php.html#ad97ebb5feda0230a4834e0b3637a0d29":[6,0,0,1,1,0],
+"refimport_8php.html#ae9c56f779d1e0ac7bcb2a460129e7ae5":[6,0,0,1,1,5],
+"refimport_8php.html#aeec793cefa260f788b7d005adcb35796":[6,0,0,1,1,11],
+"register_8php.html":[6,0,1,96],
+"register_8php.html#a0e91f57f111407ea8d3223a05022bb2a":[6,0,1,96,0],
+"register_8php.html#a51731dcc1917c58a790eb1c0f6132271":[6,0,1,96,2],
+"register_8php.html#ae20c0cd40f738d6295de58b9202c83d5":[6,0,1,96,1],
+"regmod_8php.html":[6,0,1,97],
+"regmod_8php.html#a7953df4e32e63946565e90cdd5d50409":[6,0,1,97,0],
+"regver_8php.html":[6,0,1,98],
+"regver_8php.html#ad2c5f644fd1b099abd7c715b7df6f50f":[6,0,1,98,0],
+"removeaccount_8php.html":[6,0,1,99],
+"removeaccount_8php.html#a26a3325292e932c59793430ab737126a":[6,0,1,99,1],
+"removeaccount_8php.html#a516e7380b9e5796054aa8245f3509695":[6,0,1,99,0],
+"removeme_8php.html":[6,0,1,100],
+"removeme_8php.html#a065a589caa2aa84c60f7073a28f0ad9c":[6,0,1,100,0],
+"removeme_8php.html#a7be08738beca44bb98a79e01cdb2ee88":[6,0,1,100,1],
+"rmagic_8php.html":[6,0,1,101],
+"rmagic_8php.html#a3e28db1e5cfa7e5c2617f90222c1caef":[6,0,1,101,0],
+"rmagic_8php.html#a869de069d081b3c4e98b957d06bbf08f":[6,0,1,101,2],
+"rmagic_8php.html#a95455edd43f1bff39446a57388cdde16":[6,0,1,101,1],
+"rpost_8php.html":[6,0,1,102],
+"rpost_8php.html#a8190354d789000806d9879aea276728f":[6,0,1,102,0],
+"rsd__xml_8php.html":[6,0,1,103],
+"rsd__xml_8php.html#a740cd02fa15e5a53f8547fac73f0ab82":[6,0,1,103,0],
+"search_8php.html":[6,0,1,104],
+"search_8php.html#ab2568591359edde5b483a6cd9a24b2cc":[6,0,1,104,0],
+"search_8php.html#acf19fd30f07f495781ca0d7a0a08b435":[6,0,1,104,1],
+"search__ac_8php.html":[6,0,1,105],
+"search__ac_8php.html#a14f90c83a3f2be095e9e2992a8d66138":[6,0,1,105,0],
"security_8php.html":[6,0,0,72],
"security_8php.html#a20f8b9851f23ee8894b8925584ef6821":[6,0,0,72,2],
"security_8php.html#a3ef2be6a7e4928e39d50059d6feb457c":[6,0,0,72,11],
@@ -19,8 +54,8 @@ var NAVTREEINDEX8 =
"security_8php.html#acd06ef411116115c2f0a92633700db8a":[6,0,0,72,6],
"security_8php.html#adc7bf51e3b8d67bd80e9348f9ab03733":[6,0,0,72,0],
"security_8php.html#afa683bc025a1d2fe9065e2f6cd71a22f":[6,0,0,72,8],
-"service__limits_8php.html":[6,0,1,107],
-"service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a":[6,0,1,107,0],
+"service__limits_8php.html":[6,0,1,106],
+"service__limits_8php.html#a653424aac63c5cd05ba70c3c77bf7f8a":[6,0,1,106,0],
"session_8php.html":[6,0,0,73],
"session_8php.html#a26fa1042356d555023cbf15ddd4f8507":[6,0,0,73,4],
"session_8php.html#a4c0ead624f95483e386bc80abf570a8f":[6,0,0,73,0],
@@ -32,41 +67,41 @@ var NAVTREEINDEX8 =
"session_8php.html#ac95373f4966862a028033dd2f94d4da1":[6,0,0,73,3],
"session_8php.html#af0100a2642a5268594bbd5742a03d885":[6,0,0,73,9],
"session_8php.html#af230b86bfff7db66c3bdd7e0bbc24052":[6,0,0,73,2],
-"settings_8php.html":[6,0,1,108],
-"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[6,0,1,108,0],
-"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[6,0,1,108,1],
-"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[6,0,1,108,2],
-"setup_8php.html":[6,0,1,109],
-"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[6,0,1,109,2],
-"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[6,0,1,109,14],
-"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[6,0,1,109,5],
-"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[6,0,1,109,13],
-"setup_8php.html#a2b375ddc555140236fc500135de99371":[6,0,1,109,10],
-"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[6,0,1,109,3],
-"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[6,0,1,109,1],
-"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[6,0,1,109,8],
-"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[6,0,1,109,12],
-"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[6,0,1,109,4],
-"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[6,0,1,109,7],
-"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[6,0,1,109,11],
-"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[6,0,1,109,9],
-"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[6,0,1,109,16],
-"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[6,0,1,109,0],
-"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[6,0,1,109,15],
-"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[6,0,1,109,6],
-"share_8php.html":[6,0,1,110],
-"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[6,0,1,110,0],
+"settings_8php.html":[6,0,1,107],
+"settings_8php.html#a39abc76ff5459c57e3b957664f273f18":[6,0,1,107,0],
+"settings_8php.html#a3a4cde287482fced008583f54ba2a722":[6,0,1,107,1],
+"settings_8php.html#aa7ee94d88ac088edb04ccf3a26de3586":[6,0,1,107,2],
+"setup_8php.html":[6,0,1,108],
+"setup_8php.html#a0c3f3b671381f6dccd924b8ecdfc56c4":[6,0,1,108,2],
+"setup_8php.html#a13cf286774149a0a7bd8adb8179cec75":[6,0,1,108,14],
+"setup_8php.html#a14d208682a88632290c895d20da6e7d6":[6,0,1,108,5],
+"setup_8php.html#a267555abd17290e659b4bf44b885e4e0":[6,0,1,108,13],
+"setup_8php.html#a2b375ddc555140236fc500135de99371":[6,0,1,108,10],
+"setup_8php.html#a5ad92c0857d1dadd6b60a9a557159c9f":[6,0,1,108,3],
+"setup_8php.html#a69a450e06dd3771fb51d3e4b0266a35e":[6,0,1,108,1],
+"setup_8php.html#a8652788e8589778c5f81634a9d5b9429":[6,0,1,108,8],
+"setup_8php.html#a88247384a96e14516f474d7af6a465c1":[6,0,1,108,12],
+"setup_8php.html#aa3bbb111780da70ba35cc23a306f2c76":[6,0,1,108,4],
+"setup_8php.html#ab4b71369a25021d59247c917e98d8246":[6,0,1,108,7],
+"setup_8php.html#abe405d227ba7232971964a706d4f3bce":[6,0,1,108,11],
+"setup_8php.html#ad2e0375a9ab87ebe6e78124ee125054a":[6,0,1,108,9],
+"setup_8php.html#addb24714bc2542aa4f4215e98fe48432":[6,0,1,108,16],
+"setup_8php.html#ae8e4d9279a61de74d5f39962cb7b6ca1":[6,0,1,108,0],
+"setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58":[6,0,1,108,15],
+"setup_8php.html#afd8b0b3ade1507c45325caf377bf459d":[6,0,1,108,6],
+"share_8php.html":[6,0,1,109],
+"share_8php.html#afeb26046bdd02567ecd29ab5f188b249":[6,0,1,109,0],
"simple__black__on__white_8php.html":[6,0,3,1,4,1,4],
"simple__green__on__black_8php.html":[6,0,3,1,4,1,5],
"simple__white__on__black_8php.html":[6,0,3,1,4,1,6],
-"siteinfo_8php.html":[6,0,1,111],
-"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[6,0,1,111,1],
-"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[6,0,1,111,0],
-"sitelist_8php.html":[6,0,1,112],
-"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[6,0,1,112,0],
+"siteinfo_8php.html":[6,0,1,110],
+"siteinfo_8php.html#a3efbd0bd6564af19ec0a9ce0294e59d0":[6,0,1,110,1],
+"siteinfo_8php.html#a70c09bfb6dd1c86a125a35f62ed53656":[6,0,1,110,0],
+"sitelist_8php.html":[6,0,1,111],
+"sitelist_8php.html#a665a59bf60f780b40f32c909f4a473b1":[6,0,1,111,0],
"smarty_8php.html":[6,0,0,74],
-"smilies_8php.html":[6,0,1,113],
-"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,113,0],
+"smilies_8php.html":[6,0,1,112],
+"smilies_8php.html#ab43b1e9f33a700a830aff14c7b3a617f":[6,0,1,112,0],
"socgraph_8php.html":[6,0,0,75],
"socgraph_8php.html#a16ac51c505d72987ed8d6d6aed0e8586":[6,0,0,75,0],
"socgraph_8php.html#a5ef8bef37161df53718a21e93d02fbd6":[6,0,0,75,6],
@@ -77,16 +112,16 @@ var NAVTREEINDEX8 =
"socgraph_8php.html#ac343a846241d36cdf046b08f3396cfe9":[6,0,0,75,2],
"socgraph_8php.html#af175807406d94407a5e11742a3287746":[6,0,0,75,5],
"socgraph_8php.html#af29d056beec10b4e38e5209c92452894":[6,0,0,75,3],
-"sources_8php.html":[6,0,1,114],
-"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,114,0],
-"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,114,1],
+"sources_8php.html":[6,0,1,113],
+"sources_8php.html#ac442ccef080ab95772d8929fcafcb4b7":[6,0,1,113,0],
+"sources_8php.html#ac73298ff162ce7b2de8dcaf3d3305b1e":[6,0,1,113,1],
"spam_8php.html":[6,0,0,76],
"spam_8php.html#a05861201147b9a538d006f0269255cf9":[6,0,0,76,1],
"spam_8php.html#ab8fd81a82c9622cbebb8ceab6b310ca6":[6,0,0,76,0],
-"sslify_8php.html":[6,0,1,115],
-"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,115,0],
-"starred_8php.html":[6,0,1,116],
-"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,116,0],
+"sslify_8php.html":[6,0,1,114],
+"sslify_8php.html#a75b11e54a3d1fc83e7d4c0e8b4dab316":[6,0,1,114,0],
+"starred_8php.html":[6,0,1,115],
+"starred_8php.html#a63024fb418c678e49fd535e3752d349a":[6,0,1,115,0],
"statistics__fns_8php.html":[6,0,0,77],
"statistics__fns_8php.html#a05858927cce81fd367aedf85a94ed90c":[6,0,0,77,2],
"statistics__fns_8php.html#a82726229a961d3bd3d543005c61dd8e6":[6,0,0,77,0],
@@ -95,21 +130,21 @@ var NAVTREEINDEX8 =
"stumble_2php_2style_8php.html":[6,0,3,1,5,0,0],
"stumble_2php_2theme_8php.html":[6,0,3,1,5,0,1],
"stumble_2php_2theme_8php.html#a71db9eff6289e0ee47771c37c01d6753":[6,0,3,1,5,0,1,0],
-"subthread_8php.html":[6,0,1,117],
-"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[6,0,1,117,0],
+"subthread_8php.html":[6,0,1,116],
+"subthread_8php.html#a50368f3d825b77996030528e7fbfa3d3":[6,0,1,116,0],
"suckerberg_2php_2style_8php.html":[6,0,3,1,6,0,0],
"suckerberg_2php_2theme_8php.html":[6,0,3,1,6,0,1],
"suckerberg_2php_2theme_8php.html#a4104fce7d5fb71d15ed811978b628fc8":[6,0,3,1,6,0,1,0],
-"suggest_8php.html":[6,0,1,118],
-"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,118,0],
-"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,118,1],
+"suggest_8php.html":[6,0,1,117],
+"suggest_8php.html#a58748a8235d4523f8333847f3e42dd91":[6,0,1,117,0],
+"suggest_8php.html#a696acf1dd8070e479adcc80c63c6718c":[6,0,1,117,1],
"system__unavailable_8php.html":[6,0,0,78],
"system__unavailable_8php.html#a73751a6bcc17ad3ca503496e2fb020fa":[6,0,0,78,0],
-"tagger_8php.html":[6,0,1,119],
-"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[6,0,1,119,0],
-"tagrm_8php.html":[6,0,1,120],
-"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[6,0,1,120,1],
-"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[6,0,1,120,0],
+"tagger_8php.html":[6,0,1,118],
+"tagger_8php.html#a0e4a3eb177d1684553c547503d67161c":[6,0,1,118,0],
+"tagrm_8php.html":[6,0,1,119],
+"tagrm_8php.html#a1702f40aa53a2fa93deade1f609abe78":[6,0,1,119,1],
+"tagrm_8php.html#adfd4ea5b4d7fc6d9c9e042af5cd7d49a":[6,0,1,119,0],
"taxonomy_8php.html":[6,0,0,79],
"taxonomy_8php.html#a03f55ee46c5f496e42f3d29db8d09cce":[6,0,0,79,10],
"taxonomy_8php.html#a088371f4bc19155b2291508f5cd63332":[6,0,0,79,1],
@@ -214,40 +249,5 @@ var NAVTREEINDEX8 =
"text_8php.html#ad6432621d0fafcbcf3d3b9b49bef7784":[6,0,0,81,13],
"text_8php.html#ad855a32bee22c3f3b9734e3a334b96f2":[6,0,0,81,66],
"text_8php.html#ad8c6e13d6accf057136c5f30a23a5f08":[6,0,0,81,27],
-"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,81,53],
-"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,81,40],
-"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,81,68],
-"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,81,18],
-"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,81,59],
-"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,81,0],
-"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,81,79],
-"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,81,64],
-"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,81,23],
-"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,81,12],
-"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,81,60],
-"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,81,55],
-"theme_2apw_2php_2theme__init_8php.html":[6,0,3,1,0,1,4],
-"theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[6,0,3,1,0,1,4,0],
-"theme_2blogga_2php_2default_8php.html":[6,0,3,1,1,0,1],
-"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[6,0,3,1,1,0,1,2],
-"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[6,0,3,1,1,0,1,0],
-"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[6,0,3,1,1,0,1,1],
-"theme_2blogga_2php_2theme__init_8php.html":[6,0,3,1,1,0,3],
-"theme_2blogga_2view_2theme_2blog_2default_8php.html":[6,0,3,1,1,1,0,0,1],
-"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[6,0,3,1,1,1,0,0,1,2],
-"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[6,0,3,1,1,1,0,0,1,1],
-"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[6,0,3,1,1,1,0,0,1,0],
-"theme_2mytheme_2php_2default_8php.html":[6,0,3,1,3,0,0],
-"theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,1,3,0,0,0],
-"theme_2redbasic_2php_2theme__init_8php.html":[6,0,3,1,4,0,3],
-"thing_8php.html":[6,0,1,121],
-"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[6,0,1,121,0],
-"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[6,0,1,121,1],
-"todo.html":[3],
-"toggle__mobile_8php.html":[6,0,1,122],
-"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[6,0,1,122,0],
-"toggle__safesearch_8php.html":[6,0,1,123],
-"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[6,0,1,123,0],
-"tpldebug_8php.html":[6,0,2,7],
-"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[6,0,2,7,0]
+"text_8php.html#adba17ec946f4285285dc100f7860bf51":[6,0,0,81,53]
};
diff --git a/doc/html/navtreeindex9.js b/doc/html/navtreeindex9.js
index 431de1608..fa4f62489 100644
--- a/doc/html/navtreeindex9.js
+++ b/doc/html/navtreeindex9.js
@@ -1,5 +1,40 @@
var NAVTREEINDEX9 =
{
+"text_8php.html#ae17b39d5e321debd3ad16dcbbde842b8":[6,0,0,81,40],
+"text_8php.html#ae2126da85966da0e79c6bcbac63b0bda":[6,0,0,81,68],
+"text_8php.html#ae4282a39492caa23ccbc2ce98e54f110":[6,0,0,81,18],
+"text_8php.html#ae4df74296fbe55051ed3c035e55205e5":[6,0,0,81,59],
+"text_8php.html#af8a3e3a66a7b862d4510f145d2e13186":[6,0,0,81,0],
+"text_8php.html#af9c9ac3f74c82dc60acfa404d0e9dc53":[6,0,0,81,79],
+"text_8php.html#afc998d2796a6b2a08e96f7cc061e7221":[6,0,0,81,64],
+"text_8php.html#afdc69fe3f6c09e35e46304dcea63ae28":[6,0,0,81,23],
+"text_8php.html#afe18627c4983ee5f7c940a0992818cd5":[6,0,0,81,12],
+"text_8php.html#afe54312607d92f7ce9593f5760831f80":[6,0,0,81,60],
+"text_8php.html#afe9f178d264d44a94dc1292aaf0fd585":[6,0,0,81,55],
+"theme_2apw_2php_2theme__init_8php.html":[6,0,3,1,0,1,4],
+"theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864":[6,0,3,1,0,1,4,0],
+"theme_2blogga_2php_2default_8php.html":[6,0,3,1,1,0,1],
+"theme_2blogga_2php_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[6,0,3,1,1,0,1,2],
+"theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a":[6,0,3,1,1,0,1,0],
+"theme_2blogga_2php_2default_8php.html#ac7062908d1eb80c0735270f7997c4527":[6,0,3,1,1,0,1,1],
+"theme_2blogga_2php_2theme__init_8php.html":[6,0,3,1,1,0,3],
+"theme_2blogga_2view_2theme_2blog_2default_8php.html":[6,0,3,1,1,1,0,0,1],
+"theme_2blogga_2view_2theme_2blog_2default_8php.html#a1230ab83d4ec9785d8f3a966f33dc5f3":[6,0,3,1,1,1,0,0,1,2],
+"theme_2blogga_2view_2theme_2blog_2default_8php.html#a52d9dd070ed541729088395c22502539":[6,0,3,1,1,1,0,0,1,1],
+"theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a":[6,0,3,1,1,1,0,0,1,0],
+"theme_2mytheme_2php_2default_8php.html":[6,0,3,1,3,0,0],
+"theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a":[6,0,3,1,3,0,0,0],
+"theme_2redbasic_2php_2theme__init_8php.html":[6,0,3,1,4,0,3],
+"thing_8php.html":[6,0,1,120],
+"thing_8php.html#a24a35f1e64029a67fdbea94a776ae04b":[6,0,1,120,0],
+"thing_8php.html#a8be23b1d475ec3d9291999221c674c80":[6,0,1,120,1],
+"todo.html":[3],
+"toggle__mobile_8php.html":[6,0,1,121],
+"toggle__mobile_8php.html#aca53ade8971802b45c31e722b22c6254":[6,0,1,121,0],
+"toggle__safesearch_8php.html":[6,0,1,122],
+"toggle__safesearch_8php.html#a23d5cfb2727a266e44993ffbf5595a79":[6,0,1,122,0],
+"tpldebug_8php.html":[6,0,2,7],
+"tpldebug_8php.html#a44778457a6c02554812fbfad19d32ba3":[6,0,2,7,0],
"tpldebug_8php.html#a5358407d65f2ca826f96356a6642d149":[6,0,2,7,1],
"tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c":[6,0,2,7,2],
"typo_8php.html":[6,0,2,8],
@@ -11,16 +46,16 @@ var NAVTREEINDEX9 =
"typohelper_8php.html":[6,0,2,9],
"typohelper_8php.html#a7542d95618011800c61773127fa625cf":[6,0,2,9,0],
"typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805":[6,0,2,9,1],
-"uexport_8php.html":[6,0,1,124],
-"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[6,0,1,124,0],
-"update__channel_8php.html":[6,0,1,125],
-"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[6,0,1,125,0],
-"update__display_8php.html":[6,0,1,126],
-"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[6,0,1,126,0],
-"update__network_8php.html":[6,0,1,127],
-"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[6,0,1,127,0],
-"update__search_8php.html":[6,0,1,128],
-"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[6,0,1,128,0],
+"uexport_8php.html":[6,0,1,123],
+"uexport_8php.html#a118920137dedebe0581623a2e57e7b0d":[6,0,1,123,0],
+"update__channel_8php.html":[6,0,1,124],
+"update__channel_8php.html#aca52a9da500f0db2f0a8666af5bc06ba":[6,0,1,124,0],
+"update__display_8php.html":[6,0,1,125],
+"update__display_8php.html#aa36ac524059e209d5d75a03c16206246":[6,0,1,125,0],
+"update__network_8php.html":[6,0,1,126],
+"update__network_8php.html#a8abf5b9f65af6a27ee2f9d7207ed1b41":[6,0,1,126,0],
+"update__search_8php.html":[6,0,1,127],
+"update__search_8php.html#ace4c3a23fa7d6922399e27c297a6ba52":[6,0,1,127,0],
"updatetpl_8py.html":[6,0,2,10],
"updatetpl_8py.html#a52a85ffa6b6d63d840b185a133478c12":[6,0,2,10,5],
"updatetpl_8py.html#a79c20eb62d568c999b56eb08530355d3":[6,0,2,10,2],
@@ -48,27 +83,28 @@ var NAVTREEINDEX9 =
"view_2theme_2redbasic_2php_2config_8php.html#a8574a41fa9735ee391ba57ab24b93793":[6,0,3,1,4,0,0,0],
"view_2theme_2redbasic_2php_2config_8php.html#aa7d5739b72efef9822535b2b32d5364d":[6,0,3,1,4,0,0,1],
"view_2theme_2redbasic_2php_2config_8php.html#ad29461920cf03b9ce1428e21eb1f4ba6":[6,0,3,1,4,0,0,2],
-"view_8php.html":[6,0,1,129],
-"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[6,0,1,129,0],
-"viewconnections_8php.html":[6,0,1,130],
-"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[6,0,1,130,1],
-"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[6,0,1,130,0],
-"viewsrc_8php.html":[6,0,1,131],
-"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[6,0,1,131,0],
-"vote_8php.html":[6,0,1,132],
-"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[6,0,1,132,2],
-"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[6,0,1,132,0],
-"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[6,0,1,132,1],
-"wall__attach_8php.html":[6,0,1,133],
-"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[6,0,1,133,0],
-"wall__upload_8php.html":[6,0,1,134],
-"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[6,0,1,134,0],
-"webfinger_8php.html":[6,0,1,135],
-"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[6,0,1,135,0],
-"webpages_8php.html":[6,0,1,136],
-"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[6,0,1,136,0],
-"wfinger_8php.html":[6,0,1,137],
-"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[6,0,1,137,0],
+"view_8php.html":[6,0,1,128],
+"view_8php.html#ac168f6c61a91ba2063f13b441c0ae96e":[6,0,1,128,0],
+"viewconnections_8php.html":[6,0,1,129],
+"viewconnections_8php.html#a00163d50b17568f7b0e48b1ca9ab7330":[6,0,1,129,1],
+"viewconnections_8php.html#ab6c4d983e97b3a8a879567ff76507776":[6,0,1,129,0],
+"viewsrc_8php.html":[6,0,1,130],
+"viewsrc_8php.html#a6eff3d0c1d7d14b335c4edb785cd60a4":[6,0,1,130,0],
+"vote_8php.html":[6,0,1,131],
+"vote_8php.html#a57a9516ee1b923b224e66dcc47377fb2":[6,0,1,131,2],
+"vote_8php.html#a6aa67489bf458ca5e3206e46dac68596":[6,0,1,131,0],
+"vote_8php.html#ae0c6610f40afbbc1f4fe6494c51fbab2":[6,0,1,131,1],
+"wall__attach_8php.html":[6,0,1,132],
+"wall__attach_8php.html#a7385e970e93228d082f0fd7254f6e653":[6,0,1,132,0],
+"wall__upload_8php.html":[6,0,1,133],
+"wall__upload_8php.html#a7cbe204244cf9e0380ee932263a74d8f":[6,0,1,133,0],
+"webfinger_8php.html":[6,0,1,134],
+"webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3":[6,0,1,134,0],
+"webpages_8php.html":[6,0,1,135],
+"webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d":[6,0,1,135,0],
+"webpages_8php.html#af9ad0b65eba79acead3fa32b43d888b7":[6,0,1,135,1],
+"wfinger_8php.html":[6,0,1,136],
+"wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3":[6,0,1,136,0],
"widedarkness_8php.html":[6,0,3,1,0,2,10],
"widgets_8php.html":[6,0,0,82],
"widgets_8php.html#a08035db02ff6a23260146b4c64153422":[6,0,0,82,12],
@@ -102,14 +138,14 @@ var NAVTREEINDEX9 =
"widgets_8php.html#af37fdad3b2e861d860a4a8c4d8a76c0b":[6,0,0,82,5],
"widgets_8php.html#af919de8e7e2ba8192a65fadc72a2c8b5":[6,0,0,82,4],
"widgets_8php.html#afa2e55a78f95667a6da082efac7fec74":[6,0,0,82,18],
-"xchan_8php.html":[6,0,1,138],
-"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,138,0],
-"xrd_8php.html":[6,0,1,139],
-"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[6,0,1,139,0],
-"xref_8php.html":[6,0,1,140],
-"xref_8php.html#a9bee399213b8de8226b0d60834307473":[6,0,1,140,0],
-"zfinger_8php.html":[6,0,1,141],
-"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[6,0,1,141,0],
+"xchan_8php.html":[6,0,1,137],
+"xchan_8php.html#a9853348bf1a35c644460221ba75edc2d":[6,0,1,137,0],
+"xrd_8php.html":[6,0,1,138],
+"xrd_8php.html#aee3cf087968e4a0ff3a87de16eb23270":[6,0,1,138,0],
+"xref_8php.html":[6,0,1,139],
+"xref_8php.html#a9bee399213b8de8226b0d60834307473":[6,0,1,139,0],
+"zfinger_8php.html":[6,0,1,140],
+"zfinger_8php.html#a8139b83a22ef98869adc10aa224027a0":[6,0,1,140,0],
"zot_8php.html":[6,0,0,83],
"zot_8php.html#a083aec6c900d244e1bfc1406f9461465":[6,0,0,83,15],
"zot_8php.html#a084c581d534e7e3b759488b46602288f":[6,0,0,83,20],
@@ -144,8 +180,8 @@ var NAVTREEINDEX9 =
"zot_8php.html#ae26ce9f1ad74139193fb6319beac5fca":[6,0,0,83,21],
"zot_8php.html#ae7cec2b417b5858fd4a41070f843d1d7":[6,0,0,83,24],
"zot_8php.html#aeea071f17e306fe3d0c488551906bfab":[6,0,0,83,26],
-"zotfeed_8php.html":[6,0,1,142],
-"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[6,0,1,142,0],
-"zping_8php.html":[6,0,1,143],
-"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[6,0,1,143,0]
+"zotfeed_8php.html":[6,0,1,141],
+"zotfeed_8php.html#a24dfc23d366e7f840cf2847d0c1c8eac":[6,0,1,141,0],
+"zping_8php.html":[6,0,1,142],
+"zping_8php.html#a4d3a6b0b8b04ed6469015823e615ee75":[6,0,1,142,0]
};
diff --git a/doc/html/permissions_8php.html b/doc/html/permissions_8php.html
index bd92a66d0..379a93a75 100644
--- a/doc/html/permissions_8php.html
+++ b/doc/html/permissions_8php.html
@@ -277,7 +277,7 @@ Functions
-
Referenced by Conversation\add_thread() , advanced_profile() , api_statuses_home_timeline() , api_statuses_repeat() , attach_by_hash() , attach_by_hash_nodata() , attach_count_files() , attach_list_files() , attach_mkdir() , attach_store() , block_content() , chat_content() , chatsvc_init() , check_list_permissions() , common_content() , common_friends_visitor_widget() , contact_block() , RedMatrix\RedDAV\RedDirectory\createDirectory() , RedMatrix\RedDAV\RedDirectory\createFile() , RedMatrix\RedDAV\RedFile\delete() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_like() , diaspora_photo() , diaspora_post() , diaspora_reshare() , display_content() , editblock_content() , get_feed_for() , RedMatrix\RedDAV\RedDirectory\getChild() , RedMatrix\RedDAV\RedDirectory\getChildren() , item_post() , like_content() , local_dir_update() , p_init() , photo_init() , photo_upload() , photos_album_widget() , photos_albums_list() , photos_content() , photos_list_photos() , photos_post() , poco_init() , post_activity_item() , post_post() , process_delivery() , process_mail_delivery() , profile_content() , profile_load() , profile_sidebar() , RedChannelList() , search_content() , Conversation\set_mode() , RedMatrix\RedDAV\RedBrowser\set_writeable() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , subthread_content() , tag_deliver() , tgroup_check() , update_birthdays() , viewconnections_content() , widget_archive() , widget_catcloud_wall() , widget_categories() , widget_item() , widget_photo_albums() , widget_tagcloud_wall() , z_readdir() , and zot_feed() .
+
Referenced by Conversation\add_thread() , advanced_profile() , api_statuses_home_timeline() , api_statuses_repeat() , attach_by_hash() , attach_by_hash_nodata() , attach_count_files() , attach_list_files() , attach_mkdir() , attach_store() , block_content() , chat_content() , chatsvc_init() , check_list_permissions() , common_content() , common_friends_visitor_widget() , contact_block() , RedMatrix\RedDAV\RedDirectory\createDirectory() , RedMatrix\RedDAV\RedDirectory\createFile() , RedMatrix\RedDAV\RedFile\delete() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_like() , diaspora_photo() , diaspora_post() , diaspora_reshare() , display_content() , editblock_content() , editlayout_content() , editwebpage_content() , get_feed_for() , RedMatrix\RedDAV\RedDirectory\getChild() , RedMatrix\RedDAV\RedDirectory\getChildren() , item_post() , like_content() , local_dir_update() , p_init() , photo_init() , photo_upload() , photos_album_widget() , photos_albums_list() , photos_content() , photos_list_photos() , photos_post() , poco_init() , post_activity_item() , post_post() , process_delivery() , process_mail_delivery() , profile_content() , profile_load() , profile_sidebar() , RedChannelList() , search_content() , Conversation\set_mode() , RedMatrix\RedDAV\RedBrowser\set_writeable() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , subthread_content() , tag_deliver() , tgroup_check() , update_birthdays() , viewconnections_content() , widget_archive() , widget_catcloud_wall() , widget_categories() , widget_item() , widget_photo_albums() , widget_tagcloud_wall() , z_readdir() , and zot_feed() .
diff --git a/doc/html/php2po_8php.html b/doc/html/php2po_8php.html
index 445b81280..ec2862d4c 100644
--- a/doc/html/php2po_8php.html
+++ b/doc/html/php2po_8php.html
@@ -168,7 +168,7 @@ Variables
-
Referenced by App\__construct() , Template\_get_var() , Template\_replcb_for() , activity_sanitise() , aes_encapsulate() , aes_unencapsulate() , app_render() , bb_sanitize_style() , build_sync_packet() , connections_post() , connedit_content() , connedit_post() , construct_page() , contact_poll_interval() , dirprofile_init() , dirsearch_content() , extra_query_args() , foofoo() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_plugin_info() , get_theme_info() , get_things() , guess_image_type() , import_directory_profile() , item_photo_menu() , item_store_update() , load_config() , load_pconfig() , load_xconfig() , local_dir_update() , mail_post() , mood_content() , netgrowth_content() , new_contact() , FKOAuthDataStore\new_request_token() , obj_verb_selector() , openid_content() , parse_app_description() , photos_albums_list() , po2php_run() , poco_init() , poke_content() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , process_channel_sync_delivery() , profile_load() , requestdata() , role_selector() , settings_post() , sslify_init() , startup() , tt() , RedMatrix\RedDAV\RedBrowser\userReadableSize() , vote_post() , x() , xchan_fetch() , zfinger_init() , zot_build_packet() , and zot_refresh() .
+
Referenced by App\__construct() , Template\_get_var() , Template\_replcb_for() , activity_sanitise() , aes_encapsulate() , aes_unencapsulate() , app_render() , bb_sanitize_style() , build_sync_packet() , connections_post() , connedit_content() , connedit_post() , construct_page() , contact_poll_interval() , directory_content() , dirsearch_content() , extra_query_args() , foofoo() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_plugin_info() , get_theme_info() , get_things() , guess_image_type() , import_directory_profile() , item_photo_menu() , item_store_update() , load_config() , load_pconfig() , load_xconfig() , local_dir_update() , mail_post() , mood_content() , netgrowth_content() , new_contact() , FKOAuthDataStore\new_request_token() , obj_verb_selector() , openid_content() , parse_app_description() , photos_albums_list() , po2php_run() , poco_init() , poke_content() , private_messages_fetch_conversation() , private_messages_fetch_message() , private_messages_list() , process_channel_sync_delivery() , profile_load() , requestdata() , role_selector() , settings_post() , sslify_init() , startup() , tt() , RedMatrix\RedDAV\RedBrowser\userReadableSize() , vote_post() , x() , xchan_fetch() , zfinger_init() , zot_build_packet() , and zot_refresh() .
@@ -182,7 +182,7 @@ Variables
diff --git a/doc/html/php_2default_8php.html b/doc/html/php_2default_8php.html
index 19e67f2d6..35a9b50f1 100644
--- a/doc/html/php_2default_8php.html
+++ b/doc/html/php_2default_8php.html
@@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('php_2default_8php.html','');});
- if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
@@ -121,7 +121,7 @@ Variables
- if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
diff --git a/doc/html/plugin_8php.html b/doc/html/plugin_8php.html
index 1557daf08..cb93f3a10 100644
--- a/doc/html/plugin_8php.html
+++ b/doc/html/plugin_8php.html
@@ -298,7 +298,7 @@ Functions
-
Referenced by achievements_content() , admin_content() , admin_page_channels() , admin_page_dbsync() , admin_page_hubloc() , admin_page_logs() , admin_page_plugins() , admin_page_profs() , admin_page_site() , admin_page_summary() , admin_page_themes() , admin_page_users() , advanced_profile() , alt_pager() , api_apply_template() , api_content() , app_render() , appman_content() , apps_content() , apw_form() , blocks_content() , blogtheme_form() , App\build_pagehead() , categories_widget() , channel_content() , chat_content() , check_php() , common_content() , common_friends_visitor_widget() , connect_content() , connections_content() , connedit_content() , construct_page() , contact_block() , conversation() , delegate_content() , design_tools() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_retraction() , diaspora_send_status() , diaspora_share() , diaspora_unshare() , dir_safe_mode() , dir_sort_links() , directory_content() , dirprofile_init() , display_content() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , events_content() , fbrowser_content() , field_timezone() , fileas_widget() , filer_content() , filestorage_content() , findpeople_widget() , format_categories() , format_filer() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_birthdays() , Item\get_comment_box() , get_events() , get_feed_for() , group_content() , group_side() , help_content() , hostxrd_init() , RedMatrix\RedDAV\RedBrowser\htmlActionsPanel() , identity_selector() , import_content() , invite_content() , lang_selector() , layouts_content() , locs_content() , login() , lostpass_content() , mail_content() , manage_content() , match_content() , menu_content() , menu_render() , message_content() , micropro() , mini_group_select() , mitem_content() , mood_content() , nav() , network_content() , new_channel_content() , notification() , notifications_content() , notify_content() , oembed_format_object() , oexchange_init() , opensearch_init() , p_init() , pagelist_widget() , pdledit_content() , photos_album_widget() , photos_content() , poco_init() , poke_content() , poll_content() , populate_acl() , profile_sidebar() , profiles_content() , rbmark_content() , redbasic_form() , register_content() , removeaccount_content() , removeme_content() , rmagic_content() , rpost_content() , search() , search_content() , searchbox() , setup_content() , siteinfo_content() , sources_content() , suggest_content() , theme_attachments() , thing_content() , vcard_from_xchan() , viewconnections_content() , vote_content() , webpages_content() , widget_affinity() , widget_appselect() , widget_archive() , widget_bookmarkedchats() , widget_chatroom_list() , widget_filer() , widget_follow() , widget_mailmenu() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , widget_suggestions() , writepages_widget() , and xrd_init() .
+
Referenced by achievements_content() , admin_content() , admin_page_channels() , admin_page_dbsync() , admin_page_hubloc() , admin_page_logs() , admin_page_plugins() , admin_page_profs() , admin_page_site() , admin_page_summary() , admin_page_themes() , admin_page_users() , advanced_profile() , alt_pager() , api_apply_template() , api_content() , app_render() , appman_content() , apps_content() , apw_form() , blocks_content() , blogtheme_form() , App\build_pagehead() , categories_widget() , channel_content() , chat_content() , check_php() , common_content() , common_friends_visitor_widget() , connect_content() , connections_content() , connedit_content() , construct_page() , contact_block() , conversation() , delegate_content() , design_tools() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_retraction() , diaspora_send_status() , diaspora_share() , diaspora_unshare() , dir_safe_mode() , dir_sort_links() , directory_content() , display_content() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , events_content() , fbrowser_content() , field_timezone() , fileas_widget() , filer_content() , filestorage_content() , findpeople_widget() , format_categories() , format_filer() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_birthdays() , Item\get_comment_box() , get_events() , get_feed_for() , group_content() , group_side() , help_content() , hostxrd_init() , RedMatrix\RedDAV\RedBrowser\htmlActionsPanel() , identity_selector() , import_content() , invite_content() , lang_selector() , layouts_content() , locs_content() , login() , lostpass_content() , mail_content() , manage_content() , match_content() , menu_content() , menu_render() , message_content() , micropro() , mini_group_select() , mitem_content() , mood_content() , nav() , network_content() , new_channel_content() , notification() , notifications_content() , notify_content() , oembed_format_object() , oexchange_init() , opensearch_init() , p_init() , pagelist_widget() , pdledit_content() , photos_album_widget() , photos_content() , poco_init() , poke_content() , poll_content() , populate_acl() , profile_sidebar() , profiles_content() , rbmark_content() , redbasic_form() , register_content() , removeaccount_content() , removeme_content() , rmagic_content() , rpost_content() , search() , search_content() , searchbox() , setup_content() , siteinfo_content() , sources_content() , suggest_content() , theme_attachments() , thing_content() , vcard_from_xchan() , viewconnections_content() , vote_content() , webpages_content() , widget_affinity() , widget_appselect() , widget_archive() , widget_bookmarkedchats() , widget_chatroom_list() , widget_filer() , widget_follow() , widget_mailmenu() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , widget_suggestions() , writepages_widget() , and xrd_init() .
diff --git a/doc/html/redable_8php.html b/doc/html/redable_8php.html
index 11a11e977..549b7af78 100644
--- a/doc/html/redable_8php.html
+++ b/doc/html/redable_8php.html
@@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('redable_8php.html','');});
- if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
@@ -121,7 +121,7 @@ Variables
- if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
diff --git a/doc/html/reddav_8php.html b/doc/html/reddav_8php.html
index ac5e204bb..4b92ec899 100644
--- a/doc/html/reddav_8php.html
+++ b/doc/html/reddav_8php.html
@@ -129,7 +129,7 @@ Functions
some DAV related functions for RedMatrix .
This file contains some functions which did not fit into one of the RedDAV classes.
The extended SabreDAV classes you will find in the RedDAV namespace under includes/RedDAV/. The original SabreDAV classes you can find under vendor/sabre/dav/. We need to use SabreDAV 1.8.x for PHP5.3 compatibility. SabreDAV >= 2.0 requires PHP >= 5.4.
-
Todo: split up the classes into own files.
+
Todo: split up the classes into own files.
http://opensource.org/licenses/mit-license.php The MIT License (MIT)
@@ -148,7 +148,7 @@ Functions
Returns an array with viewable channels.
Get a list of RedDirectory objects with all the channels where the visitor has view_storage perms.
-
Todo: Is there any reason why this is not inside RedDirectory class? function name looks like a class name, should we rename it?
+
Todo: Is there any reason why this is not inside RedDirectory class? function name looks like a class name, should we rename it?
Parameters
RedBasicAuth &$auth
@@ -187,7 +187,7 @@ Functions
TODO what exactly does this function?
Array with all RedDirectory and RedFile DAV items for the given path.
-Todo: Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there. function name looks like a class name, should we rename it?
+Todo: Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there. function name looks like a class name, should we rename it?
Parameters
string $file path to a directory
diff --git a/doc/html/search/all_24.js b/doc/html/search/all_24.js
index 364451b79..f01fe1c9d 100644
--- a/doc/html/search/all_24.js
+++ b/doc/html/search/all_24.js
@@ -13,8 +13,6 @@ var searchData=
['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]],
['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]],
['_24browser',['$browser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3',1,'RedMatrix::RedDAV::RedBasicAuth']]],
- ['_24cached_5fprofile_5fimage',['$cached_profile_image',['../classApp.html#abe0e4fa91097f7a6588e1213a834121c',1,'App']]],
- ['_24cached_5fprofile_5fpicdate',['$cached_profile_picdate',['../classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e',1,'App']]],
['_24called_5fapi',['$called_api',['../include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d',1,'api.php']]],
['_24category',['$category',['../classApp.html#a5cfc098c061b7d765add58fd2ca97445',1,'App']]],
['_24channel',['$channel',['../classApp.html#a050b0696118da47e8b30859ad1a2c149',1,'App\$channel()'],['../classItem.html#acc32426c0f465391be8a99ad810c7b8e',1,'Item\$channel()'],['../php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php'],['../theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php']]],
@@ -35,11 +33,9 @@ var searchData=
['_24conversation',['$conversation',['../classItem.html#a007424e3e3171dcfb4312a02161da6cd',1,'Item']]],
['_24credentials',['$credentials',['../classRedmatrix_1_1Import_1_1Import.html#afd251e6e5a18516bac4d1a40435602f1',1,'Redmatrix::Import::Import']]],
['_24css_5fsources',['$css_sources',['../classApp.html#a6f55d087e1ff4710132c1b0863faa2ee',1,'App']]],
- ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]],
- ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]],
['_24d',['$d',['../classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38',1,'Template']]],
['_24data',['$data',['../classApp.html#a0ce85be198e46570366cb3344f3c55b8',1,'App\$data()'],['../classItem.html#aec24e233f9098f902b1e57e60dcb2019',1,'Item\$data()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a235700e2dfbe21dc41613d36e30e8acc',1,'RedMatrix\RedDAV\RedFile\$data()']]],
- ['_24db',['$db',['../classApp.html#a330410a288f3393d53772f5e98f857ea',1,'App\$db()'],['../classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6',1,'dba_driver\$db()']]],
+ ['_24db',['$db',['../classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6',1,'dba_driver']]],
['_24debug',['$debug',['../classdba__driver.html#af48e2afeded5285766bf92e22123ed03',1,'dba_driver\$debug()'],['../classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a',1,'Template\$debug()']]],
['_24dir',['$dir',['../docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62',1,'docblox_errorchecker.php']]],
['_24directory_5ffallback_5fservers',['$DIRECTORY_FALLBACK_SERVERS',['../boot_8php.html#a107d53f96acf5319905a34b1870db09a',1,'boot.php']]],
@@ -71,6 +67,7 @@ var searchData=
['_24install',['$install',['../classApp.html#a576ecb1c5b4a283221e6f2f0ec248251',1,'App']]],
['_24install_5fwizard_5fpass',['$install_wizard_pass',['../setup_8php.html#addb24714bc2542aa4f4215e98fe48432',1,'setup.php']]],
['_24interactive',['$interactive',['../classApp.html#a4c7cfc62d39508086cf300dc2e39c4df',1,'App']]],
+ ['_24is_5fsys',['$is_sys',['../classApp.html#a1f60d19d47021629faac7a0a6d917e94',1,'App']]],
['_24itemfloat',['$itemfloat',['../minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b',1,'minimalisticdarkness.php']]],
['_24itemlist',['$itemlist',['../classRedmatrix_1_1Import_1_1Import.html#a2f69f16ecb7de1fb1daffbc38e68c9f1',1,'Redmatrix::Import::Import']]],
['_24items',['$items',['../classRedmatrix_1_1Import_1_1Import.html#a31d73d48e1aa93319159c692d0197a3a',1,'Redmatrix::Import::Import']]],
@@ -156,7 +153,6 @@ var searchData=
['_24videowidth',['$videowidth',['../classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8',1,'App']]],
['_24visiting',['$visiting',['../classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8',1,'Item']]],
['_24wall_5fto_5fwall',['$wall_to_wall',['../classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189',1,'Item']]],
- ['_24widgetlist',['$widgetlist',['../classApp.html#a4833bee2eae4ad1691a04fa19e11a766',1,'App']]],
['_24widgets',['$widgets',['../classApp.html#aa5a87c46ab3fee21362c466bf78042ef',1,'App']]],
['_24width',['$width',['../classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1',1,'photo_driver\$width()'],['../minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57',1,'$width(): minimalisticdarkness.php']]],
['_24writable',['$writable',['../classConversation.html#ae81221251307e315f566a11f921ce0a9',1,'Conversation']]],
diff --git a/doc/html/search/all_62.js b/doc/html/search/all_62.js
index a310a24fc..815f865f4 100644
--- a/doc/html/search/all_62.js
+++ b/doc/html/search/all_62.js
@@ -32,6 +32,7 @@ var searchData=
['block_5finit',['block_init',['../block_8php.html#a9b61c96044ed2a068f18c10370a78d5c',1,'block.php']]],
['blocks_2ephp',['blocks.php',['../blocks_8php.html',1,'']]],
['blocks_5fcontent',['blocks_content',['../blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12',1,'blocks.php']]],
+ ['blocks_5finit',['blocks_init',['../blocks_8php.html#aebe88302181883d2b17d6e98a1aaebe9',1,'blocks.php']]],
['blog_5finit',['blog_init',['../blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b',1,'blog_init(&$a): theme.php'],['../blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b',1,'blog_init(&$a): theme.php']]],
['blog_5finstall',['blog_install',['../blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae',1,'theme.php']]],
['blog_5funinstall',['blog_uninstall',['../blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c',1,'theme.php']]],
diff --git a/doc/html/search/all_63.js b/doc/html/search/all_63.js
index 04912f004..115c8a876 100644
--- a/doc/html/search/all_63.js
+++ b/doc/html/search/all_63.js
@@ -74,7 +74,7 @@ var searchData=
['client_5fmode_5fload',['CLIENT_MODE_LOAD',['../boot_8php.html#af6f6f6f40139f12fc09ec47373b30919',1,'boot.php']]],
['client_5fmode_5fnormal',['CLIENT_MODE_NORMAL',['../boot_8php.html#a43c6c7d84d880e9500bd4f8f8ecc5731',1,'boot.php']]],
['client_5fmode_5fupdate',['CLIENT_MODE_UPDATE',['../boot_8php.html#a3f40aa5bafff8c4eebdc62e5121daf77',1,'boot.php']]],
- ['close',['close',['../classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975',1,'dba_driver\close()'],['../classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e',1,'dba_mysql\close()'],['../classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55',1,'dba_mysqli\close()']]],
+ ['close',['close',['../classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975',1,'dba_driver\close()'],['../classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e',1,'dba_mysql\close()'],['../classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55',1,'dba_mysqli\close()'],['../classdba__postgres.html#a731d8648b41b8a126f6b99bdd5414058',1,'dba_postgres\close()']]],
['cloud_2ephp',['cloud.php',['../cloud_8php.html',1,'']]],
['cloud_5finit',['cloud_init',['../cloud_8php.html#ad2e96e917852f27dedfc263d37e13756',1,'cloud.php']]],
['collect',['collect',['../classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d',1,'ProtoDriver\collect()'],['../classZotDriver.html#af65febb26031eb7f39871b9e2a539797',1,'ZotDriver\collect()']]],
@@ -99,13 +99,14 @@ var searchData=
['common_5finit',['common_init',['../common_8php.html#aca62f113655809f41f49042ce9b123c2',1,'common.php']]],
['compare_5fpermissions',['compare_permissions',['../items_8php.html#a0790a4550b829e85504af548623002ca',1,'items.php']]],
['completeurl',['completeurl',['../parse__url_8php.html#a496f4e3836154f6f32b8e805a7160d3a',1,'parse_url.php']]],
+ ['concat',['concat',['../classdba__driver.html#ab9982f38a02f008b127a0f3ccc1e99f4',1,'dba_driver\concat()'],['../classdba__postgres.html#a7ea3f24ad260c1e21588f8b5af595caa',1,'dba_postgres\concat()']]],
['config_2emd',['config.md',['../config_8md.html',1,'']]],
['config_2ephp',['config.php',['../include_2config_8php.html',1,'']]],
['config_2ephp',['config.php',['../view_2theme_2apw_2php_2config_8php.html',1,'']]],
['config_2ephp',['config.php',['../view_2theme_2blogga_2php_2config_8php.html',1,'']]],
['config_2ephp',['config.php',['../view_2theme_2blogga_2view_2theme_2blog_2config_8php.html',1,'']]],
['config_2ephp',['config.php',['../view_2theme_2redbasic_2php_2config_8php.html',1,'']]],
- ['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()']]],
+ ['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()'],['../classdba__postgres.html#ab36244320f5b71dba92d9318ccf3f34e',1,'dba_postgres\connect()']]],
['connect_2ephp',['connect.php',['../connect_8php.html',1,'']]],
['connect_5fcontent',['connect_content',['../connect_8php.html#a489f0a66c660de6ec4d6917b27674f07',1,'connect.php']]],
['connect_5finit',['connect_init',['../connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36',1,'connect.php']]],
diff --git a/doc/html/search/all_64.js b/doc/html/search/all_64.js
index 5805f8a1c..27baec009 100644
--- a/doc/html/search/all_64.js
+++ b/doc/html/search/all_64.js
@@ -9,21 +9,34 @@ var searchData=
['datetime_5fconvert',['datetime_convert',['../datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226',1,'datetime.php']]],
['datetimesel',['datetimesel',['../datetime_8php.html#a72218e5ee21876484934bacbb6bd9ba3',1,'datetime.php']]],
['day_5ftranslate',['day_translate',['../text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63',1,'text.php']]],
+ ['db_5fconcat',['db_concat',['../dba__driver_8php.html#a7c1b98a710ead27382c958ad3216c4ee',1,'dba_driver.php']]],
+ ['db_5fgetfunc',['db_getfunc',['../dba__driver_8php.html#a2994daa03b1c23229a27e39bcab75e67',1,'dba_driver.php']]],
+ ['db_5foptimizetable',['db_optimizetable',['../dba__driver_8php.html#a75098bf1d59ea57f7ebae657a369137e',1,'dba_driver.php']]],
+ ['db_5fquoteinterval',['db_quoteinterval',['../dba__driver_8php.html#acec84a8fb75d78daf657cbe5df74e25a',1,'dba_driver.php']]],
['db_5fupdate_2ephp',['db_update.php',['../db__update_8php.html',1,'']]],
['db_5fupdate_5fversion',['DB_UPDATE_VERSION',['../boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03',1,'boot.php']]],
+ ['db_5futcnow',['db_utcnow',['../dba__driver_8php.html#a30e9a643be804e905f5614a3279d2645',1,'dba_driver.php']]],
['dba_5fdriver',['dba_driver',['../classdba__driver.html',1,'']]],
['dba_5fdriver_2ephp',['dba_driver.php',['../dba__driver_8php.html',1,'']]],
- ['dba_5ffactory',['dba_factory',['../dba__driver_8php.html#ac10e60f6e5b95bcf67bd82cb88f37947',1,'dba_driver.php']]],
+ ['dba_5ffactory',['dba_factory',['../dba__driver_8php.html#a5df8499634c47b30191f34069d7b98c0',1,'dba_driver.php']]],
['dba_5fmysql',['dba_mysql',['../classdba__mysql.html',1,'']]],
['dba_5fmysql_2ephp',['dba_mysql.php',['../dba__mysql_8php.html',1,'']]],
['dba_5fmysqli',['dba_mysqli',['../classdba__mysqli.html',1,'']]],
['dba_5fmysqli_2ephp',['dba_mysqli.php',['../dba__mysqli_8php.html',1,'']]],
+ ['dba_5fpostgres',['dba_postgres',['../classdba__postgres.html',1,'']]],
+ ['dba_5fpostgres_2ephp',['dba_postgres.php',['../dba__postgres_8php.html',1,'']]],
['dba_5ftimer',['dba_timer',['../boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4',1,'boot.php']]],
['dbesc',['dbesc',['../dba__driver_8php.html#ab222aa1dbf9ea93b320f82028739127e',1,'dba_driver.php']]],
['dbesc_5farray',['dbesc_array',['../dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4',1,'dba_driver.php']]],
['dbesc_5farray_5fcb',['dbesc_array_cb',['../dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930',1,'dba_driver.php']]],
+ ['dbesc_5fidentifier',['dbesc_identifier',['../dba__driver_8php.html#aa051799567690a124a3b865bf902f58a',1,'dba_driver.php']]],
+ ['dbescbin',['dbescbin',['../dba__driver_8php.html#a2a38996670c2936b5769270c49c57593',1,'dba_driver.php']]],
+ ['dbescdate',['dbescdate',['../dba__driver_8php.html#a2c8a72ec73f39b17a167c90737693f78',1,'dba_driver.php']]],
['dbg',['dbg',['../classdba__driver.html#adcc1f8955120fec0708bce39202d0422',1,'dba_driver\dbg()'],['../dba__driver_8php.html#aa6607893d8f60ade9122bcfbd1a53ffb',1,'dbg(): dba_driver.php']]],
['dbq',['dbq',['../dba__driver_8php.html#aa377074e70981e8c4e82ca0accd068ee',1,'dba_driver.php']]],
+ ['dbtype_5fmysql',['DBTYPE_MYSQL',['../boot_8php.html#a8c9a11c47394244cbe18cd75b9726d5f',1,'boot.php']]],
+ ['dbtype_5fpostgres',['DBTYPE_POSTGRES',['../boot_8php.html#a37ddabc112db443b4c67fbc0f708817e',1,'boot.php']]],
+ ['dbunescbin',['dbunescbin',['../dba__driver_8php.html#afaaa1a7eff9c1b65b3b8c464ae37640e',1,'dba_driver.php']]],
['decode_5ftags',['decode_tags',['../items_8php.html#a56b2a4abcadfac71175cd50555528cc3',1,'items.php']]],
['default_2ephp',['default.php',['../php_2default_8php.html',1,'']]],
['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]],
@@ -92,8 +105,8 @@ var searchData=
['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']]],
['dir_5ftagblock',['dir_tagblock',['../taxonomy_8php.html#a599ee71dd3194c8127b00dabec77abc1',1,'taxonomy.php']]],
- ['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,'']]],
['directory_5fcontent',['directory_content',['../mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44',1,'directory.php']]],
['directory_5ffallback_5fmaster',['DIRECTORY_FALLBACK_MASTER',['../boot_8php.html#abedd940e664017c61b48c6efa31d0cb8',1,'boot.php']]],
['directory_5finit',['directory_init',['../mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf',1,'directory.php']]],
@@ -103,8 +116,6 @@ var searchData=
['directory_5fmode_5fstandalone',['DIRECTORY_MODE_STANDALONE',['../boot_8php.html#a25476eec71fceda237f7dc1d78b0adb8',1,'boot.php']]],
['directory_5frealm',['DIRECTORY_REALM',['../boot_8php.html#a6b9909db6a7ec80ec6fdd40ba74014dd',1,'boot.php']]],
['directory_5frun',['directory_run',['../include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0',1,'directory.php']]],
- ['dirprofile_2ephp',['dirprofile.php',['../dirprofile_8php.html',1,'']]],
- ['dirprofile_5finit',['dirprofile_init',['../dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052',1,'dirprofile.php']]],
['dirsearch_2ephp',['dirsearch.php',['../dirsearch_8php.html',1,'']]],
['dirsearch_5fcontent',['dirsearch_content',['../dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c',1,'dirsearch.php']]],
['dirsearch_5finit',['dirsearch_init',['../dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752',1,'dirsearch.php']]],
diff --git a/doc/html/search/all_65.js b/doc/html/search/all_65.js
index c8412e9e0..7efea7c31 100644
--- a/doc/html/search/all_65.js
+++ b/doc/html/search/all_65.js
@@ -2,12 +2,15 @@ var searchData=
[
['editblock_2ephp',['editblock.php',['../editblock_8php.html',1,'']]],
['editblock_5fcontent',['editblock_content',['../editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6',1,'editblock.php']]],
+ ['editblock_5finit',['editblock_init',['../editblock_8php.html#ab7806bb42ae5e93f0330d7bd179d4b3e',1,'editblock.php']]],
['editlayout_2ephp',['editlayout.php',['../editlayout_8php.html',1,'']]],
['editlayout_5fcontent',['editlayout_content',['../editlayout_8php.html#aa877e4157a26b099de904164181dd386',1,'editlayout.php']]],
+ ['editlayout_5finit',['editlayout_init',['../editlayout_8php.html#a97c1e93d9e75ad8cd2c2f9a7f77341a7',1,'editlayout.php']]],
['editpost_2ephp',['editpost.php',['../editpost_8php.html',1,'']]],
['editpost_5fcontent',['editpost_content',['../editpost_8php.html#a34011690864d122680c802e9e748ccfb',1,'editpost.php']]],
['editwebpage_2ephp',['editwebpage.php',['../editwebpage_8php.html',1,'']]],
['editwebpage_5fcontent',['editwebpage_content',['../editwebpage_8php.html#a375e945255fad79a71036528f7480650',1,'editwebpage.php']]],
+ ['editwebpage_5finit',['editwebpage_init',['../editwebpage_8php.html#a94109f9c796fbe92508bf9574e35d19f',1,'editwebpage.php']]],
['else',['else',['../auth_8php.html#a6f60fb54f60cd36c2430d6615a7b4f3f',1,'else(): auth.php'],['../fpostit_8php.html#a501b5ca82f287509fc691c88524064c1',1,'else(): fpostit.php'],['../tpldebug_8php.html#afbc7aadb3f7ff1edf0aaaa326a42179c',1,'else(): tpldebug.php'],['../redbasic_2php_2style_8php.html#ab3afb90d611eca90819f597a2c0bb459',1,'else(): style.php']]],
['email_5fheader_5fencode',['email_header_encode',['../include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b',1,'network.php']]],
['email_5fsend',['email_send',['../include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0',1,'network.php']]],
@@ -22,8 +25,10 @@ var searchData=
['enumerate_5fpermissions',['enumerate_permissions',['../items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67',1,'items.php']]],
['eol',['EOL',['../boot_8php.html#a0603d6ece8c5d37b4b7db697db053a4b',1,'boot.php']]],
['eot',['EOT',['../typohelper_8php.html#ab6fd357fb5b2a3ba8aab9e8b98c6a805',1,'typohelper.php']]],
- ['escape',['escape',['../classdba__driver.html#afc95ffa103a3290581b537670cde5311',1,'dba_driver\escape()'],['../classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e',1,'dba_mysql\escape()'],['../classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64',1,'dba_mysqli\escape()']]],
+ ['escape',['escape',['../classdba__driver.html#afc95ffa103a3290581b537670cde5311',1,'dba_driver\escape()'],['../classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e',1,'dba_mysql\escape()'],['../classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64',1,'dba_mysqli\escape()'],['../classdba__postgres.html#a7108eaaae7cc2fb236212041afc9ac0f',1,'dba_postgres\escape()']]],
+ ['escape_5fidentifier',['escape_identifier',['../classdba__postgres.html#ab2e44e9f41d05e585afd873d18e8c127',1,'dba_postgres']]],
['escape_5ftags',['escape_tags',['../text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64',1,'text.php']]],
+ ['escapebin',['escapebin',['../classdba__driver.html#a7dbe8318587ff1694825042bf58f4fbd',1,'dba_driver\escapebin()'],['../classdba__postgres.html#a8d2c6d8c92fe6f074452876483dd17fc',1,'dba_postgres\escapebin()']]],
['ev_5fcompare',['ev_compare',['../event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850',1,'event.php']]],
['event_2ephp',['event.php',['../event_8php.html',1,'']]],
['event_5faddtocal',['event_addtocal',['../event_8php.html#ac9f206819186b65952ac1869f0da8c6e',1,'event.php']]],
diff --git a/doc/html/search/all_67.js b/doc/html/search/all_67.js
index 40d52a6c9..75b5d2797 100644
--- a/doc/html/search/all_67.js
+++ b/doc/html/search/all_67.js
@@ -49,6 +49,7 @@ var searchData=
['get_5fgroups',['get_groups',['../classApp.html#a4659785d13e4bac0bed50dbb1b0d4299',1,'App']]],
['get_5fhostname',['get_hostname',['../classApp.html#a622eace13f8fc9f4b5672a68e2bc4396',1,'App']]],
['get_5fid',['get_id',['../classItem.html#ac0f27e58532612f6e7a54c8a621b9b92',1,'Item']]],
+ ['get_5finstall_5fscript',['get_install_script',['../classdba__driver.html#a8d6a79d39d7eaee5aea4e952c4529d48',1,'dba_driver']]],
['get_5fintltext_5ftemplate',['get_intltext_template',['../classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118',1,'FriendicaSmartyEngine\get_intltext_template()'],['../plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295',1,'get_intltext_template(): plugin.php']]],
['get_5fitem',['get_item',['../classRedmatrix_1_1Import_1_1Import.html#ae705dd1deb245b1d06baa73062330e43',1,'Redmatrix::Import::Import']]],
['get_5fitem_5fchildren',['get_item_children',['../conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67',1,'conversation.php']]],
@@ -65,6 +66,7 @@ var searchData=
['get_5fmood_5fverbs',['get_mood_verbs',['../text_8php.html#a736db13a966b8abaf8c9198faa35911a',1,'text.php']]],
['get_5fmy_5faddress',['get_my_address',['../identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2',1,'identity.php']]],
['get_5fmy_5furl',['get_my_url',['../identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec',1,'identity.php']]],
+ ['get_5fnull_5fdate',['get_null_date',['../classdba__driver.html#a65a5c7b355ab5529a43049e160006426',1,'dba_driver']]],
['get_5fobserver',['get_observer',['../classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2',1,'App\get_observer()'],['../classConversation.html#ae3d4190142e12b57051f11f2911f77a0',1,'Conversation\get_observer()']]],
['get_5fobserver_5fhash',['get_observer_hash',['../boot_8php.html#a623e49c79943f3e7bdb770d021683cf7',1,'boot.php']]],
['get_5fonline_5fstatus',['get_online_status',['../identity_8php.html#a332df795f684788002f5a6424abacfd7',1,'identity.php']]],
diff --git a/doc/html/search/all_69.js b/doc/html/search/all_69.js
index 94963daa8..082e86f72 100644
--- a/doc/html/search/all_69.js
+++ b/doc/html/search/all_69.js
@@ -32,6 +32,7 @@ var searchData=
['insert_5fhook',['insert_hook',['../plugin_8php.html#aeaebe63dcf6fa2794f363ba2bc0b2c6b',1,'plugin.php']]],
['install',['install',['../classdba__driver.html#a4ccb27243e62a8ca30dd8e1b8cc67746',1,'dba_driver']]],
['install_5fplugin',['install_plugin',['../plugin_8php.html#a482131013272a1d5d5c1b1469c6c55d5',1,'plugin.php']]],
+ ['install_5fscript',['INSTALL_SCRIPT',['../classdba__driver.html#a98d8523dcedda316085b4d4f856b6583',1,'dba_driver\INSTALL_SCRIPT()'],['../classdba__postgres.html#a7267f91c3f87f600b30d7560de62dfd7',1,'dba_postgres\INSTALL_SCRIPT()']]],
['invite_2ephp',['invite.php',['../invite_8php.html',1,'']]],
['invite_5fcontent',['invite_content',['../invite_8php.html#a244385b28cfd021d308715f01158bfd9',1,'invite.php']]],
['invite_5fpost',['invite_post',['../invite_8php.html#aeb0881c0f93c8e8552e5ed756ce6e5a5',1,'invite.php']]],
diff --git a/doc/html/search/all_6c.js b/doc/html/search/all_6c.js
index 3c3de04df..d55d22589 100644
--- a/doc/html/search/all_6c.js
+++ b/doc/html/search/all_6c.js
@@ -9,6 +9,7 @@ var searchData=
['layout_5fselect',['layout_select',['../text_8php.html#a3999a0b3e22e440f280ee791ce34d384',1,'text.php']]],
['layouts_2ephp',['layouts.php',['../layouts_8php.html',1,'']]],
['layouts_5fcontent',['layouts_content',['../layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50',1,'layouts.php']]],
+ ['layouts_5finit',['layouts_init',['../layouts_8php.html#a39c8e9f72641c684c8b689bd91a642fa',1,'layouts.php']]],
['ldelim',['ldelim',['../namespacefriendica-to-smarty-tpl.html#a0b4cf73d1a8d201a28d269eeb62a5d5c',1,'friendica-to-smarty-tpl']]],
['legal_5fwebbie',['legal_webbie',['../text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728',1,'text.php']]],
['like_2ephp',['like.php',['../like_8php.html',1,'']]],
diff --git a/doc/html/search/all_6e.js b/doc/html/search/all_6e.js
index 1cd1e0dd5..f9de281e1 100644
--- a/doc/html/search/all_6e.js
+++ b/doc/html/search/all_6e.js
@@ -89,5 +89,5 @@ var searchData=
['notify_5fwall',['NOTIFY_WALL',['../boot_8php.html#a505410c7edc5f5bb5fa227b98359793e',1,'boot.php']]],
['notred_2ephp',['notred.php',['../notred_8php.html',1,'']]],
['nuke_5fsession',['nuke_session',['../auth_8php.html#a2add3a1129ffa4d5515442a9d52a9b1a',1,'auth.php']]],
- ['null_5fdate',['NULL_DATE',['../boot_8php.html#a6cd1b4081630b2bf7be38836cd9f410c',1,'boot.php']]]
+ ['null_5fdate',['NULL_DATE',['../classdba__driver.html#afce39394c010ea589d99a21579b2c31e',1,'dba_driver\NULL_DATE()'],['../classdba__postgres.html#aeb404a85974d6c5df30c21650888000b',1,'dba_postgres\NULL_DATE()']]]
];
diff --git a/doc/html/search/all_6f.js b/doc/html/search/all_6f.js
index 65f262de1..dfad733d0 100644
--- a/doc/html/search/all_6f.js
+++ b/doc/html/search/all_6f.js
@@ -30,6 +30,7 @@ var searchData=
['openid_5fcontent',['openid_content',['../openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43',1,'openid.php']]],
['opensearch_2ephp',['opensearch.php',['../opensearch_8php.html',1,'']]],
['opensearch_5finit',['opensearch_init',['../opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9',1,'opensearch.php']]],
+ ['optimize_5ftable',['optimize_table',['../classdba__driver.html#a77e59dcbeab30ca6000131d2e9ad4092',1,'dba_driver\optimize_table()'],['../classdba__postgres.html#a3de1ac375e98886dfc38fd0066e88f90',1,'dba_postgres\optimize_table()']]],
['orient',['orient',['../classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d',1,'photo_driver']]],
['os_5fmkdir',['os_mkdir',['../boot_8php.html#a5fbebdf7a1c0ea8f904dbd9d78c2c06c',1,'boot.php']]],
['outf',['outf',['../namespacefriendica-to-smarty-tpl.html#a87182a9bab47640428bd0b2b9946bef9',1,'friendica-to-smarty-tpl']]],
diff --git a/doc/html/search/all_71.js b/doc/html/search/all_71.js
index c1c1f6ba7..be0700f6d 100644
--- a/doc/html/search/all_71.js
+++ b/doc/html/search/all_71.js
@@ -1,9 +1,10 @@
var searchData=
[
- ['q',['q',['../classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555',1,'dba_driver\q()'],['../classdba__mysql.html#ac3fd60c278f400907322dac578754a99',1,'dba_mysql\q()'],['../classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec',1,'dba_mysqli\q()'],['../dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f',1,'q(): dba_driver.php']]],
+ ['q',['q',['../classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555',1,'dba_driver\q()'],['../classdba__mysql.html#ac3fd60c278f400907322dac578754a99',1,'dba_mysql\q()'],['../classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec',1,'dba_mysqli\q()'],['../classdba__postgres.html#a70352880231fba0b859f82cd5b290a9a',1,'dba_postgres\q()'],['../dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f',1,'q(): dba_driver.php']]],
['qp',['qp',['../text_8php.html#afc998d2796a6b2a08e96f7cc061e7221',1,'text.php']]],
['queue_2ephp',['queue.php',['../queue_8php.html',1,'']]],
['queue_5ffn_2ephp',['queue_fn.php',['../queue__fn_8php.html',1,'']]],
['queue_5frun',['queue_run',['../queue_8php.html#af8c93de86d866c3200174c8450a0f341',1,'queue.php']]],
+ ['quote_5finterval',['quote_interval',['../classdba__driver.html#ac9127e9c55fcc93bcfbb323b9b99b9d9',1,'dba_driver\quote_interval()'],['../classdba__postgres.html#a56f926f218155c88807e0e06f6817a72',1,'dba_postgres\quote_interval()']]],
['quotelevel',['quotelevel',['../html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0',1,'html2plain.php']]]
];
diff --git a/doc/html/search/all_75.js b/doc/html/search/all_75.js
index 8ed7368d2..15e56d3ec 100644
--- a/doc/html/search/all_75.js
+++ b/doc/html/search/all_75.js
@@ -5,6 +5,7 @@ var searchData=
['unamp',['unamp',['../text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7',1,'text.php']]],
['undo_5fpost_5ftagging',['undo_post_tagging',['../text_8php.html#a740ad03e00459039a2c0992246c4e727',1,'text.php']]],
['unescape_5funderscores_5fin_5flinks',['unescape_underscores_in_links',['../bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747',1,'bb2diaspora.php']]],
+ ['unescapebin',['unescapebin',['../classdba__driver.html#ab43184239e1d6eb00a98319f4a3df155',1,'dba_driver\unescapebin()'],['../classdba__postgres.html#a677f850211975c9ab89602c67e2dcad9',1,'dba_postgres\unescapebin()']]],
['uninstall_5fplugin',['uninstall_plugin',['../plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76',1,'plugin.php']]],
['unload_5fplugin',['unload_plugin',['../plugin_8php.html#a90538627db68605aeb6db17a8ead6523',1,'plugin.php']]],
['unobscure',['unobscure',['../text_8php.html#a8264348059abd1d4d5bb521323d3b19a',1,'text.php']]],
@@ -45,5 +46,7 @@ var searchData=
['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]],
['user_5fremove',['user_remove',['../Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15',1,'Contact.php']]],
['userreadablesize',['userReadableSize',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd',1,'RedMatrix::RedDAV::RedBrowser']]],
+ ['utc_5fnow',['UTC_NOW',['../classdba__driver.html#aa3325d982d4ee5d1114fd7e02a4356e8',1,'dba_driver\UTC_NOW()'],['../classdba__postgres.html#ace80a204e34b20b9907650399cce02a3',1,'dba_postgres\UTC_NOW()']]],
+ ['utcnow',['utcnow',['../classdba__driver.html#ad700712879719bee23752b8f424d97d0',1,'dba_driver']]],
['util',['util',['../namespaceutil.html',1,'']]]
];
diff --git a/doc/html/search/all_77.js b/doc/html/search/all_77.js
index 621b0aed7..897083582 100644
--- a/doc/html/search/all_77.js
+++ b/doc/html/search/all_77.js
@@ -9,6 +9,7 @@ var searchData=
['webfinger_5frfc7033',['webfinger_rfc7033',['../include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a',1,'network.php']]],
['webpages_2ephp',['webpages.php',['../webpages_8php.html',1,'']]],
['webpages_5fcontent',['webpages_content',['../webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d',1,'webpages.php']]],
+ ['webpages_5finit',['webpages_init',['../webpages_8php.html#af9ad0b65eba79acead3fa32b43d888b7',1,'webpages.php']]],
['wfinger_2ephp',['wfinger.php',['../wfinger_8php.html',1,'']]],
['wfinger_5finit',['wfinger_init',['../wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3',1,'wfinger.php']]],
['what_5fnext',['what_next',['../setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58',1,'setup.php']]],
diff --git a/doc/html/search/all_78.js b/doc/html/search/all_78.js
index 12730655a..11483478c 100644
--- a/doc/html/search/all_78.js
+++ b/doc/html/search/all_78.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['x',['x',['../boot_8php.html#a01353c9abebc3544ea080ac161729632',1,'boot.php']]],
+ ['x',['x',['../boot_8php.html#ae97836b0547953be182a2334c9c91d3c',1,'boot.php']]],
['xchan_2ephp',['xchan.php',['../xchan_8php.html',1,'']]],
['xchan_5fcontent',['xchan_content',['../xchan_8php.html#a9853348bf1a35c644460221ba75edc2d',1,'xchan.php']]],
['xchan_5ffetch',['xchan_fetch',['../hubloc_8php.html#af1b476c936f96a93282b1d058e3d05ea',1,'hubloc.php']]],
@@ -9,6 +9,7 @@ var searchData=
['xchan_5fflags_5fhidden',['XCHAN_FLAGS_HIDDEN',['../boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2',1,'boot.php']]],
['xchan_5fflags_5fnormal',['XCHAN_FLAGS_NORMAL',['../boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6',1,'boot.php']]],
['xchan_5fflags_5forphan',['XCHAN_FLAGS_ORPHAN',['../boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f',1,'boot.php']]],
+ ['xchan_5fflags_5fpubforum',['XCHAN_FLAGS_PUBFORUM',['../boot_8php.html#a0209e605028a5bb492683951ab30d49d',1,'boot.php']]],
['xchan_5fflags_5fselfcensored',['XCHAN_FLAGS_SELFCENSORED',['../boot_8php.html#a5a681a672e007cdc22b43345d71f07c6',1,'boot.php']]],
['xchan_5fflags_5fsystem',['XCHAN_FLAGS_SYSTEM',['../boot_8php.html#afef254290febac854c85fc698d9483a6',1,'boot.php']]],
['xchan_5fmail_5fquery',['xchan_mail_query',['../text_8php.html#a543447c5ed766535221e2d9636b379ee',1,'text.php']]],
diff --git a/doc/html/search/classes_64.js b/doc/html/search/classes_64.js
index c52174855..439607209 100644
--- a/doc/html/search/classes_64.js
+++ b/doc/html/search/classes_64.js
@@ -2,5 +2,6 @@ var searchData=
[
['dba_5fdriver',['dba_driver',['../classdba__driver.html',1,'']]],
['dba_5fmysql',['dba_mysql',['../classdba__mysql.html',1,'']]],
- ['dba_5fmysqli',['dba_mysqli',['../classdba__mysqli.html',1,'']]]
+ ['dba_5fmysqli',['dba_mysqli',['../classdba__mysqli.html',1,'']]],
+ ['dba_5fpostgres',['dba_postgres',['../classdba__postgres.html',1,'']]]
];
diff --git a/doc/html/search/files_64.js b/doc/html/search/files_64.js
index 9f149a278..56d04b982 100644
--- a/doc/html/search/files_64.js
+++ b/doc/html/search/files_64.js
@@ -9,6 +9,7 @@ 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,'']]],
+ ['dba_5fpostgres_2ephp',['dba_postgres.php',['../dba__postgres_8php.html',1,'']]],
['default_2ephp',['default.php',['../theme_2blogga_2view_2theme_2blog_2default_8php.html',1,'']]],
['default_2ephp',['default.php',['../php_2default_8php.html',1,'']]],
['default_2ephp',['default.php',['../theme_2blogga_2php_2default_8php.html',1,'']]],
@@ -18,9 +19,8 @@ var searchData=
['diaspora_2ephp',['diaspora.php',['../diaspora_8php.html',1,'']]],
['dimport_2ephp',['dimport.php',['../dimport_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,'']]],
- ['dirprofile_2ephp',['dirprofile.php',['../dirprofile_8php.html',1,'']]],
+ ['directory_2ephp',['directory.php',['../mod_2directory_8php.html',1,'']]],
['dirsearch_2ephp',['dirsearch.php',['../dirsearch_8php.html',1,'']]],
['display_2ephp',['display.php',['../display_8php.html',1,'']]],
['docblox_5ferrorchecker_2ephp',['docblox_errorchecker.php',['../docblox__errorchecker_8php.html',1,'']]]
diff --git a/doc/html/search/functions_62.js b/doc/html/search/functions_62.js
index 34fc83be3..a3a830a4d 100644
--- a/doc/html/search/functions_62.js
+++ b/doc/html/search/functions_62.js
@@ -26,6 +26,7 @@ var searchData=
['block_5fcontent',['block_content',['../block_8php.html#a8a82a470acdfbc7a8e749509caeeea45',1,'block.php']]],
['block_5finit',['block_init',['../block_8php.html#a9b61c96044ed2a068f18c10370a78d5c',1,'block.php']]],
['blocks_5fcontent',['blocks_content',['../blocks_8php.html#a2531a8fd51db3cecb2eb20c002c66e12',1,'blocks.php']]],
+ ['blocks_5finit',['blocks_init',['../blocks_8php.html#aebe88302181883d2b17d6e98a1aaebe9',1,'blocks.php']]],
['blog_5finit',['blog_init',['../blogga_2php_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b',1,'blog_init(&$a): theme.php'],['../blogga_2view_2theme_2blog_2theme_8php.html#aa55c1cb1f05087b5002ecb633b550b1b',1,'blog_init(&$a): theme.php']]],
['blog_5finstall',['blog_install',['../blogga_2view_2theme_2blog_2theme_8php.html#aae58cc837fe56473d9f3370abfe533ae',1,'theme.php']]],
['blog_5funinstall',['blog_uninstall',['../blogga_2view_2theme_2blog_2theme_8php.html#a3e77dbe111f330c64a1ff6c741cd515c',1,'theme.php']]],
diff --git a/doc/html/search/functions_63.js b/doc/html/search/functions_63.js
index 7b5abcc2f..6a5e70b0b 100644
--- a/doc/html/search/functions_63.js
+++ b/doc/html/search/functions_63.js
@@ -60,7 +60,7 @@ var searchData=
['cleardiv',['cleardiv',['../text_8php.html#afe18627c4983ee5f7c940a0992818cd5',1,'text.php']]],
['cli_5fstartup',['cli_startup',['../cli__startup_8php.html#adfdde63686e33ccd4851fa5edc4fc70b',1,'cli_startup.php']]],
['cli_5fsuggest_5frun',['cli_suggest_run',['../cli__suggest_8php.html#a8f3a60fc96f4bec7d3837c4efc7725f2',1,'cli_suggest.php']]],
- ['close',['close',['../classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975',1,'dba_driver\close()'],['../classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e',1,'dba_mysql\close()'],['../classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55',1,'dba_mysqli\close()']]],
+ ['close',['close',['../classdba__driver.html#a5afa54172f3c837df61643f8f5b2c975',1,'dba_driver\close()'],['../classdba__mysql.html#a850586714ef897bd25f643c89b4ef76e',1,'dba_mysql\close()'],['../classdba__mysqli.html#acb38f2c851187ad632ecfab30fdfab55',1,'dba_mysqli\close()'],['../classdba__postgres.html#a731d8648b41b8a126f6b99bdd5414058',1,'dba_postgres\close()']]],
['cloud_5finit',['cloud_init',['../cloud_8php.html#ad2e96e917852f27dedfc263d37e13756',1,'cloud.php']]],
['collect',['collect',['../classProtoDriver.html#a2ba1758f0f9e3564580b6ff85292804d',1,'ProtoDriver\collect()'],['../classZotDriver.html#af65febb26031eb7f39871b9e2a539797',1,'ZotDriver\collect()']]],
['collect_5fprivate',['collect_private',['../classProtoDriver.html#af66171aa7dab9b62cee915cb4f1abe1b',1,'ProtoDriver\collect_private()'],['../classZotDriver.html#a2e15ff09772f0608203dad1c98299394',1,'ZotDriver\collect_private()']]],
@@ -82,7 +82,8 @@ var searchData=
['common_5finit',['common_init',['../common_8php.html#aca62f113655809f41f49042ce9b123c2',1,'common.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()']]],
+ ['concat',['concat',['../classdba__driver.html#ab9982f38a02f008b127a0f3ccc1e99f4',1,'dba_driver\concat()'],['../classdba__postgres.html#a7ea3f24ad260c1e21588f8b5af595caa',1,'dba_postgres\concat()']]],
+ ['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()'],['../classdba__postgres.html#ab36244320f5b71dba92d9318ccf3f34e',1,'dba_postgres\connect()']]],
['connect_5fcontent',['connect_content',['../connect_8php.html#a489f0a66c660de6ec4d6917b27674f07',1,'connect.php']]],
['connect_5finit',['connect_init',['../connect_8php.html#ad46a38f32fd7a3d324b1fa26373efa36',1,'connect.php']]],
['connect_5fpost',['connect_post',['../connect_8php.html#a417ec27afe33f21a929667a665e32ee2',1,'connect.php']]],
diff --git a/doc/html/search/functions_64.js b/doc/html/search/functions_64.js
index 1c6e9fc31..a331c9ee7 100644
--- a/doc/html/search/functions_64.js
+++ b/doc/html/search/functions_64.js
@@ -4,13 +4,22 @@ var searchData=
['datetime_5fconvert',['datetime_convert',['../datetime_8php.html#ad6301e74b0f9267d52f8d432b5beb226',1,'datetime.php']]],
['datetimesel',['datetimesel',['../datetime_8php.html#a72218e5ee21876484934bacbb6bd9ba3',1,'datetime.php']]],
['day_5ftranslate',['day_translate',['../text_8php.html#a63fb21c0bed2fc72eef2c1471ac42b63',1,'text.php']]],
- ['dba_5ffactory',['dba_factory',['../dba__driver_8php.html#ac10e60f6e5b95bcf67bd82cb88f37947',1,'dba_driver.php']]],
+ ['db_5fconcat',['db_concat',['../dba__driver_8php.html#a7c1b98a710ead27382c958ad3216c4ee',1,'dba_driver.php']]],
+ ['db_5fgetfunc',['db_getfunc',['../dba__driver_8php.html#a2994daa03b1c23229a27e39bcab75e67',1,'dba_driver.php']]],
+ ['db_5foptimizetable',['db_optimizetable',['../dba__driver_8php.html#a75098bf1d59ea57f7ebae657a369137e',1,'dba_driver.php']]],
+ ['db_5fquoteinterval',['db_quoteinterval',['../dba__driver_8php.html#acec84a8fb75d78daf657cbe5df74e25a',1,'dba_driver.php']]],
+ ['db_5futcnow',['db_utcnow',['../dba__driver_8php.html#a30e9a643be804e905f5614a3279d2645',1,'dba_driver.php']]],
+ ['dba_5ffactory',['dba_factory',['../dba__driver_8php.html#a5df8499634c47b30191f34069d7b98c0',1,'dba_driver.php']]],
['dba_5ftimer',['dba_timer',['../boot_8php.html#a3e0930933fb2c0bf8211cc7ab4e1c3b4',1,'boot.php']]],
['dbesc',['dbesc',['../dba__driver_8php.html#ab222aa1dbf9ea93b320f82028739127e',1,'dba_driver.php']]],
['dbesc_5farray',['dbesc_array',['../dba__driver_8php.html#a65b83462bd26968106aebd43f16540e4',1,'dba_driver.php']]],
['dbesc_5farray_5fcb',['dbesc_array_cb',['../dba__driver_8php.html#af531546fac5f0836a8557a4f6dfee930',1,'dba_driver.php']]],
+ ['dbesc_5fidentifier',['dbesc_identifier',['../dba__driver_8php.html#aa051799567690a124a3b865bf902f58a',1,'dba_driver.php']]],
+ ['dbescbin',['dbescbin',['../dba__driver_8php.html#a2a38996670c2936b5769270c49c57593',1,'dba_driver.php']]],
+ ['dbescdate',['dbescdate',['../dba__driver_8php.html#a2c8a72ec73f39b17a167c90737693f78',1,'dba_driver.php']]],
['dbg',['dbg',['../classdba__driver.html#adcc1f8955120fec0708bce39202d0422',1,'dba_driver\dbg()'],['../dba__driver_8php.html#aa6607893d8f60ade9122bcfbd1a53ffb',1,'dbg(): dba_driver.php']]],
['dbq',['dbq',['../dba__driver_8php.html#aa377074e70981e8c4e82ca0accd068ee',1,'dba_driver.php']]],
+ ['dbunescbin',['dbunescbin',['../dba__driver_8php.html#afaaa1a7eff9c1b65b3b8c464ae37640e',1,'dba_driver.php']]],
['decode_5ftags',['decode_tags',['../items_8php.html#a56b2a4abcadfac71175cd50555528cc3',1,'items.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']]],
@@ -72,7 +81,6 @@ var searchData=
['directory_5fcontent',['directory_content',['../mod_2directory_8php.html#aac79396570d759da2efac24fcedf5b44',1,'directory.php']]],
['directory_5finit',['directory_init',['../mod_2directory_8php.html#a5ee59c213508b6b9787612a8219cb5bf',1,'directory.php']]],
['directory_5frun',['directory_run',['../include_2directory_8php.html#aa75d3b0697ca1456aaabdb37a74aa0f0',1,'directory.php']]],
- ['dirprofile_5finit',['dirprofile_init',['../dirprofile_8php.html#a3e1d30d3d93863ff5615f2df4ac7f052',1,'dirprofile.php']]],
['dirsearch_5fcontent',['dirsearch_content',['../dirsearch_8php.html#aa1fb04e1de4f25b63349ac78f94ceb4c',1,'dirsearch.php']]],
['dirsearch_5finit',['dirsearch_init',['../dirsearch_8php.html#a3e51964ae3f5ff147403407b65324752',1,'dirsearch.php']]],
['discover',['discover',['../classProtoDriver.html#a64a3868cffe27d601d55f69a2ecc4337',1,'ProtoDriver\discover()'],['../classZotDriver.html#a40d328ff9f6b0a238afe286dddee1514',1,'ZotDriver\discover()']]],
diff --git a/doc/html/search/functions_65.js b/doc/html/search/functions_65.js
index fdeeb2099..e912fd337 100644
--- a/doc/html/search/functions_65.js
+++ b/doc/html/search/functions_65.js
@@ -1,9 +1,12 @@
var searchData=
[
['editblock_5fcontent',['editblock_content',['../editblock_8php.html#abbe8f55de06967bc8d79d620509a49e6',1,'editblock.php']]],
+ ['editblock_5finit',['editblock_init',['../editblock_8php.html#ab7806bb42ae5e93f0330d7bd179d4b3e',1,'editblock.php']]],
['editlayout_5fcontent',['editlayout_content',['../editlayout_8php.html#aa877e4157a26b099de904164181dd386',1,'editlayout.php']]],
+ ['editlayout_5finit',['editlayout_init',['../editlayout_8php.html#a97c1e93d9e75ad8cd2c2f9a7f77341a7',1,'editlayout.php']]],
['editpost_5fcontent',['editpost_content',['../editpost_8php.html#a34011690864d122680c802e9e748ccfb',1,'editpost.php']]],
['editwebpage_5fcontent',['editwebpage_content',['../editwebpage_8php.html#a375e945255fad79a71036528f7480650',1,'editwebpage.php']]],
+ ['editwebpage_5finit',['editwebpage_init',['../editwebpage_8php.html#a94109f9c796fbe92508bf9574e35d19f',1,'editwebpage.php']]],
['email_5fheader_5fencode',['email_header_encode',['../include_2network_8php.html#a469b9bd700269cd07d954f1a16c5899b',1,'network.php']]],
['email_5fsend',['email_send',['../include_2network_8php.html#a1ff07d9fad93b713b93da0ab77aab7f0',1,'network.php']]],
['encode_5fitem',['encode_item',['../items_8php.html#a56b0f5d2cb36eb8f4bfca84813884f86',1,'items.php']]],
@@ -13,8 +16,10 @@ var searchData=
['encode_5fmail',['encode_mail',['../items_8php.html#a2d840c74ed23d1b6c7daee05cf89dda7',1,'items.php']]],
['encode_5frel_5flinks',['encode_rel_links',['../items_8php.html#aa723c0571e314a1853a24c5854b4f54f',1,'items.php']]],
['enumerate_5fpermissions',['enumerate_permissions',['../items_8php.html#afbcf26dfcf8a83fff952aa858c1b7b67',1,'items.php']]],
- ['escape',['escape',['../classdba__driver.html#afc95ffa103a3290581b537670cde5311',1,'dba_driver\escape()'],['../classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e',1,'dba_mysql\escape()'],['../classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64',1,'dba_mysqli\escape()']]],
+ ['escape',['escape',['../classdba__driver.html#afc95ffa103a3290581b537670cde5311',1,'dba_driver\escape()'],['../classdba__mysql.html#a99a7691ea6cb1300031fb6549379066e',1,'dba_mysql\escape()'],['../classdba__mysqli.html#a27d6a748af7f80028801306e7ea33f64',1,'dba_mysqli\escape()'],['../classdba__postgres.html#a7108eaaae7cc2fb236212041afc9ac0f',1,'dba_postgres\escape()']]],
+ ['escape_5fidentifier',['escape_identifier',['../classdba__postgres.html#ab2e44e9f41d05e585afd873d18e8c127',1,'dba_postgres']]],
['escape_5ftags',['escape_tags',['../text_8php.html#aa5148a0dfea2a1ca64c3d52f10aa2d64',1,'text.php']]],
+ ['escapebin',['escapebin',['../classdba__driver.html#a7dbe8318587ff1694825042bf58f4fbd',1,'dba_driver\escapebin()'],['../classdba__postgres.html#a8d2c6d8c92fe6f074452876483dd17fc',1,'dba_postgres\escapebin()']]],
['ev_5fcompare',['ev_compare',['../event_8php.html#a32ba1b9ddf7a744a9a1512b052e5f850',1,'event.php']]],
['event_5faddtocal',['event_addtocal',['../event_8php.html#ac9f206819186b65952ac1869f0da8c6e',1,'event.php']]],
['event_5fstore_5fevent',['event_store_event',['../event_8php.html#af5ac41e7ea3f7131088fe6333fd2846c',1,'event.php']]],
diff --git a/doc/html/search/functions_67.js b/doc/html/search/functions_67.js
index 835416938..fb3c90c50 100644
--- a/doc/html/search/functions_67.js
+++ b/doc/html/search/functions_67.js
@@ -49,6 +49,7 @@ var searchData=
['get_5fgroups',['get_groups',['../classApp.html#a4659785d13e4bac0bed50dbb1b0d4299',1,'App']]],
['get_5fhostname',['get_hostname',['../classApp.html#a622eace13f8fc9f4b5672a68e2bc4396',1,'App']]],
['get_5fid',['get_id',['../classItem.html#ac0f27e58532612f6e7a54c8a621b9b92',1,'Item']]],
+ ['get_5finstall_5fscript',['get_install_script',['../classdba__driver.html#a8d6a79d39d7eaee5aea4e952c4529d48',1,'dba_driver']]],
['get_5fintltext_5ftemplate',['get_intltext_template',['../classFriendicaSmartyEngine.html#a35ec0ee828c36640ea25296bcb84a118',1,'FriendicaSmartyEngine\get_intltext_template()'],['../plugin_8php.html#acb63c27d07f6d7dffe95f98a6cef1295',1,'get_intltext_template(): plugin.php']]],
['get_5fitem',['get_item',['../classRedmatrix_1_1Import_1_1Import.html#ae705dd1deb245b1d06baa73062330e43',1,'Redmatrix::Import::Import']]],
['get_5fitem_5fchildren',['get_item_children',['../conversation_8php.html#a7f6ef0dfa554bacf620e84c18d386e67',1,'conversation.php']]],
@@ -65,6 +66,7 @@ var searchData=
['get_5fmood_5fverbs',['get_mood_verbs',['../text_8php.html#a736db13a966b8abaf8c9198faa35911a',1,'text.php']]],
['get_5fmy_5faddress',['get_my_address',['../identity_8php.html#a490972c02fdb638c52ec0e012a30bfd2',1,'identity.php']]],
['get_5fmy_5furl',['get_my_url',['../identity_8php.html#aa46321e1cd6a3b8dfde8bf9510112fec',1,'identity.php']]],
+ ['get_5fnull_5fdate',['get_null_date',['../classdba__driver.html#a65a5c7b355ab5529a43049e160006426',1,'dba_driver']]],
['get_5fobserver',['get_observer',['../classApp.html#a1ad3bb1b68439b3b7cbe630918e618d2',1,'App\get_observer()'],['../classConversation.html#ae3d4190142e12b57051f11f2911f77a0',1,'Conversation\get_observer()']]],
['get_5fobserver_5fhash',['get_observer_hash',['../boot_8php.html#a623e49c79943f3e7bdb770d021683cf7',1,'boot.php']]],
['get_5fonline_5fstatus',['get_online_status',['../identity_8php.html#a332df795f684788002f5a6424abacfd7',1,'identity.php']]],
diff --git a/doc/html/search/functions_6c.js b/doc/html/search/functions_6c.js
index bae096081..15d34398b 100644
--- a/doc/html/search/functions_6c.js
+++ b/doc/html/search/functions_6c.js
@@ -4,6 +4,7 @@ var searchData=
['lang_5fselector',['lang_selector',['../text_8php.html#a71f6952243d3fe1c5a8154f78027e29c',1,'text.php']]],
['layout_5fselect',['layout_select',['../text_8php.html#a3999a0b3e22e440f280ee791ce34d384',1,'text.php']]],
['layouts_5fcontent',['layouts_content',['../layouts_8php.html#a6e0193759ad9eef76d3df2db24237b50',1,'layouts.php']]],
+ ['layouts_5finit',['layouts_init',['../layouts_8php.html#a39c8e9f72641c684c8b689bd91a642fa',1,'layouts.php']]],
['legal_5fwebbie',['legal_webbie',['../text_8php.html#a2690ad67bb6fb97ef69de3e8d23f2728',1,'text.php']]],
['like_5fcontent',['like_content',['../like_8php.html#a9d7dd268f21c21e9d29dd2aca2dd9538',1,'like.php']]],
['like_5fpuller',['like_puller',['../conversation_8php.html#afe5b2f38d8b803edb0d7ec5fa2868db0',1,'conversation.php']]],
diff --git a/doc/html/search/functions_6f.js b/doc/html/search/functions_6f.js
index 4d843de13..6e1766c1d 100644
--- a/doc/html/search/functions_6f.js
+++ b/doc/html/search/functions_6f.js
@@ -20,6 +20,7 @@ var searchData=
['online_5finit',['online_init',['../online_8php.html#a80e107c84eb722b0ca11d0413b96f9f7',1,'online.php']]],
['openid_5fcontent',['openid_content',['../openid_8php.html#a9a13827dbcf61ae4e45f0b6b33a88f43',1,'openid.php']]],
['opensearch_5finit',['opensearch_init',['../opensearch_8php.html#ad13034877a496565ac7d99e9fc6f55e9',1,'opensearch.php']]],
+ ['optimize_5ftable',['optimize_table',['../classdba__driver.html#a77e59dcbeab30ca6000131d2e9ad4092',1,'dba_driver\optimize_table()'],['../classdba__postgres.html#a3de1ac375e98886dfc38fd0066e88f90',1,'dba_postgres\optimize_table()']]],
['orient',['orient',['../classphoto__driver.html#a4de5bac8daea8f291a33c80788019d0d',1,'photo_driver']]],
['os_5fmkdir',['os_mkdir',['../boot_8php.html#a5fbebdf7a1c0ea8f904dbd9d78c2c06c',1,'boot.php']]]
];
diff --git a/doc/html/search/functions_71.js b/doc/html/search/functions_71.js
index 11b357b31..ce23278cf 100644
--- a/doc/html/search/functions_71.js
+++ b/doc/html/search/functions_71.js
@@ -1,7 +1,8 @@
var searchData=
[
- ['q',['q',['../classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555',1,'dba_driver\q()'],['../classdba__mysql.html#ac3fd60c278f400907322dac578754a99',1,'dba_mysql\q()'],['../classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec',1,'dba_mysqli\q()'],['../dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f',1,'q(): dba_driver.php']]],
+ ['q',['q',['../classdba__driver.html#a558e738b88ae893cc5d79ffa3793d555',1,'dba_driver\q()'],['../classdba__mysql.html#ac3fd60c278f400907322dac578754a99',1,'dba_mysql\q()'],['../classdba__mysqli.html#a611c4de8d6d7512dffb83a38bb6701ec',1,'dba_mysqli\q()'],['../classdba__postgres.html#a70352880231fba0b859f82cd5b290a9a',1,'dba_postgres\q()'],['../dba__driver_8php.html#a2c09a731d3b4fef41fed0e83db01be1f',1,'q(): dba_driver.php']]],
['qp',['qp',['../text_8php.html#afc998d2796a6b2a08e96f7cc061e7221',1,'text.php']]],
['queue_5frun',['queue_run',['../queue_8php.html#af8c93de86d866c3200174c8450a0f341',1,'queue.php']]],
+ ['quote_5finterval',['quote_interval',['../classdba__driver.html#ac9127e9c55fcc93bcfbb323b9b99b9d9',1,'dba_driver\quote_interval()'],['../classdba__postgres.html#a56f926f218155c88807e0e06f6817a72',1,'dba_postgres\quote_interval()']]],
['quotelevel',['quotelevel',['../html2plain_8php.html#a56d29b254333d29abb9d96a9a903a4b0',1,'html2plain.php']]]
];
diff --git a/doc/html/search/functions_75.js b/doc/html/search/functions_75.js
index ed15e2e95..52f05caea 100644
--- a/doc/html/search/functions_75.js
+++ b/doc/html/search/functions_75.js
@@ -4,6 +4,7 @@ var searchData=
['unamp',['unamp',['../text_8php.html#a29d6b804e368d3ef359ee295e96ed4c7',1,'text.php']]],
['undo_5fpost_5ftagging',['undo_post_tagging',['../text_8php.html#a740ad03e00459039a2c0992246c4e727',1,'text.php']]],
['unescape_5funderscores_5fin_5flinks',['unescape_underscores_in_links',['../bb2diaspora_8php.html#a599428bceb6f6d82a6a78cb66811f747',1,'bb2diaspora.php']]],
+ ['unescapebin',['unescapebin',['../classdba__driver.html#ab43184239e1d6eb00a98319f4a3df155',1,'dba_driver\unescapebin()'],['../classdba__postgres.html#a677f850211975c9ab89602c67e2dcad9',1,'dba_postgres\unescapebin()']]],
['uninstall_5fplugin',['uninstall_plugin',['../plugin_8php.html#a093a9cb98f51e3643634bd8bc6ed6e76',1,'plugin.php']]],
['unload_5fplugin',['unload_plugin',['../plugin_8php.html#a90538627db68605aeb6db17a8ead6523',1,'plugin.php']]],
['unobscure',['unobscure',['../text_8php.html#a8264348059abd1d4d5bb521323d3b19a',1,'text.php']]],
@@ -32,5 +33,6 @@ var searchData=
['user_5fapprove',['user_approve',['../account_8php.html#ad07be417ac7eda939768804106ddea3d',1,'account.php']]],
['user_5fdeny',['user_deny',['../account_8php.html#ac1653efba62493b9d87513e1b6c04c83',1,'account.php']]],
['user_5fremove',['user_remove',['../Contact_8php.html#a2fc191067dd571a79603c66b04b1ca15',1,'Contact.php']]],
- ['userreadablesize',['userReadableSize',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd',1,'RedMatrix::RedDAV::RedBrowser']]]
+ ['userreadablesize',['userReadableSize',['../classRedMatrix_1_1RedDAV_1_1RedBrowser.html#a242ce69a2fe5a5fdf9c2b8d3954accfd',1,'RedMatrix::RedDAV::RedBrowser']]],
+ ['utcnow',['utcnow',['../classdba__driver.html#ad700712879719bee23752b8f424d97d0',1,'dba_driver']]]
];
diff --git a/doc/html/search/functions_77.js b/doc/html/search/functions_77.js
index 23a414c07..7d2339a7a 100644
--- a/doc/html/search/functions_77.js
+++ b/doc/html/search/functions_77.js
@@ -5,6 +5,7 @@ var searchData=
['webfinger_5fcontent',['webfinger_content',['../webfinger_8php.html#a17dd28db6d390194bf9ecb809739d1d3',1,'webfinger.php']]],
['webfinger_5frfc7033',['webfinger_rfc7033',['../include_2network_8php.html#a3e6c751a51de33ad3563f0938296e78a',1,'network.php']]],
['webpages_5fcontent',['webpages_content',['../webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d',1,'webpages.php']]],
+ ['webpages_5finit',['webpages_init',['../webpages_8php.html#af9ad0b65eba79acead3fa32b43d888b7',1,'webpages.php']]],
['wfinger_5finit',['wfinger_init',['../wfinger_8php.html#ae21e50c8d0a5f3c9be9f43a4e519acd3',1,'wfinger.php']]],
['what_5fnext',['what_next',['../setup_8php.html#aea1ebdda58ec938f4e7b31aa5c5f6b58',1,'setup.php']]],
['widget_5faffinity',['widget_affinity',['../widgets_8php.html#add9b24d3304e529a7975e96122315554',1,'widgets.php']]],
diff --git a/doc/html/search/functions_78.js b/doc/html/search/functions_78.js
index 78d52f21a..80f9b5f99 100644
--- a/doc/html/search/functions_78.js
+++ b/doc/html/search/functions_78.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['x',['x',['../boot_8php.html#a01353c9abebc3544ea080ac161729632',1,'boot.php']]],
+ ['x',['x',['../boot_8php.html#ae97836b0547953be182a2334c9c91d3c',1,'boot.php']]],
['xchan_5fcontent',['xchan_content',['../xchan_8php.html#a9853348bf1a35c644460221ba75edc2d',1,'xchan.php']]],
['xchan_5ffetch',['xchan_fetch',['../hubloc_8php.html#af1b476c936f96a93282b1d058e3d05ea',1,'hubloc.php']]],
['xchan_5fmail_5fquery',['xchan_mail_query',['../text_8php.html#a543447c5ed766535221e2d9636b379ee',1,'text.php']]],
diff --git a/doc/html/search/variables_24.js b/doc/html/search/variables_24.js
index 364451b79..f01fe1c9d 100644
--- a/doc/html/search/variables_24.js
+++ b/doc/html/search/variables_24.js
@@ -13,8 +13,6 @@ var searchData=
['_24baseurl',['$baseurl',['../classApp.html#ad5175536561021548ae8188e24c7b80c',1,'App']]],
['_24bodyclass',['$bodyclass',['../theme_2blogga_2php_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php'],['../theme_2blogga_2view_2theme_2blog_2default_8php.html#a720581ae288aa09511670563e4205a4a',1,'$bodyclass(): default.php']]],
['_24browser',['$browser',['../classRedMatrix_1_1RedDAV_1_1RedBasicAuth.html#a167ae032bd2ad8e6caa2e1e1a6f1b5d3',1,'RedMatrix::RedDAV::RedBasicAuth']]],
- ['_24cached_5fprofile_5fimage',['$cached_profile_image',['../classApp.html#abe0e4fa91097f7a6588e1213a834121c',1,'App']]],
- ['_24cached_5fprofile_5fpicdate',['$cached_profile_picdate',['../classApp.html#aab4a685d15a363bb1d7edbbc20bfb94e',1,'App']]],
['_24called_5fapi',['$called_api',['../include_2api_8php.html#aa62b15a6bbb280e86b98132eb214013d',1,'api.php']]],
['_24category',['$category',['../classApp.html#a5cfc098c061b7d765add58fd2ca97445',1,'App']]],
['_24channel',['$channel',['../classApp.html#a050b0696118da47e8b30859ad1a2c149',1,'App\$channel()'],['../classItem.html#acc32426c0f465391be8a99ad810c7b8e',1,'Item\$channel()'],['../php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php'],['../theme_2apw_2php_2theme__init_8php.html#a54f32c086fe209c99769a4c4047dd864',1,'$channel(): theme_init.php']]],
@@ -35,11 +33,9 @@ var searchData=
['_24conversation',['$conversation',['../classItem.html#a007424e3e3171dcfb4312a02161da6cd',1,'Item']]],
['_24credentials',['$credentials',['../classRedmatrix_1_1Import_1_1Import.html#afd251e6e5a18516bac4d1a40435602f1',1,'Redmatrix::Import::Import']]],
['_24css_5fsources',['$css_sources',['../classApp.html#a6f55d087e1ff4710132c1b0863faa2ee',1,'App']]],
- ['_24curl_5fcode',['$curl_code',['../classApp.html#a256360c9184fed6d7556e0bc0a835d7f',1,'App']]],
- ['_24curl_5fheaders',['$curl_headers',['../classApp.html#af5007c42a693afd9c4899c243b2e1363',1,'App']]],
['_24d',['$d',['../classTemplate.html#a8469ab2988b6be2681516dc4b4e07d38',1,'Template']]],
['_24data',['$data',['../classApp.html#a0ce85be198e46570366cb3344f3c55b8',1,'App\$data()'],['../classItem.html#aec24e233f9098f902b1e57e60dcb2019',1,'Item\$data()'],['../classRedMatrix_1_1RedDAV_1_1RedFile.html#a235700e2dfbe21dc41613d36e30e8acc',1,'RedMatrix\RedDAV\RedFile\$data()']]],
- ['_24db',['$db',['../classApp.html#a330410a288f3393d53772f5e98f857ea',1,'App\$db()'],['../classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6',1,'dba_driver\$db()']]],
+ ['_24db',['$db',['../classdba__driver.html#a3033b5f1c2716b52202faeaae2592fe6',1,'dba_driver']]],
['_24debug',['$debug',['../classdba__driver.html#af48e2afeded5285766bf92e22123ed03',1,'dba_driver\$debug()'],['../classTemplate.html#afc4afb6f89bebcd5480022312a56cb4a',1,'Template\$debug()']]],
['_24dir',['$dir',['../docblox__errorchecker_8php.html#a1659f0a629d408e0f849dbe4ee061e62',1,'docblox_errorchecker.php']]],
['_24directory_5ffallback_5fservers',['$DIRECTORY_FALLBACK_SERVERS',['../boot_8php.html#a107d53f96acf5319905a34b1870db09a',1,'boot.php']]],
@@ -71,6 +67,7 @@ var searchData=
['_24install',['$install',['../classApp.html#a576ecb1c5b4a283221e6f2f0ec248251',1,'App']]],
['_24install_5fwizard_5fpass',['$install_wizard_pass',['../setup_8php.html#addb24714bc2542aa4f4215e98fe48432',1,'setup.php']]],
['_24interactive',['$interactive',['../classApp.html#a4c7cfc62d39508086cf300dc2e39c4df',1,'App']]],
+ ['_24is_5fsys',['$is_sys',['../classApp.html#a1f60d19d47021629faac7a0a6d917e94',1,'App']]],
['_24itemfloat',['$itemfloat',['../minimalisticdarkness_8php.html#a7e6c3d4efde4e9a2de32308081372c6b',1,'minimalisticdarkness.php']]],
['_24itemlist',['$itemlist',['../classRedmatrix_1_1Import_1_1Import.html#a2f69f16ecb7de1fb1daffbc38e68c9f1',1,'Redmatrix::Import::Import']]],
['_24items',['$items',['../classRedmatrix_1_1Import_1_1Import.html#a31d73d48e1aa93319159c692d0197a3a',1,'Redmatrix::Import::Import']]],
@@ -156,7 +153,6 @@ var searchData=
['_24videowidth',['$videowidth',['../classApp.html#adf2aaf95b062736a6fd5fc70fadf80e8',1,'App']]],
['_24visiting',['$visiting',['../classItem.html#a4a123ae98987c1e30ecb15c4edf5a3b8',1,'Item']]],
['_24wall_5fto_5fwall',['$wall_to_wall',['../classItem.html#a5d29ddecc073151a65a8e2ea2f6e4189',1,'Item']]],
- ['_24widgetlist',['$widgetlist',['../classApp.html#a4833bee2eae4ad1691a04fa19e11a766',1,'App']]],
['_24widgets',['$widgets',['../classApp.html#aa5a87c46ab3fee21362c466bf78042ef',1,'App']]],
['_24width',['$width',['../classphoto__driver.html#a3e4215890f4a4894bf3799a7d2e0c0b1',1,'photo_driver\$width()'],['../minimalisticdarkness_8php.html#a5795120b4b324bc4ca83f1e6fdce7d57',1,'$width(): minimalisticdarkness.php']]],
['_24writable',['$writable',['../classConversation.html#ae81221251307e315f566a11f921ce0a9',1,'Conversation']]],
diff --git a/doc/html/search/variables_64.js b/doc/html/search/variables_64.js
index ea1a85e2a..172029abf 100644
--- a/doc/html/search/variables_64.js
+++ b/doc/html/search/variables_64.js
@@ -1,6 +1,8 @@
var searchData=
[
['db_5fupdate_5fversion',['DB_UPDATE_VERSION',['../boot_8php.html#ac59a18a4838710d6c2de37aed6b21f03',1,'boot.php']]],
+ ['dbtype_5fmysql',['DBTYPE_MYSQL',['../boot_8php.html#a8c9a11c47394244cbe18cd75b9726d5f',1,'boot.php']]],
+ ['dbtype_5fpostgres',['DBTYPE_POSTGRES',['../boot_8php.html#a37ddabc112db443b4c67fbc0f708817e',1,'boot.php']]],
['default_5fdb_5fengine',['DEFAULT_DB_ENGINE',['../boot_8php.html#aa8a2b61e70900139d1ca28e46f1da49d',1,'boot.php']]],
['directory_5ffallback_5fmaster',['DIRECTORY_FALLBACK_MASTER',['../boot_8php.html#abedd940e664017c61b48c6efa31d0cb8',1,'boot.php']]],
['directory_5fmode_5fnormal',['DIRECTORY_MODE_NORMAL',['../boot_8php.html#ab7d65a7e7417825a4db62906bb600729',1,'boot.php']]],
diff --git a/doc/html/search/variables_69.js b/doc/html/search/variables_69.js
index 5b64986c8..fb77c49eb 100644
--- a/doc/html/search/variables_69.js
+++ b/doc/html/search/variables_69.js
@@ -1,6 +1,7 @@
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'],['../redable_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): redable.php'],['../apw_2php_2style_8php.html#a2f71e817b8fac88ce7f0ec5c0fb88b8d',1,'if(): style.php'],['../theme_2mytheme_2php_2default_8php.html#a3987f5547ceb7e36a210a66a06241a5a',1,'if(): default.php']]],
+ ['install_5fscript',['INSTALL_SCRIPT',['../classdba__driver.html#a98d8523dcedda316085b4d4f856b6583',1,'dba_driver\INSTALL_SCRIPT()'],['../classdba__postgres.html#a7267f91c3f87f600b30d7560de62dfd7',1,'dba_postgres\INSTALL_SCRIPT()']]],
['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']]],
diff --git a/doc/html/search/variables_6e.js b/doc/html/search/variables_6e.js
index 303b5c11f..0045afbae 100644
--- a/doc/html/search/variables_6e.js
+++ b/doc/html/search/variables_6e.js
@@ -43,5 +43,5 @@ var searchData=
['notify_5ftagself',['NOTIFY_TAGSELF',['../boot_8php.html#ab724491497ab2618b23a01d5da60aec0',1,'boot.php']]],
['notify_5ftagshare',['NOTIFY_TAGSHARE',['../boot_8php.html#af6937db5f581d006bf4a5c3d9c7e0461',1,'boot.php']]],
['notify_5fwall',['NOTIFY_WALL',['../boot_8php.html#a505410c7edc5f5bb5fa227b98359793e',1,'boot.php']]],
- ['null_5fdate',['NULL_DATE',['../boot_8php.html#a6cd1b4081630b2bf7be38836cd9f410c',1,'boot.php']]]
+ ['null_5fdate',['NULL_DATE',['../classdba__driver.html#afce39394c010ea589d99a21579b2c31e',1,'dba_driver\NULL_DATE()'],['../classdba__postgres.html#aeb404a85974d6c5df30c21650888000b',1,'dba_postgres\NULL_DATE()']]]
];
diff --git a/doc/html/search/variables_75.js b/doc/html/search/variables_75.js
index 3ba76224d..0cf257ad6 100644
--- a/doc/html/search/variables_75.js
+++ b/doc/html/search/variables_75.js
@@ -4,5 +4,6 @@ var searchData=
['update_5fflags_5fdeleted',['UPDATE_FLAGS_DELETED',['../boot_8php.html#aea392cb26ed617f3a8cde648385b5df0',1,'boot.php']]],
['update_5fflags_5fforced',['UPDATE_FLAGS_FORCED',['../boot_8php.html#ab9dca53455cd157d3c6ba2bdecdbd22d',1,'boot.php']]],
['update_5fflags_5fupdated',['UPDATE_FLAGS_UPDATED',['../boot_8php.html#a9690d73434125ce594a1f5e7c2a4f7c0',1,'boot.php']]],
- ['update_5fsuccess',['UPDATE_SUCCESS',['../boot_8php.html#ac86615ddc0763a00f5311c90e991730c',1,'boot.php']]]
+ ['update_5fsuccess',['UPDATE_SUCCESS',['../boot_8php.html#ac86615ddc0763a00f5311c90e991730c',1,'boot.php']]],
+ ['utc_5fnow',['UTC_NOW',['../classdba__driver.html#aa3325d982d4ee5d1114fd7e02a4356e8',1,'dba_driver\UTC_NOW()'],['../classdba__postgres.html#ace80a204e34b20b9907650399cce02a3',1,'dba_postgres\UTC_NOW()']]]
];
diff --git a/doc/html/search/variables_78.js b/doc/html/search/variables_78.js
index 75be51da5..312bf2391 100644
--- a/doc/html/search/variables_78.js
+++ b/doc/html/search/variables_78.js
@@ -5,6 +5,7 @@ var searchData=
['xchan_5fflags_5fhidden',['XCHAN_FLAGS_HIDDEN',['../boot_8php.html#a1af3ed96de14aa0d7891b39cc75b60f2',1,'boot.php']]],
['xchan_5fflags_5fnormal',['XCHAN_FLAGS_NORMAL',['../boot_8php.html#a8fdcc4ffb365a3267bd02ce8a8d466d6',1,'boot.php']]],
['xchan_5fflags_5forphan',['XCHAN_FLAGS_ORPHAN',['../boot_8php.html#a1c923b99bf77e4203ae94e5684b6ad0f',1,'boot.php']]],
+ ['xchan_5fflags_5fpubforum',['XCHAN_FLAGS_PUBFORUM',['../boot_8php.html#a0209e605028a5bb492683951ab30d49d',1,'boot.php']]],
['xchan_5fflags_5fselfcensored',['XCHAN_FLAGS_SELFCENSORED',['../boot_8php.html#a5a681a672e007cdc22b43345d71f07c6',1,'boot.php']]],
['xchan_5fflags_5fsystem',['XCHAN_FLAGS_SYSTEM',['../boot_8php.html#afef254290febac854c85fc698d9483a6',1,'boot.php']]]
];
diff --git a/doc/html/setup_8php.html b/doc/html/setup_8php.html
index 3537830f1..8c57c8058 100644
--- a/doc/html/setup_8php.html
+++ b/doc/html/setup_8php.html
@@ -348,8 +348,6 @@ Variables
diff --git a/doc/html/text_8php.html b/doc/html/text_8php.html
index 25a8ad3d5..2f7400c3b 100644
--- a/doc/html/text_8php.html
+++ b/doc/html/text_8php.html
@@ -181,7 +181,7 @@ Functions
searchbox ($s, $id='search -box', $url='/search ', $save=false)
- valid_email ($x )
+ valid_email ($x )
linkify ($s)
@@ -197,7 +197,7 @@ Functions
smile_unshield ($m)
- preg_heart ($x )
+ preg_heart ($x )
day_translate ($s)
@@ -561,7 +561,7 @@ Variables
-
Referenced by Item\check_wall_to_wall() , connections_content() , directory_content() , dirprofile_init() , fetch_post_tags() , Item\get_template_data() , like_puller() , localize_item() , randprof_init() , suggest_content() , viewconnections_content() , and widget_suggestions() .
+
Referenced by Item\check_wall_to_wall() , connections_content() , directory_content() , fetch_post_tags() , Item\get_template_data() , like_puller() , localize_item() , randprof_init() , suggest_content() , viewconnections_content() , and widget_suggestions() .
@@ -700,7 +700,7 @@ Variables
Returns string
-Referenced by admin_page_logs() , app_store() , app_update() , appman_post() , bookmark_add() , chatsvc_post() , connect_post() , create_identity() , events_post() , fsuggest_post() , get_atom_elements() , item_post() , mail_post() , mail_store() , menu_add_item() , menu_create() , menu_edit() , menu_edit_item() , network_content() , notes_init() , pdledit_post() , poco_load() , post_activity_item() , printable() , profiles_post() , rbmark_content() , rbmark_post() , thing_init() , and z_input_filter() .
+Referenced by admin_page_logs() , app_store() , app_update() , appman_post() , bookmark_add() , chatsvc_post() , connect_post() , create_identity() , events_post() , fsuggest_post() , get_atom_elements() , item_post() , mail_post() , mail_store() , menu_add_item() , menu_create() , menu_edit() , menu_edit_item() , network_content() , notes_init() , pdledit_post() , poco_load() , post_activity_item() , profiles_post() , rbmark_content() , rbmark_post() , thing_init() , and z_input_filter() .
@@ -1103,7 +1103,7 @@ Variables
@@ -1311,7 +1311,7 @@ Variables
Function: linkify
Replace naked text hyperlink with HTML formatted hyperlink
-Referenced by advanced_profile() , dirprofile_init() , and profile_activity() .
+Referenced by advanced_profile() , directory_content() , profile_activity() , and profile_sidebar() .
@@ -1339,7 +1339,7 @@ Variables
-
Referenced by account_remove() , account_verify_password() , Item\add_child() , Conversation\add_thread() , admin_content() , admin_page_hubloc_post() , admin_post() , aes_encapsulate() , allowed_public_recips() , api_call() , api_channel_stream() , api_export_basic() , api_favorites() , api_get_user() , api_login() , api_oauth_request_token() , api_statuses_destroy() , api_statuses_mediap() , api_statuses_repeat() , api_statuses_show() , api_statuses_update() , api_statuses_user_timeline() , attach_mkdir() , avatar_img() , base64url_decode() , bb2diaspora_itembody() , bb2diaspora_itemwallwall() , blog_install() , blog_uninstall() , bookmark_add() , bookmarks_init() , build_sync_packet() , chanman_remove_everything_from_network() , channel_remove() , chanview_content() , chat_post() , check_config() , check_form_security_token_ForbiddenOnErr() , check_form_security_token_redirectOnErr() , cloud_init() , connedit_post() , consume_feed() , conversation() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createDirectory() , RedMatrix\RedDAV\RedDirectory\createFile() , cronhooks_run() , datetime_convert() , RedMatrix\RedDAV\RedFile\delete() , delete_imported_item() , deliver_run() , detect_language() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_decode() , diaspora_dispatch() , diaspora_dispatch_public() , diaspora_handle_from_contact() , diaspora_is_blacklisted() , diaspora_like() , diaspora_message() , diaspora_msg_build() , diaspora_photo() , diaspora_post() , diaspora_process_outbound() , diaspora_profile() , diaspora_pubmsg_build() , diaspora_request() , diaspora_reshare() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_status() , diaspora_share() , diaspora_signed_retraction() , diaspora_transmit() , dir_parse_query() , directory_content() , directory_run() , dirprofile_init() , discover_by_url() , discover_by_webbie() , downgrade_accounts() , email_send() , encode_item() , expire_run() , externals_run() , feed_init() , fetch_lrdd_template() , fetch_xrd_links() , filer_content() , filerm_content() , find_diaspora_person_by_handle() , fix_private_photos() , fix_system_urls() , RedMatrix\RedDAV\RedFile\get() , get_atom_elements() , get_diaspora_key() , get_diaspora_reshare_xml() , get_item_elements() , get_language_name() , Conversation\get_template_data() , RedMatrix\RedDAV\RedDirectory\getChild() , RedMatrix\RedDAV\RedDirectory\getDir() , group_content() , guess_image_type() , http_status_exit() , hubloc_change_primary() , impel_init() , import_author_rss() , import_author_unknown() , import_author_zot() , import_channel_photo() , import_directory_profile() , import_post() , import_profile_photo() , import_site() , import_xchan() , install_plugin() , item_post() , item_store() , item_store_update() , like_content() , limit_body_size() , load_plugin() , local_dir_update() , localize_item() , RedMatrix\RedDAV\RedDirectory\log() , RedMatrix\RedDAV\RedBasicAuth\log() , FKOAuth1\loginUser() , FKOAuthDataStore\lookup_consumer() , FKOAuthDataStore\lookup_token() , magic_init() , mail_post() , mail_store() , menu_edit() , mini_group_select() , mood_init() , FKOAuthDataStore\new_access_token() , new_contact() , new_keypair() , FKOAuthDataStore\new_request_token() , notes_init() , notification() , notifier_run() , old_webfinger() , onedirsync_run() , onepoll_run() , openid_content() , parse_url_content() , parse_xml_string() , photo_init() , photo_upload() , photos_content() , photos_post() , ping_init() , poco_init() , poco_load() , poke_init() , poller_run() , post_activity_item() , post_init() , post_post() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_load() , profile_photo_set_profile_perms() , profile_sidebar() , profiles_content() , prune_hub_reinstalls() , public_recips() , RedMatrix\RedDAV\RedFile\put() , dba_mysql\q() , dba_mysqli\q() , q() , queue_run() , rbmark_post() , receive_post() , red_item_new() , RedChannelList() , RedCollectionData() , RedFileData() , register_content() , reload_plugins() , Item\remove_child() , remove_community_tag() , remove_obsolete_hublocs() , remove_queue_item() , scale_external_images() , scrape_feed() , scrape_vcard() , search_ac_init() , enotify\send() , send_reg_approval_email() , Conversation\set_mode() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , settings_post() , start_delivery_chain() , store_diaspora_comment_sig() , stream_perms_api_uids() , stream_perms_xchans() , subthread_content() , sync_directories() , sync_locations() , tag_deliver() , tagger_content() , tgroup_check() , uninstall_plugin() , unload_plugin() , update_directory_entry() , update_feed_item() , update_imported_item() , update_queue_time() , RedMatrix\RedDAV\RedBasicAuth\validateUserPass() , verify_email_address() , xml2array() , xml_status() , z_fetch_url() , z_post_url() , zfinger_init() , zid_init() , zot_build_packet() , zot_feed() , zot_fetch() , zot_finger() , zot_gethub() , zot_import() , zot_process_message_request() , zot_process_response() , zot_refresh() , zot_register_hub() , and zotfeed_init() .
+
Referenced by account_remove() , account_verify_password() , Item\add_child() , Conversation\add_thread() , admin_content() , admin_page_hubloc_post() , admin_post() , aes_encapsulate() , allowed_public_recips() , api_call() , api_channel_stream() , api_export_basic() , api_favorites() , api_get_user() , api_login() , api_oauth_request_token() , api_statuses_destroy() , api_statuses_mediap() , api_statuses_repeat() , api_statuses_show() , api_statuses_update() , api_statuses_user_timeline() , attach_mkdir() , avatar_img() , base64url_decode() , bb2diaspora_itembody() , bb2diaspora_itemwallwall() , blog_install() , blog_uninstall() , bookmark_add() , bookmarks_init() , build_sync_packet() , chanman_remove_everything_from_network() , channel_remove() , chanview_content() , chat_post() , check_config() , check_form_security_token_ForbiddenOnErr() , check_form_security_token_redirectOnErr() , cloud_init() , connedit_post() , consume_feed() , conversation() , create_account() , create_identity() , RedMatrix\RedDAV\RedDirectory\createDirectory() , RedMatrix\RedDAV\RedDirectory\createFile() , cronhooks_run() , datetime_convert() , RedMatrix\RedDAV\RedFile\delete() , delete_imported_item() , deliver_run() , detect_language() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_decode() , diaspora_dispatch() , diaspora_dispatch_public() , diaspora_handle_from_contact() , diaspora_is_blacklisted() , diaspora_like() , diaspora_message() , diaspora_msg_build() , diaspora_photo() , diaspora_post() , diaspora_process_outbound() , diaspora_profile() , diaspora_pubmsg_build() , diaspora_request() , diaspora_reshare() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_status() , diaspora_share() , diaspora_signed_retraction() , diaspora_transmit() , dir_parse_query() , directory_content() , directory_run() , discover_by_url() , discover_by_webbie() , downgrade_accounts() , email_send() , encode_item() , expire_run() , externals_run() , feed_init() , fetch_lrdd_template() , fetch_xrd_links() , filer_content() , filerm_content() , find_diaspora_person_by_handle() , fix_private_photos() , fix_system_urls() , RedMatrix\RedDAV\RedFile\get() , get_atom_elements() , get_diaspora_key() , get_diaspora_reshare_xml() , get_item_elements() , get_language_name() , Conversation\get_template_data() , RedMatrix\RedDAV\RedDirectory\getChild() , RedMatrix\RedDAV\RedDirectory\getDir() , group_content() , guess_image_type() , http_status_exit() , hubloc_change_primary() , impel_init() , import_author_rss() , import_author_unknown() , import_author_zot() , import_channel_photo() , import_directory_profile() , import_post() , import_profile_photo() , import_site() , import_xchan() , install_plugin() , item_post() , item_store() , item_store_update() , like_content() , limit_body_size() , load_plugin() , local_dir_update() , localize_item() , RedMatrix\RedDAV\RedDirectory\log() , RedMatrix\RedDAV\RedBasicAuth\log() , FKOAuth1\loginUser() , FKOAuthDataStore\lookup_consumer() , FKOAuthDataStore\lookup_token() , magic_init() , mail_post() , mail_store() , menu_edit() , mini_group_select() , mood_init() , FKOAuthDataStore\new_access_token() , new_contact() , new_keypair() , FKOAuthDataStore\new_request_token() , notes_init() , notification() , notifier_run() , old_webfinger() , onedirsync_run() , onepoll_run() , openid_content() , parse_url_content() , parse_xml_string() , photo_init() , photo_upload() , photos_content() , photos_post() , ping_init() , poco_init() , poco_load() , poke_init() , poller_run() , post_activity_item() , post_init() , post_post() , process_channel_sync_delivery() , process_delivery() , process_location_delivery() , process_mail_delivery() , process_profile_delivery() , profile_load() , profile_photo_set_profile_perms() , profile_sidebar() , profiles_content() , prune_hub_reinstalls() , public_recips() , RedMatrix\RedDAV\RedFile\put() , dba_mysql\q() , dba_mysqli\q() , dba_postgres\q() , queue_run() , rbmark_post() , receive_post() , red_item_new() , RedChannelList() , RedCollectionData() , RedFileData() , register_content() , reload_plugins() , Item\remove_child() , remove_community_tag() , remove_obsolete_hublocs() , remove_queue_item() , scale_external_images() , scrape_feed() , scrape_vcard() , search_ac_init() , enotify\send() , send_reg_approval_email() , Conversation\set_mode() , RedMatrix\RedDAV\RedFile\setName() , RedMatrix\RedDAV\RedDirectory\setName() , settings_post() , start_delivery_chain() , store_diaspora_comment_sig() , stream_perms_api_uids() , stream_perms_xchans() , subthread_content() , sync_directories() , sync_locations() , tag_deliver() , tagger_content() , tgroup_check() , uninstall_plugin() , unload_plugin() , update_directory_entry() , update_feed_item() , update_imported_item() , update_queue_time() , RedMatrix\RedDAV\RedBasicAuth\validateUserPass() , verify_email_address() , xml2array() , xml_status() , z_fetch_url() , z_post_url() , zfinger_init() , zid_init() , zot_build_packet() , zot_feed() , zot_fetch() , zot_finger() , zot_gethub() , zot_import() , zot_process_message_request() , zot_process_response() , zot_refresh() , zot_register_hub() , and zotfeed_init() .
@@ -1826,7 +1826,7 @@ Variables
Returns string substituted string
-Referenced by achievements_content() , admin_content() , admin_page_channels() , admin_page_dbsync() , admin_page_hubloc() , admin_page_logs() , admin_page_plugins() , admin_page_profs() , admin_page_site() , admin_page_summary() , admin_page_themes() , admin_page_users() , advanced_profile() , alt_pager() , api_apply_template() , api_content() , app_render() , appman_content() , apps_content() , apw_form() , blocks_content() , blogtheme_form() , App\build_pagehead() , categories_widget() , channel_content() , chat_content() , check_config() , check_php() , common_content() , common_friends_visitor_widget() , connect_content() , connections_content() , connedit_content() , construct_page() , contact_block() , conversation() , delegate_content() , design_tools() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_retraction() , diaspora_send_status() , diaspora_share() , diaspora_unshare() , dir_safe_mode() , dir_sort_links() , directory_content() , dirprofile_init() , display_content() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , events_content() , fbrowser_content() , field_timezone() , fileas_widget() , filer_content() , filestorage_content() , findpeople_widget() , format_categories() , format_filer() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_birthdays() , Item\get_comment_box() , get_events() , get_feed_for() , group_content() , group_side() , help_content() , hostxrd_init() , RedMatrix\RedDAV\RedBrowser\htmlActionsPanel() , identity_selector() , import_content() , invite_content() , lang_selector() , layouts_content() , locs_content() , login() , lostpass_content() , lostpass_post() , mail_content() , manage_content() , match_content() , menu_content() , menu_render() , message_content() , micropro() , mini_group_select() , mitem_content() , mood_content() , nav() , network_content() , new_channel_content() , notification() , notifications_content() , notify_content() , oembed_format_object() , oexchange_init() , opensearch_init() , p_init() , pagelist_widget() , pdledit_content() , photos_album_widget() , photos_content() , poco_init() , poke_content() , poll_content() , populate_acl() , profile_sidebar() , profiles_content() , rbmark_content() , redbasic_form() , register_content() , removeaccount_content() , removeme_content() , rmagic_content() , rpost_content() , search() , search_content() , searchbox() , send_reg_approval_email() , send_verification_email() , setup_content() , setup_post() , siteinfo_content() , sources_content() , suggest_content() , theme_attachments() , thing_content() , user_allow() , vcard_from_xchan() , verify_email_address() , viewconnections_content() , vote_content() , webpages_content() , widget_affinity() , widget_appselect() , widget_archive() , widget_bookmarkedchats() , widget_chatroom_list() , widget_filer() , widget_follow() , widget_mailmenu() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , widget_suggestions() , writepages_widget() , and xrd_init() .
+Referenced by achievements_content() , admin_content() , admin_page_channels() , admin_page_dbsync() , admin_page_hubloc() , admin_page_logs() , admin_page_plugins() , admin_page_profs() , admin_page_site() , admin_page_summary() , admin_page_themes() , admin_page_users() , advanced_profile() , alt_pager() , api_apply_template() , api_content() , app_render() , appman_content() , apps_content() , apw_form() , blocks_content() , blogtheme_form() , App\build_pagehead() , categories_widget() , channel_content() , chat_content() , check_config() , check_php() , common_content() , common_friends_visitor_widget() , connect_content() , connections_content() , connedit_content() , construct_page() , contact_block() , conversation() , delegate_content() , design_tools() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_retraction() , diaspora_send_status() , diaspora_share() , diaspora_unshare() , dir_safe_mode() , dir_sort_links() , directory_content() , display_content() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , events_content() , fbrowser_content() , field_timezone() , fileas_widget() , filer_content() , filestorage_content() , findpeople_widget() , format_categories() , format_filer() , RedMatrix\RedDAV\RedBrowser\generateDirectoryIndex() , get_birthdays() , Item\get_comment_box() , get_events() , get_feed_for() , group_content() , group_side() , help_content() , hostxrd_init() , RedMatrix\RedDAV\RedBrowser\htmlActionsPanel() , identity_selector() , import_content() , invite_content() , lang_selector() , layouts_content() , locs_content() , login() , lostpass_content() , lostpass_post() , mail_content() , manage_content() , match_content() , menu_content() , menu_render() , message_content() , micropro() , mini_group_select() , mitem_content() , mood_content() , nav() , network_content() , new_channel_content() , notification() , notifications_content() , notify_content() , oembed_format_object() , oexchange_init() , opensearch_init() , p_init() , pagelist_widget() , pdledit_content() , photos_album_widget() , photos_content() , poco_init() , poke_content() , poll_content() , populate_acl() , profile_sidebar() , profiles_content() , rbmark_content() , redbasic_form() , register_content() , removeaccount_content() , removeme_content() , rmagic_content() , rpost_content() , search() , search_content() , searchbox() , send_reg_approval_email() , send_verification_email() , setup_content() , setup_post() , siteinfo_content() , sources_content() , suggest_content() , theme_attachments() , thing_content() , user_allow() , vcard_from_xchan() , verify_email_address() , viewconnections_content() , vote_content() , webpages_content() , widget_affinity() , widget_appselect() , widget_archive() , widget_bookmarkedchats() , widget_chatroom_list() , widget_filer() , widget_follow() , widget_mailmenu() , widget_notes() , widget_savedsearch() , widget_settings_menu() , widget_suggestedchats() , widget_suggestions() , writepages_widget() , and xrd_init() .
diff --git a/doc/html/theme_2mytheme_2php_2default_8php.html b/doc/html/theme_2mytheme_2php_2default_8php.html
index e3ebc868e..ea01d8615 100644
--- a/doc/html/theme_2mytheme_2php_2default_8php.html
+++ b/doc/html/theme_2mytheme_2php_2default_8php.html
@@ -112,7 +112,7 @@ $(document).ready(function(){initNavTree('theme_2mytheme_2php_2default_8php.html
- if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if (x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
@@ -121,7 +121,7 @@ Variables
- if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
+ if(x ($page ,'htmlhead')) echo $page ['htmlhead']?></head >< body >< header ><?php if(x ($page
diff --git a/doc/html/todo.html b/doc/html/todo.html
index 375fff1d9..f09357862 100644
--- a/doc/html/todo.html
+++ b/doc/html/todo.html
@@ -102,21 +102,23 @@ $(document).ready(function(){initNavTree('todo.html','');});
- File config.php
+ File config.php
There are a few places in the code (such as the admin panel) where boolean configurations need to be fixed as of 10/08/2011.
- Member RedChannelList (&$auth)
+ Member get_custom_nav (&$a, $navname)
+not fully implemented yet
+ Member RedChannelList (&$auth)
Is there any reason why this is not inside RedDirectory class? function name looks like a class name, should we rename it?
- Member RedCollectionData ($file, &$auth)
+ Member RedCollectionData ($file, &$auth)
Is there any reason why this is not inside RedDirectory class? Seems only to be used there and we could simplify it a bit there. function name looks like a class name, should we rename it?
- File reddav.php
+ File reddav.php
split up the classes into own files.
- Member RedMatrix::__construct (&$auth)
+ Member RedMatrix::__construct (&$auth)
disable enablePost by default and only activate if permissions grant edit rights.
- Member RedMatrix::set_writeable ()
+ Member RedMatrix::set_writeable ()
Maybe this whole way of doing this can be solved with some $server->subscribeEvent().
- Member RedMatrix::getDir ()
+ Member RedMatrix::getDir ()
add description of what this function does.
- Member RedMatrix::setName ($name)
+ Member RedMatrix::setName ($name)
handle duplicate directory name
diff --git a/doc/html/typo_8php.html b/doc/html/typo_8php.html
index 3d285d710..c9190a281 100644
--- a/doc/html/typo_8php.html
+++ b/doc/html/typo_8php.html
@@ -134,7 +134,7 @@ Variables
-
Referenced by FriendicaSmarty\__construct() , Item\__construct() , FriendicaSmartyEngine\__construct() , Template\_replcb_if() , Template\_replcb_inc() , _well_known_init() , abook_toggle_flag() , achievements_content() , acl_init() , admin_content() , admin_page_channels() , admin_page_channels_post() , admin_page_dbsync() , admin_page_hubloc() , admin_page_hubloc_post() , admin_page_logs() , admin_page_logs_post() , admin_page_plugins() , admin_page_site() , admin_page_site_post() , admin_page_summary() , admin_page_themes() , admin_page_users() , admin_page_users_post() , admin_post() , advanced_profile() , allowed_email() , allowed_url() , alt_pager() , api_account_verify_credentials() , api_albums() , api_apply_template() , api_call() , api_content() , api_direct_messages_all() , api_direct_messages_box() , api_direct_messages_conversation() , api_direct_messages_inbox() , api_direct_messages_new() , api_direct_messages_sentbox() , api_favorites() , api_followers_ids() , api_format_as() , api_format_items() , api_friends_ids() , api_get_user() , api_item_get_user() , api_login() , api_photos() , api_post() , api_rss_extra() , api_status_show() , api_statuses_destroy() , api_statuses_f() , api_statuses_followers() , api_statuses_friends() , api_statuses_home_timeline() , api_statuses_mediap() , api_statuses_mentions() , api_statuses_public_timeline() , api_statuses_repeat() , api_statuses_show() , api_statuses_update() , api_statuses_user_timeline() , api_statusnet_config() , api_users_show() , app_name_compare() , appman_content() , apw_form() , atom_entry() , attribute_contains() , authenticate_success() , avatar_img() , bb_sanitize_style() , bbcode() , best_link_url() , block_content() , block_init() , blocks_content() , blog_init() , blogtheme_display_item() , blogtheme_form() , blogtheme_imgurl() , bookmarks_content() , bookmarks_init() , build_sync_packet() , cal() , call_hooks() , categories_widget() , channel_content() , channel_init() , channel_remove() , chanview_content() , chat_content() , chat_init() , chat_post() , chatsvc_content() , chatsvc_init() , chatsvc_post() , check_config() , check_form_security_token() , check_form_security_token_ForbiddenOnErr() , check_form_security_token_redirectOnErr() , check_htaccess() , clean_urls() , cli_startup() , cli_suggest_run() , cloud_init() , comanche_parser() , comanche_replace_region() , comanche_widget() , common_content() , common_friends_visitor_widget() , common_init() , connect_content() , connect_init() , connect_post() , connections_clone() , connections_content() , connections_init() , connections_post() , connedit_clone() , connedit_content() , connedit_init() , connedit_post() , construct_page() , contact_block() , contact_select() , conversation() , create_identity() , current_theme() , current_theme_url() , del_config() , del_pconfig() , del_xconfig() , delegate_content() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_like() , diaspora_message() , diaspora_msg_build() , diaspora_photo() , diaspora_post() , diaspora_profile() , diaspora_pubmsg_build() , diaspora_request() , diaspora_reshare() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_retraction() , diaspora_send_status() , diaspora_share() , diaspora_transmit() , diaspora_unshare() , directory_content() , directory_init() , dirsearch_init() , display_content() , dlogger() , drop_item() , editblock_content() , editlayout_content() , editpost_content() , editwebpage_content() , ev_compare() , event_store_item() , events_content() , events_post() , expand_acl() , expand_groups() , externals_run() , fbrowser_content() , fileas_widget() , filer_content() , filerm_content() , filestorage_content() , filestorage_post() , findpeople_widget() , fix_private_photos() , follow_init() , format_event_diaspora() , fsuggest_content() , fsuggest_post() , BaseObject\get_app() , get_app() , get_best_language() , get_birthdays() , Item\get_comment_box() , get_config() , get_custom_nav() , get_events() , get_form_security_token() , FriendicaSmartyEngine\get_intltext_template() , get_intltext_template() , get_markup_template() , get_pconfig() , get_plink() , Item\get_template_data() , get_theme_screenshot() , get_xconfig() , gprobe_run() , group_content() , group_post() , group_select() , guess_image_type() , handle_tag() , hcard_init() , head_get_icon() , head_remove_css() , head_remove_js() , head_set_icon() , help_content() , hivenet_init() , home_content() , home_init() , hostxrd_init() , impel_init() , import_channel_photo() , import_post() , import_profile_photo() , info() , insert_hook() , invite_content() , invite_post() , is_developer() , is_site_admin() , item_photo_menu() , item_post() , items_fetch() , lang_selector() , layouts_content() , like_content() , link_compare() , load_config() , load_contact_links() , load_database() , load_hooks() , load_pconfig() , load_pdl() , load_translation_table() , load_xconfig() , locs_content() , locs_post() , logger() , login() , login_content() , FKOAuth1\loginUser() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_post() , manual_config() , match_content() , message_content() , mitem_content() , mitem_init() , mitem_post() , mood_init() , msearch_post() , mytheme_init() , nav() , nav_set_selected() , network_content() , network_init() , new_contact() , notice() , notification() , notifications_content() , notifications_post() , notifier_run() , notify_content() , notify_init() , oembed_fetch_url() , oembed_format_object() , oexchange_content() , oexchange_init() , onedirsync_run() , onepoll_run() , openid_content() , opensearch_init() , p_init() , page_content() , page_init() , paginate() , photo_init() , photos_content() , photos_init() , photos_post() , ping_init() , poco_init() , poco_load() , poke_init() , poller_run() , pop_lang() , post_init() , preg_heart() , prepare_body() , probe_content() , proc_run() , profile_activity() , profile_content() , profile_create_sidebar() , profile_init() , profile_load() , profile_photo_init() , profile_photo_post() , profile_sidebar() , profiles_content() , profiles_init() , profiles_post() , profperm_init() , push_lang() , queue_run() , randprof_init() , rbmark_content() , rbmark_post() , red_item_new() , redbasic_form() , register_content() , regmod_content() , regver_content() , relative_date() , removeaccount_content() , removeaccount_post() , removeme_content() , removeme_post() , replace_macros() , rmagic_post() , rpost_content() , scale_external_images() , scrape_feed() , scrape_vcard() , search() , search_ac_init() , search_content() , search_init() , send_message() , service_class_allows() , service_class_fetch() , service_limits_content() , set_config() , Conversation\set_mode() , set_pconfig() , set_xconfig() , settings_init() , settings_post() , setup_content() , setup_post() , share_init() , siteinfo_content() , siteinfo_init() , smilies() , sources_post() , stumble_init() , subthread_content() , suckerberg_init() , suggest_content() , t() , tag_deliver() , tag_sort_length() , tagger_content() , tagrm_content() , tagrm_post() , tags_sort() , tgroup_check() , theme_admin() , theme_content() , theme_include() , thing_content() , thing_init() , timezone_cmp() , toggle_mobile_init() , tt() , uexport_init() , update_channel_content() , update_display_content() , update_network_content() , update_search_content() , update_suggestions() , user_allow() , user_approve() , vcard_from_xchan() , viewconnections_content() , viewconnections_init() , viewsrc_content() , vote_content() , vote_init() , vote_post() , wall_upload_post() , webpages_content() , wfinger_init() , what_next() , widget_archive() , widget_catcloud_wall() , widget_categories() , widget_chatroom_list() , widget_design_tools() , widget_filer() , widget_follow() , widget_fullprofile() , widget_item() , widget_mailmenu() , widget_photo_albums() , widget_profile() , widget_savedsearch() , widget_settings_menu() , widget_tagcloud() , widget_tagcloud_wall() , xrd_init() , z_fetch_url() , z_path() , z_root() , zfinger_init() , zid_init() , zotfeed_init() , and zping_content() .
+
Referenced by FriendicaSmarty\__construct() , Item\__construct() , FriendicaSmartyEngine\__construct() , Template\_replcb_if() , Template\_replcb_inc() , _well_known_init() , abook_toggle_flag() , achievements_content() , acl_init() , admin_content() , admin_page_channels() , admin_page_channels_post() , admin_page_dbsync() , admin_page_hubloc() , admin_page_hubloc_post() , admin_page_logs() , admin_page_logs_post() , admin_page_plugins() , admin_page_site() , admin_page_site_post() , admin_page_summary() , admin_page_themes() , admin_page_users() , admin_page_users_post() , admin_post() , advanced_profile() , allowed_email() , allowed_url() , alt_pager() , api_account_verify_credentials() , api_albums() , api_apply_template() , api_call() , api_content() , api_direct_messages_all() , api_direct_messages_box() , api_direct_messages_conversation() , api_direct_messages_inbox() , api_direct_messages_new() , api_direct_messages_sentbox() , api_favorites() , api_followers_ids() , api_format_as() , api_format_items() , api_friends_ids() , api_get_user() , api_item_get_user() , api_login() , api_photos() , api_post() , api_rss_extra() , api_status_show() , api_statuses_destroy() , api_statuses_f() , api_statuses_followers() , api_statuses_friends() , api_statuses_home_timeline() , api_statuses_mediap() , api_statuses_mentions() , api_statuses_public_timeline() , api_statuses_repeat() , api_statuses_show() , api_statuses_update() , api_statuses_user_timeline() , api_statusnet_config() , api_users_show() , app_name_compare() , appman_content() , apw_form() , atom_entry() , attribute_contains() , authenticate_success() , avatar_img() , bb_sanitize_style() , bbcode() , best_link_url() , block_content() , block_init() , blocks_content() , blocks_init() , blog_init() , blogtheme_display_item() , blogtheme_form() , blogtheme_imgurl() , bookmarks_content() , bookmarks_init() , build_sync_packet() , cal() , call_hooks() , categories_widget() , channel_content() , channel_init() , channel_remove() , chanview_content() , chat_content() , chat_init() , chat_post() , chatsvc_content() , chatsvc_init() , chatsvc_post() , check_config() , check_form_security_token() , check_form_security_token_ForbiddenOnErr() , check_form_security_token_redirectOnErr() , check_htaccess() , clean_urls() , cli_startup() , cli_suggest_run() , cloud_init() , comanche_parser() , comanche_replace_region() , comanche_widget() , common_content() , common_friends_visitor_widget() , common_init() , connect_content() , connect_init() , connect_post() , connections_clone() , connections_content() , connections_init() , connections_post() , connedit_clone() , connedit_content() , connedit_init() , connedit_post() , construct_page() , contact_block() , contact_select() , conversation() , create_identity() , current_theme() , current_theme_url() , del_config() , del_pconfig() , del_xconfig() , delegate_content() , deliver_run() , diaspora_asphoto() , diaspora_comment() , diaspora_conversation() , diaspora_like() , diaspora_message() , diaspora_msg_build() , diaspora_photo() , diaspora_post() , diaspora_profile() , diaspora_pubmsg_build() , diaspora_request() , diaspora_reshare() , diaspora_send_followup() , diaspora_send_images() , diaspora_send_mail() , diaspora_send_relay() , diaspora_send_retraction() , diaspora_send_status() , diaspora_share() , diaspora_transmit() , diaspora_unshare() , directory_content() , directory_init() , dirsearch_init() , display_content() , dlogger() , drop_item() , editblock_content() , editblock_init() , editlayout_content() , editlayout_init() , editpost_content() , editwebpage_content() , editwebpage_init() , ev_compare() , event_store_item() , events_content() , events_post() , expand_acl() , expand_groups() , externals_run() , fbrowser_content() , fileas_widget() , filer_content() , filerm_content() , filestorage_content() , filestorage_post() , findpeople_widget() , fix_private_photos() , follow_init() , format_event_diaspora() , fsuggest_content() , fsuggest_post() , BaseObject\get_app() , get_app() , get_best_language() , get_birthdays() , Item\get_comment_box() , get_config() , get_custom_nav() , get_events() , get_form_security_token() , FriendicaSmartyEngine\get_intltext_template() , get_intltext_template() , get_markup_template() , get_pconfig() , get_plink() , Item\get_template_data() , get_theme_screenshot() , get_xconfig() , gprobe_run() , group_content() , group_post() , group_select() , guess_image_type() , handle_tag() , hcard_init() , head_get_icon() , head_remove_css() , head_remove_js() , head_set_icon() , help_content() , hivenet_init() , home_content() , home_init() , hostxrd_init() , impel_init() , import_channel_photo() , import_post() , import_profile_photo() , info() , insert_hook() , invite_content() , invite_post() , is_developer() , is_site_admin() , item_photo_menu() , item_post() , items_fetch() , lang_selector() , layouts_content() , layouts_init() , like_content() , link_compare() , load_config() , load_contact_links() , load_database() , load_hooks() , load_pconfig() , load_pdl() , load_translation_table() , load_xconfig() , locs_content() , locs_post() , logger() , login() , login_content() , FKOAuth1\loginUser() , lostpass_content() , lostpass_post() , magic_init() , mail_content() , mail_post() , manual_config() , match_content() , menu_content() , menu_post() , message_content() , mitem_content() , mitem_init() , mitem_post() , mood_init() , msearch_post() , mytheme_init() , nav() , nav_set_selected() , network_content() , network_init() , new_contact() , notice() , notification() , notifications_content() , notifications_post() , notifier_run() , notify_content() , notify_init() , oembed_fetch_url() , oembed_format_object() , oexchange_content() , oexchange_init() , onedirsync_run() , onepoll_run() , openid_content() , opensearch_init() , p_init() , page_content() , page_init() , paginate() , photo_init() , photos_content() , photos_init() , photos_post() , ping_init() , poco_init() , poco_load() , poke_init() , poller_run() , pop_lang() , post_init() , preg_heart() , prepare_body() , probe_content() , proc_run() , profile_activity() , profile_content() , profile_create_sidebar() , profile_init() , profile_load() , profile_photo_init() , profile_photo_post() , profile_sidebar() , profiles_content() , profiles_init() , profiles_post() , profperm_init() , push_lang() , queue_run() , randprof_init() , rbmark_content() , rbmark_post() , red_item_new() , redbasic_form() , register_content() , regmod_content() , regver_content() , relative_date() , removeaccount_content() , removeaccount_post() , removeme_content() , removeme_post() , replace_macros() , rmagic_post() , rpost_content() , scale_external_images() , scrape_feed() , scrape_vcard() , search() , search_ac_init() , search_content() , search_init() , send_message() , service_class_allows() , service_class_fetch() , service_limits_content() , set_config() , Conversation\set_mode() , set_pconfig() , set_xconfig() , settings_init() , settings_post() , setup_content() , setup_post() , share_init() , siteinfo_content() , siteinfo_init() , smilies() , sources_post() , stumble_init() , subthread_content() , suckerberg_init() , suggest_content() , t() , tag_deliver() , tag_sort_length() , tagger_content() , tagrm_content() , tagrm_post() , tags_sort() , tgroup_check() , theme_admin() , theme_content() , theme_include() , thing_content() , thing_init() , timezone_cmp() , toggle_mobile_init() , tt() , uexport_init() , update_channel_content() , update_display_content() , update_network_content() , update_search_content() , update_suggestions() , user_allow() , user_approve() , vcard_from_xchan() , viewconnections_content() , viewconnections_init() , viewsrc_content() , vote_content() , vote_init() , vote_post() , wall_upload_post() , webpages_content() , webpages_init() , wfinger_init() , what_next() , widget_archive() , widget_catcloud_wall() , widget_categories() , widget_chatroom_list() , widget_design_tools() , widget_filer() , widget_follow() , widget_fullprofile() , widget_item() , widget_mailmenu() , widget_photo_albums() , widget_profile() , widget_savedsearch() , widget_settings_menu() , widget_tagcloud() , widget_tagcloud_wall() , xrd_init() , z_fetch_url() , z_path() , z_root() , zfinger_init() , zid_init() , zotfeed_init() , and zping_content() .
diff --git a/doc/html/typohelper_8php.html b/doc/html/typohelper_8php.html
index 8ff068709..775f1fde8 100644
--- a/doc/html/typohelper_8php.html
+++ b/doc/html/typohelper_8php.html
@@ -130,7 +130,7 @@ Variables
Initial value:
error_reporting(E_ERROR | E_WARNING | E_PARSE )
-Referenced by api_date() , check_php() , check_webbie() , dbesc() , dba_mysql\escape() , dba_mysqli\escape() , filter_insecure() , head_get_css() , head_get_js() , head_get_main_js() , item_store_update() , list_post_dates() , load_database() , photos_album_get_db_idstr() , photos_post() , posted_dates() , relative_date() , stream_perms_api_uids() , stream_perms_xchans() , thing_init() , and xmlify() .
+Referenced by api_date() , check_php() , check_webbie() , dba_mysql\escape() , dba_mysqli\escape() , dba_postgres\escape() , dba_postgres\escape_identifier() , dba_postgres\escapebin() , filter_insecure() , head_get_css() , head_get_js() , head_get_main_js() , item_store_update() , list_post_dates() , load_database() , photos_album_get_db_idstr() , photos_post() , posted_dates() , relative_date() , stream_perms_api_uids() , stream_perms_xchans() , thing_init() , dba_postgres\unescapebin() , and xmlify() .
diff --git a/doc/html/webpages_8php.html b/doc/html/webpages_8php.html
index 303ce4718..f82e10ed4 100644
--- a/doc/html/webpages_8php.html
+++ b/doc/html/webpages_8php.html
@@ -112,6 +112,8 @@ $(document).ready(function(){initNavTree('webpages_8php.html','');});
@@ -130,6 +132,22 @@ Functions
+
+
+
+
+
+
+
+ webpages_init
+ (
+ &
+ $a )
+
+
+
+
+
diff --git a/doc/html/webpages_8php.js b/doc/html/webpages_8php.js
index 8e145305c..961f9a5e8 100644
--- a/doc/html/webpages_8php.js
+++ b/doc/html/webpages_8php.js
@@ -1,4 +1,5 @@
var webpages_8php =
[
- [ "webpages_content", "webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d", null ]
+ [ "webpages_content", "webpages_8php.html#af3b7397d4abc153e3d2147740ee1a41d", null ],
+ [ "webpages_init", "webpages_8php.html#af9ad0b65eba79acead3fa32b43d888b7", null ]
];
\ No newline at end of file
diff --git a/doc/html/zot_8php.html b/doc/html/zot_8php.html
index d570d5a79..9d79e4f17 100644
--- a/doc/html/zot_8php.html
+++ b/doc/html/zot_8php.html
@@ -174,7 +174,7 @@ Functions
get_rpost_path ($observer)
- import_author_zot ($x )
+ import_author_zot ($x )
zot_process_message_request ($data)
diff --git a/include/ItemObject.php b/include/ItemObject.php
index 90c036def..4aa6857c1 100644
--- a/include/ItemObject.php
+++ b/include/ItemObject.php
@@ -28,6 +28,7 @@ class Item extends BaseObject {
private $threaded = false;
private $visiting = false;
private $channel = null;
+ private $display_mode = 'normal';
public function __construct($data) {
@@ -64,8 +65,6 @@ class Item extends BaseObject {
public function get_template_data($alike, $dlike, $thread_level=1) {
- $t1 = dba_timer();
-
$result = array();
$a = $this->get_app();
@@ -228,15 +227,13 @@ class Item extends BaseObject {
if(strcmp(datetime_convert('UTC','UTC',$item['created']),datetime_convert('UTC','UTC','now - 12 hours')) > 0)
$indent .= ' shiny';
- $t2 = dba_timer();
localize_item($item);
-
- $t3 = dba_timer();
-
$body = prepare_body($item,true);
+
- $t4 = dba_timer();
+ $comment_count_txt = sprintf( tt('%d comment','%d comments',$total_children),$total_children );
+ $children = $this->get_children();
$tmp_item = array(
'template' => $this->get_template(),
@@ -248,6 +245,7 @@ class Item extends BaseObject {
'id' => $this->get_id(),
'linktitle' => sprintf( t('View %s\'s profile - %s'), $profile_name, $item['author']['xchan_addr']),
'olinktitle' => sprintf( t('View %s\'s profile - %s'), $this->get_owner_name(), $item['owner']['xchan_addr']),
+ 'llink' => $item['llink'],
'to' => t('to'),
'via' => t('via'),
'wall' => t('Wall-to-Wall'),
@@ -292,6 +290,8 @@ class Item extends BaseObject {
'drop' => $drop,
'multidrop' => ((feature_enabled($conv->get_profile_owner(),'multi_delete')) ? $multidrop : ''),
// end toolbar buttons
+ 'comment_count' => $total_children,
+ 'comment_count_txt' => $comment_count_txt,
'like_count' => $like_count,
'like_list' => $like_list,
'like_list_part' => $like_list_part,
@@ -311,24 +311,22 @@ class Item extends BaseObject {
'thread_level' => $thread_level
);
- $t5 = dba_timer();
-
$arr = array('item' => $item, 'output' => $tmp_item);
call_hooks('display_item', $arr);
$result = $arr['output'];
$result['children'] = array();
- $children = $this->get_children();
$nb_children = count($children);
- if($nb_children > 0) {
+
+ if(($this->get_display_mode() === 'normal') && ($nb_children > 0)) {
foreach($children as $child) {
$result['children'][] = $child->get_template_data($alike, $dlike, $thread_level + 1);
}
// Collapse
if(($nb_children > 2) || ($thread_level > 1)) {
$result['children'][0]['comment_firstcollapsed'] = true;
- $result['children'][0]['num_comments'] = sprintf( tt('%d comment','%d comments',$total_children),$total_children );
+ $result['children'][0]['num_comments'] = $comment_count_txt;
$result['children'][0]['hide_text'] = t('[+] show all');
if($thread_level > 1) {
$result['children'][$nb_children - 1]['comment_lastcollapsed'] = true;
@@ -350,14 +348,6 @@ class Item extends BaseObject {
$result['flatten'] = true;
$result['threaded'] = false;
}
- $t6 = dba_timer();
-
-// profiler($t1,$t2,'t2');
-// profiler($t2,$t3,'t3');
-// profiler($t3,$t4,'t4');
-// profiler($t4,$t5,'t5');
-// profiler($t5,$t6,'t6');
-// profiler($t1,$t6,'item total');
return $result;
}
@@ -366,6 +356,14 @@ class Item extends BaseObject {
return $this->get_data_value('id');
}
+ public function get_display_mode() {
+ return $this->display_mode;
+ }
+
+ public function set_display_mode($mode) {
+ $this->display_mode = $mode;
+ }
+
public function is_threaded() {
return $this->threaded;
}
@@ -517,12 +515,12 @@ class Item extends BaseObject {
/**
* Get template
*/
- private function get_template() {
+ public function get_template() {
return $this->template;
}
- private function set_template($t) {
+ public function set_template($t) {
$this->template = $t;
}
diff --git a/include/conversation.php b/include/conversation.php
index c2258c20a..96864c29a 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -419,8 +419,6 @@ function visible_activity($item) {
function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $prepared_item = '') {
- $tstart = dba_timer();
- $t0 = $t1 = $t2 = $t3 = $t4 = $t5 = $t6 = null;
$content_html = '';
$o = '';
@@ -452,8 +450,6 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
if($mode === 'network') {
- $t1 = dba_timer();
-
$profile_owner = local_user();
$page_writeable = true;
@@ -790,29 +786,21 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
$item['pagedrop'] = $page_dropping;
if($item['id'] == $item['parent']) {
-// $tx1 = dba_timer();
+
$item_object = new Item($item);
$conv->add_thread($item_object);
- if($page_mode === 'list')
+ if($page_mode === 'list') {
$item_object->set_template('conv_list.tpl');
-
-// $tx2 = dba_timer();
-// if($mode === 'network')
-// profiler($tx1,$tx2,'add thread ' . $item['id']);
+ $item_object->set_display_mode('list');
+ }
}
}
- $t2 = dba_timer();
+
$threads = $conv->get_template_data($alike, $dlike);
if(!$threads) {
logger('[ERROR] conversation : Failed to get template data.', LOGGER_DEBUG);
$threads = array();
}
- $t3 = dba_timer();
- if($mode === 'network') {
- profiler($t1,$t2,'Conversation prepare');
- profiler($t2,$t3,'Conversation get_template');
- }
-
}
}
@@ -848,14 +836,6 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
'$dropping' => ($page_dropping?t('Delete Selected Items'):False),
));
- if($mode === 'network') {
- $t4 = dba_timer();
- profiler($t3,$t4,'conversation template');
- }
-
- if($page_mode === 'preview')
- logger('preview: ' . $o);
-
return $o;
}
diff --git a/include/dba/dba_driver.php b/include/dba/dba_driver.php
index ddff80d7c..1bb45b06d 100755
--- a/include/dba/dba_driver.php
+++ b/include/dba/dba_driver.php
@@ -24,7 +24,10 @@
function dba_factory($server, $port,$user,$pass,$db,$dbtype,$install = false) {
$dba = null;
- if($dbtype == 1) {
+
+ $dbtype = intval($dbtype);
+
+ if($dbtype == DBTYPE_POSTGRES) {
require_once('include/dba/dba_postgres.php');
if(is_null($port)) $port = 5432;
$dba = new dba_postgres($server, $port, $user, $pass, $db, $install);
@@ -39,6 +42,7 @@ function dba_factory($server, $port,$user,$pass,$db,$dbtype,$install = false) {
$dba = new dba_mysql($server, $port,$user,$pass,$db,$install);
}
}
+
define('NULL_DATE', $dba->get_null_date());
define('ACTIVE_DBTYPE', $dbtype);
return $dba;
@@ -361,13 +365,17 @@ function db_getfunc($f) {
'regexp'=>array(
DBTYPE_MYSQL=>'REGEXP',
DBTYPE_POSTGRES=>'~'
+ ),
+ '^'=>array(
+ DBTYPE_MYSQL=>'^',
+ DBTYPE_POSTGRES=>'#'
)
);
$f = strtolower($f);
if(isset($lookup[$f]) && isset($lookup[$f][ACTIVE_DBTYPE]))
return $lookup[$f][ACTIVE_DBTYPE];
- logger('Unable to abstract DB function "'. $f . '"', LOG_DEBUG);
+ logger('Unable to abstract DB function "'. $f . '" for dbtype ' . ACTIVE_DBTYPE, LOGGER_DEBUG);
return $f;
}
diff --git a/include/dba/dba_mysqli.php b/include/dba/dba_mysqli.php
index 19907705b..c71f493b0 100755
--- a/include/dba/dba_mysqli.php
+++ b/include/dba/dba_mysqli.php
@@ -40,7 +40,7 @@ class dba_mysqli extends dba_driver {
if(($result === true) || ($result === false)) {
if($this->debug) {
- logger('dba_mysqli: DEBUG: returns ' . (($result) ? 'true' : 'false'));
+ logger('dba_mysqli: DEBUG: ' . printable($sql) . ' returns ' . (($result) ? 'true' : 'false'));
}
return $result;
}
diff --git a/include/externals.php b/include/externals.php
index 0be5d0fde..b0f853dc6 100644
--- a/include/externals.php
+++ b/include/externals.php
@@ -14,6 +14,8 @@ function externals_run($argv, $argc){
$total = 0;
$attempts = 0;
+ logger('externals: startup', LOGGER_DEBUG);
+
// pull in some public posts
diff --git a/include/poller.php b/include/poller.php
index 952431926..e13c6829d 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -27,10 +27,11 @@ function poller_run($argv, $argc){
// Check for a lockfile. If it exists, but is over an hour old, it's stale. Ignore it.
$lockfile = 'store/[data]/poller';
- if ((file_exists($lockfile)) && (filemtime($lockfile) > (time() - 3600))) {
- logger("poller: Already running");
+ if((file_exists($lockfile)) && (filemtime($lockfile) > (time() - 3600))
+ && (! get_config('system','override_poll_lockfile'))) {
+ logger("poller: Already running");
return;
- }
+ }
// Create a lockfile. Needs two vars, but $x doesn't need to contain anything.
file_put_contents($lockfile, $x);
@@ -52,7 +53,7 @@ function poller_run($argv, $argc){
// expire any expired items
$r = q("select id from item where expires != '%s' and expires < %s
- and not ( item_restrict & %d )>0 ",
+ and ( item_restrict & %d ) = 0 ",
dbesc(NULL_DATE),
db_utcnow(),
intval(ITEM_DELETED)
@@ -69,7 +70,8 @@ function poller_run($argv, $argc){
// or dead entries.
$r = q("select channel_id from channel where channel_dirdate < %s - INTERVAL %s",
- db_utcnow(), db_quoteinterval('30 DAY')
+ db_utcnow(),
+ db_quoteinterval('30 DAY')
);
if($r) {
foreach($r as $rr) {
@@ -82,7 +84,7 @@ function poller_run($argv, $argc){
// publish any applicable items that were set to be published in the future
// (time travel posts)
- $r = q("select id from item where ( item_restrict & %d )>0 and created <= %s ",
+ $r = q("select id from item where ( item_restrict & %d ) > 0 and created <= %s ",
intval(ITEM_DELAYED_PUBLISH),
db_utcnow()
);
@@ -207,7 +209,8 @@ function poller_run($argv, $argc){
$r = q("select xchan_photo_l, xchan_hash from xchan where xchan_photo_l != '' and xchan_photo_m = ''
and xchan_photo_date < %s - INTERVAL %s",
- db_utcnow(), db_quoteinterval('1 DAY')
+ db_utcnow(),
+ db_quoteinterval('1 DAY')
);
if($r) {
require_once('include/photo/photo_driver.php');
@@ -253,13 +256,13 @@ function poller_run($argv, $argc){
}
- $sql_extra = (($manual_id) ? " AND abook_id = $manual_id " : "");
+ $sql_extra = (($manual_id) ? " AND abook_id = " . intval($manual_id) . " " : "");
reload_plugins();
$d = datetime_convert();
- //TODO check to see if there are any cronhooks before wasting a process
+ // TODO check to see if there are any cronhooks before wasting a process
if(! $restart)
proc_run('php','include/cronhooks.php');
@@ -271,12 +274,12 @@ function poller_run($argv, $argc){
: ''
);
- $randfunc = (ACTIVE_DBTYPE == DBTYPE_POSTGRES) ? 'RANDOM()' : 'RAND()';
+ $randfunc = db_getfunc('RAND');
- $contacts = q("SELECT abook_id, abook_flags, abook_updated, abook_connected, abook_closeness, abook_xchan, abook_channel
- FROM abook LEFT JOIN account on abook_account = account_id
+ $contacts = q("SELECT abook_id, abook_flags, abook_updated, abook_connected, abook_closeness, abook_xchan, abook_channel, xchan_network
+ FROM abook LEFT JOIN xchan on abook_xchan = xchan_hash LEFT JOIN account on abook_account = account_id
$sql_extra
- AND (( abook_flags & %d )>0 OR ( abook_flags = %d ))
+ AND (( abook_flags & %d ) > 0 OR ( abook_flags = %d ))
AND (( account_flags = %d ) OR ( account_flags = %d )) $abandon_sql ORDER BY $randfunc",
intval(ABOOK_FLAG_HIDDEN|ABOOK_FLAG_PENDING|ABOOK_FLAG_UNCONNECTED|ABOOK_FLAG_FEED),
intval(0),
@@ -289,6 +292,9 @@ function poller_run($argv, $argc){
foreach($contacts as $contact) {
+ if($contact['abook_flags'] & ABOOK_FLAG_SELF)
+ continue;
+
$update = false;
$t = $contact['abook_updated'];
@@ -310,6 +316,9 @@ function poller_run($argv, $argc){
}
+ if($contact['xchan_network'] !== 'zot')
+ continue;
+
if($c == $t) {
if(datetime_convert('UTC','UTC', 'now') > datetime_convert('UTC','UTC', $t . " + 1 day"))
$update = true;
@@ -330,17 +339,12 @@ function poller_run($argv, $argc){
// He's dead, Jim
if(strcmp(datetime_convert('UTC','UTC', 'now'),datetime_convert('UTC','UTC', $c . " + 30 day")) > 0) {
- $n = q("select xchan_network from xchan where xchan_hash = '%s' limit 1",
- dbesc($contact['abook_xchan'])
+ $r = q("update abook set abook_flags = (abook_flags | %d) where abook_id = %d",
+ intval(ABOOK_FLAG_ARCHIVED),
+ intval($contact['abook_id'])
);
- if($n && $n[0]['xchan_network'] == 'zot') {
- $r = q("update abook set abook_flags = (abook_flags | %d) where abook_id = %d",
- intval(ABOOK_FLAG_ARCHIVED),
- intval($contact['abook_id'])
- );
- $update = false;
- continue;
- }
+ $update = false;
+ continue;
}
if($contact['abook_flags'] & ABOOK_FLAG_ARCHIVED) {
@@ -364,6 +368,9 @@ function poller_run($argv, $argc){
}
+ if($contact['abook_flags'] & (ABOOK_FLAG_PENDING|ABOOK_FLAG_ARCHIVED|ABOOK_FLAG_IGNORED))
+ continue;
+
if((! $update) && (! $force))
continue;
@@ -375,7 +382,7 @@ function poller_run($argv, $argc){
}
if($dirmode == DIRECTORY_MODE_SECONDARY || $dirmode == DIRECTORY_MODE_PRIMARY) {
- $r = q("select distinct ud_addr, updates.* from updates where not ( ud_flags & %d )>0 and ud_addr != '' and ( ud_last = '%s' OR ud_last > %s - INTERVAL %s ) group by ud_addr ",
+ $r = q("select distinct ud_addr, updates.* from updates where ( ud_flags & %d ) = 0 and ud_addr != '' and ( ud_last = '%s' OR ud_last > %s - INTERVAL %s ) group by ud_addr ",
intval(UPDATE_FLAGS_UPDATED),
dbesc(NULL_DATE),
db_utcnow(), db_quoteinterval('7 DAY')
diff --git a/include/zot.php b/include/zot.php
index 2fd950acc..3ffc9b43f 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -202,7 +202,7 @@ function zot_finger($webbie,$channel,$autofallback = true) {
$r = q("select xchan.*, hubloc.* from xchan
left join hubloc on xchan_hash = hubloc_hash
- where xchan_addr = '%s' and (hubloc_flags & %d)>0 limit 1",
+ where xchan_addr = '%s' and (hubloc_flags & %d) > 0 limit 1",
dbesc($xchan_addr),
intval(HUBLOC_FLAGS_PRIMARY)
);
@@ -301,7 +301,7 @@ function zot_refresh($them,$channel = null, $force = false) {
if($them['hubloc_url'])
$url = $them['hubloc_url'];
else {
- $r = q("select hubloc_url from hubloc where hubloc_hash = '%s' and ( hubloc_flags & %d )>0 limit 1",
+ $r = q("select hubloc_url from hubloc where hubloc_hash = '%s' and ( hubloc_flags & %d ) > 0 limit 1",
dbesc($them['xchan_hash']),
intval(HUBLOC_FLAGS_PRIMARY)
);
@@ -383,7 +383,7 @@ function zot_refresh($them,$channel = null, $force = false) {
}
}
- $r = q("select * from abook where abook_xchan = '%s' and abook_channel = %d and not (abook_flags & %d)>0 limit 1",
+ $r = q("select * from abook where abook_xchan = '%s' and abook_channel = %d and not (abook_flags & %d) > 0 limit 1",
dbesc($x['hash']),
intval($channel['channel_id']),
intval(ABOOK_FLAG_SELF)
@@ -409,7 +409,7 @@ function zot_refresh($them,$channel = null, $force = false) {
$y = q("update abook set abook_their_perms = %d, abook_dob = '%s'
where abook_xchan = '%s' and abook_channel = %d
- and not (abook_flags & %d)>0 ",
+ and not (abook_flags & %d) > 0 ",
intval($their_perms),
dbesc($next_birthday),
dbesc($x['hash']),
@@ -421,7 +421,8 @@ function zot_refresh($them,$channel = null, $force = false) {
// if they are in your address book but you aren't in theirs, and/or this does not
// match your current connected state setting, toggle it.
-
+ // FIXME: uncoverted to postgres
+ // FIXME: when this was enabled, all contacts became unconnected. Currently disabled intentionally
// $y1 = q("update abook set abook_flags = (abook_flags ^ %d)
// where abook_xchan = '%s' and abook_channel = %d
// and not (abook_flags & %d) limit 1",
@@ -471,7 +472,7 @@ function zot_refresh($them,$channel = null, $force = false) {
$new_perms = get_all_perms($channel['channel_id'],$x['hash']);
if($new_perms != $previous_perms) {
// Send back a permissions update if permissions have changed
- $z = q("select * from abook where abook_xchan = '%s' and abook_channel = %d and not (abook_flags & %d)>0 limit 1",
+ $z = q("select * from abook where abook_xchan = '%s' and abook_channel = %d and not (abook_flags & %d) > 0 limit 1",
dbesc($x['hash']),
intval($channel['channel_id']),
intval(ABOOK_FLAG_SELF)
diff --git a/mod/channel.php b/mod/channel.php
index 8d6b2a169..1cc2dc02c 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -293,8 +293,14 @@ function channel_content(&$a, $update = 0, $load = false) {
}
+ if(get_pconfig($a->profile['profile_uid'],'system','channel_list_mode'))
+ $page_mode = 'list';
+ else
+ $page_mode = 'client';
+
+
if($_COOKIE['jsAvailable'] == 1) {
- $o .= conversation($a,$items,'channel',$update,'client');
+ $o .= conversation($a,$items,'channel',$update,$page_mode);
} else {
$o .= conversation($a,$items,'channel',$update,'traditional');
}
diff --git a/mod/home.php b/mod/home.php
index 576213e06..a1a68710f 100644
--- a/mod/home.php
+++ b/mod/home.php
@@ -9,9 +9,10 @@ function home_init(&$a) {
$ret = array();
call_hooks('home_init',$ret);
- $channel = $a->get_channel();
+ $splash = ((argc() > 1 && argv(1) === 'splash') ? true : false);
- if(local_user() && $channel && $channel['xchan_url']) {
+ $channel = $a->get_channel();
+ if(local_user() && $channel && $channel['xchan_url'] && ! $splash) {
$dest = $channel['channel_startpage'];
if(! $dest)
$dest = get_pconfig(local_user(),'system','startpage');
@@ -23,7 +24,7 @@ function home_init(&$a) {
goaway($dest);
}
- if(get_account_id()) {
+ if(get_account_id() && ! $splash) {
goaway(z_root() . '/new_channel');
}
@@ -39,6 +40,7 @@ function home_content(&$a) {
if(x($_SESSION,'mobile_theme'))
unset($_SESSION['mobile_theme']);
+ $splash = ((argc() > 1 && argv(1) === 'splash') ? true : false);
if(get_config('system','projecthome')) {
$o .= file_get_contents('assets/home.html');
@@ -48,20 +50,20 @@ function home_content(&$a) {
}
-// Deprecated
- $channel_address = get_config("system", "site_channel" );
-
-// See if the sys channel set a homepage
- if (! $channel_address) {
- $u = get_sys_channel();
- if ($u) {
- $u = array($u);
- // change to channel_id when below deprecated and skip the $u=...
- $channel_address = $u[0]['channel_address'];
- }
- }
+ // Deprecated
+ $channel_address = get_config("system", "site_channel" );
+
+ // See if the sys channel set a homepage
+ if (! $channel_address) {
+ $u = get_sys_channel();
+ if ($u) {
+ $u = array($u);
+ // change to channel_id when below deprecated and skip the $u=...
+ $channel_address = $u[0]['channel_address'];
+ }
+ }
- if ($channel_address){
+ if($channel_address) {
$page_id = 'home';
@@ -78,16 +80,16 @@ function home_content(&$a) {
);
if($r) {
- xchan_query($r);
- $r = fetch_post_tags($r,true);
- $a->profile = array('profile_uid' => $u[0]['channel_id']);
- $o .= prepare_page($r[0]);
- return $o;
+ xchan_query($r);
+ $r = fetch_post_tags($r,true);
+ $a->profile = array('profile_uid' => $u[0]['channel_id']);
+ $a->profile_uid = $u[0]['channel_id'];
+ $o .= prepare_page($r[0]);
+ return $o;
}
-
}
-// Nope, we didn't find an item. Let's see if there's any html
+ // Nope, we didn't find an item. Let's see if there's any html
if(file_exists('home.html')) {
$o .= file_get_contents('home.html');
diff --git a/mod/network.php b/mod/network.php
index da020c389..d6c19eca7 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -24,7 +24,7 @@ function network_content(&$a, $update = 0, $load = false) {
if(! local_user()) {
$_SESSION['return_url'] = $a->query_string;
- return login(false);
+ return login(false);
}
@@ -52,28 +52,30 @@ function network_content(&$a, $update = 0, $load = false) {
}
-
$datequery = $datequery2 = '';
$group = 0;
- $nouveau = false;
+ $nouveau = false;
- $datequery = ((x($_GET,'dend') && is_a_date_arg($_GET['dend'])) ? notags($_GET['dend']) : '');
+ $datequery = ((x($_GET,'dend') && is_a_date_arg($_GET['dend'])) ? notags($_GET['dend']) : '');
$datequery2 = ((x($_GET,'dbegin') && is_a_date_arg($_GET['dbegin'])) ? notags($_GET['dbegin']) : '');
- $nouveau = ((x($_GET,'new')) ? intval($_GET['new']) : 0);
- $gid = ((x($_GET,'gid')) ? intval($_GET['gid']) : 0);
+ $nouveau = ((x($_GET,'new')) ? intval($_GET['new']) : 0);
+ $gid = ((x($_GET,'gid')) ? intval($_GET['gid']) : 0);
if($datequery)
$_GET['order'] = 'post';
+
+ // filter by collection (e.g. group)
+
if($gid) {
- $r = q("SELECT * FROM `groups` WHERE id = %d AND uid = %d LIMIT 1",
- intval($gid),
- intval(local_user())
- );
- if(! $r) {
+ $r = q("SELECT * FROM groups WHERE id = %d AND uid = %d LIMIT 1",
+ intval($gid),
+ intval(local_user())
+ );
+ if(! $r) {
if($update)
killme();
notice( t('No such group') . EOL );
@@ -81,27 +83,26 @@ function network_content(&$a, $update = 0, $load = false) {
// NOTREACHED
}
- $group = $gid;
+ $group = $gid;
$group_hash = $r[0]['hash'];
- $def_acl = array('allow_gid' => '<' . $r[0]['hash'] . '>');
+ $def_acl = array('allow_gid' => '<' . $r[0]['hash'] . '>');
}
$o = '';
-
// if no tabs are selected, defaults to comments
- $cid = ((x($_GET,'cid')) ? intval($_GET['cid']) : 0);
- $star = ((x($_GET,'star')) ? intval($_GET['star']) : 0);
- $order = ((x($_GET,'order')) ? notags($_GET['order']) : 'comment');
- $liked = ((x($_GET,'liked')) ? intval($_GET['liked']) : 0);
- $conv = ((x($_GET,'conv')) ? intval($_GET['conv']) : 0);
- $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'] : '');
+ $cid = ((x($_GET,'cid')) ? intval($_GET['cid']) : 0);
+ $star = ((x($_GET,'star')) ? intval($_GET['star']) : 0);
+ $order = ((x($_GET,'order')) ? notags($_GET['order']) : 'comment');
+ $liked = ((x($_GET,'liked')) ? intval($_GET['liked']) : 0);
+ $conv = ((x($_GET,'conv')) ? intval($_GET['conv']) : 0);
+ $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'] : '');
if(x($_GET,'search') || x($_GET,'file'))
@@ -122,21 +123,21 @@ function network_content(&$a, $update = 0, $load = false) {
$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']
+ 'deny_cid' => $channel['channel_deny_cid'],
+ 'deny_gid' => $channel['channel_deny_gid']
);
$x = array(
- 'is_owner' => true,
- 'allow_location' => ((intval(get_pconfig($channel['channel_id'],'system','use_browser_location'))) ? '1' : ''),
+ 'is_owner' => true,
+ 'allow_location' => ((intval(get_pconfig($channel['channel_id'],'system','use_browser_location'))) ? '1' : ''),
'default_location' => $channel['channel_location'],
- 'nickname' => $channel['channel_address'],
- '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' => true,
- 'profile_uid' => local_user()
+ 'nickname' => $channel['channel_address'],
+ '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' => true,
+ 'profile_uid' => local_user()
);
$o .= status_editor($a,$x);
@@ -146,11 +147,11 @@ function network_content(&$a, $update = 0, $load = false) {
// We don't have to deal with ACL's on this page. You're looking at everything
// that belongs to you, hence you can see all of it. We will filter by group if
- // desired.
+ // desired.
-
- $sql_options = (($star)
- ? " and (item_flags & " . intval(ITEM_STARRED) . ")>0"
+
+ $sql_options = (($star)
+ ? " and (item_flags & " . intval(ITEM_STARRED) . ") > 0"
: '');
$sql_nets = '';
@@ -159,20 +160,20 @@ function network_content(&$a, $update = 0, $load = false) {
if($group) {
$contact_str = '';
- $contacts = group_get_members($group);
- if($contacts) {
+ $contacts = group_get_members($group);
+ if($contacts) {
foreach($contacts as $c) {
if($contact_str)
$contact_str .= ',';
- $contact_str .= "'" . $c['xchan'] . "'";
+ $contact_str .= "'" . $c['xchan'] . "'";
}
- }
- else {
- $contact_str = ' 0 ';
+ }
+ else {
+ $contact_str = ' 0 ';
info( t('Collection is empty'));
- }
+ }
- $sql_extra = " AND item.parent IN ( SELECT DISTINCT parent FROM item WHERE true $sql_options AND (( author_xchan IN ( $contact_str ) OR owner_xchan in ( $contact_str )) or allow_gid like '" . protect_sprintf('%<' . dbesc($group_hash) . '>%') . "' ) and id = parent and item_restrict = 0 ) ";
+ $sql_extra = " AND item.parent IN ( SELECT DISTINCT parent FROM item WHERE true $sql_options AND (( author_xchan IN ( $contact_str ) OR owner_xchan in ( $contact_str )) or allow_gid like '" . protect_sprintf('%<' . dbesc($group_hash) . '>%') . "' ) and id = parent and item_restrict = 0 ) ";
$x = group_rec_byhash(local_user(), $group_hash);
@@ -180,60 +181,60 @@ function network_content(&$a, $update = 0, $load = false) {
$o = '' . t('Collection: ') . $x['name'] . ' ' . $o;
- }
+ }
elseif($cid) {
- $r = q("SELECT abook.*, xchan.* from abook left join xchan on abook_xchan = xchan_hash where abook_id = %d and abook_channel = %d and not ( abook_flags & " . intval(ABOOK_FLAG_BLOCKED) . ")>0 limit 1",
+ $r = q("SELECT abook.*, xchan.* from abook left join xchan on abook_xchan = xchan_hash where abook_id = %d and abook_channel = %d and not ( abook_flags & " . intval(ABOOK_FLAG_BLOCKED) . ") > 0 limit 1",
intval($cid),
intval(local_user())
- );
- if($r) {
- $sql_extra = " AND item.parent IN ( SELECT DISTINCT parent FROM item WHERE true $sql_options AND uid = " . intval(local_user()) . " AND ( author_xchan = '" . dbesc($r[0]['abook_xchan']) . "' or owner_xchan = '" . dbesc($r[0]['abook_xchan']) . "' ) and item_restrict = 0 ) ";
+ );
+ if($r) {
+ $sql_extra = " AND item.parent IN ( SELECT DISTINCT parent FROM item WHERE true $sql_options AND uid = " . intval(local_user()) . " AND ( author_xchan = '" . dbesc($r[0]['abook_xchan']) . "' or owner_xchan = '" . dbesc($r[0]['abook_xchan']) . "' ) and item_restrict = 0 ) ";
$o = '' . t('Connection: ') . $r[0]['xchan_name'] . ' ' . $o;
- }
- else {
+ }
+ else {
notice( t('Invalid connection.') . EOL);
goaway($a->get_baseurl(true) . '/network');
- }
+ }
}
if(! $update) {
// The special div is needed for liveUpdate to kick in for this page.
- // We only launch liveUpdate if you aren't filtering in some incompatible
+ // We only launch liveUpdate if you aren't filtering in some incompatible
// way and also you aren't writing a comment (discovered in javascript).
if($gid || $cid || $cmin || ($cmax != 99) || $star || $liked || $conv || $spam || $nouveau || $list)
- $firehose = 0;
+ $firehose = 0;
$o .= '
' . "\r\n";
- $o .= "";
+ $o .= "";
$a->page['htmlhead'] .= replace_macros(get_markup_template("build_query.tpl"),array(
'$baseurl' => z_root(),
- '$pgtype' => 'network',
- '$uid' => ((local_user()) ? local_user() : '0'),
- '$gid' => (($gid) ? $gid : '0'),
- '$cid' => (($cid) ? $cid : '0'),
- '$cmin' => (($cmin) ? $cmin : '0'),
- '$cmax' => (($cmax) ? $cmax : '0'),
- '$star' => (($star) ? $star : '0'),
- '$liked' => (($liked) ? $liked : '0'),
- '$conv' => (($conv) ? $conv : '0'),
- '$spam' => (($spam) ? $spam : '0'),
- '$fh' => (($firehose) ? $firehose : '0'),
+ '$pgtype' => 'network',
+ '$uid' => ((local_user()) ? local_user() : '0'),
+ '$gid' => (($gid) ? $gid : '0'),
+ '$cid' => (($cid) ? $cid : '0'),
+ '$cmin' => (($cmin) ? $cmin : '0'),
+ '$cmax' => (($cmax) ? $cmax : '0'),
+ '$star' => (($star) ? $star : '0'),
+ '$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),
- '$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
- '$search' => (($search) ? $search : ''),
- '$order' => $order,
- '$file' => $file,
- '$cats' => '',
- '$dend' => $datequery,
- '$mid' => '',
- '$dbegin' => $datequery2
+ '$wall' => '0',
+ '$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0),
+ '$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
+ '$search' => (($search) ? $search : ''),
+ '$order' => $order,
+ '$file' => $file,
+ '$cats' => '',
+ '$dend' => $datequery,
+ '$mid' => '',
+ '$dbegin' => $datequery2
));
}
@@ -246,17 +247,19 @@ function network_content(&$a, $update = 0, $load = false) {
$sql_extra3 .= protect_sprintf(sprintf(" AND item.created >= '%s' ", dbesc(datetime_convert(date_default_timezone_get(),'',$datequery2))));
}
- $sql_extra2 = (($nouveau) ? '' : " AND `item`.`parent` = `item`.`id` ");
+ $sql_extra2 = (($nouveau) ? '' : " AND item.parent = item.id ");
$sql_extra3 = (($nouveau) ? '' : $sql_extra3);
if(x($_GET,'search')) {
$search = escape_tags($_GET['search']);
- if(strpos($search,'#') === 0)
+ if(strpos($search,'#') === 0) {
$sql_extra .= term_query('item',substr($search,1),TERM_HASHTAG);
- else
- $sql_extra .= sprintf(" AND `item`.`body` like '%s' ",
+ }
+ else {
+ $sql_extra .= sprintf(" AND item.body like '%s' ",
dbesc(protect_sprintf('%' . $search . '%'))
);
+ }
}
if(strlen($file)) {
@@ -264,7 +267,7 @@ function network_content(&$a, $update = 0, $load = false) {
}
if($conv) {
- $sql_extra .= sprintf(" AND parent IN (SELECT distinct(parent) from item where ( author_xchan like '%s' or ( item_flags & %d )>0)) ",
+ $sql_extra .= sprintf(" AND parent IN (SELECT distinct(parent) from item where ( author_xchan like '%s' or ( item_flags & %d ) > 0)) ",
dbesc(protect_sprintf($channel['channel_hash'])),
intval(ITEM_MENTIONSME)
);
@@ -287,7 +290,7 @@ function network_content(&$a, $update = 0, $load = false) {
// 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
+ // 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 ";
@@ -314,33 +317,33 @@ function network_content(&$a, $update = 0, $load = false) {
$uids = " and item.uid = " . local_user() . " ";
}
- $simple_update = (($update) ? " and ( item.item_flags & " . intval(ITEM_UNSEEN) . " )>0 " : '');
+ $simple_update = (($update) ? " and ( item.item_flags & " . intval(ITEM_UNSEEN) . " ) > 0 " : '');
// This fixes a very subtle bug so I'd better explain it. You wake up in the morning or return after a day
- // or three and look at your matrix page - after opening up your browser. The first page loads just as it
- // should. All of a sudden a few seconds later, page 2 will get inserted at the beginning of the page
+ // or three and look at your matrix page - after opening up your browser. The first page loads just as it
+ // should. All of a sudden a few seconds later, page 2 will get inserted at the beginning of the page
// (before the page 1 content). The update code is actually doing just what it's supposed
// to, it's fetching posts that have the ITEM_UNSEEN bit set. But the reason that page 2 content is being
- // returned in an UPDATE is because you hadn't gotten that far yet - you're still on page 1 and everything
+ // returned in an UPDATE is because you hadn't gotten that far yet - you're still on page 1 and everything
// that we loaded for page 1 is now marked as seen. But the stuff on page 2 hasn't been. So... it's being
- // treated as "new fresh" content because it is unseen. We need to distinguish it somehow from content
+ // treated as "new fresh" content because it is unseen. We need to distinguish it somehow from content
// which "arrived as you were reading page 1". We're going to do this
// by storing in your session the current UTC time whenever you LOAD a network page, and only UPDATE items
// which are both ITEM_UNSEEN and have "changed" since that time. Cross fingers...
- if($update && $_SESSION['loadtime'])
- $simple_update .= " and item.changed > '" . datetime_convert('UTC','UTC',$_SESSION['loadtime']) . "' ";
+ if($update && $_SESSION['loadtime'])
+ $simple_update .= " and item.changed > '" . datetime_convert('UTC','UTC',$_SESSION['loadtime']) . "' ";
if($load)
$simple_update = '';
if($nouveau && $load) {
// "New Item View" - show all items unthreaded in reverse created date order
- $items = q("SELECT `item`.*, `item`.`id` AS `item_id`, received FROM `item`
- WHERE true $uids AND item_restrict = 0
+ $items = q("SELECT item.*, item.id AS item_id, received FROM item
+ WHERE true $uids AND item_restrict = 0
$simple_update
$sql_extra $sql_nets
- ORDER BY `item`.`received` DESC $pager_sql "
+ ORDER BY item.received DESC $pager_sql "
);
require_once('include/items.php');
@@ -354,9 +357,9 @@ function network_content(&$a, $update = 0, $load = false) {
// Normal conversation view
if($order === 'post')
- $ordering = "`created`";
+ $ordering = "created";
else
- $ordering = "`commented`";
+ $ordering = "commented";
if($load) {
@@ -364,7 +367,7 @@ function network_content(&$a, $update = 0, $load = false) {
// Fetch a page full of parent items for this page
- $r = q("SELECT distinct item.id AS item_id, $ordering FROM item
+ $r = q("SELECT distinct item.id AS item_id, $ordering FROM item
left join abook on item.author_xchan = abook.abook_xchan
WHERE true $uids AND item.item_restrict = 0
AND item.parent = item.id
@@ -376,7 +379,7 @@ function network_content(&$a, $update = 0, $load = false) {
}
else {
- if(! $firehose) {
+ if(! $firehose) {
// update
$r = q("SELECT item.parent AS item_id FROM item
left join abook on item.author_xchan = abook.abook_xchan
@@ -396,9 +399,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 true $uids AND `item`.`item_restrict` = 0
- AND `item`.`parent` IN ( %s )
+ $items = q("SELECT item.*, item.id AS item_id FROM item
+ WHERE true $uids AND item.item_restrict = 0
+ AND item.parent IN ( %s )
$sql_extra ",
dbesc($parents_str)
);
@@ -406,7 +409,7 @@ function network_content(&$a, $update = 0, $load = false) {
xchan_query($items,true,(($firehose) ? local_user() : 0));
$items = fetch_post_tags($items,true);
$items = conv_sort($items,$ordering);
- }
+ }
else {
$items = array();
}
@@ -417,8 +420,8 @@ function network_content(&$a, $update = 0, $load = false) {
}
if(($update_unseen) && (! $firehose))
- $r = q("UPDATE `item` SET item_flags = ( item_flags & ~%d)
- WHERE (item_flags & %d)>0 AND `uid` = %d $update_unseen ",
+ $r = q("UPDATE item SET item_flags = ( item_flags & ~%d)
+ WHERE (item_flags & %d) > 0 AND uid = %d $update_unseen ",
intval(ITEM_UNSEEN),
intval(ITEM_UNSEEN),
intval(local_user())
@@ -426,10 +429,15 @@ function network_content(&$a, $update = 0, $load = false) {
$mode = (($nouveau) ? 'network-new' : 'network');
- $o .= conversation($a,$items,$mode,$update,'client');
+ if(get_pconfig(local_user(),'system','network_list_mode'))
+ $page_mode = 'list';
+ else
+ $page_mode = 'client';
- if(($items) && (! $update))
- $o .= alt_pager($a,count($items));
+ $o .= conversation($a,$items,$mode,$update,$page_mode);
+
+ if(($items) && (! $update))
+ $o .= alt_pager($a,count($items));
return $o;
}
diff --git a/mod/photos.php b/mod/photos.php
index 95fa162c9..ab1e4b48a 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -1175,7 +1175,7 @@ function photos_content(&$a) {
$r = q("SELECT p.resource_id, p.id, p.filename, p.type, p.album, p.scale, p.created FROM photo p INNER JOIN
(SELECT resource_id, max(scale) scale FROM photo
WHERE uid=%d AND album != '%s' AND album != '%s'
- AND (photo_flags = %d or photo_flags = %d ) group by resource_id) ph
+ AND (photo_flags = %d or photo_flags = %d ) $sql_extra group by resource_id) ph
ON (p.resource_id = ph.resource_id and p.scale = ph.scale) ORDER by p.created DESC LIMIT %d OFFSET %d",
intval($a->data['channel']['channel_id']),
dbesc('Contact Photos'),
diff --git a/mod/settings.php b/mod/settings.php
index 396bb2972..725825b34 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -140,6 +140,10 @@ function settings_post(&$a) {
$user_scalable = ((x($_POST,'user_scalable')) ? intval($_POST['user_scalable']) : 0);
$nosmile = ((x($_POST,'nosmile')) ? intval($_POST['nosmile']) : 0);
$title_tosource = ((x($_POST,'title_tosource')) ? intval($_POST['title_tosource']) : 0);
+ $channel_list_mode = ((x($_POST,'channel_list_mode')) ? intval($_POST['channel_list_mode']) : 0);
+ $network_list_mode = ((x($_POST,'network_list_mode')) ? intval($_POST['network_list_mode']) : 0);
+
+
$browser_update = ((x($_POST,'browser_update')) ? intval($_POST['browser_update']) : 0);
$browser_update = $browser_update * 1000;
if($browser_update < 10000)
@@ -159,6 +163,8 @@ function settings_post(&$a) {
set_pconfig(local_user(),'system','itemspage', $itemspage);
set_pconfig(local_user(),'system','no_smilies',$nosmile);
set_pconfig(local_user(),'system','title_tosource',$title_tosource);
+ set_pconfig(local_user(),'system','channel_list_mode', $channel_list_mode);
+ set_pconfig(local_user(),'system','network_list_mode', $network_list_mode);
if ($theme == $a->channel['channel_theme']){
// call theme_post only if theme has not been changed
@@ -722,6 +728,7 @@ function settings_content(&$a) {
/*
* DISPLAY SETTINGS
*/
+
if((argc() > 1) && (argv(1) === 'display')) {
$default_theme = get_config('system','theme');
if(! $default_theme)
@@ -801,6 +808,9 @@ function settings_content(&$a) {
'$layout_editor' => t('System Page Layout Editor - (advanced)'),
'$theme_config' => $theme_config,
'$expert' => feature_enabled(local_user(),'expert'),
+ '$channel_list_mode' => array('channel_list_mode', t('Use blog/list mode on channel page'), get_pconfig(local_user(),'system','channel_list_mode'), t('(comments displayed separately)')),
+ '$network_list_mode' => array('network_list_mode', t('Use blog/list mode on matrix page'), get_pconfig(local_user(),'system','network_list_mode'), t('(comments displayed separately)')),
+
));
return $o;
diff --git a/mod/wall_upload.php b/mod/wall_upload.php
index f83f4f7cf..97840a180 100644
--- a/mod/wall_upload.php
+++ b/mod/wall_upload.php
@@ -43,10 +43,6 @@ function wall_upload_post(&$a) {
killme();
}
- $m = $ret['body'];
-
-
-
if($using_api)
return("\n\n" . $ret['body'] . "\n\n");
else
diff --git a/mod/xchan.php b/mod/xchan.php
index 714603f6e..69fbdb77d 100644
--- a/mod/xchan.php
+++ b/mod/xchan.php
@@ -3,16 +3,15 @@
function xchan_content(&$a) {
-
- $o .= 'Xchan Lookup ';
+ $o = '' . t('Xchan Lookup') . ' ';
$o .= '