* pandora_console/godmode/setup/setup_general.php,
pandora_console/include/functions_config.php: Added a config token
to allow the creation of scheduled downtimes in the past.
* pandora_console/godmode/agentes/planned_downtime.editor.php: Now
is possible to create a scheduled downtime with a past date
if the config token is activated.
* pandora_console/godmode/agentes/planned_downtime.editor.php: Fixed an error
which made impossible the creation of new periodic downtimes.
* pandora_console/godmode/agentes/planned_downtime.export_csv.php: Added file.
Exports the planned downtimes list to a CSV file.
* pandora_console/godmode/agentes/planned_downtime.list.php: Added a new form
to filter the list. Added pagination. Changed the items order. Error fixes.
* godmode/agentes/agent_wizard.snmp_explorer.php,
godmode/agentes/module_manager_editor_plugin.php: some fixes for
the snmp version 3.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10348 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_manager.php: fixed to show the QR code image
in the creation of a new agent.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_common.php,
operation/reporting/reporting_viewer.php,
operation/agentes/status_monitor.php,
include/functions_netflow.php,
include/functions_graph.php: Improvements to avoid
php notices and warnings.
* godmode/setup/setup_visuals.php,
include/functions_config.php: Added a new option
to choose a custom line thickness for the line between
the items relations of the visual maps.
* include/functions_visual_map.php,
include/javascript/pandora_visual_console.js: Added
support to the custom line thickness and fixed some
problems with the line connections.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10221 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_plugin.php,
include/javascript/pandora_modules.js: Fixed an error
that created duplicated macro fields when selecting
a local component module #927.
* include/graphs/flot/pandora.flot.js: Now the spacing
of the vertical data description is automatic.
* include/styles/pandora_black.css: Visual changes.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10182 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_manager.php,
godmode/setup/setup_visuals.php, include/functions_config.php,
include/config_process.php, include/functions_ui.php,
include/javascript/qrcode.js, include/javascript/pandora.js,
operation/visual_console/public_console.php, images/qrcode_icon.jpg,
general/header.php: added the feature to show the QR code of the
pages for to make for example sticker for the fisical machines or
other things.
Incident: #818
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10047 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_wizard.snmp_explorer.php: Fix wrong
parameters like unit setted in SNMP Wizard for ticket #796
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10019 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/configurar_agente.php: Comment module
in configuration file when this module is disabled.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10007 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/configurar_agente.php,
godmode/agentes/module_manager_editor.php,
godmode/agentes/module_manager_editor_common.php,
pandoradb.sql, pandoradb.oracle.sql, pandoradb.postgreSQL.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql: Improved
'FF threshold' to be able to define each state changing.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9973 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandora_console/include/styles/pandora.css: Changed
the name of the class "transparent" for "alpha50".
* pandora_console/godmode/agentes/module_manager_editor_common.php:
Changed the class "transparent" of the elements for the
class "alpha50".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9962 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_wizard.snmp_interfaces_explorer.php:
(Re)added ifXTable support to the SNMP interface wizard.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9893 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_wizard.snmp_explorer.php:
In 'Other SNMP data', check if the targer supports
these items.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9891 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/planned_downtime.editor.php,
godmode/alerts/configure_alert_template.php,
godmode/reporting/reporting_builder.item_editor.php,
operation/netflow/nf_live_view.php: Changed the maximum
character length of the time inputs from 7 to 8.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9878 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/planned_downtime.list.php: Fixed unexpected agent
deletion that is not associated with the planned downtime which is
deleted.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9849 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/menu.php
godmode/agentes/planned_downtime.editor.php
operation/menu.php: Changed 'Scheduled downtime'
from Administration to Operation.
Added help in scheduled downtime form.
Changed 'Update manager' from Operation->Extensions
to Administration->Setup.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9701 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_conf_gis.php,
operation/agentes/gis_view.php: changed the style to message of
error to set the standar style of new Pandora.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9681 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb_data.sql,
pandoradb.data.oracle.sql,
pandoradb.data.postgreSQL.sql: Deleted an old link
and updated the link to the Pandora FMS documentation.
* pandoradb.sql,
pandoradb.postgreSQL.sql,
pandoradb.oracle.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql:
Added the column "l2_network" to the table "tnetwork_map".
* godmode/agentes/module_manager_editor_common.php:
Added a help tip to a column of relations.
* include/functions_modules.php: Improved the function
"modules_relation_exists".
* operation/agentes/networkmap.topology.php,
include/functions_networkmap.php,
operation/agentes/networkmap.php: Added a new option
to show the relations between the agents interfaces.
* operation/agentes/estado_monitores.php: Added a tooltip
to show the relations of a monitor in the monitor list.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9618 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/configurar_agente.php,
godmode/agentes/module_manager_editor_plugin.php,
include/ajax/module.php, include/javascript/pandora_modules.js:
fixed the save module plugin server from the component.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9612 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb.data.oracle.sql,
pandoradb.data.postgreSQL.sql,
pandoradb.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql,
extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql:
Added the table "tmodule_relationship".
* operation/agentes/estado_generalagente.php: Added a
new table to show the network interfaces of the agent.
Minor fixes.
* include/styles/pandora.css: Added properties for the
class transparent'.
* include/ajax/module.php: Fixed an error and added code
to retrieve a module autocomplete input or add, remove
or update a module relation via ajax.
* include/functions_modules.php: Added the functions
"modules_get_relations", "modules_relation_exists",
"modules_add_relation", "modules_delete_relation" and
"modules_change_relation_lock".
* godmode/agentes/module_manager_editor_common.php:
Added a table and control to show, add or delete
relations with other modules. Added the javascript
functions "change_modules_autocomplete_input",
"add_new_relation", "change_lock_relation" and
"delete_relation".
* godmode/agentes/module_manager_editor.php: Added a
line to show the module relations table and control.
* godmode/agentes/module_manager_editor_network.php:
Minor fix.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9610 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_plugin.php,
include/javascript/pandora_modules.js: fixed the automagic deletion
of macros when load a component.
Incident: #654
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9565 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/fields_manager.php: added the id column in the
list of fields because it is needed in some api calls.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9451 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_common.php: added lost id
of module, because the user needs for example the api calls.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9448 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager.php
godmode/agentes/module_manager_editor_common.php: Help tip added
near interval info of the data policy modules interval on module
list and form. This tip war about that this interal only will be
updated on policy application. Incident #379
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9377 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_common.php: Change
interval message for policy data modules to improve usability
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9078 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/configurar_agente.php
godmode/agentes/module_manager_editor_common.php: Fix module interval
updation in software modules. The interval of this kind of modules
only can be updated by server when agent reports
Interval #379
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9076 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_common.php: Store the
interval factor in modules edition when is policy form and other
improvements. Incident #303
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8955 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/configurar_agente.php,
include/functions_network_components.php,
include/functions_alerts.php: fixed the name of items to duplicate,
now they have a html entities for whitespaces.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8926 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/events/events.php
godmode/events/events.php: Fix some sec parameters to
higlight correct menu sections when events sections are
active
* godmode/agentes/agent_wizard.snmp_explorer.php: Change error
message to help user to understand result of snmp walk
* godmode/agentes/module_manager_editor_network.php: Increase
the modal window of snmp walk
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8818 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/modules/manage_network_components_form_common.php,
godmode/modules/manage_network_components_form.php: fixed the
javascript to configure the form of snmp.
* godmode/agentes/module_manager_editor.php,
godmode/agentes/configurar_agente.php,
godmode/agentes/module_manager_editor_common.php: fixed the
"module_macros" when it is fail when is not set for example.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8806 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/agentes/estado_monitores.php
godmode/agentes/module_manager.php: Fixing translation
of adopted modules and reestructure translations calls
to do the translations more efecctively for bug #2375
* general/login_help_dialog.php: Fix size
of the login help dialog
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8788 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager.php
godmode/agentes/configurar_agente.php: Change old counts
of status by new way setting flags to be updated by
server
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8746 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_plugin.php,
include/javascript/pandora_modules.js: fixed the double apply
entities in the plugin components.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8745 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/modificar_agente.php,
include/functions_agents.php: fixed the delete agent when sometimes
have remote config but not the enterprise.
MERGED FROM THE BRANCH PANDORA_4
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8740 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_manager.php: set the first default server
when create a new agent.
MERGED FROM THE BRANCH 4.0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8719 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor.php,
include/javascript/pandora_modules.js: implemented the disabled
unknown events for local modules.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8704 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb.postgreSQL.sql, pandoradb.oracle.sql,
godmode/agentes/module_manager_editor.php,
godmode/agentes/module_manager_editor_common.php,
godmode/agentes/configurar_agente.php,
godmode/massive/massive_edit_modules.php,
godmode/modules/manage_network_components_form_common.php,
godmode/modules/manage_network_components.php,
include/functions_events.php, include/functions.php,
include/javascript/pandora_modules.js,
include/functions_network_components.php,
include/functions_modules.php, include/constants.php, pandoradb.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql: first version of
disabled unknown events for modules, now it is implemented in
modules, massive operations and components, but it is necesary in
local component, policy, api, cli, pandora server and recond task.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8701 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/agentes/estado_agente.php: fixed the call to
enterprise function.
Fixes: #2367
* godmode/agentes/module_manager.php: make more easy the merges
from the last branch.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8637 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/setup/setup_auth.php, godmode/admin_access_logs.php,
godmode/agentes/module_manager.php: removed the code as
"call time passing variables by reference" deprecated in PHP 5.4.
* index.php: improved the source code style.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8635 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* enterprise/godmode/agentes/agent_disk_conf_editor.php,
enterprise/godmode/agentes/collection_manager.php,
enterprise/godmode/policies/policy_agents.php,
enterprise/include/functions_collection.php,
enterprise/include/functions_policies.php,
enterprise/include/functions_config_agents.php,
enterprise/operation/agentes/collection_view.php: fixed and unified
the code to access the remote config.
MERGED FROM BRANCH PANDORA_4
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8619 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_prediction.php,
include/constants.php: fixed the repeat operator and added some
constants for to make more easy the code.
Fixes: #2279
MERGED FROM THE TRUNK
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8599 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/ajax/module.php
extensions/insert_data.php
operation/tree.php
operation/reporting/reporting_viewer.php
operation/reporting/graph_viewer.php
operation/agentes/datos_agente.php
godmode/agentes/planned_downtime.editor.php
godmode/alerts/configure_alert_template.php
godmode/reporting/reporting_builder.item_editor.php: Change
the inclusion of timepicker language file from jquery include
function to manually way to avoid jQuery errors
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8598 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extensions/update_manager/lib/functions.ajax.php,
godmode/agentes/configurar_agente.php, include/functions_html.php,
include/functions_networkmap.php: cleaned source code and removed
the debug traces.
* godmode/agentes/module_manager_editor_prediction.php,
include/constants.php: fixed the repeat operator and added some
constants for to make more easy the code.
Fixes: #2279
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8597 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_visual_map.php
include/functions_agents.php
include/functions_modules.php
include/functions_reporting.php
include/constants.php
operation/agentes/status_monitor.php
operation/agentes/estado_agente.php
operation/agentes/estado_monitores.php
mobile/operation/agents.php
mobile/operation/modules.php
godmode/agentes/module_manager.php: Fix typo
errors on few constants
* operation/tree.php: Fix status check for
async not init modules to set the status in
modules branch of tree view. Now it depends on
the server
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8564 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_network.php,
include/javascript/pandora_snmp_browser.js,
include/functions_snmp_browser.php,
operation/snmpconsole/snmp_browser.php: Added SNMP version support to
the SNMP browser.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8556 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/help/en/help_module_interval_factor.php
include/help/es/help_module_interval_factor.php
godmode/agentes/module_manager_editor_common.php: Change the
input field of module interval on data modules form by
a non editable info and improve the help explaining deeply the
way of change the interval and how to do it. For bug #2308
* images/cancel.png
godmode/massive/massive_operations.php: Add missed icon
and change another one
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8551 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_wizard.snmp_explorer.php
godmode/agentes/configurar_agente.php: Add missing
javascript to show snmp v3 options and other little
fixes and improvements
* godmode/reporting/reporting_builder.list_items.php
godmode/reporting/reporting_builder.item_editor.php
godmode/netflow/nf_edit_form.php
godmode/netflow/nf_item_list.php: Deleted homedir from sec2
in url links due old system of reuse code from metaconsole
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8529 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/configurar_agente.php: fixed overwrite the fields
custom_string_* and custom_integer_* of module when update and
these fields haven't a new value.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8517 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_graph.php: Fix the alerts status pie graph
to make it more usefull
* godmode/agentes/agent_wizard.snmp_interfaces_explorer.php: Comment
code
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8500 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/javascript/pandora_modules.js
include/functions_wmi.php
extensions/snmp_explorer.php
godmode/agentes/agent_wizard.wmi_explorer.php
godmode/agentes/agent_wizard.snmp_interfaces_explorer.php
godmode/agentes/agent_wizard.php
godmode/agentes/configurar_agente.php: Replace the SNMP explorer by
the Agent wizard with two initial sections. SNMP interfaces explorer
and WMI explorer
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8495 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/configurar_agente.php,
include/functions_agents.php: fixed the operations with the ip or
ips adress of agent.
MERGED FROM THE BRANCH PANDORA_4_0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8404 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/modificar_agente.php: fixed the filter of the
list of agents. The branch 4 runs fine.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8361 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_manager.php: fixed the show server as none
when this server is not exist.
Fixes: #2264
MERGED FROM THE BRANCH PANDORA_4.0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8312 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/alerts/configure_alert_template.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/agentes/planned_downtime.editor.php,
operation/reporting/reporting_viewer.php,
operation/netflow/nf_live_view.php: added lost help tips for the
formats time and date.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8288 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extensions/insert_data.php,
godmode/alerts/configure_alert_template.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/agentes/planned_downtime.editor.php,
include/ajax/module.php, include/constants.php, operation/tree.php,
operation/netflow/nf_live_view.php,
operation/reporting/reporting_viewer.php,
operation/reporting/graph_viewer.php,
operation/agentes/datos_agente.php: fixed the date and time format
and set a help tip to say the Pandora's format.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8287 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/javascript/jquery.ui-timepicker-addon.js: updated the
datepicker for to avoid some found bugs.
* include/javascript/i18n: added translations for the datepicker.
* godmode/alerts/configure_alert_template.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/agentes/planned_downtime.editor.php,
include/ajax/module.php, include/functions_ui.php,
operation/tree.php, operation/agentes/status_monitor.php,
operation/agentes/datos_agente.php,
operation/reporting/reporting_viewer.php,
operation/reporting/graph_viewer.php, extensions/insert_data.php:
changed the code for to use the user/system language in the
datepicker.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8284 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/styles/datepicker.css
include/styles/jquery-ui-1.10.0.custom.css
include/styles/pandora.css
operation/tree.php
operation/reporting/reporting_viewer.php
operation/reporting/graph_viewer.php
operation/agentes/datos_agente.php
operation/netflow/nf_live_view.php
godmode/agentes/planned_downtime.editor.php: Change the
datepicker of netflow view to datepicker used on the
rest of Pandora. Fixed styles and regional language calls
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8280 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager.php,
godmode/agentes/configurar_agente.php: fixed the link of
pagination.
Fixes: #2250
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8270 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/ajax/events.php: Fix the info of the
user that validate a event in the event info that
is showed when click on a event on interactive graphs
* include/gettext.php: Add a hack to fix the languages change
on certain machines, like TSOL one.
* operation/events/events.build_table.php: Add a "access node"
control to column server name
* operation/agentes/status_monitor.php
* general/header.php: Add disable possibility in autorefresh combo
* godmode/agentes/module_manager_editor_network.php: Fix show/hide fields
in the module editor. TCP and SNMP fields were moved from advanced to main
options and javascript was broken
* godmode/events/event_edit_filter.php
godmode/events/custom_events.php
godmode/events/event_filter.php: Fix some ACLs problems in events
filter editor
* godmode/reporting/reporting_builder.item_editor.php: Add an absolute
path in a library inclusion to fix metaconsole bug
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8262 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_common.php: Fixed
creation of data modules for bug #2240
* godmode/servers/plugin.php
include/javascript/pandora_modules.js
godmode/agentes/module_manager_editor_plugin.php: Fixed
the tips of the macros help and change the input of macro
help from input to a textarea
* include/functions_html.php
include/styles/dialog.css
include/styles/menu.css
include/styles/jquery-ui-1.10.0.custom.css
include/styles/pandora.css
include/javascript/pandora_events.js
operation/users/user_edit.php
operation/agentes/stat_win.php
images/event_responses.png
images/filter_mc.png
images/sort_down.png
images/tick.png
images/pandora.ico
images/tick_off.png
images/pandora.ico.gif
images/star.png
images/sort_up.png
godmode/setup/setup_general.php: A lot of visual
improvements
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8213 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/styles/pandora.css
extensions/update_manager/settings.php
extensions/update_manager/main.php
godmode/agentes/module_manager.php: Fixed
various visual issues like update manager icons
or width of left tab in godmode sections
* godmode/agentes/module_manager_editor_plugin.php:
Fixed tips of plugins help fields
* extensions/snmp_explorer.php: avoid interfaces
without name in snmp explorer
* operation/agentes/bulbs.php: Remove old file
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8207 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_common.php: disabled
autocomplete for the field name to avoid javascript problems.
Fixes: #2215
* include/db/oracle.php, include/functions.php: improved the source
code style.
* include/functions_html.php: fixed the lost parameter $alt for
the function html_print_input_text_extended from
html_print_input_text.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8145 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/help/en/help_module_interval_factor.php
include/help/es/help_module_interval_factor.php
godmode/agentes/module_manager_editor_common.php: Change the
control of interval module when is data module from extended
from time to normal box with a different help tip explaining
that this control is not setted in seconds.
* operation/integria_incidents/incident.php
images/book_edit.png
general/pandora_help.php
godmode/setup/setup_general.php: Aesthetic fixes
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8103 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/agent_manager.php: improved the source code style.
* godmode/agentes/configurar_agente.php: fixed the agents address
with white spaces in the both sides.
Fixes: #2171
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8094 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/styles/pandora.css: Fix aesthetical issues
* include/functions_modules.php: Mark as needy to calculate
the module status count in an agent when disable/enable one of
his modules. The part of server to avoid disabled modules in
counts was made by ramon. BUG #3611683
* godmode/users/configure_user.php: Fix warnings due the
latest fields added to database schemma
* images/blank.gif: Add a missed image
* godmode/agentes/agent_template.php: Fix a little feedback
bug on template application and add category id to the
fields copied from components to modules when apply a template
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8068 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/agentes/ver_agente.php
godmode/agentes/configurar_agente.php: Fixed double truncate
in header. Now the truncate is encapsulated into header
function
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7989 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
*
L .
L pandora_console
L pandora_console/DEBIAN
L pandora_console/include
M pandora_console/include/functions_html.php
L pandora_console/include/styles
D pandora_console/include/styles/tip.css
M pandora_console/include/styles/menu.css
L pandora_console/include/styles/images
M pandora_console/include/styles/pandora.css
M pandora_console/include/functions_visual_map_editor.php
M pandora_console/include/functions_groups.php
L pandora_console/include/ajax
M pandora_console/include/ajax/events.php
M pandora_console/include/ajax/module.php
L pandora_console/include/swiftmailer
L pandora_console/include/swiftmailer/classes
L pandora_console/include/swiftmailer/classes/Swift
L pandora_console/include/swiftmailer/classes/Swift/ByteStream
L pandora_console/include/swiftmailer/classes/Swift/Encoder
L pandora_console/include/swiftmailer/classes/Swift/Plugins
L pandora_console/include/swiftmailer/classes/Swift/Plugins/Decorator
L pandora_console/include/swiftmailer/classes/Swift/Plugins/Reporters
L pandora_console/include/swiftmailer/classes/Swift/Plugins/Pop
L pandora_console/include/swiftmailer/classes/Swift/Plugins/Loggers
L pandora_console/include/swiftmailer/classes/Swift/Mime
L pandora_console/include/swiftmailer/classes/Swift/Mime/HeaderEncoder
L pandora_console/include/swiftmailer/classes/Swift/Mime/ContentEncoder
L pandora_console/include/swiftmailer/classes/Swift/Mime/Headers
L pandora_console/include/swiftmailer/classes/Swift/Transport
L pandora_console/include/swiftmailer/classes/Swift/Transport/Esmtp
L pandora_console/include/swiftmailer/classes/Swift/Transport/Esmtp/Auth
L pandora_console/include/swiftmailer/classes/Swift/CharacterReaderFactory
L pandora_console/include/swiftmailer/classes/Swift/KeyCache
L pandora_console/include/swiftmailer/classes/Swift/CharacterReader
L pandora_console/include/swiftmailer/classes/Swift/StreamFilters
L pandora_console/include/swiftmailer/classes/Swift/Events
L pandora_console/include/swiftmailer/classes/Swift/CharacterStream
L pandora_console/include/swiftmailer/classes/Swift/Mailer
L pandora_console/include/swiftmailer/dependency_maps
M pandora_console/include/functions_ui.php
M pandora_console/include/functions.php
M pandora_console/include/functions_agents.php
L pandora_console/include/languages
L pandora_console/include/languages/datepicker
M pandora_console/include/functions_graph.php
M pandora_console/include/functions_events.php
M pandora_console/include/functions_menu.php
L pandora_console/include/graphs
L pandora_console/include/graphs/pChart
L pandora_console/include/graphs/pChart/palettes
L pandora_console/include/graphs/pChart/fonts
L pandora_console/include/graphs/pChart/cache
L pandora_console/include/graphs/pChart/data
M pandora_console/include/graphs/functions_flot.php
L pandora_console/include/graphs/flot
M pandora_console/include/graphs/functions_gd.php
L pandora_console/include/graphs/images_graphs
L pandora_console/include/db
M pandora_console/include/functions_reporting.php
L pandora_console/include/fonts
L pandora_console/include/auth
L pandora_console/include/javascript
M pandora_console/include/javascript/openlayers.pandora.js
L pandora_console/include/javascript/tiny_mce
L pandora_console/include/javascript/tiny_mce/utils
L pandora_console/include/javascript/tiny_mce/plugins
L pandora_console/include/javascript/tiny_mce/plugins/media
L pandora_console/include/javascript/tiny_mce/plugins/media/langs
L pandora_console/include/javascript/tiny_mce/plugins/media/css
L pandora_console/include/javascript/tiny_mce/plugins/media/js
L pandora_console/include/javascript/tiny_mce/plugins/pagebreak
L pandora_console/include/javascript/tiny_mce/plugins/insertdatetime
L pandora_console/include/javascript/tiny_mce/plugins/noneditable
L pandora_console/include/javascript/tiny_mce/plugins/inlinepopups
L pandora_console/include/javascript/tiny_mce/plugins/inlinepopups/skins
L pandora_console/include/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2
L pandora_console/include/javascript/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img
L pandora_console/include/javascript/tiny_mce/plugins/autolink
L pandora_console/include/javascript/tiny_mce/plugins/example_dependency
L pandora_console/include/javascript/tiny_mce/plugins/autoresize
L pandora_console/include/javascript/tiny_mce/plugins/example
L pandora_console/include/javascript/tiny_mce/plugins/example/langs
L pandora_console/include/javascript/tiny_mce/plugins/example/img
L pandora_console/include/javascript/tiny_mce/plugins/example/js
L pandora_console/include/javascript/tiny_mce/plugins/emotions
L pandora_console/include/javascript/tiny_mce/plugins/emotions/langs
L pandora_console/include/javascript/tiny_mce/plugins/emotions/img
L pandora_console/include/javascript/tiny_mce/plugins/emotions/js
L pandora_console/include/javascript/tiny_mce/plugins/iespell
L pandora_console/include/javascript/tiny_mce/plugins/save
L pandora_console/include/javascript/tiny_mce/plugins/lists
L pandora_console/include/javascript/tiny_mce/plugins/visualblocks
L pandora_console/include/javascript/tiny_mce/plugins/visualblocks/css
L pandora_console/include/javascript/tiny_mce/plugins/advhr
L pandora_console/include/javascript/tiny_mce/plugins/advhr/langs
L pandora_console/include/javascript/tiny_mce/plugins/advhr/css
L pandora_console/include/javascript/tiny_mce/plugins/advhr/js
L pandora_console/include/javascript/tiny_mce/plugins/advlist
L pandora_console/include/javascript/tiny_mce/plugins/tabfocus
L pandora_console/include/javascript/tiny_mce/plugins/layer
L pandora_console/include/javascript/tiny_mce/plugins/advimage
L pandora_console/include/javascript/tiny_mce/plugins/advimage/langs
L pandora_console/include/javascript/tiny_mce/plugins/advimage/css
L pandora_console/include/javascript/tiny_mce/plugins/advimage/img
L pandora_console/include/javascript/tiny_mce/plugins/advimage/js
L pandora_console/include/javascript/tiny_mce/plugins/preview
L pandora_console/include/javascript/tiny_mce/plugins/preview/jscripts
L pandora_console/include/javascript/tiny_mce/plugins/directionality
L pandora_console/include/javascript/tiny_mce/plugins/wordcount
L pandora_console/include/javascript/tiny_mce/plugins/visualchars
L pandora_console/include/javascript/tiny_mce/plugins/legacyoutput
L pandora_console/include/javascript/tiny_mce/plugins/autosave
L pandora_console/include/javascript/tiny_mce/plugins/table
L pandora_console/include/javascript/tiny_mce/plugins/table/langs
L pandora_console/include/javascript/tiny_mce/plugins/table/css
L pandora_console/include/javascript/tiny_mce/plugins/table/js
L pandora_console/include/javascript/tiny_mce/plugins/advlink
L pandora_console/include/javascript/tiny_mce/plugins/advlink/langs
L pandora_console/include/javascript/tiny_mce/plugins/advlink/css
L pandora_console/include/javascript/tiny_mce/plugins/advlink/js
L pandora_console/include/javascript/tiny_mce/plugins/print
L pandora_console/include/javascript/tiny_mce/plugins/nonbreaking
L pandora_console/include/javascript/tiny_mce/plugins/fullpage
L pandora_console/include/javascript/tiny_mce/plugins/fullpage/langs
L pandora_console/include/javascript/tiny_mce/plugins/fullpage/css
L pandora_console/include/javascript/tiny_mce/plugins/fullpage/js
L pandora_console/include/javascript/tiny_mce/plugins/style
L pandora_console/include/javascript/tiny_mce/plugins/style/langs
L pandora_console/include/javascript/tiny_mce/plugins/style/css
L pandora_console/include/javascript/tiny_mce/plugins/style/js
L pandora_console/include/javascript/tiny_mce/plugins/searchreplace
L pandora_console/include/javascript/tiny_mce/plugins/searchreplace/langs
L pandora_console/include/javascript/tiny_mce/plugins/searchreplace/css
L pandora_console/include/javascript/tiny_mce/plugins/searchreplace/js
L pandora_console/include/javascript/tiny_mce/plugins/fullscreen
L pandora_console/include/javascript/tiny_mce/plugins/spellchecker
L pandora_console/include/javascript/tiny_mce/plugins/spellchecker/includes
L pandora_console/include/javascript/tiny_mce/plugins/spellchecker/css
L pandora_console/include/javascript/tiny_mce/plugins/spellchecker/img
L pandora_console/include/javascript/tiny_mce/plugins/spellchecker/classes
L pandora_console/include/javascript/tiny_mce/plugins/spellchecker/classes/utils
L pandora_console/include/javascript/tiny_mce/plugins/contextmenu
L pandora_console/include/javascript/tiny_mce/plugins/template
L pandora_console/include/javascript/tiny_mce/plugins/template/langs
L pandora_console/include/javascript/tiny_mce/plugins/template/css
L pandora_console/include/javascript/tiny_mce/plugins/template/js
L pandora_console/include/javascript/tiny_mce/plugins/paste
L pandora_console/include/javascript/tiny_mce/plugins/paste/langs
L pandora_console/include/javascript/tiny_mce/plugins/paste/js
L pandora_console/include/javascript/tiny_mce/plugins/bbcode
L pandora_console/include/javascript/tiny_mce/plugins/xhtmlxtras
L pandora_console/include/javascript/tiny_mce/plugins/xhtmlxtras/langs
L pandora_console/include/javascript/tiny_mce/plugins/xhtmlxtras/css
L pandora_console/include/javascript/tiny_mce/plugins/xhtmlxtras/js
L pandora_console/include/javascript/tiny_mce/langs
L pandora_console/include/javascript/tiny_mce/themes
L pandora_console/include/javascript/tiny_mce/themes/advanced
L pandora_console/include/javascript/tiny_mce/themes/advanced/langs
L pandora_console/include/javascript/tiny_mce/themes/advanced/skins
L pandora_console/include/javascript/tiny_mce/themes/advanced/skins/o2k7
L pandora_console/include/javascript/tiny_mce/themes/advanced/skins/o2k7/img
L pandora_console/include/javascript/tiny_mce/themes/advanced/skins/default
L pandora_console/include/javascript/tiny_mce/themes/advanced/skins/default/img
L pandora_console/include/javascript/tiny_mce/themes/advanced/skins/highcontrast
L pandora_console/include/javascript/tiny_mce/themes/advanced/img
L pandora_console/include/javascript/tiny_mce/themes/advanced/js
L pandora_console/include/javascript/tiny_mce/themes/simple
L pandora_console/include/javascript/tiny_mce/themes/simple/langs
L pandora_console/include/javascript/tiny_mce/themes/simple/skins
L pandora_console/include/javascript/tiny_mce/themes/simple/skins/o2k7
L pandora_console/include/javascript/tiny_mce/themes/simple/skins/o2k7/img
L pandora_console/include/javascript/tiny_mce/themes/simple/skins/default
L pandora_console/include/javascript/tiny_mce/themes/simple/img
M pandora_console/include/javascript/jquery.pandora.js
L pandora_console/include/javascript/OpenLayers
L pandora_console/include/javascript/OpenLayers/theme
L pandora_console/include/javascript/OpenLayers/theme/default
L pandora_console/include/javascript/OpenLayers/theme/default/img
L pandora_console/include/javascript/OpenLayers/img
L pandora_console/include/sounds
L pandora_console/include/Image
M pandora_console/include/functions_config.php
L pandora_console/include/help
L pandora_console/include/help/en
L pandora_console/include/help/es
L pandora_console/include/help/ja
M pandora_console/include/functions_snmp_browser.php
M pandora_console/include/constants.php
M pandora_console/ChangeLog
L pandora_console/attachment
L pandora_console/attachment/mibs
L pandora_console/attachment/plugin
M pandora_console/index.php
L pandora_console/extensions
L pandora_console/extensions/dbmanager
M pandora_console/extensions/agents_alerts.php
L pandora_console/extensions/module_groups
D pandora_console/extensions/module_groups/brick.png
M pandora_console/extensions/net_tools.php
M pandora_console/extensions/agents_modules.php
L pandora_console/extensions/users
M pandora_console/extensions/ssh_gateway.php
L pandora_console/extensions/net_tools
M pandora_console/extensions/net_tools/nettool.png
M pandora_console/extensions/vnc_view.php
M pandora_console/extensions/dbmanager.php
L pandora_console/extensions/agents_modules
M pandora_console/extensions/users_connected.php
M pandora_console/extensions/module_groups.php
L pandora_console/extensions/update_manager
L pandora_console/extensions/update_manager/sql
L pandora_console/extensions/update_manager/lang
L pandora_console/extensions/update_manager/lib
M pandora_console/extensions/update_manager/lib/functions.ajax.php
L pandora_console/extensions/update_manager/lib/xmlrpc
M pandora_console/extensions/update_manager/main.php
L pandora_console/extensions/ssh_gateway
M pandora_console/extensions/ssh_gateway/secure_console.png
L pandora_console/operation
L pandora_console/operation/incidents
A pandora_console/operation/search_reports.getdata.php
A pandora_console/operation/search_users.getdata.php
M pandora_console/operation/tree.php
L pandora_console/operation/visual_console
M pandora_console/operation/visual_console/render_view.php
A pandora_console/operation/search_modules.getdata.php
A pandora_console/operation/search_main.php
L pandora_console/operation/tree
L pandora_console/operation/users
M pandora_console/operation/users/webchat.php
M pandora_console/operation/users/user_edit.php
A pandora_console/operation/search_agents.getdata.php
L pandora_console/operation/events
M pandora_console/operation/events/events.build_table.php
M pandora_console/operation/events/event_statistics.php
M pandora_console/operation/events/events_list.php
M pandora_console/operation/events/events.php
A pandora_console/operation/search_graphs.getdata.php
L pandora_console/operation/messages
M pandora_console/operation/messages/message_edit.php
M pandora_console/operation/messages/message_list.php
M pandora_console/operation/search_reports.php
L pandora_console/operation/reporting
M pandora_console/operation/reporting/reporting_viewer.php
M pandora_console/operation/reporting/graph_viewer.php
M pandora_console/operation/search_users.php
M pandora_console/operation/search_results.php
A pandora_console/operation/search_alerts.getdata.php
M pandora_console/operation/search_modules.php
A pandora_console/operation/search_maps.getdata.php
L pandora_console/operation/agentes
D pandora_console/operation/agentes/datos_agente.php
M pandora_console/operation/agentes/alerts_status.php
M pandora_console/operation/agentes/estado_generalagente.php
M pandora_console/operation/agentes/estado_agente.php
M pandora_console/operation/agentes/networkmap.topology.php
M pandora_console/operation/agentes/networkmap.groups.php
M pandora_console/operation/agentes/exportdata.php
M pandora_console/operation/agentes/networkmap_list.php
M pandora_console/operation/agentes/agent_fields.php
M pandora_console/operation/agentes/tactical.php
M pandora_console/operation/agentes/group_view.php
M pandora_console/operation/agentes/networkmap.php
L pandora_console/operation/servers
M pandora_console/operation/servers/recon_view.php
M pandora_console/operation/search_agents.php
M pandora_console/operation/search_graphs.php
L pandora_console/operation/snmpconsole
M pandora_console/operation/snmpconsole/snmp_mib_uploader.php
M pandora_console/operation/snmpconsole/snmp_browser.php
M pandora_console/operation/snmpconsole/snmp_view.php
L pandora_console/operation/integria_incidents
L pandora_console/operation/gis_maps
M pandora_console/operation/gis_maps/render_view.php
M pandora_console/operation/gis_maps/index.php
M pandora_console/operation/search_alerts.php
M pandora_console/operation/search_maps.php
L pandora_console/operation/netflow
M pandora_console/operation/netflow/nf_live_view.php
L pandora_console/images
M pandora_console/images/global.png
A pandora_console/images/op_events.png
A pandora_console/images/zoom_mc.png
A pandora_console/images/input_zoom.png
M pandora_console/images/pencil.png
A pandora_console/images/menu_op_mark.png
M pandora_console/images/unlinkpolicy.png
A pandora_console/images/gm_setup.png
M pandora_console/images/min.png
M pandora_console/images/zoom.png
M pandora_console/images/max.png
A pandora_console/images/builder.png
A pandora_console/images/policies_mc.png
A pandora_console/images/op_workspace.png
M pandora_console/images/user_green.png
A pandora_console/images/agent.png
A pandora_console/images/performance.png
M pandora_console/images/ok.png
A pandora_console/images/event_responses.png
A pandora_console/images/agent_warning.png
A pandora_console/images/module_critical.png
A pandora_console/images/op_recon.png
A pandora_console/images/email_mc.png
A pandora_console/images/add_mc.png
M pandora_console/images/go_first.png
A pandora_console/images/gm_alerts.png
A pandora_console/images/filter.png
A pandora_console/images/header_user.png
A pandora_console/images/gm_massive_operations.png
M pandora_console/images/add.disabled.png
A pandora_console/images/gm_netflow.png
M pandora_console/images/percentile_item.disabled.png
A pandora_console/images/alerts_extern.png
M pandora_console/images/vnc.png
A pandora_console/images/op_alerts.png
A pandora_console/images/op_inventory.png
M pandora_console/images/chart_curve.png
L pandora_console/images/custom_logo
M pandora_console/images/email_open.png
A pandora_console/images/button_background.png
M pandora_console/images/link2.png
A pandora_console/images/control_stop_col.png
M pandora_console/images/target.png
M pandora_console/images/box.png
M pandora_console/images/zoom_cross.png
M pandora_console/images/cross.disabled.png
A pandora_console/images/filter_mc.png
M pandora_console/images/note.png
M pandora_console/images/rss.png
A pandora_console/images/blade.png
A pandora_console/images/lock_mc.png
A pandora_console/images/agent_critical.png
M pandora_console/images/bell_pause.png
M pandora_console/images/chart_curve.disabled.png
L pandora_console/images/backgrounds
A pandora_console/images/enterprise.png
L pandora_console/images/skin
L pandora_console/images/skin/skin_default
L pandora_console/images/skin/skin_default/include
L pandora_console/images/skin/skin_default/include/styles
M pandora_console/images/skin/skin_default/include/styles/menu.css
M pandora_console/images/skin/skin_default/include/styles/pandora.css
L pandora_console/images/skin/skin_default/images
A pandora_console/images/skin/skin_default/images/operating_system.png
A pandora_console/images/skin/skin_default/images/snmp_wizard.png
A pandora_console/images/skin/skin_default/images/global.png
A pandora_console/images/skin/skin_default/images/op_events.png
A pandora_console/images/skin/skin_default/images/bell_extern.png
A pandora_console/images/skin/skin_default/images/go_next.png
A pandora_console/images/skin/skin_default/images/policies.png
A pandora_console/images/skin/skin_default/images/pencil.png
A pandora_console/images/skin/skin_default/images/header_ready.png
A pandora_console/images/skin/skin_default/images/agent_unknown.png
A pandora_console/images/skin/skin_default/images/bell.png
A pandora_console/images/skin/skin_default/images/policies_error.png
A pandora_console/images/skin/skin_default/images/unlinkpolicy.png
A pandora_console/images/skin/skin_default/images/gm_setup.png
A pandora_console/images/skin/skin_default/images/policies_mc.png
A pandora_console/images/skin/skin_default/images/builder.png
A pandora_console/images/skin/skin_default/images/camera.png
A pandora_console/images/skin/skin_default/images/go_last.png
A pandora_console/images/skin/skin_default/images/gm_policies.png
A pandora_console/images/skin/skin_default/images/op_workspace.png
A pandora_console/images/skin/skin_default/images/box.disabled.png
A pandora_console/images/skin/skin_default/images/agent.png
A pandora_console/images/skin/skin_default/images/setup.png
A pandora_console/images/skin/skin_default/images/sitemap_color.png
A pandora_console/images/skin/skin_default/images/go_previous.png
A pandora_console/images/skin/skin_default/images/performance.png
A pandora_console/images/skin/skin_default/images/control_next.png
A pandora_console/images/skin/skin_default/images/policies_brick.png
A pandora_console/images/skin/skin_default/images/event_responses.png
A pandora_console/images/skin/skin_default/images/services.png
A pandora_console/images/skin/skin_default/images/email_outbox.png
A pandora_console/images/skin/skin_default/images/lock.png
A pandora_console/images/skin/skin_default/images/sound.png
L pandora_console/images/skin/skin_default/images/os_icons
A pandora_console/images/skin/skin_default/images/god1.png
A pandora_console/images/skin/skin_default/images/gm_modules.png
A pandora_console/images/skin/skin_default/images/plugin.png
A pandora_console/images/skin/skin_default/images/god7.png
A pandora_console/images/skin/skin_default/images/html.png
A pandora_console/images/skin/skin_default/images/op_recon.png
A pandora_console/images/skin/skin_default/images/control_play.png
A pandora_console/images/skin/skin_default/images/gm_gis.png
A pandora_console/images/skin/skin_default/images/header_refresh.png
A pandora_console/images/skin/skin_default/images/email_mc.png
A pandora_console/images/skin/skin_default/images/add_mc.png
A pandora_console/images/skin/skin_default/images/op_reporting.png
A pandora_console/images/skin/skin_default/images/config.disabled.png
A pandora_console/images/skin/skin_default/images/list.png
A pandora_console/images/skin/skin_default/images/tag_red.disabled.png
A pandora_console/images/skin/skin_default/images/go_first.png
A pandora_console/images/skin/skin_default/images/gm_servers.png
A pandora_console/images/skin/skin_default/images/gm_alerts.png
A pandora_console/images/skin/skin_default/images/linkpolicy.png
A pandora_console/images/skin/skin_default/images/books.png
A pandora_console/images/skin/skin_default/images/reporting32.png
A pandora_console/images/skin/skin_default/images/op_gis.png
A pandora_console/images/skin/skin_default/images/version.png
A pandora_console/images/skin/skin_default/images/policies_error_db.png
A pandora_console/images/skin/skin_default/images/filter.png
A pandora_console/images/skin/skin_default/images/chart_bar.png
A pandora_console/images/skin/skin_default/images/grid.png
A pandora_console/images/skin/skin_default/images/header_user.png
A pandora_console/images/skin/skin_default/images/bell_error.png
A pandora_console/images/skin/skin_default/images/normal_screen.png
A pandora_console/images/skin/skin_default/images/brick.png
A pandora_console/images/skin/skin_default/images/gm_massive_operations.png
A pandora_console/images/skin/skin_default/images/policies_ok.png
A pandora_console/images/skin/skin_default/images/gm_netflow.png
A pandora_console/images/skin/skin_default/images/advanced.png
A pandora_console/images/skin/skin_default/images/csv_mc.png
A pandora_console/images/skin/skin_default/images/op_snmp.png
A pandora_console/images/skin/skin_default/images/save_mc.png
A pandora_console/images/skin/skin_default/images/snmp.png
A pandora_console/images/skin/skin_default/images/load.png
A pandora_console/images/skin/skin_default/images/alerts_extern.png
A pandora_console/images/skin/skin_default/images/header_logout.png
A pandora_console/images/skin/skin_default/images/vnc.png
A pandora_console/images/skin/skin_default/images/op_alerts.png
A pandora_console/images/skin/skin_default/images/grid.disabled.png
A pandora_console/images/skin/skin_default/images/chart_bar.disabled.png
A pandora_console/images/skin/skin_default/images/op_inventory.png
A pandora_console/images/skin/skin_default/images/photo.disabled.png
A pandora_console/images/skin/skin_default/images/disk.disabled.png
A pandora_console/images/skin/skin_default/images/chart_curve.png
A pandora_console/images/skin/skin_default/images/recon.png
A pandora_console/images/skin/skin_default/images/camera_mc.png
A pandora_console/images/skin/skin_default/images/gm_db.png
A pandora_console/images/skin/skin_default/images/reporting.png
A pandora_console/images/skin/skin_default/images/custom_field.png
A pandora_console/images/skin/skin_default/images/control_pause.png
A pandora_console/images/skin/skin_default/images/key.png
L pandora_console/images/skin/skin_default/images/mimetypes
A pandora_console/images/skin/skin_default/images/wmi.png
A pandora_console/images/skin/skin_default/images/link.png
A pandora_console/images/skin/skin_default/images/cross.disabled.png
A pandora_console/images/skin/skin_default/images/header_email.png
A pandora_console/images/skin/skin_default/images/control_play_col.png
A pandora_console/images/skin/skin_default/images/filter_mc.png
A pandora_console/images/skin/skin_default/images/blade.png
A pandora_console/images/skin/skin_default/images/lock_mc.png
A pandora_console/images/skin/skin_default/images/bell_pause.png
A pandora_console/images/skin/skin_default/images/chart_curve.disabled.png
A pandora_console/images/skin/skin_default/images/header_down.png
A pandora_console/images/skin/skin_default/images/enterprise.png
A pandora_console/images/skin/skin_default/images/profiles.png
A pandora_console/images/skin/skin_default/images/gm_users.png
A pandora_console/images/skin/skin_default/images/email_inbox.png
A pandora_console/images/skin/skin_default/images/header_chat.png
A pandora_console/images/skin/skin_default/images/wand_sla.png
A pandora_console/images/skin/skin_default/images/collection.png
A pandora_console/images/skin/skin_default/images/god2.png
A pandora_console/images/skin/skin_default/images/god4.png
A pandora_console/images/skin/skin_default/images/inventory.png
A pandora_console/images/skin/skin_default/images/header_user_admin.png
A pandora_console/images/skin/skin_default/images/god6.png
A pandora_console/images/skin/skin_default/images/header_help.png
A pandora_console/images/skin/skin_default/images/gm_log.png
A pandora_console/images/skin/skin_default/images/tag.png
A pandora_console/images/skin/skin_default/images/control_prev.png
A pandora_console/images/skin/skin_default/images/agent_mc.png
A pandora_console/images/skin/skin_default/images/delete_mc.png
A pandora_console/images/skin/skin_default/images/pen.png
A pandora_console/images/skin/skin_default/images/plus.png
L pandora_console/images/skin/skin_default/images/groups_small
A pandora_console/images/skin/skin_default/images/module.png
A pandora_console/images/skin/skin_default/images/gm_events.png
A pandora_console/images/skin/skin_default/images/photo.png
A pandora_console/images/skin/skin_default/images/csv.png
A pandora_console/images/skin/skin_default/images/new_message.png
A pandora_console/images/skin/skin_default/images/templates.png
A pandora_console/images/skin/skin_default/images/book_edit.png
A pandora_console/images/skin/skin_default/images/events_list.png
A pandora_console/images/skin/skin_default/images/policies_cog.png
A pandora_console/images/skin/skin_default/images/operation.png
A pandora_console/images/skin/skin_default/images/xml.png
A pandora_console/images/skin/skin_default/images/full_screen.png
A pandora_console/images/skin/skin_default/images/module_group.png
A pandora_console/images/skin/skin_default/images/policies_not_brick.png
A pandora_console/images/skin/skin_default/images/heart.png
A pandora_console/images/skin/skin_default/images/gm_monitoring.png
A pandora_console/images/skin/skin_default/images/custom_columns.png
A pandora_console/images/skin/skin_default/images/control_pause_col.png
A pandora_console/images/skin/skin_default/images/custom_field_col.png
A pandora_console/images/skin/skin_default/images/header_events.png
A pandora_console/images/skin/skin_default/images/op_netflow.png
A pandora_console/images/skin/skin_default/images/header_warning.png
A pandora_console/images/skin/skin_default/images/plugin_mc.png
A pandora_console/images/skin/skin_default/images/sla.png
M pandora_console/images/skin/skin_default/images/binary.png
A pandora_console/images/skin/skin_default/images/op_network.png
A pandora_console/images/skin/skin_default/images/binary.disabled.png
M pandora_console/images/profiles.png
A pandora_console/images/collection.png
A pandora_console/images/inventory.png
A pandora_console/images/gm_log.png
M pandora_console/images/images.png
M pandora_console/images/cog.png
A pandora_console/images/tag.png
A pandora_console/images/mc_plugin.png
A pandora_console/images/enterprise_icon.png
M pandora_console/images/photo.png
M pandora_console/images/refresh.png
A pandora_console/images/events_list.png
A pandora_console/images/operation.png
A pandora_console/images/full_screen.png
A pandora_console/images/chart_curve_overview.disabled.png
M pandora_console/images/heart.png
A pandora_console/images/input_add.png
A pandora_console/images/gm_monitoring.png
M pandora_console/images/percentile_item.png
A pandora_console/images/module_warning.png
A pandora_console/images/custom_field_col.png
A pandora_console/images/plugin_mc.png
M pandora_console/images/snmp_wizard.png
M pandora_console/images/link_break.png
M pandora_console/images/go_next.png
M pandora_console/images/policies.png
M pandora_console/images/bell.png
M pandora_console/images/policies_error.png
A pandora_console/images/agent_ok.png
M pandora_console/images/go_last.png
A pandora_console/images/services.png
A pandora_console/images/sound.png
L pandora_console/images/os_icons
A pandora_console/images/tab_green_bg.png
M pandora_console/images/plugin.png
A pandora_console/images/header_refresh.png
A pandora_console/images/op_reporting.png
A pandora_console/images/list.png
A pandora_console/images/gm_servers.png
M pandora_console/images/books.png
A pandora_console/images/reporting32.png
A pandora_console/images/input_delete.png
M pandora_console/images/div.png
A pandora_console/images/input_go.png
M pandora_console/images/policies_error_db.png
A pandora_console/images/normal_screen.png
A pandora_console/images/dashboard.png
A pandora_console/images/donut.png
M pandora_console/images/network.disabled.png
M pandora_console/images/policies_ok.png
A pandora_console/images/submenu_tree_first.png
M pandora_console/images/lightning_go.png
A pandora_console/images/csv_mc.png
M pandora_console/images/snmp.png
A pandora_console/images/recon_icon.png
M pandora_console/images/default_list.png
A pandora_console/images/database_history.png
M pandora_console/images/chart_bar.disabled.png
A pandora_console/images/help_icon.png
A pandora_console/images/input_update.png
A pandora_console/images/agent_notinit.png
M pandora_console/images/control_pause.png
A pandora_console/images/key.png
L pandora_console/images/mimetypes
M pandora_console/images/link.png
A pandora_console/images/header_email.png
M pandora_console/images/delete.png
L pandora_console/images/networkmap
A pandora_console/images/input_wand.png
A pandora_console/images/input_tick.png
M pandora_console/images/bricks.png
A pandora_console/images/write_paper.png
M pandora_console/images/world.png
M pandora_console/images/wand_sla.png
M pandora_console/images/wand.png
M pandora_console/images/disk.png
M pandora_console/images/group.png
A pandora_console/images/header_user_admin.png
A pandora_console/images/header_help.png
A pandora_console/images/category.png
M pandora_console/images/house.png
A pandora_console/images/module.png
A pandora_console/images/export25.png
A pandora_console/images/xml.png
A pandora_console/images/op_netflow.png
L pandora_console/images/console
L pandora_console/images/console/background
L pandora_console/images/console/icons
L pandora_console/images/console/icons/old_icons
M pandora_console/images/cross.png
A pandora_console/images/operating_system.png
M pandora_console/images/application_edit.png
M pandora_console/images/camera.png
M pandora_console/images/sub.png
A pandora_console/images/gm_policies.png
A pandora_console/images/box.disabled.png
M pandora_console/images/setup.png
M pandora_console/images/go_previous.png
A pandora_console/images/module_mc.png
M pandora_console/images/tag_red.png
A pandora_console/images/submenu_tree_middle.png
A pandora_console/images/visual_console.png
A pandora_console/images/email_outbox.png
M pandora_console/images/attachment.png
A pandora_console/images/module_notinit.png
L pandora_console/images/gis_map
L pandora_console/images/gis_map/icons
A pandora_console/images/submenu2_tree_middle.png
A pandora_console/images/html.png
M pandora_console/images/control_play.png
M pandora_console/images/tag_red.disabled.png
M pandora_console/images/lightbulb.png
A pandora_console/images/version.png
M pandora_console/images/bell_error.png
M pandora_console/images/brick.png
M pandora_console/images/tip.png
A pandora_console/images/op_snmp.png
M pandora_console/images/pandora_header_logo_enterprise.png
A pandora_console/images/load.png
M pandora_console/images/chart_curve_threshold.png
A pandora_console/images/chart.png
M pandora_console/images/copy.png
A pandora_console/images/op_monitoring.png
M pandora_console/images/mul.png
A pandora_console/images/menu_gm_mark.png
A pandora_console/images/menu_lk_mark.png
A pandora_console/images/gm_users.png
A pandora_console/images/email_inbox.png
A pandora_console/images/header_chat.png
M pandora_console/images/network.png
M pandora_console/images/extensions.png
A pandora_console/images/submenu2_tree_last.png
M pandora_console/images/database.png
A pandora_console/images/delete_mc.png
A pandora_console/images/input_config.png
L pandora_console/images/groups_small
A pandora_console/images/server_export_mc.png
A pandora_console/images/input_cog.png
M pandora_console/images/add.png
A pandora_console/images/csv.png
A pandora_console/images/module_group.png
D pandora_console/images/lupa.png
A pandora_console/images/control_pause_col.png
A pandora_console/images/custom_columns.png
A pandora_console/images/header_warning.png
D pandora_console/images/user.png
M pandora_console/images/binary.png
A pandora_console/images/op_network.png
A pandora_console/images/home.png
A pandora_console/images/bell_extern.png
A pandora_console/images/tab_grey_bg.png
A pandora_console/images/header_blackout.png
A pandora_console/images/header_ready.png
A pandora_console/images/agent_unknown.png
M pandora_console/images/config.png
M pandora_console/images/pdf.png
A pandora_console/images/control_next.png
A pandora_console/images/submenu_tree_last.png
M pandora_console/images/comments.png
A pandora_console/images/control_stop.png
M pandora_console/images/email.png
M pandora_console/images/lock.png
M pandora_console/images/error.png
A pandora_console/images/gm_modules.png
A pandora_console/images/gm_gis.png
M pandora_console/images/data.png
M pandora_console/images/config.disabled.png
M pandora_console/images/linkpolicy.png
A pandora_console/images/op_gis.png
M pandora_console/images/clean.png
M pandora_console/images/chart_bar.png
D pandora_console/images/lupa_15x15.png
L pandora_console/images/help
A pandora_console/images/advanced.png
A pandora_console/images/save_mc.png
A pandora_console/images/module_ok.png
A pandora_console/images/header_logout.png
M pandora_console/images/user_suit.png
M pandora_console/images/file.disabled.png
L pandora_console/images/status_sets
L pandora_console/images/status_sets/faces
L pandora_console/images/status_sets/color_text
L pandora_console/images/status_sets/default
M pandora_console/images/photo.disabled.png
M pandora_console/images/recon.png
M pandora_console/images/lightbulb_off.png
A pandora_console/images/camera_mc.png
A pandora_console/images/gm_db.png
M pandora_console/images/attachment_del.png
A pandora_console/images/custom_field.png
M pandora_console/images/eye.png
M pandora_console/images/wmi.png
M pandora_console/images/camera.disabled.png
A pandora_console/images/control_play_col.png
M pandora_console/images/sum.png
M pandora_console/images/pandora_header_logo.png
M pandora_console/images/avg.png
A pandora_console/images/header_down.png
M pandora_console/images/zoom_cross.disabled.png
A pandora_console/images/module_unknown.png
M pandora_console/images/server_export.png
A pandora_console/images/bin.png
A pandora_console/images/input_cross.png
A pandora_console/images/control_prev.png
A pandora_console/images/agent_mc.png
A pandora_console/images/pen.png
A pandora_console/images/plus.png
D pandora_console/images/log-out.png
A pandora_console/images/gm_events.png
A pandora_console/images/new_message.png
A pandora_console/images/templates.png
A pandora_console/images/sla.png
M pandora_console/images/binary.disabled.png
M pandora_console/images/chart_curve_overview.png
A pandora_console/images/mg_modules.png
L pandora_console/extras
L pandora_console/mobile
L pandora_console/mobile/operation
L pandora_console/mobile/include
L pandora_console/mobile/include/style
L pandora_console/mobile/images
L pandora_console/general
L pandora_console/general/license
M pandora_console/general/login_page.php
M pandora_console/general/logon_ok.php
M pandora_console/general/main_menu.php
L pandora_console/general/ui
M pandora_console/general/header.php
L pandora_console/godmode
L pandora_console/godmode/groups
M pandora_console/godmode/groups/modu_group_list.php
M pandora_console/godmode/groups/configure_group.php
M pandora_console/godmode/groups/configure_modu_group.php
M pandora_console/godmode/groups/group_list.php
M pandora_console/godmode/admin_access_logs.php
M pandora_console/godmode/extensions.php
L pandora_console/godmode/db
M pandora_console/godmode/db/db_main.php
M pandora_console/godmode/db/db_audit.php
M pandora_console/godmode/db/db_sanity.php
M pandora_console/godmode/db/db_refine.php
M pandora_console/godmode/db/db_info.php
M pandora_console/godmode/db/db_event.php
M pandora_console/godmode/db/db_purge.php
L pandora_console/godmode/agentes
M pandora_console/godmode/agentes/fields_manager.php
M pandora_console/godmode/agentes/planned_downtime.list.php
M pandora_console/godmode/agentes/planned_downtime.editor.php
M pandora_console/godmode/agentes/modificar_agente.php
M pandora_console/godmode/agentes/configurar_agente.php
M pandora_console/godmode/agentes/configure_field.php
M pandora_console/godmode/agentes/agent_manager.php
L pandora_console/godmode/servers
M pandora_console/godmode/servers/recon_script.php
M pandora_console/godmode/servers/plugin.php
A pandora_console/godmode/servers/servers.build_table.php
M pandora_console/godmode/servers/manage_recontask.php
M pandora_console/godmode/servers/modificar_server.php
M pandora_console/godmode/servers/manage_recontask_form.php
L pandora_console/godmode/alerts
M pandora_console/godmode/alerts/alert_list.php
M pandora_console/godmode/alerts/configure_alert_template.php
M pandora_console/godmode/alerts/alert_templates.php
M pandora_console/godmode/alerts/configure_alert_action.php
M pandora_console/godmode/alerts/configure_alert_command.php
M pandora_console/godmode/alerts/alert_actions.php
M pandora_console/godmode/alerts/alert_special_days.php
M pandora_console/godmode/alerts/alert_commands.php
M pandora_console/godmode/alerts/configure_alert_special_days.php
L pandora_console/godmode/snmpconsole
M pandora_console/godmode/snmpconsole/snmp_trap_generator.php
M pandora_console/godmode/snmpconsole/snmp_alert.php
M pandora_console/godmode/snmpconsole/snmp_filters.php
L pandora_console/godmode/setup
M pandora_console/godmode/setup/setup_general.php
M pandora_console/godmode/setup/links.php
M pandora_console/godmode/setup/setup.php
M pandora_console/godmode/setup/os.php
L pandora_console/godmode/users
M pandora_console/godmode/users/user_list.php
M pandora_console/godmode/users/profile_list.php
M pandora_console/godmode/users/configure_user.php
M pandora_console/godmode/users/configure_profile.php
L pandora_console/godmode/gis_maps
M pandora_console/godmode/gis_maps/configure_gis_map.php
M pandora_console/godmode/gis_maps/index.php
L pandora_console/godmode/events
M pandora_console/godmode/events/event_edit_filter.php
M pandora_console/godmode/events/events.php
L pandora_console/godmode/massive
M pandora_console/godmode/massive/massive_copy_modules.php
M pandora_console/godmode/massive/massive_operations.php
L pandora_console/godmode/modules
M pandora_console/godmode/modules/manage_network_templates.php
M pandora_console/godmode/modules/module_list.php
L pandora_console/godmode/reporting
M pandora_console/godmode/reporting/visual_console_builder.php
M pandora_console/godmode/reporting/graph_builder.php
M pandora_console/godmode/reporting/reporting_builder.php
M pandora_console/godmode/reporting/map_builder.php
M pandora_console/godmode/reporting/graphs.php
L pandora_console/godmode/tag
M pandora_console/godmode/tag/tag.php
M pandora_console/godmode/tag/edit_tag.php
L pandora_console/godmode/category
M pandora_console/godmode/category/category.php
M pandora_console/godmode/category/edit_category.php
L pandora_console/godmode/netflow
M pandora_console/godmode/netflow/nf_edit_form.php
M pandora_console/godmode/netflow/nf_item_list.php
M pandora_console/godmode/netflow/nf_edit.php: Changing whole
visual style including icons and css
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7951 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extensions/update_manager/lib/functions.ajax.php: disabled the
trace.
* operation/agentes/ver_agente.php: fixed the output of modules
when the names is very large.
Fixes: #3607080
* godmode/agentes/module_manager.php: cleaned source code style.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7837 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/planned_downtime.list.php: fixed the lost data
from planned downtime, show in the table of audits.
Fixes: #3607608
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7827 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/agentes/module_manager_editor_common.php: show only the
tags that the user has.
Fixes: #3607617
* include/functions_tags.php: cleaned source code style.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7825 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f