From: Ubuntu Date: Sat, 22 Sep 2012 12:42:05 +0000 Subject: module updates X-Git-Url: http://maxious.lambdacomplex.org/git/?p=disclosr.git&a=commitdiff&h=cea004937f80fe251ac4eebe3a4a964d521a8055 --- module updates Former-commit-id: 0697bbe66dd5a5834edcc2d592d18fde2d6324a7 --- --- a/.gitmodules +++ b/.gitmodules @@ -25,7 +25,7 @@ [submodule "lib/querypath"] path = lib/querypath url = https://github.com/technosophos/querypath.git -[submodule "lib/amon-php"] - path = lib/amon-php - url = https://github.com/martinrusev/amon-php.git +[submodule "sigma.js"] + path = sigma.js + url = https://github.com/jacomyal/sigma.js.git --- a/include/common.inc.php +++ b/include/common.inc.php @@ -14,11 +14,6 @@ require_once $basePath.'lib/Requests/library/Requests.php'; Requests::register_autoloader(); -require $basePath."/lib/amon-php/amon.php"; -Amon::config(array('address'=> 'http://127.0.0.1:2465', - 'protocol' => 'http', - 'secret_key' => "g99127n3lkzigg8ob2rllth97d1pb4sj")); -Amon::setup_exception_handler(); # Convert a stdClass to an Array. http://www.php.net/manual/en/language.types.object.php#102735 function object_to_array(stdClass $Class) { --- a/include/couchdb.inc.php +++ b/include/couchdb.inc.php @@ -168,7 +168,6 @@ $server = new SetteeServer($serverAddr); function setteErrorHandler($e) { - Amon::log($e->getMessage() . " " . print_r($_SERVER,true), array('error')); echo $e->getMessage() . "
" . PHP_EOL; } --- /dev/null +++ b/js/bubbletree --- /dev/null +++ b/js/flotr2 --- /dev/null +++ b/js/sigma --- a/lib/amon-php +++ /dev/null