Commit Graph

5167 Commits

Author SHA1 Message Date
mdtrooper cb923ec4bc 2013-08-16 Miguel de Dios <miguel.dedios@artica.es>
* include/ajax/module.php, include/javascript/pandora_modules.js:
	fixed the ajax call to get the plugin fields in the form editor
	module plugin server.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8667 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-16 09:15:44 +00:00
Ramon Novoa cb9bec2ffc 2013-08-14 Ramon Novoa <rnovoa@artica.es>
* godmode/agentes/module_manager_editor_plugin.php,
	  include/help/ja/help_web_checks.php,
	  include/help/ja/help_plugin_macros.php,
	  include/help/en/help_plugin_macros.php,
	  include/help/en/help_web_checks.php,
	  include/help/en/help_snmp_alert_field1.php,
	  include/help/es/help_plugin_macros.php,
	  include/help/es/help_snmp_alert_field1.php,
	  include/help/es/help_web_checks.php: Updated help files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8664 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-14 16:25:07 +00:00
koichirok 4eeb07ccc3 2013-08-14 Koichiro Kikuchi <koichiro@rworks.jp>
* index.php: Improve footer layout.

	MERGED FROM branch_4.0



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8663 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-14 06:46:20 +00:00
Ramon Novoa e0f3d33362 2013-08-13 Ramon Novoa <rnovoa@artica.es>
* include/help/es/help_snmp_alert_custom.php,
	  include/help/en/help_snmp_alert_custom.php: Updated. The Japanese
	  help file seems to be ok.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8659 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-13 17:07:16 +00:00
mdtrooper 354719b67b 2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
* godmode/snmpconsole/snmp_alert.php: change the text input for
	description, now it is a textarea for large descriptions.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8652 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-09 09:16:15 +00:00
mdtrooper f720c5fffe 2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
* godmode/snmpconsole/snmp_alert.php: fixed the PHP warnings for
	empty objects.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8651 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-09 06:53:36 +00:00
mdtrooper b2d595ec05 2013-08-09 Miguel de Dios <miguel.dedios@artica.es>
* godmode/snmpconsole/snmp_alert.php: fixed the link to edit in the
	button to edit, and fixed the free text filter.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8650 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-09 06:38:57 +00:00
koichirok 8b705f701c 2013-08-08 Koichiro Kikuchi <koichiro@rworks.jp>
* index.php: Fixed footer layout probrems: Now we can see the
	 footer at the browser bottom when reducing the browser height.
	 Also fixes the footer overlay probrem in some pages (e.g.
	 "Modules in policy" page).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8647 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 14:05:57 +00:00
mdtrooper 0c9e2234e0 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* images/zoom_default.svg: tiny fixes make for Carla.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8643 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 10:15:59 +00:00
mdtrooper 767f2afc78 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* images/zoom_default.svg: added a beatiful buttom for default zoom
	from Carla job.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8642 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 09:21:10 +00:00
mdtrooper faa29e0c03 2013-08-08 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_agents.php, include/functions_alerts.php,
	operation/agentes/alerts_status.php: improved the function
	"get_group_alerts" to use in the places that there were a foreach
	loop with all agents for any group.
	
	Fixes: #2060




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8641 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 09:00:34 +00:00
mdtrooper a3dad1b227 2013-08-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php,
	godmode/agentes/module_manager_editor.php: changed the code to
	avoid to call enterprise functions.
	
	Fixes: #2367
	
	*include/functions_agents.php: fixed source code style..




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8640 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-08 06:23:48 +00:00
mdtrooper 93589e7fd4 2013-08-07 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-08-07 10:59:09 +00:00
mdtrooper 4ffc91b368 2013-08-07 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-08-07 08:26:26 +00:00
mdtrooper aa3e7d0f76 2013-08-06 Miguel de Dios <miguel.dedios@artica.es>
* godmode/menu.php, godmode/massive/massive_edit_modules.php:
	improved the source code style.
	
	* godmode/snmpconsole/snmp_alert.php,
	godmode/massive/massive_operations.php: added snmp alert operations.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8632 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-06 12:53:39 +00:00
mdtrooper 267b28ed0a 2013-08-05 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php, godmode/snmpconsole/snmp_alert.php: added
	filter in the alert snmp page and pagination.
	
	* operation/events/events.build_table.php,
	godmode/netflow/nf_edit.php, include/functions_ui.php,
	include/db/mysql.php, include/functions_incidents.php: improved the
	source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8630 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-05 14:23:27 +00:00
zarzuelo 15a8037d33 2013-08-02 Sergio Martin <sergio.martin@artica.es>
* include/functions_filemanager.php: added new error message
	on file manager to warn when the post size limit is
	exceded by the uploaded file



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8623 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-02 12:38:38 +00:00
mdtrooper c72879741b 2013-08-02 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/functions_gd.php, include/graphs/fgraph.php,
	include/functions.php, include/functions_graph.php,
	include/functions_visual_map.php,
	include/ajax/visual_console_builder.ajax.php,
	operation/visual_console/render_view.php: a lot of fixes in the
	visualmap.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8622 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-02 10:53:50 +00:00
zarzuelo aa1bc58e0d 2013-08-02 Sergio Martin <sergio.martin@artica.es>
* include/functions_modules.php: Fix modules and 
	alerts count when delete modules massively



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8621 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-02 10:48:30 +00:00
mdtrooper b373b23340 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-08-01 16:20:36 +00:00
zarzuelo 6860129ced 2013-08-01 Sergio Martin <sergio.martin@artica.es>
* include/functions_filemanager.php
	images/upload_file.png
	images/edit.png
	images/mimetypes/unknown.png
	images/mimetypes/image.png
	images/mimetypes/zip.png
	images/mimetypes/directory.png
	images/mimetypes/text.png
	images/create_directory.png
	images/create_file.png: Change icons on filemanager
	adding some usability improvements

	* index.php: Fix out of bounds of the footer in the
	policy modules view for bug #2320

	* godmode/massive/massive_operations.php: Fix double
	advertment alert

	* include/help/en/help_profile.php
	include/help/es/help_profile.php: Make changes on the
	ACLs table to put it with the same permissions of the 
	wiki



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8617 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 14:56:50 +00:00
hkosaka c09b4e6591 2013-08-01 Hirofumi Kosaka <kosaka@rworks.jp>
* include/functions_api.php: Added new API function
	'api_set_enable_disable_agent'.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8615 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 12:34:00 +00:00
mdtrooper 57729584fa 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events_list.php, extensions/agents_modules.php:
	removed the debug trace javascript code.
	
	* godmode/reporting/visual_console_builder.editor.js: fixed the
	add fake lines and prevent the remove lines.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8614 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 11:05:38 +00:00
mdtrooper 23a1156a42 2013-08-01 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/pandora_visual_console.js: fixed the javascript
	error when sometimes there is not a new lines.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8610 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-08-01 09:01:31 +00:00
mdtrooper c42525b0f1 2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-07-31 17:18:11 +00:00
mdtrooper edc6ad7d50 2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: reduced the char lenght of title in
	the header for to avoid crash when have title with wide chars.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8607 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 15:01:27 +00:00
zarzuelo 77b944b6e1 2013-07-31 Sergio Martin <sergio.martin@artica.es>
* include/functions_agents.php: Fix a if condition
	broken for a previous test code

	* godmode/groups/group_list.php: Fix propagate ACL 
	field when create group

	* godmode/groups/configure_group.php: Fixed pure parameter

	* godmode/users/configure_user.php: Fixed autohidding of fields in 
	user edition due return avoiding javascript code



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8606 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 11:34:42 +00:00
mdtrooper af0a970cea 2013-07-31 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: added dinamic tab.
	
	* images/dynamic_network_icon.png: added a Carla's icon for the
	dinamic tab.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8605 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-31 10:16:26 +00:00
zarzuelo a9206ec470 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-30 15:11:56 +00:00
mdtrooper 9bb7d6f259 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* ChangeLog: Fixes changelog.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8601 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 15:03:35 +00:00
mdtrooper f672d8a539 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-07-30 15:02:07 +00:00
zarzuelo 364bc423bd 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-30 14:59:19 +00:00
mdtrooper c06108fb2f 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-07-30 14:10:05 +00:00
mdtrooper c7e78e0190 2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/networkmap.php, godmode/users/user_list.php,
	include/javascript/pandora.js,
	include/javascript/openlayers.pandora.js,
	include/functions_snmp_browser.php, include/api.php,
	include/functions_api.php, operation/snmpconsole/snmp_browser.php,
	operation/agentes/networkmap.dinamic.php: improved the source code
	style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8596 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 10:25:49 +00:00
zarzuelo 9b18352767 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* include/functions_users.php
	operation/events/events_list.php: Improve the encapsulation
	of the last Juanmas fix using my previous solution



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8595 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 09:56:20 +00:00
juanmanuelr 162156576d 2013-07-30 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events_list.php: Fix user filter in
        event list view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8594 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 09:40:43 +00:00
zarzuelo b70b0951a4 2013-07-30 Sergio Martin <sergio.martin@artica.es>
* godmode/groups/group_list.php: Fix pagination on
	manage groups view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8593 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-30 07:54:51 +00:00
mdtrooper d343cc4c38 2013-07-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: a lot of tiny fixes.
	
	* extensions/api_checker.php: some fixes.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8591 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-29 17:13:52 +00:00
mdtrooper 3b72a6a4f4 2013-07-29 Miguel de Dios <miguel.dedios@artica.es>
* extensions/api_checker.php: a tiny extension to make more easy
	the checks in the api, it is a early version but works.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8590 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-29 12:22:58 +00:00
zarzuelo d7005e29e5 2013-07-29 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-29 10:25:38 +00:00
jsatoh c687dcf3be 2013-07-28 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_field_match_snmp.php: Translated.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8587 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-28 02:37:40 +00:00
mdtrooper 464fdb00a8 2013-07-26 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.dinamic.php: added default zoom
	buttom.
	
	* images/zoom_default.svg: the default buttom.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8584 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 12:46:09 +00:00
mdtrooper ca2305157b 2013-07-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php,
	operation/agentes/networkmap.dinamic.php: added the tooltips and
	only it needs reorganize the code.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8583 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 11:53:11 +00:00
zarzuelo e8a086f7f4 2013-07-26 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/reporting_builder.php: Fix errors
	on reports edition



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8582 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 11:39:32 +00:00
zarzuelo 77ac82e004 2013-07-26 Sergio Martin <sergio.martin@artica.es>
* include/functions_filemanager.php: Fixed file manager
	in metaconsole for bug #2361 and more little aesthetic fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8581 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-26 07:46:37 +00:00
mdtrooper ef837a8378 2013-07-25 Miguel de Dios <miguel.dedios@artica.es>
* include/javascript/d3.v3.js: removed some changes.
	
	* include/functions_networkmap.php,
	operation/agentes/networkmap.dinamic.php,
	operation/agentes/networkmap.php: first version of dinamic view
	for networkmap. It needs implement tooltip and of course fix
	the new bugs.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8579 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 16:52:45 +00:00
zarzuelo f2450b3e8c 2013-07-25 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/configure_alert_template.php: Fix alert
	template hint javascript problem for bug #2357

	* godmode/massive/massive_edit_modules.php: Change 
	help tip to clarify user experience



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8578 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 15:30:17 +00:00
juanmanuelr 9508654584 2013-07-25 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* include/functions.php: Modified function get_user_language
        . if it's called from metaconsole then user lang can be
        updated (support for external hashed call to Pandora).
2013-07-25 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>

        * include/functions.php: Modified function get_user_language
        . if it's called from metaconsole then user lang can be
        updated (support for external hashed call to Pandora).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8577 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 13:19:59 +00:00
zarzuelo b7cfe0126a 2013-07-25 Sergio Martin <sergio.martin@artica.es>
* include/constants.php: Move policy constants from
	functions_policy to constants file

	* godmode/massive/massive_edit_modules.php: Change the 
	values of link/unlink in massive modules to pending to 
	link/unlink. Its the correct way of do it



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8576 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 11:50:55 +00:00
zarzuelo bd28441832 2013-07-25 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_operations.php
	godmode/massive/massive_edit_modules.php: Added category
	and link/unkink module from policy in massive modules edition
	for bug #2341 and feature request #293



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8573 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 11:00:22 +00:00
Ramon Novoa 0c6de047d9 2013-07-25 Ramon Novoa <rnovoa@artica.es>
* godmode/servers/manage_recontask_form.php: Added a help tip for parent
	  recursion.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8571 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 10:04:24 +00:00
zarzuelo dbdd26b0c7 2013-07-25 Sergio Martin <sergio.martin@artica.es>
* include/functions_tags.php: Sort the tags by name for
	bug #2355



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8570 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-25 08:27:01 +00:00
Ramon Novoa 52bf1fb57c 2013-07-24 Ramon Novoa <rnovoa@artica.es>
* godmode/alerts/configure_alert_template.php: Fixed a translation that
	  broke the javascript.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8567 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-24 14:00:46 +00:00
juanmanuelr 60609d7896 2013-07-24 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* include/functions_forecast.php: Avoid timeout in prediction date
        item report. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8565 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-24 11:38:10 +00:00
zarzuelo e4a9035497 2013-07-24 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-24 11:06:24 +00:00
zarzuelo 1615c31696 2013-07-24 Sergio Martin <sergio.martin@artica.es>
* include/functions_modules.php
	include/functions_reporting.php
	operation/agentes/estado_monitores.php
	operation/search_agents.php: Fixed several errors on
	module status counts for bug #2338



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8563 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-24 10:27:13 +00:00
zarzuelo 829b6e591f 2013-07-23 Sergio Martin <sergio.martin@artica.es>
* godmode/alerts/alert_list.builder.php: Fix layout
	of alerts editor for bug 2273 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8561 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-23 16:07:13 +00:00
zarzuelo 49cc778651 2013-07-23 Sergio Martin <sergio.martin@artica.es>
* include/functions_reporting.php: Few improvements
	of monitor item and top n item on the reports for
	bug #2331

	* godmode/users/user_list.php: Change the default 
	order of the user list to user id, and hide the
	useless first and second name from the view
	(this data is not editable)



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8559 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-23 09:17:24 +00:00
Ramon Novoa 9f511c23d4 2013-07-22 Ramon Novoa <rnovoa@artica.es>
* include/help/es/help_field_match_snmp.php,
	  include/help/ja/help_field_match_snmp.php,
	  include/help/en/help_field_match_snmp.php: Updated.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8557 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-22 18:46:35 +00:00
Ramon Novoa 40ce5cace8 2013-07-19 Ramon Novoa <rnovoa@artica.es>
* 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
2013-07-22 18:14:09 +00:00
mdtrooper 67857667a4 2013-07-22 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_graph.php, include/functions_reports.php,
	include/functions_groups.php, include/functions_incidents.php: fixed
	the source code style.
	
	* include/javascript/d3.v3.js: uploaded custom d3 version from
	https://github.com/mdtrooper/d3 . We need to pull request to
	the main branch...I love git.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8555 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-22 14:33:37 +00:00
zarzuelo 4cf2304b67 2013-07-22 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php
	include/functions_treeview.php: Fixed bad link on
	agent info of the right side in treeview on metaconsole.
	And added access to node check to this link.
	For bug #2312



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8554 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-22 14:04:06 +00:00
zarzuelo c5f4c6d913 2013-07-22 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/stat_win.php: Change the order of jquery
	include file to avoid errors



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8553 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-22 12:34:46 +00:00
zarzuelo 9e4f937253 2013-07-22 Sergio Martin <sergio.martin@artica.es>
* include/graphs/flot/pandora.flot.js: Fixed access to 
	events from graphics in metaconsole for bug #2335



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8552 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-22 11:34:39 +00:00
zarzuelo a1a66d058e 2013-07-22 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-22 07:31:22 +00:00
zarzuelo 7aa8a4c35f 2013-07-19 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_delete_profiles.php: Fix massive
	deletion of profiles (ajax retrieving) for bug #2309



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8547 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-19 08:25:53 +00:00
zarzuelo 2e0b448d75 2013-07-18 Sergio Martin <sergio.martin@artica.es>
* include/functions_agents.php: Add check to avoid SQL
	errors when retrieve alerts and the user profiles
	are not properly configurated for bug #2349



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8545 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-18 13:12:42 +00:00
zarzuelo 319f1d769a 2013-07-18 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-18 09:50:35 +00:00
zarzuelo 42419a396e 2013-07-18 Sergio Martin <sergio.martin@artica.es>
* include/functions_events.php: Fixed the access to the
	module graph from events view on metaconsole for bug
	#2344



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8543 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-18 09:28:57 +00:00
Ramon Novoa ecd8db2561 2013-07-17 Ramon Novoa <rnovoa@artica.es>
* 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,
	  godmode/snmpconsole/snmp_alert.php,
	  pandoradb.sql,
	  pandoradb.postgreSQL.sql,
	  pandoradb.oracle.sql: Added support for SNMP alert ordering.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8540 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 17:39:27 +00:00
zarzuelo f9c5db2e4a 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* include/functions_users.php
	include/functions_groups.php
	operation/events/events_list.php: Fixed the visibility
	of the users in the events view filter. Now the user 
	can only filter by the users of the groups where the
	user belongs



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8539 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 16:14:52 +00:00
zarzuelo f5fb7c94ae 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* operation/menu.php
	operation/events/events_rss.php
	operation/events/export_csv.php
	operation/events/events_list.php
	operation/events/events.php
	operation/events/events.build_query.php
	general/shortcut_bar.php: Fixed group filter
	for bug #2346 and clean a lot of events code



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8538 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 15:58:15 +00:00
zarzuelo 6d5ee76abd 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* operation/events/events_list.php: Delete unnecessary ACL 
	check

	* images/up.png: Add missed image to new styles




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8537 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 13:57:44 +00:00
mdtrooper ede3a9a368 2013-07-17 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: fixed the default value for
	"prediction_module" in tagente_module.
	
	* include/graphs/functions_flot.php,
	include/graphs/functions_pchart.php,
	include/graphs/functions_gd.php, include/graphs/functions_utils.php,
	include/javascript/pandora_alerts.js,
	include/javascript/pandora_modules.js,
	include/javascript/pandora_events.js,
	include/functions_network_components.php: cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8535 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 11:12:37 +00:00
zarzuelo 54eb30bddf 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/status_monitor.php
	operation/agentes/alerts_status.php
	godmode/alerts/configure_alert_template.php: Clean 
	useless ACL checks. Change header string by the same
	string but translated. Added to the alert templates
	wizard level combo the option No Wizard to avoid
	confussing



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8534 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 10:31:31 +00:00
zarzuelo 8ba81a432b 2013-07-17 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/planned_downtime.editor.php
	godmode/menu.php: Fix a planned downtime ACLS problem
	for bug #2305



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8533 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-17 08:15:22 +00:00
Ramon Novoa 89a01dd446 2013-07-16 Ramon Novoa <rnovoa@artica.es>
* include/functions_snmp_browser.php: Use version 2c by default. Some
	  OIDs may not be available for version 1 queries.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8531 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-16 18:07:18 +00:00
zarzuelo d97e2fcd99 2013-07-16 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_delete_alerts.php: Fixed an 
	ajax call to retrieve the agents associated to an alert 
	template in massive alerts deletion for bug #2282



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8530 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-16 16:23:54 +00:00
zarzuelo 5e171fa0a5 2013-07-16 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-16 15:14:57 +00:00
mdtrooper 0875fb0af9 2013-07-16 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php,
	include/javascript/jquery.pandora.controls.js: improved the
	functions to pass the php vars to js, now it supports json.
	
	* include/javascript/d3.v3.js: added this library for to make
	beautiful things.
	
	* include/functions_ui.php, include/graphs/fgraph.php,
	include/javascript/pandora_events.js, include/javascript/pandora.js,
	include/functions_treeview.php,
	include/include_graph_dependencies.php,
	include/functions_categories.php, include/db/postgresql.php,
	include/db/oracle.php, include/db/mysql.php: cleaned source code
	style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8528 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-16 14:13:23 +00:00
mdtrooper 3eed1ff8be 2013-07-16 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/flot/pandora.flot.js,
	include/functions_networkmap.php, include/constants.php,
	include/ajax/agent.php, include/ajax/events.php: improve the
	source code and remove the magic number and they changed for
	constants.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8527 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-16 09:09:50 +00:00
zarzuelo c025c94965 2013-07-15 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/configurar_agente.php: Fixed javascript 
	dinamic positioning of layers in subtab code



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8525 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-15 13:22:23 +00:00
zarzuelo 044b6314d0 2013-07-15 Sergio Martin <sergio.martin@artica.es>
* include/languages/cs.po
	include/languages/et.mo
	include/languages/pt_BR.po
	include/languages/nl.mo
	include/languages/es.po
	include/languages/pl.mo
	include/languages/ko.po
	include/languages/it.mo
	include/languages/sl.mo
	include/languages/sk.po
	include/languages/uk.po
	include/languages/pt.mo
	include/languages/ro.po
	include/languages/en_AU.mo
	include/languages/ast.mo
	include/languages/bg.mo
	include/languages/index.pot
	include/languages/bn.po
	include/languages/nb.po
	include/languages/cs.mo
	include/languages/en.po
	include/languages/ar.po
	include/languages/pt_BR.mo
	include/languages/es.mo
	include/languages/ko.mo
	include/languages/fr.po
	include/languages/sk.mo
	include/languages/uk.mo
	include/languages/ro.mo
	include/languages/mr.po
	include/languages/ca.po
	include/languages/da.po
	include/languages/tr.po
	include/languages/sv.po
	include/languages/de.po
	include/languages/ja.po
	include/languages/zh_TW.po
	include/languages/nb.mo
	include/languages/bn.mo
	include/languages/he.po
	include/languages/fi.po
	include/languages/ar.mo
	include/languages/en.mo
	include/languages/hi.po
	include/languages/zh_CN.po
	include/languages/fr.mo
	include/languages/te.po
	include/languages/eu.po
	include/languages/en_GB.po
	include/languages/mr.mo
	include/languages/hu.po
	include/languages/ca.mo
	include/languages/da.mo
	include/languages/tr.mo
	include/languages/de.mo
	include/languages/sv.mo
	include/languages/ru.po
	include/languages/ja.mo
	include/languages/zh_TW.mo
	include/languages/he.mo
	include/languages/fi.mo
	include/languages/hi.mo
	include/languages/zh_CN.mo
	include/languages/el.po
	include/languages/gl.po
	include/languages/te.mo
	include/languages/eu.mo
	include/languages/en_GB.mo
	include/languages/et.po
	include/languages/hu.mo
	include/languages/nl.po
	include/languages/pl.po
	include/languages/it.po
	include/languages/sl.po
	include/languages/pt.po
	include/languages/ru.mo
	include/languages/en_AU.po
	include/languages/ast.po
	include/languages/bg.po
	include/languages/el.mo
	include/languages/gl.mo: Upgrade the languages
	from launchpad

	* pandoradb_data.sql
	pandoradb.data.postgreSQL.sql
	pandoradb.data.oracle.sql
	godmode/agentes/agent_wizard.wmi_explorer.php
	godmode/agentes/agent_wizard.snmp_explorer.php
	godmode/agentes/agent_wizard.php
	godmode/agentes/configurar_agente.php: Added SNMP wizard
	on Agent Wizards subtab



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8523 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-15 11:55:44 +00:00
mariopulido 2fe7f1004b 2013-07-11 Mario Pulido <mario.pulido@artica.es>
* include/help/en/help_snmp_alert_field1.php,
        include/help/es/help_snmp_alert_field1.php: Modified Help. Added Macros



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8518 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-11 13:59:59 +00:00
mdtrooper 3a7efc83e9 2013-07-11 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-07-11 13:10:01 +00:00
zarzuelo 69dddffd0f 2013-07-11 Sergio Martin <sergio.martin@artica.es>
* include/graphs/pChart/pPie.class.php: Fix the colors of the
	legend when we want to have legend of data that not appears
	in the pie. Merge from 4.1

	* operation/users/user_edit.php: Fix repeated select control
	for main page in workspace section

	* godmode/servers/modificar_server.php: Fix crash in
	servers view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8516 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-11 11:11:16 +00:00
zarzuelo 96944cf2d7 2013-07-11 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php: Change Data by Avg on graphs legends
	Ramon changed it few weeks ago, but I broke his job. Sorry



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8514 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-11 08:26:46 +00:00
mdtrooper da55465223 2013-07-11 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/agents.php, mobile/operation/agent.php,
	include/functions_graph.php: fixed the show static graphs in
	mobile.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8513 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-11 08:15:48 +00:00
Ramon Novoa 843b06401a 2013-07-10 Ramon Novoa <rnovoa@artica.es>
* 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,
	  godmode/snmpconsole/snmp_alert.php,
	  pandoradb.sql,
	  pandoradb.postgreSQL.sql,
	  pandoradb.oracle.sql,
	  operation/snmpconsole/snmp_view.php: Added support to filter 10
	  binding vars. Added binding var automatic translation and other
	  small improvements.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8511 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-10 16:49:05 +00:00
mdtrooper 45108f77ad 2013-07-10 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/agents.php: fixed lost semicolon.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8509 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-10 16:11:15 +00:00
mdtrooper 8d66b9247c 2013-07-10 Miguel de Dios <miguel.dedios@artica.es>
* godmode/modules/manage_network_components.php: improved the source
	code style.
	
	* include/functions_modules.php: added lost function
	"modules_get_type_id".




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8503 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-10 08:46:51 +00:00
zarzuelo 136504b5a2 2013-07-09 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-09 09:44:11 +00:00
zarzuelo 1141f4e418 2013-07-09 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	images/wand_agent.png
	images/wand_snmp.png
	images/wand_wmi.png
	images/wand_interfaces.png
	godmode/agentes/agent_wizard.php
	godmode/agentes/configurar_agente.php: Add new subtab to
	agent wizard



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8498 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-09 07:39:14 +00:00
zarzuelo 6e994d796b 2013-07-08 Sergio Martin <sergio.martin@artica.es>
* 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
2013-07-08 11:06:44 +00:00
mdtrooper eebc24e2a5 2013-07-08 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/modules.php, mobile/include/style/main.css:
	yes another fixes.
	
	MERGED FROM BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8494 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-08 10:59:07 +00:00
mdtrooper 652e8006de 2013-07-08 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/alerts.php, mobile/operation/events.php,
	mobile/operation/modules.php, mobile/operation/networkmaps.php,
	mobile/operation/agents.php, mobile/include/ui.class.php,
	mobile/include/style/main.css: some fixes.
	
	MERGED FROM BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8492 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-08 10:15:49 +00:00
mdtrooper c76b397df7 2013-07-05 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_events.php: erased lost debug trace.
	
	* mobile/operation/events.php: some fixes in the pagination, and
	now the events from the system show the name "system".
	
	MERGED FROM BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8487 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-05 14:29:35 +00:00
mdtrooper cd47a1fcf5 2013-07-05 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/agents.php, mobile/include/style/main.css: some
	fixes.
	
	MERGED FROM BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8484 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-05 11:28:29 +00:00
