Redesign prototype merge #18
24 changed files with 18 additions and 41 deletions
|
@ -186,5 +186,3 @@ class Photo {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -191,4 +191,3 @@ function pop_scrape_target(&$array, $name) {
|
||||||
unset($array[$at]);
|
unset($array[$at]);
|
||||||
return count($array);
|
return count($array);
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
|
@ -72,5 +72,3 @@ function init_groups_visitor($contact_id) {
|
||||||
}
|
}
|
||||||
return $groups;
|
return $groups;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -111,4 +111,4 @@
|
||||||
$time = time() - $start_maintain;
|
$time = time() - $start_maintain;
|
||||||
if($verbose) echo("Maintenance completed. Took $time seconds.".PHP_EOL);
|
if($verbose) echo("Maintenance completed. Took $time seconds.".PHP_EOL);
|
||||||
logger("Maintenance completed. Took $time seconds.");
|
logger("Maintenance completed. Took $time seconds.");
|
||||||
}
|
}
|
||||||
|
|
|
@ -161,4 +161,3 @@ function closedb() {
|
||||||
global $db;
|
global $db;
|
||||||
// $db->close();
|
// $db->close();
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
|
@ -25,4 +25,3 @@
|
||||||
fetch_url($dir . '?url=' . bin2hex($argv[1]));
|
fetch_url($dir . '?url=' . bin2hex($argv[1]));
|
||||||
|
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
|
|
|
@ -241,4 +241,3 @@ function post_remote($a,$arr) {
|
||||||
|
|
||||||
return $current_post;
|
return $current_post;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -309,4 +309,3 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
killme();
|
killme();
|
||||||
|
|
||||||
|
|
|
@ -266,8 +266,5 @@
|
||||||
);
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
killme();
|
killme();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -163,4 +163,3 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
killme();
|
killme();
|
||||||
|
|
||||||
|
|
|
@ -269,4 +269,4 @@ function nuke_record($url) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
@ -437,4 +437,4 @@ function run_pulling_job($a, $pull_batch, $db_host, $db_user, $db_pass, $db_data
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
<body>
|
<body>
|
||||||
Apologies but this site is unavailable at the moment. Please try again later.
|
Apologies but this site is unavailable at the moment. Please try again later.
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -689,4 +689,4 @@
|
||||||
this._createInput();
|
this._createInput();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
})();
|
})();
|
0
include/g.line-min.js → js/g.line-min.js
vendored
0
include/g.line-min.js → js/g.line-min.js
vendored
0
include/jquery.js → js/jquery.js
vendored
0
include/jquery.js → js/jquery.js
vendored
|
@ -30,4 +30,3 @@
|
||||||
closeMenu("comment-edit-submit-wrapper-" + id);
|
closeMenu("comment-edit-submit-wrapper-" + id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -202,9 +202,9 @@ function health_details($a, $id)
|
||||||
);
|
);
|
||||||
if(count($r)){
|
if(count($r)){
|
||||||
//Include graphael line charts.
|
//Include graphael line charts.
|
||||||
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/include/raphael.js"></script>'.PHP_EOL;
|
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/js/raphael.js"></script>'.PHP_EOL;
|
||||||
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/include/g.raphael.js"></script>'.PHP_EOL;
|
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/js/g.raphael.js"></script>'.PHP_EOL;
|
||||||
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/include/g.line-min.js"></script>';
|
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/js/g.line-min.js"></script>';
|
||||||
$speeds = array();
|
$speeds = array();
|
||||||
$times = array();
|
$times = array();
|
||||||
$mintime = time();
|
$mintime = time();
|
||||||
|
@ -249,9 +249,9 @@ function health_details($a, $id)
|
||||||
);
|
);
|
||||||
if($r && count($r)){
|
if($r && count($r)){
|
||||||
//Include graphael line charts.
|
//Include graphael line charts.
|
||||||
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/include/raphael.js"></script>'.PHP_EOL;
|
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/js/raphael.js"></script>'.PHP_EOL;
|
||||||
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/include/g.raphael.js"></script>'.PHP_EOL;
|
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/js/g.raphael.js"></script>'.PHP_EOL;
|
||||||
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/include/g.line-min.js"></script>';
|
$a->page['htmlhead'] .= '<script type="text/javascript" src="'.$a->get_baseurl().'/js/g.line-min.js"></script>';
|
||||||
$speeds = array();
|
$speeds = array();
|
||||||
$times = array();
|
$times = array();
|
||||||
$mintime = time();
|
$mintime = time();
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
||||||
<base href="$baseurl" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
|
|
||||||
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="$baseurl/include/jquery.js" ></script>
|
|
||||||
<script type="text/javascript" src="$baseurl/include/main.js" ></script>
|
|
||||||
|
|
|
@ -3,13 +3,14 @@
|
||||||
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
|
<link rel="stylesheet" type="text/css" href="$stylesheet" media="all" />
|
||||||
|
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
|
<!--
|
||||||
|
@TODO Dead file
|
||||||
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
//-->
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<link rel="shortcut icon" href="$baseurl/images/friendica-32.png" />
|
<link rel="shortcut icon" href="images/friendica-32.png" />
|
||||||
|
|
||||||
<script type="text/javascript" src="$baseurl/include/jquery.js" ></script>
|
<script type="text/javascript" src="js/jquery.js" ></script>
|
||||||
<script type="text/javascript" src="$baseurl/include/main.js" ></script>
|
<script type="text/javascript" src="js/main.js" ></script>
|
||||||
<link rel="search" type="application/opensearchdescription+xml" title="Friendica Global Directory" href="$baseurl/opensearch" />
|
<link rel="search" type="application/opensearchdescription+xml" title="Friendica Global Directory" href="$baseurl/opensearch" />
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue