* pandora_console/godmode/reporting/reporting_builder.item_editor.php: Added the item
'network_interfaces_report'.
* pandora_console/include/functions_agents.php: Added the function
"agents_get_network_interfaces" to get a list of network interfaces
information by agent.
* pandora_console/include/functions_custom_graphs.php: Added the 'ttl' parameter
to the function "custom_graphs_print".
* pandora_console/include/functions_reporting.php: Added the item
'network_interfaces_report' to the function
"reporting_render_report_html_item". Added the function
"reporting_network_interfaces_table".
* pandora_console/include/functions_reports.php: Added the item
'network_interfaces_report' to the function
"reports_get_report_types".
* operation/visual_console/render_view.php,
godmode/reporting/visual_console_builder.php: Added hooks
to the enterprise wizard of services.
* include/constants.php: Added constants for the services modes.
* operation/events/events.php,
operation/events/events.build_query.php: Now is possible to
filter the events by module id programmatically.
* images/wand_services.png: Added image.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10464 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.php:
Added some buttons, like a control to edit the html code
of the tinymce's textarea.
* godmode/reporting/visual_console_builder.editor.js:
Modified the funtion "hiddenFields" to enable the tinymce's
code control only if the item is a label.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10231 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js:
Modified the function "loadFieldsFromDB" to fix the graph
type selection.
* include/functions_visual_map_editor.php: Visual changes
on the form created by the function
"visual_map_editor_print_item_palette".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10223 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js
include/graphs/fgraph.php
include/graphs/functions_pchart.php
include/graphs/pChart/pImage.class.php
include/functions_visual_map.php
include/ajax/visual_console_builder.ajax.php
include/functions_visual_map_editor.php
include/functions_custom_graphs.php
include/functions_graph.php: Added option to cusomize the
background of the graphs in visual consoles for ticket: #886
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10181 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.php
godmode/reporting/reporting_builder.item_editor.php
include/functions_reporting.php
include/functions_reports.php: Added SLA Monthly reports. Its
an enterprise feature, so here is only the code to hook it and
some forms logic
* include/functions_html.php: Add support to header styles in
html_print_table function. Used in SLA monthly reports
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9919 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb_data.sql
include/functions_config.php
extras/pandoradb_migrate_5.0.x_to_5.1.postgreSQL.sql
extras/pandoradb_migrate_5.0.x_to_5.1.oracle.sql
extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql
pandoradb.data.postgreSQL.sql
pandoradb.data.oracle.sql
godmode/setup/setup_visuals.php
godmode/reporting/reporting_builder.php: New feature for
reports and report templates, user can customize report
front page in setup.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9880 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
* 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:
Added the column "name"to the table "treport_content".
* godmode/reporting/reporting_builder.item_editor.php,
godmode/reporting/reporting_builder.php: Now is posible
to add a name to the report items.
* godmode/reporting/reporting_builder.list_items.php: Now
the list shows the name of the item or the description if
the name is empty.
* operation/reporting/reporting_xml.php,
include/functions_reporting.php: Now the XML and common
reports show the item name if exists.
* extensions/files_repo/files_repo_list.php: Improved
the description.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9751 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.wizard.php,
godmode/reporting/visual_console_builder.php, include/constants.php,
include/functions_visual_map.php: added the feature to set the
parent of items from the wizard.
Incident: #670
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9628 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.main.php,
godmode/reporting/reporting_builder.php,
include/functions_users.php: fixed the access to the report with the
user profile "RW" and "RM".
Incident: #655
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9575 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* mobile/index.php
mobile/operation/visualmap.php
mobile/operation/visualmaps.php
mobile/operation/networkmap.php
mobile/operation/home.php
mobile/operation/agent.php
mobile/include/style/main.css
mobile/include/user.class.php: Added visual
consoles in mobile console. Improve the apparience with
new icons (pandora ones), better layout, etc.
* godmode/reporting/map_builder.php: Fix type
in gettext function
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9409 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/map_builder.php,
godmode/reporting/visual_console_builder.data.php: fixed the access
to user with operator read or and operator write in all group into
the visualmaps.
Incident: #538 from local tracker
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9358 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js,
include/functions_visual_map.php,
include/ajax/visual_console_builder.ajax.php: fixes the bug for
the simple values positions and the enable links in the static
graph.
Incidents: #536 and #535 from local tracker
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9357 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.list_items.php: fixed the
list of modules from inventory item.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9317 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.php,
include/functions_groups.php,
include/functions_users.php: Reverted changes for TSOL. Will be merged
after the 5.0SP1 release.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9100 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/map_builder.php: added ids to the links for to
the make more easy the unit test.
* godmode/reporting/visual_console_builder.editor.js,
include/functions_visual_map.php: fixed the simple value macros in
the editor.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9056 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.list_items.php,
godmode/reporting/visual_console_builder.editor.js,
godmode/reporting/visual_console_builder.elements.php,
godmode/reporting/visual_console_builder.editor.php,
include/help/en/help_visual_console_editor_editor_tab.php,
include/javascript/jquery.pandora.js,
include/functions_visual_map.php,
include/ajax/visual_console_builder.ajax.php,
include/functions_visual_map_editor.php: added rich labels for all
items in the visualmap and the simple value has the new macro
(_VALUE_) for to set the value with html style into the rich labels.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8965 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.php,
include/styles/pandora.css, include/styles/pandora_legacy.css: added
the font 72 pt for labels in visual maps.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8896 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/help/en/help_reporting_advanced_tab.php
include/help/es/help_reporting_advanced_tab.php: Add info
in the report macros help with new feature
* images/custom_logo/none.png
images/custom_logo/artica_logo.jpg
images/custom_logo/artica_logo.png
images/custom_logo/sourceforge.png
images/custom_logo/pandora_logo_head.png
images/custom_logo/none.jpg: Clean and create new files for
pdf header
* godmode/reporting/reporting_builder.php: Set FreeSans as
default font in reports
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_alerts.php
include/javascript/jquery.pandora.controls.js
include/functions_treeview.php
operation/tree.php
operation/agentes/ver_agente.php
godmode/groups/group_list.php
godmode/massive/massive_add_alerts.php
godmode/massive/massive_delete_modules.php
godmode/massive/massive_delete_alerts.php
godmode/massive/massive_edit_modules.php
godmode/reporting/graph_builder.graph_editor.php: Add sorting
in many agents list retrieved by ajax and tree view
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8868 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/styles/pandora.css: Added a overflow hidden
in left informative tab of pandoras interface to avoid
ugly visual errors.
* godmode/reporting/reporting_builder.list_items.php
godmode/reporting/reporting_builder.item_editor.php: Change Avg
strings by Rate strings in top N reports for incident #211
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8865 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/styles/pandora.css
include/functions_reporting.php
include/fonts/FreeSans.ttf
include/fonts/FreeSansBold.ttf
include/config_process.php
operation/reporting/reporting_viewer.php
images/pandora_logo_white.jpg
godmode/reporting/reporting_builder.list_items.php
godmode/reporting/reporting_builder.main.php
godmode/reporting/reporting_builder.php: Fix several visual
issues in reports. Update FreeSans font. Add some code for
pdf reports in enterprise side
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8858 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/graphs/pChart/pPie.class.php: Fix reversed colors bug in
3D pie graphs
* godmode/reporting/reporting_builder.item_editor.php: Hide Server combo
when metaconsole is not enabled.
* include/javascript/jquery.pandora.js: Increase width of license
dialog
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8831 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.item_editor.php: Added
error message when try to add a new SLA item without configure
parameters
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8804 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.php: change the code
to show the tabs in metaconsole after create a new visualmap.
* include/functions_ui.php: fixed into the function
"ui_print_agent_autocomplete_input" the parameter
"input_id_server_name" for metaconsole.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8608 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.list_items.php: Add the
pure parameter to sort arrows in reporting view
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8602 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
* godmode/reporting/reporting_builder.main.php
godmode/reporting/reporting_builder.php: Added the report
group to the group combo in the main edition screen of this
report when the user hasnt permissions on this groups but
this report have special permissions to edit by this group
bug: #2362
Fix a header layout in reports edit view when only have permission
to edit extrapermission reports
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8589 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/reporting/reporting_viewer.php
images/report_list.png
godmode/events/event_edit_filter.php
godmode/reporting/reporting_builder.php: Fix the manage
tabs wich appeared in the view report section even when
the user hasnt RW permissions for bug #2347
Added some new buttons and icon to make more usable the
reports section
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8544 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/reporting/visual_console_builder.editor.js: fixed the
removed the relantionship between items.
MERGED FROM THE BRANCH PANDORA_4.0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8383 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js: fixed the
moving the lines when the item is a graph.
MERGED FROM THE BRANCH PANDORA_4.0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8380 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js,
godmode/reporting/visual_console_builder.editor.php,
include/functions_visual_map_editor.php: changed the code to show
the list of parent in the select, now this selectbox doesn't show
the same item.
MERGED FROM THE BRANCH PANDORA_4.0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8374 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
* godmode/reporting/reporting_builder.php: fixed the link of the
image in the first page into the PDF reports.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8276 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/reporting/reporting_builder.item_editor.php,
include/functions_reporting.php: change the title of "avg" for
the real "rate".
Fixes: #2223
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8197 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.item_editor.php: fixed ACL for
the custom graphs.
Fixes: #2233
MERGED FROM THE BRANCH 4
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8196 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js: fixed the
update the module graph item.
Fixes: #2234
* godmode/reporting/visual_console_builder.php: fixed lost height
and width of item when add several module graphs.
MERGED FROM THE BRANCH 4
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8190 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/visual_console/render_view.php
operation/reporting/reporting_viewer.php
operation/reporting/graph_viewer.php
godmode/reporting/visual_console_builder.php
godmode/reporting/graph_builder.php
godmode/reporting/reporting_builder.php: Redistribute
the options of some sections to improve the usability
* images/cross_undo.png
images/load.png: Change some images
* operation/agentes/stat_win.php: Fix the problem of
the height of module graphs form layer adding a scroll
div
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7961 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js: fixed the
autosave and non-autosave actions.
Fixes: #3609806
* godmode/reporting/visual_console_builder.editor.php: re-added
the translations to strings for the error messages for user across
the javascript.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7958 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_visual_map_editor.php,
include/ajax/visual_console_builder.ajax.php,
godmode/reporting/visual_console_builder.php,
godmode/reporting/visual_console_builder.data.php,
godmode/reporting/visual_console_builder.editor.js: some fixes in
the visualconsole.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7956 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
* godmode/reporting/visual_console_builder.editor.js: fixed a
warning message in javascript for null var when the map is empty.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
*include/constants.php, include/functions_reporting.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/reporting/reporting_builder.php: into the report element
"exception" added more conditions and rewrote the code.
Fixes: #3607172
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7816 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.php,
godmode/reporting/reporting_builder.item_editor.php: fixed the get
modules from items events for reports in metaconsole.
Fixes: #3606284
* include/functions_agents.php, operation/tree.php,
operation/agentes/ver_agente.php: some fixes for avoid PHP
warnings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7806 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.item_editor.php: added tip for
to note the module have another module intervals in the life of this
maybe the sumattory is not correct.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7795 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_reports.php
godmode/reporting/reporting_builder.php: Fixed some interface errors on
reports views and other ACLs fixes
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7711 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/modules/manage_network_components.php,
godmode/reporting/visual_console_builder.editor.js,
godmode/massive/massive_delete_alerts.php: improved the source
style.
* include/functions_ui.php: fixed the sort of included of jquery
base files.
Fixes: #3604768
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7661 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_servers.php, extensions/plugin_registration.php:
cleaned source code.
* godmode/reporting/reporting_builder.item_editor.php: fixed the
usability for the SQL items in the reports.
Fixes: #3573455
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7618 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* ajax.php: added the autologin hash for some ajax call of user
without login (but with hash autologin).
* godmode/reporting/reporting_builder.list_items.php,
include/db/mysql.php: cleaned source code style.
* include/functions_reporting.php, include/functions_events.php,
operation/reporting/reporting_xml.php: optimized the get by steps
the group events.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7588 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/alerts/alert_list.list.php,
godmode/reporting/graph_builder.php, godmode/setup/news.php,
godmode/setup/setup_general.php, godmode/netflow/nf_edit_form.php,
godmode/db/db_purge.php, godmode/db/db_main.php,
godmode/extensions.php, include/functions_reporting.php,
operation/reporting/reporting_viewer.php: improved the source code
style.
* operation/reporting/reporting_xml.php, include/functions_xml.php:
fixed the output of xml when have some html entities that is not
as hexadecimal entities.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7564 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/reporting/reporting_builder.list_items.php: fixed the
autocomplete agent when edit or create a item for report that put
the server name but now don't put anything.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7560 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/styles/jquery-ui-1.10.0.custom.css,
include/styles/images/ui-*,
include/javascript/jquery.jquery-ui-1.10.0.custom.js,
include/javascript/jquery-1.9.0.js: added the last version of
jquery and jqueryUI.
* godmode/reporting/visual_console_builder.editor.js,
include/ajax/events.php, include/functions_events.php,
include/functions_reporting.php,
include/javascript/pandora_events.js,
include/javascript/jquery.scrollTo.js,
include/javascript/jquery.tablesorter.pager.js,
include/javascript/jquery.tablesorter.js, include/functions_ui.php,
extensions/update_manager/lib/functions.php,
extensions/update_manager/main.php, extensions/agents_alerts.php,
operation/events/events.php, general/login_page.php,
general/logoff.php, general/header.php,
general/login_help_dialog.php: fixes about the new jquery and
jqueryUI version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7554 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_reporting.php: fixed the calculate the min,
max and avg of exception item and show the operation column.
Fixes: #3602229
* godmode/reporting/reporting_builder.item_editor.php: fixed lost
vars from the metaconsole that makes PHP notices.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7537 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* pandoradb.postgreSQL.sql, pandoradb.oracle.sql, pandoradb.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: changed in the
table "tlayout_data" the field "label" to text without limits.
* godmode/extensions.php, include/functions_tags.php,
include/functions_ui.php, include/functions_agents.php,
include/functions_config.php: cleaned source code style.
* godmode/reporting/visual_console_builder.editor.js,
godmode/reporting/visual_console_builder.editor.php,
include/styles/pandora.css, include/styles/pandora_legacy.css,
include/functions_visual_map.php,
include/ajax/visual_console_builder.ajax.php,
include/functions_visual_map_editor.php: added the formatted label
into the item label with the help of tiny_mce.
* include/javascript/tiny_mce/*: update the last version of
tiny_mce.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7524 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* operation/events/events_list.php
images/books.png
godmode/reporting/reporting_builder.item_editor.php: Adapt
the reports item of events to metaconsole, add a new
image to history events and fix little bugs in events list
as parameters pass in pagination
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7491 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.php,
godmode/reporting/reporting_builder.item_editor.php,
godmode/agentes/agent_manager.php, include/functions_events.php,
include/functions_reporting.php: added the option "no validaded" in
the items for events.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7403 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.php: Added a default cover
for PDF reports.
include/help/ja/help_reporting_advanced_tab.php,
include/help/en/help_reporting_advanced_tab.php,
include/help/es/help_reporting_advanced_tab.php: Documented new macro
called REPORT_NAME
MERGED FROM 4.0.3
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7365 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/graph_builder.php: Fixed bug that
unspecified graph name was displayed in the header line
when creating a new custom graph. Merged from branch 4.0.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7359 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extensions/resource_registration.php,
extensions/resource_exportation.php,
operation/events/event_statistics.php,
operation/events/events_list.php,
operation/reporting/reporting_viewer.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/reporting_builder.item_editor.php,
include/functions_alerts.php, include/functions_reports.php,
include/functions_events.php, include/graphs/fgraph.php,
include/functions_graph.php, include/styles/pandora.css,
include/functions_reporting.php, include/functions_agents.php: a lot
of changes and fixes from the branch for the reports.
MERGED FROM PANDORA_4.0
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7351 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/alerts/alert_list.php,
godmode/alerts/configure_alert_template.php,
godmode/alerts/alert_templates.php,
godmode/alerts/alert_list.builder.php,
operation/messages/message_edit.php, include/functions_api.php,
operation/reporting/reporting_xml.php,
godmode/reporting/graph_builder.graph_editor.php: cleaned source
code style.
* include/functions_io.php: improved the function "__" for to hook
the translations from metaconsole.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7292 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/javascript/pandora.js: fixed lost var id_server.
* operation/agentes/ver_agente.php: fixed call of get modules for
to get modules.
* godmode/reporting/visual_console_builder.php: fixed lost var.
* godmode/reporting/visual_console_builder.editor.js: fixed check
the var metaconsole in firefox.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7281 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.list_items.php: Fixed the
modules/agents shown in the table of report items in inventory
kind
merged from 4.0.2
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7271 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_visual_map_editor.php: increased the size of
agent autocomplete widget.
* include/functions_visual_map.php: in the function
"visual_map_print_visual_map" changed for to print corretly the
urls in public view in metaconsole.
* include/ajax/agent.php: restore the search for any string in
the autocomplete agent.
* operation/reporting/reporting_xml.php,
operation/search_results.php,
operation/visual_console/public_console.php,
godmode/setup/setup_auth.php, godmode/servers/modificar_server.php:
cleaned source code style.
* godmode/reporting/visual_console_builder.editor.js: fixed when
finish a resize action or put the grid, before these actions
was make a corrupt data of items.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.oracle.sql,
extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql, pandoradb.sql,
pandoradb.postgreSQL.sql, pandoradb.oracle.sql: in the table
"tlayout_data" added the column "id_metaconsole" for to show
visualmaps in the metaconsole.
* operation/visual_console/render_view.php,
include/functions_visual_map.php, operation/agentes/ver_agente.php,
godmode/reporting/visual_console_builder.wizard.php,
godmode/reporting/visual_console_builder.php,
godmode/reporting/visual_console_builder.data.php,
godmode/reporting/visual_console_builder.editor.js,
godmode/reporting/visual_console_builder.elements.php,
godmode/reporting/visual_console_builder.editor.php,
godmode/reporting/map_builder.php,
include/ajax/visual_console_builder.ajax.php,
include/ajax/agent.php, include/functions_visual_map_editor.php,
* operation/agentes/datos_agente.php,
include/functions_netflow.php: cleaned source code style.
* include/functions_ui.php: in function
"ui_require_javascript_file_enterprise" fixed when need a
enterprise javascript instead metaconsole enterprise path.
* include/javascript/pandora.js: fixed the function
"agent_changed_by_multiple_agents" that needs in the metaconsole.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7258 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extensions/update_manager/lib/libupdate_manager_client.php,
extensions/update_manager/lib/libupdate_manager.php,
operation/agentes/ver_agente.php,
operation/agentes/status_monitor.php,
operation/agentes/estado_ultimopaquete.php,
operation/agentes/estado_agente.php,
operation/integria_incidents/incident.php,
operation/reporting/reporting_xml.php,
godmode/reporting/visual_console_builder.editor.js,
godmode/reporting/visual_console_builder.wizard.php,
godmode/reporting/visual_console_builder.elements.php,
include/functions_visual_map.php,
include/functions_visual_map_editor.php: uploaded the changes of
source code style previous to my next commit for to make the next
commit more easy.
* godmode/reporting/visual_console_builder.php: set empty string
for the new visualmap.
* include/ajax/visual_console_builder.ajax.php: fixed the regular
expresion to extract the url for the graph.
* include/functions_html.php: fixed into the function
"html_print_select_groups" lost code for to show the selectbox.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7230 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.php,
godmode/reporting/map_builder.php,
godmode/reporting/visual_console_builder.php,
godmode/reporting/visual_console_builder.data.php,
include/functions_visual_map_editor.php,
operation/reporting/reporting_xml.php,
operation/agentes/exportdata.excel.php,
operation/agentes/ver_agente.php,
operation/agentes/status_monitor.php,
operation/agentes/alerts_status.php,
operation/agentes/exportdata.csv.php: uploaded the changes of source
code style previous to my next commit for to make the next commit
more easy.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7224 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_ui.php
include/functions_graph.php
include/functions_reporting.php
include/functions_networkmap.php
operation/reporting/reporting_viewer.php
godmode/reporting/reporting_builder.php: Fix a lot of bugs of reports and
networkmap like foreach problems and filter issues
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7199 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_reporting.php,
operation/reporting/reporting_xml.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/reporting_builder.item_editor.php: Integrated
XML and PDF netflow reports into custom reports. Fixed some broken
links.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7098 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_reporting.php
include/functions_report.php
operation/reporting/reporting_xml.php
operation/reporting/reporting_viewer.php
godmode/reporting/reporting_builder.item_editor.php
godmode/reporting/reporting_builder.php: Changed XML reports
and added two new types of report.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7095 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/graph_builder.php: Fixed a problem
with entities and custom graph wizard to add new modules.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7068 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js,
godmode/alerts/alert_list.builder.php,
godmode/alerts/alert_list.list.php,
godmode/gis_maps/configure_gis_map.php,
include/functions_visual_map_editor.php, include/functions_ui.php,
operation/tree.php, operation/agentes/exportdata.excel.php,
operation/agentes/exportdata.php, operation/agentes/ver_agente.php,
operation/snmpconsole/snmp_view.php, operation/users/user_edit.php,
operation/gis_maps/ajax.php, operation/events/events_validate.php,
operation/messages/message_edit.php,
operation/messages/message_list.php,
operation/reporting/reporting_viewer.php,
operation/netflow/nf_live_view.php,
operation/incidents/incident.php, operation/search_modules.php:
started to use the new function "ui_print_agent_autocomplete_input"
to make more easy (and standar) the autocomplete agent input.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6983 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/javascript/pandora.js,
extras/pandoradb_migrate_4.0.x_to_5.0.mysql.sql: cleaned source code
style.
* godmode/agentes/module_manager_editor_prediction.php,
godmode/reporting/visual_console_builder.elements.php,
godmode/reporting/reporting_builder.php,
godmode/reporting/reporting_builder.item_editor.php,
include/functions_ui.php: started to use the new function
"ui_print_agent_autocomplete_input" to make more easy (and standar)
the autocomplete agent input.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6975 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* extensions/insert_data.php,
operation/incidents/incident_detail.php: started to use the new function
"ui_print_agent_autocomplete_input" to make more easy (and standar)
the autocomplete agent input.
* godmode/agentes/agent_manager.php: erased unused source code for
old ajax call, and started to use the new function
"ui_print_agent_autocomplete_input" to make more easy (and standar)
the autocomplete agent input.
* operation/agentes/exportdata.php: erased duplicated source code
for call ajax, and rewrote some javascript to use same page to
ajax.
* godmode/alerts/alert_list.builder.php,
godmode/events/event_edit_filter.php,
godmode/reporting/visual_console_builder.editor.js: rewrote some
javascript to use same page to ajax.
* include/ajax/agent.php: cleaned source code style.
* include/functions_ui.php: removed the old unused code as
the functions "ui_print_ui_agents_list" and "ui_popup_help". And
added the first version of "ui_print_agent_autocomplete_input", and
this function maybe will be changing for a some time.
* include/functions_html.php: into the function
"html_print_input_text_extended" added code to use the $alt
parameter (never it have been used before) and added the function
"html_print_input_hidden_extended" with more parameters than the
simple "html_print_input_hidden" function.
* include/javascript/pandora.js: marked as Deprecated the function
"agent_module_autocomplete".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6965 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_graph.php
include/graphs/fgraph.php: Fixed minor bugs.
* operation/agentes/stat_win.php: Url built with ui_get_full_url
function.
godmode/reporting/reporting_builder.list_items.php
godmode/reporting/reporting_builder.php: Fixed bug in list element
view due to bad js action of the form.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6932 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/graph_builder.php,
include/functions_modules.php, operation/agentes/ver_agente.php:
cleaned source code style.
* include/functions_html.php: fixed the function "html_print_select"
when pass the selected as array
(for example in multiple select box).
* godmode/reporting/reporting_builder.item_editor.php,
include/functions_reports.php: into the function "get_report_name"
added parameter $template to get type for content template. And the
function "get_report_types" renamed for "reports_get_report_types"
and added the same parameter $template.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6931 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_visual_map.php
godmode/reporting/visual_console_builder.editor.php: Center the visual
map in both visual console views (edit & view)
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6907 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builder.main.php,
godmode/reporting/reporting_builder.php,
include/functions_reports.php, pandoradb.sql,
pandoradb.postgreSQL.sql, pandoradb.oracle.sql,
operation/reporting/reporting_xml.php,
operation/reporting/reporting_viewer.php,
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: now the reports
can set the group can edit or private edition.
* include/functions_users.php: cleaned source code style.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6889 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/users/configure_user.php: fixed when the metaconsole is
not set.
* godmode/reporting/reporting_builder.php: cleaned source code
style.
* include/functions_reports.php: fixed into the function
"reports_get_reports" to get reports in All group for users of
others groups.
* include/functions_api.php: fixed the confused error messages when
there is data events.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6878 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/reporting_builer.list_items.php
godmode/reporting/reporting_builer.php: Added button to masively
delete all the selected report items and massively delete these
items from position X and above/below.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6851 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* godmode/reporting/visual_console_builder.editor.js,
godmode/reporting/visual_console_builder.elements.php,
include/functions_visual_map.php,
include/ajax/visual_console_builder.ajax.php,
include/functions_visual_map_editor.php: uploaded some fixes and
changes for the visualmap, for example refactored some part of
print the visualmap in operation.
* include/functions_html.php: fixed when included from standarlone
file from enterprise structure directory.
* include/constants.php: added constants for avoid magic numbers
into the code of Visualmaps.
* include/graphs/functions_gd.php, include/functions.php,
include/functions_io.php, include/functions_modules.php,
include/functions_ui.php: cleaned source code style.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6747 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* ajax.php: added support for the enterprise, because some case
this file can't call enterprise functions.
* godmode/reporting/visual_console_builder.wizard.php,
godmode/reporting/visual_console_builder.php,
godmode/reporting/visual_console_builder.editor.js,
godmode/reporting/visual_console_builder.elements.php,
godmode/reporting/visual_console_builder.editor.php,
godmode/reporting/visual_console_builder.constans.php (delete),
include/functions_visual_map_editor.php,
include/ajax/visual_console_builder.ajax.php,
include/functions_visual_map.php: some parts of code had been
refactored because it is necesary for to add enterprise feature to
Visual map.
* include/constants.php: cleaned source code style and added and
reordened the constants for visual maps.
* include/functions_html.php, include/styles/pandora.css,
include/functions_ui.php, include/functions.php, index.php: cleaned
source code style.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6732 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_reporting.php: Improved several
parts of SLA reports. Add icons to criticity, etc.
* include/functions_api.php: Fixed bug in get events
api function remaning function
* godmode/reporting/graph_builder.graph_editor.php: Increase
the size of little combo boxes in combined graphs editor
Merged from 4.0.2
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6679 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_html.php
godmode/agentes/module_manager_editor_common.php: Modified width
of module type select in module editor when you are
editing/creating a network module.
* include/functions.php
godmode/reporting/visual_console_builder.php: Fixed autorefresh
functionality.
* include/functions_ui.php
godmode/massive/massive_edit_modules.php
operation/agentes/ver_agente.php: Several Php warnings
fixed over console code.
* godmode/reporting/reporting_builder.list_items.php: Fixed broken
view due to a bad sintax statement.
Merged fro branches.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6568 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
* include/functions_config.php
operation/users/user_edit.php
godmode/massive/massive_add_action_alerts.php
godmode/reporting/reporting_builder.php
godmode/reporting/graphs.php: Fixed Php warning due to pass by
references variables and improvement in skins update.
Merged from branches.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6564 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f