From d4c99463f975fb925104e30f4236a6b081e3ef68 Mon Sep 17 00:00:00 2001 From: sem Date: Thu, 2 Nov 2006 09:48:02 +0000 Subject: - Update to 0.8.6i - Drop plugins support. It'll be done with a separate port. --- net/cacti/Makefile | 25 +- net/cacti/distinfo | 21 +- net/cacti/files/extrapatch-plugins | 601 --------------------- .../files/patch-scripts-query_unix_partitions.pl | 11 - net/cacti/files/pkg-message.in | 17 +- net/cacti/pkg-plist | 22 +- 6 files changed, 31 insertions(+), 666 deletions(-) delete mode 100644 net/cacti/files/extrapatch-plugins delete mode 100644 net/cacti/files/patch-scripts-query_unix_partitions.pl (limited to 'net/cacti') diff --git a/net/cacti/Makefile b/net/cacti/Makefile index 3bedc1471edb..9510219bab5c 100644 --- a/net/cacti/Makefile +++ b/net/cacti/Makefile @@ -6,8 +6,8 @@ # PORTNAME= cacti -PORTVERSION= 0.8.6h.${PATCHLEVEL} -PORTREVISION= 5 +PORTVERSION= 0.8.6i${PATCHLEVEL} +PORTREVISION= 0 CATEGORIES= net www MASTER_SITES= http://www.cacti.net/downloads/ DISTNAME= ${PORTNAME}-${SITEDISTVERSION} @@ -17,13 +17,10 @@ COMMENT= Web-driven graphing interface for RRDTool # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ -PATCHFILES= fix_search_session_clear_issue.patch \ - fix_sql_syntax_related_to_default_rra_id.patch \ - nth_percentile_empty_return_set_issue.patch \ - mysql_5x_strict.patch \ - database_autoincrement_corruption.patch -PATCHLEVEL= 5 -SITEDISTVERSION= ${PORTVERSION:S/.${PATCHLEVEL}//} +PATCHFILES= +#PATCHLEVEL= .0 +#SITEDISTVERSION= ${PORTVERSION:S/.${PATCHLEVEL}//} +SITEDISTVERSION= ${PORTVERSION} PATCH_DIST_STRIP=-p1 @@ -44,18 +41,8 @@ PLIST_SUB+= CACTIDIR=${CACTIDIR} SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \ CACTIGROUP=${CACTIGROUP} -OPTIONS= PLUGIN "Enable plugin support" off - .include -.if defined(WITH_PLUGIN) -EXTRA_PATCHES= ${FILESDIR}/extrapatch-plugins - -PLIST_SUB+= PLUGIN="" -.else -PLIST_SUB+= PLUGIN="@comment " -.endif - post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete; \ ${MV} ${WRKSRC}/include/db-settings.php ${WRKSRC}/include/db-settings.php.orig diff --git a/net/cacti/distinfo b/net/cacti/distinfo index 7d06411623d4..1fff7d593d85 100644 --- a/net/cacti/distinfo +++ b/net/cacti/distinfo @@ -1,18 +1,3 @@ -MD5 (cacti-0.8.6h.tar.gz) = 5f6100b525b5b29e81f43cc7c55f4000 -SHA256 (cacti-0.8.6h.tar.gz) = 69b6ad51ee21c5367dc67a752a3745804531280356eb261d81f9636a647ca17e -SIZE (cacti-0.8.6h.tar.gz) = 1096877 -MD5 (fix_search_session_clear_issue.patch) = 20dd3bd4688e95490d649768e9191f3a -SHA256 (fix_search_session_clear_issue.patch) = e789254e185b258293fcb31053bbb59d0c243c25582987858539a80ec9b4e9bc -SIZE (fix_search_session_clear_issue.patch) = 1154 -MD5 (fix_sql_syntax_related_to_default_rra_id.patch) = 4ab874541b292e07eacbbce6dc505717 -SHA256 (fix_sql_syntax_related_to_default_rra_id.patch) = 458e1a64e97dc592b10e354b046079d5ea31101dd4f1f4d0e689c5d2ab363106 -SIZE (fix_sql_syntax_related_to_default_rra_id.patch) = 1058 -MD5 (nth_percentile_empty_return_set_issue.patch) = b64160dd736d404eb1b2537e9c80199d -SHA256 (nth_percentile_empty_return_set_issue.patch) = 63a9dfb702a50ba73b8d84da6a86588927eb192e022d07dcbe8ea7d5f9389982 -SIZE (nth_percentile_empty_return_set_issue.patch) = 4792 -MD5 (mysql_5x_strict.patch) = f5ed4305cc0b388e18be4e85b2534f1a -SHA256 (mysql_5x_strict.patch) = 346845072b3b66957f4f494f7dadb9a51df1c4320791f4f89943856fa858c2fe -SIZE (mysql_5x_strict.patch) = 5243 -MD5 (database_autoincrement_corruption.patch) = 412ccd38633fa040c1de50d7f3d11e7b -SHA256 (database_autoincrement_corruption.patch) = 03b1651c25173237c94f9dacf75f5243e37322aa4bb3d584457d1c4add2ae654 -SIZE (database_autoincrement_corruption.patch) = 1247 +MD5 (cacti-0.8.6i.tar.gz) = 341b5828d95db91f81f5fbba65411d63 +SHA256 (cacti-0.8.6i.tar.gz) = 3998dae625314309c58cea0fc1e48fb08cf4c2973013413f2726cdc5cf1ac6ac +SIZE (cacti-0.8.6i.tar.gz) = 1122700 diff --git a/net/cacti/files/extrapatch-plugins b/net/cacti/files/extrapatch-plugins deleted file mode 100644 index 0c8ae8ba710f..000000000000 --- a/net/cacti/files/extrapatch-plugins +++ /dev/null @@ -1,601 +0,0 @@ ---- data_sources.php.orig Wed Jan 4 01:08:30 2006 -+++ data_sources.php Fri Aug 4 00:26:18 2006 -@@ -1043,18 +1043,25 @@ - if (sizeof($data_sources) > 0) { - foreach ($data_sources as $data_source) { - form_alternate_row_color($colors["alternate"],$colors["light"],$i); $i++; -+ -+ $ds_table['data_source'] = $data_source; -+ $ds_table['data_input_name'] = $data_source['data_input_name']; -+ $ds_table['active'] = (($data_source["active"] == "on") ? "Yes" : "No"); -+ $ds_table['template_name'] = ((empty($data_source["data_template_name"])) ? "None" : $data_source["data_template_name"]); -+ $ds_table = do_hook_function("data_sources_table", $ds_table); -+ - ?> - - \\1", title_trim($data_source["name_cache"], read_config_option("max_title_data_source"))); }else{ print title_trim($data_source["name_cache"], read_config_option("max_title_data_source")); } ?> - - -- -+ - - -- No");?> -+ - - -- None" : $data_source["data_template_name"]);?> -+ - - - "> ---- graphs_new.php.orig Wed Jan 4 01:08:30 2006 -+++ graphs_new.php Fri Aug 4 00:26:18 2006 -@@ -399,7 +399,8 @@ - - - *">Edit this Host
-- *Create New Host -+ *Create New Host
-+ - - - ---- include/config.php.orig Wed Jan 4 01:08:30 2006 -+++ include/config.php Fri Aug 4 03:35:23 2006 -@@ -32,6 +32,31 @@ - $database_password = "cactiuser"; - $database_port = "3306"; - -+$plugins = array(); -+//$plugins[] = 'devices'; -+//$plugins[] = 'discovery'; -+//$plugins[] = 'flowview'; -+//$plugins[] = 'haloe'; -+//$plugins[] = 'hostinfo'; -+//$plugins[] = 'links'; -+//$plugins[] = 'monitor'; -+//$plugins[] = 'ntop'; -+//$plugins[] = 'reports'; -+//$plugins[] = 'thold'; -+//$plugins[] = 'tools'; -+//$plugins[] = 'update'; -+//$plugins[] = 'weathermap'; -+ -+/* Do not edit this line */ -+$config = array(); -+ -+/* This is full URL Path to the Cacti installation -+ For example, if your cacti was accessible by http://server/cacti/ you would user '/cacti/' -+ as the url path. For just http://server/ use '/' -+*/ -+ -+$config["url_path"] = '/cacti/'; -+ - /* ----- you probably do not need to change anything below this line ----- */ - - /* Files that do not need http header information - Command line scripts */ -@@ -51,7 +76,6 @@ - "ss_sql.php" - ); - --$config = array(); - $colors = array(); - - /* this should be auto-detected, set it manually if needed */ -@@ -64,6 +88,11 @@ - $config["base_path"] = strtr(ereg_replace("(.*)[\/\\]include", "\\1", dirname(__FILE__)), "\\", "/"); - $config["library_path"] = ereg_replace("(.*[\/\\])include", "\\1lib", dirname(__FILE__)); - $config["include_path"] = dirname(__FILE__); -+ -+/* include the plugin function, we do this before everything else, -+ incase we want to add hooks to change config options */ -+ -+include_once($config["include_path"] . "/plugins.php"); - - /* colors */ - $colors["dark_outline"] = "454E53"; ---- include/config_arrays.php.orig Wed Jan 4 01:08:30 2006 -+++ include/config_arrays.php Fri Aug 4 00:26:18 2006 -@@ -24,6 +24,8 @@ - +-------------------------------------------------------------------------+ - */ - -+global $menu; -+ - $messages = array( - 1 => array( - "message" => 'Save Successful.', -@@ -429,4 +431,6 @@ - GDC_SLASH => "/" - ); - --?> -+do_hook("config_arrays"); -+ -+?> -\ No newline at end of file ---- include/config_form.php.orig Wed Jan 4 01:08:30 2006 -+++ include/config_form.php Fri Aug 4 00:26:18 2006 -@@ -999,4 +999,6 @@ - ) - ); - --?> -+do_hook("config_form"); -+ -+?> -\ No newline at end of file ---- include/config_settings.php.orig Wed Jan 4 01:08:30 2006 -+++ include/config_settings.php Fri Aug 4 00:26:18 2006 -@@ -847,4 +847,6 @@ - ) - ); - --?> -+do_hook("config_settings"); -+ -+?> -\ No newline at end of file ---- /dev/null Thu Aug 3 21:25:01 2006 -+++ include/plugins.php Tue Jul 25 03:30:14 2006 -@@ -0,0 +1,70 @@ -+ ---- include/top_graph_header.php.orig Wed Jan 4 01:08:30 2006 -+++ include/top_graph_header.php Fri Aug 4 00:26:18 2006 -@@ -81,17 +81,18 @@ - if ($_SESSION["custom"]) { - print "\r\n"; - }else{ -- print "\r\n"; -+ $refresh = do_hook_function("top_graph_refresh", read_graph_config_option("page_refresh")); -+ print "\r\n"; - } - } - ?> -- -+ - -- -- -- -- -- -+ -+ -+ -+ -+ - - - -@@ -102,13 +103,15 @@ - - - - - - -
--  ConsoleGraphs  -+  ConsoleGraphs  - -- -+ - -- Settings';}?>  .gif" border="0" title="Tree View" alt="Tree View" align="absmiddle">.gif" border="0" title="List View" alt="List View" align="absmiddle">.gif" border="0" title="Preview View" alt="Preview View" align="absmiddle"> 
-+ Settings';}?>  .gif" border="0" title="Tree View" alt="Tree View" align="absmiddle">.gif" border="0" title="List View" alt="List View" align="absmiddle">.gif" border="0" title="Preview View" alt="Preview View" align="absmiddle"> 
-
-@@ -116,7 +119,7 @@ - - - --
-+
- - - -@@ -128,7 +131,7 @@ - - - -- Logged in as (Logout)  -+ Logged in as (Logout)  - - - -@@ -136,10 +139,10 @@ - - - -- -- " height="2" border="0">
-+ -+ " height="2" border="0">
- -- -+ - - - ---- include/top_header.php.orig Wed Jan 4 01:08:30 2006 -+++ include/top_header.php Fri Aug 4 00:26:18 2006 -@@ -24,17 +24,17 @@ - +-------------------------------------------------------------------------+ - */ - --global $colors; -+global $colors, $config; - ?> - - - cacti -- -- -+ -+ - - - -- -+ - - - -@@ -42,10 +42,11 @@ -
- - -+  ConsoleConsole - - -
--  ConsoleConsole -- -- -+ -
-@@ -53,7 +54,7 @@ - - - --
-+
- - - -@@ -65,7 +66,7 @@ - - - -- Logged in as (Logout)  -+ Logged in as (Logout)  - - - -@@ -73,10 +74,10 @@ - - - -- --
-+ -+
- -- -+ - - - -@@ -86,9 +87,9 @@ - - - --
--

--
-+
-+

about.php'>

-+
- - - ---- lib/api_device.php.orig Wed Jan 4 01:08:30 2006 -+++ lib/api_device.php Fri Aug 4 00:26:18 2006 -@@ -76,6 +76,8 @@ - $save["snmp_timeout"] = form_input_validate($snmp_timeout, "snmp_timeout", "^[0-9]+$", false, 3); - $save["disabled"] = form_input_validate($disabled, "disabled", "", true, 3); - -+ $save = do_hook_function("api_device_save", $save); -+ - $host_id = 0; - - if (!is_error_message()) { ---- lib/functions.php.orig Wed Jan 4 01:08:30 2006 -+++ lib/functions.php Fri Aug 4 00:26:18 2006 -@@ -186,9 +186,9 @@ - user - @returns - (bool) whether the messages array contains an error or not */ - function is_error_message() { -- global $config; -+ global $config, $messages; - -- include($config["include_path"] . "/config_arrays.php"); -+ include_once($config["include_path"] . "/config_arrays.php"); - - if (isset($_SESSION["sess_messages"])) { - if (is_array($_SESSION["sess_messages"])) { -@@ -562,6 +562,8 @@ - } - } - -+ do_hook_function("update_host_status", array('issue_log_message' => $issue_log_message, 'status' => $status, 'host_id' => $host_id, 'hosts' => $hosts)); -+ - db_execute("update host set - status = '" . $hosts[$host_id]["status"] . "', - status_event_count = '" . $hosts[$host_id]["status_event_count"] . "', -@@ -1345,6 +1347,8 @@ - "templates_export.php:save" => array("title" => "Export Results", "mapping" => "index.php:,templates_export.php:", "url" => "templates_export.php", "level" => "2"), - "templates_import.php:" => array("title" => "Import Templates", "mapping" => "index.php:", "url" => "templates_import.php", "level" => "1"), - ); -+ -+ $nav = do_hook_function("draw_navigation_text", $nav); - - $current_page = basename($_SERVER["PHP_SELF"]); - $current_action = (isset($_REQUEST["action"]) ? $_REQUEST["action"] : ""); ---- lib/html.php.orig Wed Jan 4 01:08:30 2006 -+++ lib/html.php Fri Aug 4 00:26:18 2006 -@@ -88,6 +88,7 @@ - @arg $extra_url_args - extra arguments to append to the url - @arg $header - html to use as a header */ - function html_graph_area(&$graph_array, $no_graphs_message = "", $extra_url_args = "", $header = "") { -+ global $config; - $i = 0; - if (sizeof($graph_array) > 0) { - if ($header != "") { -@@ -101,10 +102,10 @@ - - - - - -
-- <?php print $graph["title_cache"];?> -+ graph.php?local_graph_id=&rra_id=all'>graph_image.php?local_graph_id=&rra_id=0' border='0' alt=''> - -- Zoom Graph
-+ graph.php?action=zoom&local_graph_id=&rra_id=0&'>images/graph_zoom.gif' border='0' alt='Zoom Graph' title='Zoom Graph' style='padding: 3px;'>
-
-@@ -130,6 +131,7 @@ - @arg $extra_url_args - extra arguments to append to the url - @arg $header - html to use as a header */ - function html_graph_thumbnail_area(&$graph_array, $no_graphs_message = "", $extra_url_args = "", $header = "") { -+ global $config; - $i = 0; $k = 0; - if (sizeof($graph_array) > 0) { - if ($header != "") { -@@ -144,10 +146,10 @@ - - - - - -
-- <?php print $graph["title_cache"];?> -+ graph.php?rra_id=all&local_graph_id='>graph_image.php?local_graph_id=&rra_id=0&graph_height=&graph_width=&graph_nolegend=true' border='0' alt=''> - -- Zoom Graph
-+ graph.php?action=zoom&local_graph_id=&rra_id=0&'>images/graph_zoom.gif' border='0' alt='Zoom Graph' title='Zoom Graph' style='padding: 3px;'>
-
-@@ -430,6 +432,8 @@ - } - - while (list($item_sub_url, $item_sub_title) = each($item_title)) { -+ $item_sub_url = $config['url_path'] . $item_sub_url; -+ - /* indent sub-items */ - if ($i > 0) { - $prepend_string = "--- "; -@@ -439,7 +443,7 @@ - - /* do not put a line between each sub-item */ - if (($i == 0) || ($draw_sub_items == false)) { -- $background = "images/menu_line.gif"; -+ $background = $config['url_path'] . "images/menu_line.gif"; - }else{ - $background = ""; - } -@@ -468,17 +472,18 @@ - }else{ - if ((isset($user_realms[$current_realm_id])) || (!isset($user_auth_realm_filenames{basename($item_url)}))) { - /* draw normal (non sub-item) menu item */ -+ $item_url = $config['url_path'] . $item_url; - if (basename($_SERVER["PHP_SELF"]) == basename($item_url)) { -- print "$item_title\n"; -+ print "$item_title\n"; - }else{ -- print "$item_title\n"; -+ print "$item_title\n"; - } - } - } - } - } - -- print "\n"; -+ print "\n"; - - print ''; - } -@@ -488,18 +493,19 @@ - @arg $actions_array - an array that contains a list of possible actions. this array should - be compatible with the form_dropdown() function */ - function draw_actions_dropdown($actions_array) { -+ global $config; - ?> - - - - - - -
--   -+ images/arrow.gif' alt='' align='absmiddle'>  - - Choose an action: - - -- -+ images/button_go.gif' alt='Go'> -
-@@ -526,4 +532,4 @@ - - -+?> -\ No newline at end of file ---- lib/html_form.php.orig Wed Jan 4 01:08:30 2006 -+++ lib/html_form.php Fri Aug 4 00:26:18 2006 -@@ -434,6 +434,7 @@ - @arg $force_type - if specified, will force the 'action' button to be either - 'save' or 'create'. otherwise this field should be properly auto-detected */ - function form_save_button($cancel_url, $force_type = "", $key_field = "id") { -+ global $config; - if (empty($force_type)) { - if (empty($_GET[$key_field])) { - $img = "button_create.gif"; -@@ -454,8 +455,8 @@ - - - -- Cancel -- -+ images/button_cancel2.gif' alt='Cancel' align='absmiddle' border='0'> -+ images/' alt='' align='absmiddle'> - - - ---- /dev/null Thu Aug 3 21:25:01 2006 -+++ plugins/index.php Tue Jul 25 03:30:15 2006 -@@ -0,0 +1,5 @@ -+ ---- poller.php.orig Wed Jan 4 01:08:30 2006 -+++ poller.php Fri Aug 4 00:26:18 2006 -@@ -40,6 +40,8 @@ - include_once($config["base_path"] . "/lib/graph_export.php"); - include_once($config["base_path"] . "/lib/rrd.php"); - -+do_hook("poller_top"); -+ - /* Record Start Time */ - list($micro,$seconds) = split(" ", microtime()); - $start = $seconds + $micro; -@@ -268,4 +270,6 @@ - } - // End Mainline Processing - --?> -+do_hook("poller_bottom"); -+ -+?> -\ No newline at end of file ---- utilities.php.orig Wed Jan 4 01:08:30 2006 -+++ utilities.php Fri Aug 4 00:26:18 2006 -@@ -88,6 +88,9 @@ - include_once("./include/bottom_footer.php"); - break; - default: -+ -+ do_hook_function("utilities_action", $_REQUEST["action"]); -+ - include_once("./include/top_header.php"); - - utilities(); -@@ -353,6 +356,8 @@ - - - ) { - #/dev/hda2 20157744 18553884 579860 97% /var diff --git a/net/cacti/files/pkg-message.in b/net/cacti/files/pkg-message.in index 91ab20eac2e3..83bc07c40c0f 100644 --- a/net/cacti/files/pkg-message.in +++ b/net/cacti/files/pkg-message.in @@ -14,19 +14,10 @@ you may have to follow this steps to make it work correctly: */5 * * * * %%CACTIUSER%% %%LOCALBASE%%/bin/php %%PREFIX%%/%%CACTIDIR%%/poller.php > /dev/null 2>&1 6. Add alias in apache config for the cacti dir: Alias /cacti "%%PREFIX%%/%%CACTIDIR%%/" -7. Open a cacti login page in your web browser and login with admin/admin. +7. Be sure apache gives an access to the directory ('Allow from' keywords). +8. Open a cacti login page in your web browser and login with admin/admin. -If you update cacti, open a login page right now. An updating process -will run automatically. - -If you are using PLUGIN option set, in file %%PREFIX%%/%%CACTIDIR%%/include/config.php change the follow line - -$config["url_path"] = '/'; - -with - -$config["url_path"] = '/cacti/'; - -if your URL is http://yoursite.com/cacti +If you update cacti, open a login page, an updating process +will start automatically. ======================================================================= diff --git a/net/cacti/pkg-plist b/net/cacti/pkg-plist index 756ac6d9c830..98a0551ccf00 100644 --- a/net/cacti/pkg-plist +++ b/net/cacti/pkg-plist @@ -86,14 +86,17 @@ %%CACTIDIR%%/images/button_cancel.gif %%CACTIDIR%%/images/button_cancel2.gif %%CACTIDIR%%/images/button_clear.gif +%%CACTIDIR%%/images/button_colapse_all.gif %%CACTIDIR%%/images/button_create.gif %%CACTIDIR%%/images/button_default.gif %%CACTIDIR%%/images/button_delete.gif +%%CACTIDIR%%/images/button_expand_all.gif %%CACTIDIR%%/images/button_export.gif %%CACTIDIR%%/images/button_go.gif %%CACTIDIR%%/images/button_help.gif %%CACTIDIR%%/images/button_import.gif %%CACTIDIR%%/images/button_no.gif +%%CACTIDIR%%/images/button_purge.gif %%CACTIDIR%%/images/button_refresh.gif %%CACTIDIR%%/images/button_save.gif %%CACTIDIR%%/images/button_view.gif @@ -110,6 +113,7 @@ %%CACTIDIR%%/images/hide.gif %%CACTIDIR%%/images/left_border.gif %%CACTIDIR%%/images/menu_line.gif +%%CACTIDIR%%/images/menuarrow.gif %%CACTIDIR%%/images/move_down.gif %%CACTIDIR%%/images/move_up.gif %%CACTIDIR%%/images/reload_icon_small.gif @@ -147,13 +151,22 @@ %%CACTIDIR%%/include/html/inc_graph_items_filter_table.php %%CACTIDIR%%/include/html/inc_graph_template_filter_table.php %%CACTIDIR%%/include/html/inc_graph_view_filter_table.php +%%CACTIDIR%%/include/html/inc_poller_item_filter_table.php +%%CACTIDIR%%/include/html/inc_snmp_cache_filter_table.php %%CACTIDIR%%/include/html/inc_timespan_selector.php %%CACTIDIR%%/include/html/inc_timespan_settings.php +%%CACTIDIR%%/include/html/inc_user_log_filter_table.php +%%CACTIDIR%%/include/html/inc_view_logfile_table.php %%CACTIDIR%%/include/jscalendar/calendar-setup.js %%CACTIDIR%%/include/jscalendar/calendar.js %%CACTIDIR%%/include/jscalendar/lang/calendar-af.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-al.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-bg.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-big5-utf8.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-big5.js %%CACTIDIR%%/include/jscalendar/lang/calendar-br.js %%CACTIDIR%%/include/jscalendar/lang/calendar-ca.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-cs-utf8.js %%CACTIDIR%%/include/jscalendar/lang/calendar-cs-win.js %%CACTIDIR%%/include/jscalendar/lang/calendar-da.js %%CACTIDIR%%/include/jscalendar/lang/calendar-de.js @@ -163,6 +176,7 @@ %%CACTIDIR%%/include/jscalendar/lang/calendar-es.js %%CACTIDIR%%/include/jscalendar/lang/calendar-fi.js %%CACTIDIR%%/include/jscalendar/lang/calendar-fr.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-he-utf8.js %%CACTIDIR%%/include/jscalendar/lang/calendar-hr-utf8.js %%CACTIDIR%%/include/jscalendar/lang/calendar-hr.js %%CACTIDIR%%/include/jscalendar/lang/calendar-hu.js @@ -172,6 +186,7 @@ %%CACTIDIR%%/include/jscalendar/lang/calendar-ko.js %%CACTIDIR%%/include/jscalendar/lang/calendar-lt-utf8.js %%CACTIDIR%%/include/jscalendar/lang/calendar-lt.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-lv.js %%CACTIDIR%%/include/jscalendar/lang/calendar-nl.js %%CACTIDIR%%/include/jscalendar/lang/calendar-no.js %%CACTIDIR%%/include/jscalendar/lang/calendar-pl-utf8.js @@ -179,15 +194,16 @@ %%CACTIDIR%%/include/jscalendar/lang/calendar-pt.js %%CACTIDIR%%/include/jscalendar/lang/calendar-ro.js %%CACTIDIR%%/include/jscalendar/lang/calendar-ru.js +%%CACTIDIR%%/include/jscalendar/lang/calendar-ru_win_.js %%CACTIDIR%%/include/jscalendar/lang/calendar-si.js %%CACTIDIR%%/include/jscalendar/lang/calendar-sk.js %%CACTIDIR%%/include/jscalendar/lang/calendar-sp.js %%CACTIDIR%%/include/jscalendar/lang/calendar-sv.js %%CACTIDIR%%/include/jscalendar/lang/calendar-tr.js %%CACTIDIR%%/include/jscalendar/lang/calendar-zh.js +%%CACTIDIR%%/include/jscalendar/lang/cn_utf8.js %%CACTIDIR%%/include/layout.js %%CACTIDIR%%/include/main.css -%%PLUGIN%%%%CACTIDIR%%/include/plugins.php %%CACTIDIR%%/include/top_graph_header.php %%CACTIDIR%%/include/top_header.php %%CACTIDIR%%/include/treeview/ftiens4.js @@ -214,6 +230,7 @@ %%CACTIDIR%%/install/0_8_6d_to_0_8_6e.php %%CACTIDIR%%/install/0_8_6f_to_0_8_6g.php %%CACTIDIR%%/install/0_8_6g_to_0_8_6h.php +%%CACTIDIR%%/install/0_8_6h_to_0_8_6i.php %%CACTIDIR%%/install/0_8_to_0_8_1.php %%CACTIDIR%%/install/index.php %%CACTIDIR%%/install/install_finish.gif @@ -226,7 +243,6 @@ %%CACTIDIR%%/lib/adodb/adodb-exceptions.inc.php %%CACTIDIR%%/lib/adodb/adodb-iterator.inc.php %%CACTIDIR%%/lib/adodb/adodb-lib.inc.php -%%CACTIDIR%%/lib/adodb/adodb-pager.inc.php %%CACTIDIR%%/lib/adodb/adodb-pear.inc.php %%CACTIDIR%%/lib/adodb/adodb-perf.inc.php %%CACTIDIR%%/lib/adodb/adodb-php4.inc.php @@ -338,7 +354,6 @@ %%CACTIDIR%%/lib/xml.php @unexec [ ! -s %%PREFIX%%/%%CACTIDIR%%/log/cacti.log ] && rm -f %%PREFIX%%/%%CACTIDIR%%/log/cacti.log %%CACTIDIR%%/logout.php -%%PLUGIN%%%%CACTIDIR%%/plugins/index.php %%CACTIDIR%%/poller.php %%CACTIDIR%%/poller_commands.php %%CACTIDIR%%/poller_export.php @@ -391,7 +406,6 @@ @dirrm %%CACTIDIR%%/resource/script_server @dirrm %%CACTIDIR%%/resource/script_queries @dirrm %%CACTIDIR%%/resource -%%PLUGIN%%@dirrm %%CACTIDIR%%/plugins @dirrmtry %%CACTIDIR%%/log @dirrm %%CACTIDIR%%/lib/adodb/lang @dirrm %%CACTIDIR%%/lib/adodb/drivers -- cgit