hkosaka 5d63aa4876 2013-07-05 Hirofumi Kosaka <kosaka@rworks.jp>
* godmode/alerts/alert_list.builder.php: Small changes. Make
	alert action list sorted (in the same order of extra action
	list that appears at the defined alert list)

	Merged from branch 4.0



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8479 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-05 09:12:07 +00:00
hkosaka 264604e8de 2013-07-05 Hirofumi Kosaka <kosaka@rworks.jp>
* godmode/alerts/alert_list.builder.php: When creating new
	alert, wrong action might be assigned to the alert (if you had
	some deleted actions in the past).

	Merged from branch 4.0



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8477 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-05 08:28:48 +00:00
mdtrooper 5d128c6788 2013-07-04 Miguel de Dios <miguel.dedios@artica.es>
* mobile/include/style/images/*,
	mobile/include/style/jquery.mobile-1.3.1.css,
	mobile/include/javascript/jquery.js, 
	mobile/include/javascript/jquery.mobile-1.3.1.js: added the
	jquery mobile, and made some changes in the css.
	
	* mobile/include/style/main.css, mobile/operation/agents.php,
	mobile/include/ui.class.php: some fixes.
	
	MERGED FROM THE BRANCH 4.0.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8474 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-04 16:55:39 +00:00
mdtrooper e278d705e4 2013-07-04 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_graph.php: fixed include javascript in the
	static image for boolean module graph.
	
	* mobile/operation/module_graph.php,
	mobile/operation/modules.php,
	mobile/include/style/main.css: a lot of fixes in mobile.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8472 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-04 13:41:47 +00:00
mdtrooper 13c8e650ed 2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/events.php, mobile/operation/module_graph.php,
	mobile/operation/modules.php, mobile/operation/networkmaps.php,
	mobile/operation/groups.php, mobile/operation/agents.php,
	mobile/operation/tactical.php, mobile/operation/networkmap.php,
	mobile/operation/alerts.php, mobile/operation/agent.php,
	mobile/include/ui.class.php: added the back button in the head and
	impoved the source code style to make more easy the merges with
	the last branch.
	
	* include/functions_graph.php: fixed PHP notices.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8468 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 13:59:38 +00:00
zarzuelo fe45fdf449 2013-07-03 Sergio Martin <sergio.martin@artica.es>
* godmode/snmpconsole/snmp_alert.php: Fixed malfunction of the
	macros javascript in snmp alert editor



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8467 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 13:08:56 +00:00
mdtrooper 2dbe9c1697 2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* mobile/include/style/main.css: some fix for the module list
	when it is embedded in agent view, now it is show in Android but
	I need work more for to show in the jobs fashion gadget.
	
	* mobile/operation/networkmaps.php: fixed to avoid
	unused the javascript for mobile.
	
	MERGED FROM THE BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8466 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 12:09:23 +00:00
mdtrooper 8909befbc7 2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/fgraph.php: change the source code style to make
	more easy the merges with the last branch.
	
	* include/graphs/functions_pchart.php: fixed the water mark for
	pie graph as image.
	
	MERGED FROM THE BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8462 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 11:01:53 +00:00
mdtrooper 696f14235b 2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* mobile/operation/networkmap.php: fixed the scroll for browser
	upper that microshit IE and equal as browser of Android 2.2.
	
	MERGED FROM THE BRANCH 4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8460 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 10:19:31 +00:00
zarzuelo 4c9b5aefb2 2013-07-03 Sergio Martin <sergio.martin@artica.es>
* include/functions_config.php
	include/help/en/help_custom_logo.php
	include/help/es/help_custom_logo.php
	include/help/ja/help_custom_logo.php
	images/custom_logo/sourceforge.jpg
	images/custom_logo/pandora_logo_head.jpg
	images/custom_logo/artica_logo.png
	images/custom_logo/sourceforge.png
	images/custom_logo/pandora_logo_head.png
	images/custom_logo/none.jpg
	images/pandora_header_logo_enterprise.png
	images/pandora_header_logo.png
	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
	general/header.php: Change the old system of custom logo
	to be used in the unique logo (left side) of Pandora FMS 5
	Bug #2241




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8458 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 10:15:25 +00:00
mdtrooper 97e47d8bc7 2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* mobile/index.php, mobile/operation/networkmaps.php,
	mobile/operation/networkmap.php, mobile/operation/home.php,
	mobile/include/ui.class.php, include/functions_networkmap.php,
	include/functions_ui.php: uploaded the some changes and files
	for to show networkmaps in the Pandora mobile.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8457 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 08:50:50 +00:00
zarzuelo 036b675f78 2013-07-03 Sergio Martin <sergio.martin@artica.es>
* godmode/users/configure_user.php: improve the meta
	setup screen hidding assigned server field when the
	agent management is not checked



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8453 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-03 07:40:27 +00:00
zarzuelo a1655972a6 2013-07-02 Sergio Martin <sergio.martin@artica.es>
* include/functions_api.php: Changed the way of encode
	data configuration in create/update config form API



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8450 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-02 15:38:49 +00:00
mdtrooper 5e31fc574b 2013-07-02 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php,
	operation/agentes/networkmap.topology.php,
	operation/agentes/networkmap.groups.php,
	operation/agentes/networkmap.php: improved the source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8448 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-02 09:44:10 +00:00
zarzuelo c25815d031 2013-07-02 Sergio Martin <sergio.martin@artica.es>
* include/javascript/pandora_modules.js: Fixed deprecated way
	of activate a select option from jquery for bug #2299



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8446 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-02 08:49:39 +00:00
zarzuelo 3ff6dc86f1 2013-07-01 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php
	operation/agentes/stat_win.php: Fix string type graph colors
	and data. Fix the "Avg only" option because is forced to "true".
	Bug: 2284



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8443 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-01 15:41:40 +00:00
mdtrooper 00bf47e9e5 2013-07-01 Miguel de Dios <miguel.dedios@artica.es>
* godmode/menu.php, include/functions_menu.php: fixed the entry
	gis map in ACL enterprise.
	
	* index.php: cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8441 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-01 11:01:20 +00:00
zarzuelo 684fa26079 2013-07-01 Sergio Martin <sergio.martin@artica.es>
* pandoradb_data.sql
	pandoradb.data.postgreSQL.sql
	pandoradb.data.oracle.sql: Added to default actions 
	some default values to avoid confusion in a clean installation



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8438 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-07-01 09:24:41 +00:00
mdtrooper 5bf1f2216f 2013-06-27 Miguel de Dios <miguel.dedios@artica.es>
* godmode/servers/plugin.php, godmode/setup/file_manager.php,
	include/functions_filemanager.php: added the filemanager to server
	plugin, and of course change the code for to make this feature.
	
	MERGED FROM THE BRANCH PANDORA_4_0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8429 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-27 11:42:53 +00:00
mdtrooper d1f0582c4d 2013-06-26 Miguel de Dios <miguel.dedios@artica.es>
* 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: added the new
	columns in the table "talert_snmp".




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8418 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-26 10:57:28 +00:00
Ramon Novoa cbe6067fc6 2013-06-26 Ramon Novoa <rnovoa@artica.es>
* pandora_console.spec,
	  pandora_console.redhat.spec: Fixed directory permissions.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8417 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-26 10:46:33 +00:00
mdtrooper 6b5dc3bc6b 2013-06-25 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-25 14:44:40 +00:00
mdtrooper 84d47d8e9d 2013-06-25 Miguel de Dios <miguel.dedios@artica.es>
* godmode/menu.php: fixed the default value for refresh in the
	extensions.
	
	Fixes: #2310
	
	* include/functions_extensions.php: cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8402 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 13:30:13 +00:00
mdtrooper d1a999334f 2013-06-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/users/user_edit.php: fixed the "home page" for user,
	now it does show ugly 0, show correct the dashboard and
	visualmap and can set other.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8400 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 12:58:03 +00:00
mdtrooper 3ce3bb7921 2013-06-25 Miguel de Dios <miguel.dedios@artica.es>
* operation/users/user_edit.php: merge the code for made more
	easy the merges from the branch.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8398 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 11:20:13 +00:00
mdtrooper c855e455cf 2013-06-25 Miguel de Dios <miguel.dedios@artica.es>
* extensions/vnc_view.php: added the changes from the branch of
	pandora_4 made for Sancho.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8396 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 10:45:01 +00:00
mdtrooper e11dca6754 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* operation/visual_console/render_view.php: fixed the javascript
	draw lines when there is any error in the map.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8394 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 10:11:26 +00:00
mdtrooper e744f8c1ef 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php: added more changes for to make
	more easy the merges from the branch.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8389 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-25 09:34:12 +00:00
mdtrooper fd94ce7699 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php: fixed the links of module
	graphs into public visualmap.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8387 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-24 13:58:37 +00:00
mdtrooper 82fd0c13cd 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php,
	operation/agentes/status_monitor.php: fixed the links to the items
	that represents modules.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8385 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-24 13:43:49 +00:00
mdtrooper 05832082b5 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-24 12:42:47 +00:00
mdtrooper ee63531a03 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-24 11:49:57 +00:00
mdtrooper 8bde8df48b 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php,
	include/ajax/visual_console_builder.ajax.php: fixed the color of
	lines in the editor.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8376 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-24 10:39:47 +00:00
mdtrooper 92e3786e2d 2013-06-24 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-24 10:11:37 +00:00
mariopulido 7572358cb3 2013-06-20 Mario Pulido <mario.pulido@artica.es>
*include/help/es/help_module_tokens.php
        include/help/en/help_module_tokens.php:Added new help



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8368 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-20 15:14:17 +00:00
mdtrooper 8e5612bc2b 2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/functions_pchart.php: fixed the graphs with all
	values in negative Y axis. Now it shows correct.
	
	Fixes: #2302
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8367 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-20 12:59:22 +00:00
mdtrooper fbb712905a 2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/fgraph.php, include/graphs/functions_pchart.php:
	merged the changes from the branch 4.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8365 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-20 11:17:14 +00:00
mdtrooper 0b88906925 2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-20 09:21:28 +00:00
mdtrooper 23d36cbf5c 2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* godmode/events/events.php, operation/netflow/nf_live_view.php:
	fixed the hook to call a enterprise function.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8360 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-20 09:00:44 +00:00
mdtrooper 2c3bf6ff9a 2013-06-20 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/pChart/pPie.class.php, include/graphs/fgraph.php:
	fixed the htmlentities in the pie chart legend, the border was
	fixed for older commits.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8357 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-20 08:20:11 +00:00
jsatoh 9460be66f2 2013-06-20 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_alerts_config.php: Added a new help.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8355 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-20 06:58:51 +00:00
mariopulido 20e0859b7d 2013-06-19 Mario Pulido <mario.pulido@artica.es>
*godmode/alerts/alert_list.php,
	godmode/alerts/configure_alert_template.php,
	godmode/alerts/alert_templates.php,
	godmode/alerts/configure_alert_action.php,
	godmode/alerts/configure_alert_command.php,
	godmode/alerts/alert_actions.php,
	godmode/alerts/alert_commands.php,
	include/help/en/help_event_alert.php,
	include/help/en/help_alerts_config.php,
	include/help/es/help_event_alert.php,
	include/help/es/help_alerts_config.php,
	include/help/ja/help_event_alert.php,
	images/help/alert01.png,
	images/help/alert02.png,
	images/help/alert03.png,
	images/help/alert04.png,
	images/help/alert05.png,
	images/help/alert06.png,
	images/help/alert07.png,
	images/help/alert08.png,
	images/help/alert09.png,
	images/help/event01.png,
	images/help/event02.png,
	images/help/event03.png,
	images/help/event04.png,
	images/help/alert10.png,
	images/help/alert11.png,
	images/help/alert12.png,
	images/help/alert13.png,
	images/help/alert14.png,
	images/help/alert15.png,
	images/help/alert16.png: Added new helps



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8353 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-19 16:28:30 +00:00
mdtrooper f540aa956b 2013-06-18 Miguel de Dios <miguel.dedios@artica.es>
* operation/menu.php: showed the message entry in workspace menu for
	all users.
	
	* include/functions_groups.php: added filters into the function
	"groups_get_users" for to avoid to get user without perms.
	
	* operation/messages/message_edit.php: fixed the ACL for to
	destination users.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8347 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-18 11:38:54 +00:00
Ramon Novoa 7068cb42fc 2013-06-18 Ramon Novoa <rnovoa@artica.es>
* include/functions.php: Fixed a warning.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8345 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-18 09:57:11 +00:00
mdtrooper 639b55f084 2013-06-18 Miguel de Dios <miguel.dedios@artica.es>
* operation/incidents/incident.php,
	operation/incidents/incident_detail.php: fixed to set the SYSTEM as
	user for the incident.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8344 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-18 09:48:57 +00:00
mdtrooper effabbe24a 2013-06-18 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php: fixed the urls and forms to
	set the filters.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8342 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-18 08:16:50 +00:00
mdtrooper c4fa3c8efd 2013-06-17 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: fixed to create networkmaps
	with the same name (for example users with diferent groups ACL).
	
	Fixes: #2285
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8339 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-17 13:36:33 +00:00
mdtrooper fe53f75f60 2013-06-17 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/configure_alert_action.php,
	godmode/alerts/alert_commands.php: fixed the duplicated the rows
	and did'nt hide the macros field rows.
	
	Fixes: #2294




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8337 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-17 12:33:34 +00:00
mdtrooper af24d446ca 2013-06-17 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: fixed in the function "get_snmpwalk" the
	lost global $config var.
	
	Fixes: #2295




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8335 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-17 06:57:25 +00:00
mdtrooper 258e0f7696 2013-06-14 Miguel de Dios <miguel.dedios@artica.es>
* extensions/plugin_registration.php: fixed the url of module
	library and now show ever the form to upload more plugins.
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8332 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-14 12:14:22 +00:00
zarzuelo a8b5fada07 2013-06-13 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Fix layout issue

	* operation/events/events.build_table.php: Hide checkbox column
	in read only view

	* operation/events/events_list.php: Hide save filter button
	when user has only ER ACLs permission

	* general/login_page.php: Fix width and height of the 
	login error modal win

	* operation/agentes/stat_win.php: Enable the show events
	filter in replication mode when show local events is enabled



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8320 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-13 15:03:07 +00:00
mdtrooper 2946769212 2013-06-13 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_snmp.php: changed the PHP function to execute
	command and now get the error string or return true if it runs fine.
	
	* godmode/snmpconsole/snmp_trap_generator.php: show the error when
	fail to call snmptrap, and show error when occurs.
	
	Fixes: #2270
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8318 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-13 14:27:18 +00:00
mariopulido 76022a1cdd 2013-06-13 Mario Pulido <mario.pulido@artica.es>
* images/help/actions.png,
        godmode/alerts/configure_alert_action.php,
        include/help/en/help_alert_config.php,
        include/help/es/help_alert_config.php: Add help in alert action.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8313 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-13 11:47:20 +00:00
mdtrooper 1d3cecf3b7 2013-06-13 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-13 11:41:56 +00:00
mdtrooper 881cc6340d 2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
* extensions/insert_data.php: fixed the label of notice about the
	directory data_in.
	
	Fixes: #2271
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8309 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 16:47:16 +00:00
mdtrooper b4dc1d57e1 2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: fixed the empty serialize vars.
	
	Fixes: #2276

	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8307 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 16:36:46 +00:00
mdtrooper bfe5a49028 2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php: fixed the empty serialize vars.
	
	Fixes: #2276
	
	MERGED FROM THE BRANCH PANDORA_4.0




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8305 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 16:09:10 +00:00
mdtrooper 5b3c442f2d 2013-06-12 Miguel de Dios <miguel.dedios@artica.es>
* operation/tree.php: improved the source code style.
	
	* include/functions_networkmap.php: remove the link in metaconsole
	node and set the color.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8303 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 14:43:08 +00:00
mariopulido fbab4fde9a 2013-06-12 Mario Pulido <mario.pulido@artica.es>
* pandoradb.data.postgreSQL.sql,
        pandoradb.data.oracle.sql,
        pandoradb_data.sql: Repair windows bug in "Restart Agent" action



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8302 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 13:22:21 +00:00
slerena ee97ddd3ce 2013-06-12 Sancho Lerena <slerena@artica.es>
* extensions/plugin_registration.php: Added link to file manager
        to upload plugin files using the file manager.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8295 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 11:52:20 +00:00
mariopulido c5748ae492 2013-06-12 Mario Pulido <mario.pulido@artica.es>
* pandoradb.data.postgreSQL.sql,
	pandoradb.data.oracle.sql,
        pandoradb_data.sql: Change path in command alert.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8294 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-12 10:29:17 +00:00
zarzuelo 8a2dbf4f62 2013-06-11 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php: Added node access control to
	alerts view in metaconsole

	* operation/tree.php
	operation/events/events.build_table.php: Visual fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8291 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 15:51:28 +00:00
mdtrooper dc7f8d58bd 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events_list.php, operation/events/events.php:
	fixed the free text search when there is characters as "(".




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8289 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 13:40:36 +00:00
mdtrooper 6ff1234704 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-11 13:39:03 +00:00
mdtrooper e14be64cbc 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-11 13:14:48 +00:00
mdtrooper 63b0e29fe0 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: revert completly the
	"html_print_image".




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8286 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 13:00:01 +00:00
mdtrooper e69a4b3980 2013-06-11 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php: revert my own changes in
	"html_print_image", the code didn't run fine.
	
	* operation/tree.php: fixed the params to call the function.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8285 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-11 10:06:23 +00:00
mdtrooper 63f0bc7586 2013-06-10 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-10 16:19:48 +00:00
zarzuelo c38ad22f0b 2013-06-10 Sergio Martin <sergio.martin@artica.es>
* include/styles/jquery-ui-1.10.0.custom.css
	include/styles/pandora.css
	include/ajax/events.php
	include/functions_graph.php
	include/functions_events.php
	include/functions_networkmap.php
	include/functions_netflow.php
	operation/tree.php
	operation/events/events.build_table.php
	operation/reporting/reporting_viewer.php
	operation/agentes/status_monitor.php
	operation/agentes/stat_win.php
	operation/netflow/nf_live_view.php
	images/header_refresh_disabled.png
	images/image_problem_data.png
	images/input_pdf.png
	images/input_delete.png
	general/header.php
	godmode/users/user_list.php
	godmode/events/event_edit_filter.php
	godmode/events/event_responses.list.php
	godmode/events/events.php: Fix a lot of aesthetic issues and other
	little fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8283 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-10 16:15:36 +00:00
mdtrooper c7e0360429 2013-06-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_ui.php: fixed the reload the widget autocomplete
	when select a item from the list instead from writing all name.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8282 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-10 11:54:58 +00:00
mdtrooper 0a2ac656a5 2013-06-10 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_html.php, include/functions_reporting.php,
	include/graphs/functions_utils.php, include/graphs/fgraph.php,
	include/graphs/functions_pchart.php: fixed the graphs in the
	reports.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8281 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-10 11:13:38 +00:00
zarzuelo a40f68bdaf 2013-06-10 Sergio Martin <sergio.martin@artica.es>
* 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
2013-06-10 08:53:42 +00:00
Ramon Novoa 5623edbb92 2013-06-07 Ramon Novoa <rnovoa@artica.es>
* include/functions_graph.php: Changed some translations from 'Data'
	  to 'Avg' when data is averaged.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8278 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-07 12:58:33 +00:00
zarzuelo 1032efae1c 2013-06-07 Sergio Martin <sergio.martin@artica.es>
* operation/menu.php: Fixed CSV and RSS links
	from submenu setting the default filters: 8 hours, 
	pagination of 20, etc.

	* operation/agentes/status_monitor.php: Added All option
	to the group filter in monitor view and other little fixes




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8277 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-07 12:28:20 +00:00
mdtrooper c199dc6ec0 2013-06-07 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-07 11:55:59 +00:00
zarzuelo cfab21efd8 2013-06-07 Sergio Martin <sergio.martin@artica.es>
* godmode/servers/plugin.php: Fixed disabled textarea
	of macros help in plugin form



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8273 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-07 10:45:53 +00:00
mdtrooper 525a12b7e0 2013-06-07 Miguel de Dios <miguel.dedios@artica.es>
* 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
2013-06-07 09:36:26 +00:00
zarzuelo 38ca2a5e02 2013-06-07 Sergio Martin <sergio.martin@artica.es>
* include/ajax/module.php
	include/javascript/jquery.ui.datepicker.js
	operation/tree.php
	operation/agentes/datos_agente.php: Added range filter 
	to raw data view in tree view

	* operation/netflow/nf_live_view.php: Fix help popup
	in metaconsole view



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8269 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-07 09:13:08 +00:00
zarzuelo 52c1e0774a 2013-06-06 Sergio Martin <sergio.martin@artica.es>
* include/functions_config.php: Replaced netflow and
	visual console flags updation in setup by a new customize
	sections values

	* include/config_process.php: Added specific metaconsole
	autorefresh whitelisted sections

	* extensions/snmp_explorer.php: Change wrong 
	snmp branch in interfaces explorer



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8263 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-06 15:57:11 +00:00
zarzuelo 61a97fe28d 2013-06-06 Sergio Martin <sergio.martin@artica.es>
* 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
2013-06-06 13:54:39 +00:00
mdtrooper 229edf0649 2013-06-05 Miguel de Dios <miguel.dedios@artica.es>
* include/constants.php, include/functions_agents.php,
	operation/agentes/estado_agente.php: fixed the filter of the list
	of agents.
	
	Fixes: #2269




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8260 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-05 14:36:13 +00:00
mdtrooper 8fc2733abe 2013-06-05 Miguel de Dios <miguel.dedios@artica.es>
* include/functions.php: cleaned source code style.
	
	* include/get_file.php: fixed the include the auth.
	
	Fixes: #2274




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8258 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-05 13:28:58 +00:00
mdtrooper ef22794ecd 2013-06-05 Miguel de Dios <miguel.dedios@artica.es>
* operation/snmpconsole/snmp_view.php: fixed the pagination.
	
	Fixes: #2255
	
	* godmode/groups/group_list.php, godmode/agentes/agent_manager.php:
	cleaned source code style.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8256 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-05 12:13:29 +00:00
mdtrooper d7452b385d 2013-06-04 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/agent_manager.php, godmode/menu.php,
	godmode/alerts/configure_alert_template.php,
	godmode/alerts/configure_alert_action.php,
	godmode/alerts/alert_templates.php,
	godmode/alerts/alert_actions.php, godmode/groups/group_list.php,
	godmode/groups/configure_group.php, include/functions.php,
	include/functions_profile.php: fixed the ACLs.
	
	Fixes: #2256




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8254 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-04 16:06:58 +00:00
mdtrooper 7365d07aac 2013-06-04 Miguel de Dios <miguel.dedios@artica.es>
* godmode/massive/massive_delete_alerts.php: fixed the delete
	alerts with same module.
	
	Fixes: #2272
	
	* include/functions_agents.php: erased unused function.
	
	MERGED FROM THE BRANCH PANDORA_4




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8253 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-04 12:23:30 +00:00
zarzuelo 70dba07897 2013-06-04 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	include/functions_groups.php
	operation/agentes/group_view.php: Delete status column
	and group image from groups view. Another visual fixes
	were done



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-04 08:12:44 +00:00
zarzuelo d8b1f4fca5 2013-06-03 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	include/functions_groups.php
	operation/events/events_list.php
	operation/agentes/group_view.php
	mobile/operation/agent.php
	mobile/operation/agents.php
	mobile/include/style/main.css
	general/logon_ok.php: Few visual fixes



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8247 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-03 16:28:26 +00:00
zarzuelo 1a7469b726 2013-06-03 Sergio Martin <sergio.martin@artica.es>
* include/styles/pandora.css
	index.php: Fix footer layout merged from 4.1



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8246 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-06-03 11:10:20 +00:00
mdtrooper 6994c0f996 2013-05-31 Miguel de Dios <miguel.dedios@artica.es>
* mobile/include/style/main.css: fixed the list of modules in the
	main agent view.
	
	* mobile/operation/agent.php: improved the source code style.
	
	* mobile/operation/agents.php: fixed the PHP warnings.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8242 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-31 15:38:59 +00:00
zarzuelo f68ac62b5a 2013-05-31 Sergio Martin <sergio.martin@artica.es>
* include/functions_events.php: Minor visual fix



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8241 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-31 13:16:42 +00:00
mdtrooper 26f096734f 2013-05-31 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/functions_pchart.php: avoid to characters and
	other shit that corrupts the image file.
	
	MERGED FROM THE BRANCH PANDORA_4




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8239 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-31 10:43:01 +00:00
zarzuelo d19aa8c269 2013-05-30 Sergio Martin <sergio.martin@artica.es>
* include/styles/menu.css
	include/styles/cluetip.css
	include/styles/pandora.css
	include/functions.php
	include/functions_events.php
	include/graphs/functions_gd.php
	include/functions_networkmap.php
	include/javascript/jquery.cluetip.js
	images/outof.png: Visual improvements

	* include/functions_treeview.php
	extensions/module_groups.php
	operation/tree.php
	operation/events/events.build_table.php
	operation/events/events_list.php
	operation/agentes/status_monitor.php : Add to the shared 
	views between normal and meta controls to access remote nodes
	for certain users

	* include/functions_visual_map.php
	include/functions_ui.php: Little bugfixes and improvements



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8237 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-30 15:48:22 +00:00
mdtrooper f04bb0bb63 2013-05-30 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/networkmap.php: fixed the string of button to
	refresh the networkmap.
	
	Fixes: #2254




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8235 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-30 14:28:18 +00:00
mdtrooper 4e3daca07c 2013-05-30 Miguel de Dios <miguel.dedios@artica.es>
* godmode/groups/group_list.php, include/functions_groups.php: fixed
	the link of to delete the group, now it have the correctly id_group.
	
	Fixes: #2253




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8234 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-30 13:41:32 +00:00
mdtrooper 31e201e05b 2013-05-29 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.build_table.php,
	operation/agentes/estado_generalagente.php,
	include/functions_events.php: fixed the views with huge large names
	for agents or and modules.
	
	Fixes: #2242




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8226 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-29 13:11:40 +00:00
mdtrooper 40faf8719e 2013-05-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_snmp_browser.php: fixed PHP warning with to
	access out the table array.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8225 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-29 11:25:39 +00:00
mdtrooper 35a9985a75 2013-05-29 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/ver_agente.php: cleaned source code style.
	
	* operation/agentes/alerts_status.php: added the text for the main
	tab in agent view.
	
	* operation/agentes/estado_monitores.php: fixed the filter and
	added a option to filter "not normal" modules.
	
	Fixes: #2247




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8224 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-29 11:08:28 +00:00
zarzuelo 23bf0fbe15 2013-05-28 Sergio Martin <sergio.martin@artica.es>
* include/functions_ui.php
	include/functions.php
	include/functions_treeview.php
	operation/tree.php: Some aesthetic improvements on
	treeview, fixed some bugs and added control of the 
	access to the agents/modules/alerts details by the
	user configuration flag

	* images/page_white_text.png
	images/page_white.png
	images/pdf.png: Some icon changes

	* godmode/alerts/alert_list.list.php
	operation/agentes/alerts_status.php
	operation/agentes/alerts_status.functions.php: Prepared the 
	alerts view to be added to metaconsole



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8222 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-28 15:18:41 +00:00
Ramon Novoa c051f1b0f9 2013-05-28 Ramon Novoa <rnovoa@artica.es>
* godmode/setup/performance.php: Added a new help it.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8221 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-28 14:33:00 +00:00
mdtrooper 2b9aa32362 2013-05-28 Miguel de Dios <miguel.dedios@artica.es>
* include/config_process.php: set the timezone in init values for
	PHP because for example it is used in the library for report PDF.
	
	MERGED FROM THE BRANCH PANDORA_4




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8219 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-28 12:37:51 +00:00
jsatoh b1955e24b2 2013-05-28 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_module_interval_factor.php: Added a new help
	file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8216 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-28 00:36:30 +00:00
mdtrooper 492b78d113 2013-05-27 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_main.php: change again the label of the bottom
	of list of agents.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8214 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-05-27 15:25:41 +00:00