Commit Graph

4597 Commits

Author SHA1 Message Date
zarzuelo 5bb4f36b63 2011-09-28 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php: Fixed graphs engine to fix
	reports graphs swap between horizontal and vertical and 
	pdf view for bugs 3414107 and 3414124



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5019 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-28 13:36:34 +00:00
zarzuelo 5332637739 2011-09-28 Sergio Martin <sergio.martin@artica.es>
* include/javascript/jquery.pandora.controls.js: Moved part
	of the solution of last commit to the enterprise



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5018 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-28 09:54:32 +00:00
zarzuelo cfa0c77c12 2011-09-28 Sergio Martin <sergio.martin@artica.es>
* include/javascript/jquery.pandora.controls.js: Fixed module 
	select refresh from jquery controls to fix the graph widget
	on dashboard



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5017 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-28 09:06:19 +00:00
darode 6663e03dc1 2011-09-28 Dario Rodriguez <dario.rodriguez@artica.es>
* util/recon_scripts/snmpdevices.pl: Fixed a bug which creates duplicated
	modules when running the script.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5016 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-28 07:59:03 +00:00
mdtrooper 20741b2cd3 2011-09-27 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: change for avoid the crash when rotate mobile.
	
	* src/pandroid_event_viewer/pandorafms/PopupValidationEvent.java,
	src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
	src/pandroid_event_viewer/pandorafms/Core.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: wip and fixes, now it
	is the first version funcionality of Pandora Event Viewer....I hope.
	
	* res/values/arrays.xml, res/values/strings.xml, res/values-en/arrays.xml,
	res/values-en/strings.xml, res/values-es/arrays.xml,
	res/values-es/strings.xml: added more strings and array values.
	
	* res/layout/main.xml, res/layout/item_list_event_extended.xml,
	res/layout/popup_validation_event.xml: change and added layouts.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5015 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-27 16:50:19 +00:00
darode 6ea30f0ea3 2011-09-27 Dario Rodriguez <dario.rodriguez@artica.es>
* util/pandora_manage.pl: Changed way to create and event now is possible
	to create an event without agent_name and without agent_module.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5014 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-27 09:36:59 +00:00
slerena 180f785171 2011-09-26 Sancho Lerena <slerena@artica.es>
* index.php: Fixed load of extension startup hook function.
        Fixed last commit hide the extensions O_o
        




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5013 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 19:59:49 +00:00
darode afcc0eb6f0 2011-09-26 Dario Rodriguez <dario.rodriguez@artica.es>
* win32/bin/PandoraAgent.exe, win32/bin/util/tentacle_server.exe: Added 
	lastest version of executables compiled



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5012 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 18:21:08 +00:00
darode 8791afb503 2011-09-26 Dario Rodriguez <dario.rodriguez@artica.es>
* pandora_windows_service.cc: Fixed a problem sending XML with broker
	mode enabled (the "master" agent didn't report).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5011 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 17:25:53 +00:00
slerena e9be7ec4b3 2011-09-26 Sancho Lerena <slerena@artica.es>
* index.php: Fixed load of extension startup hook function.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5010 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 15:40:07 +00:00
javilanz 995e71a898 2011-09-26 Javier Lanz <javier.lanz@artica.es>
* godmode/alerts/alert_commands.php: Fixed updating a command.
	* ChangeLog: Fixed last commit date.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5009 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 15:28:59 +00:00
Aldrioth c47a905711 2011-09-27 Tomas Palacios <tomas.palacios@artica.es>
* include/languages: Updated language files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5008 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 14:45:44 +00:00
mdtrooper 7f95f4a865 2011-09-26 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: added the call "get_events" the filters for the
	free text in event description and status of event.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5007 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 14:29:55 +00:00
slerena 0cf17d27ec 2011-09-26 Sancho Lerena <slerena@artica.es>
* pandora_console/index.php: Developer mode disabled.
        Ready for 4.0 release !




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5006 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 13:33:15 +00:00
vgilc c2682e4e74 2011-09-26 Vanessa Gil <vanessa.gil@artica.es>
* pandora_server/util/pandora_manage.pl: Fixed bad behaviour of several
	Pandora CLI options.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5005 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 12:26:58 +00:00
darode 556e9e2246 2011-09-26 Dario Rodriguez <dario.rodriguez@artica.es>
* include/functions_graph.php: Fixed a problem with graphs which
	shows only a few points instead of all of them.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5004 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 11:51:55 +00:00
slerena 8cea9bdb25 2011-09-26 Sancho Lerena <slerena@artica.es>
* unix/pandora_agent_installer, 
        unix/README,
        unix/pandora_agent: More version strings fixed.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5003 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 11:22:46 +00:00
slerena 4adb6a7182 2011-09-26 Sancho Lerena <slerena@artica.es>
* unix/HP-UX/pandora_agent.conf: Bad Disk module in HPUX




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5002 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 11:20:18 +00:00
slerena 29a42066df 2011-09-26 Sancho Lerena <slerena@artica.es>
* unix/DEBIAN/control
        unix/DEBIAN/make_deb_package.sh
        unix/pandora_agent.spec
        unix/pandora_agent.redhat.spec: Updated version (4.0).




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5001 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 10:26:49 +00:00
vgilc 2097aed8fe 2011-09-26 Vanessa Gil <vanessa.gil@artica.es>
* win32/windows/pandora_wmi.cc: Removed trace.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5000 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 10:22:29 +00:00
juanmanuelr f82dfe56cf 2011-09-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* install.php: Fixed height style attribute in step 3. 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4999 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-26 07:14:39 +00:00
mdtrooper 2aacfee9cb 2011-09-25 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/PopupValidationEvent.java: added
	empty file for to work in this in the monday.
	
	* src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: added the hook to
	list event from notification. And fixed the search.

	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more strings values.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4998 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-25 17:30:47 +00:00
mdtrooper 8de3c37f5c 2011-09-25 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: added api call "set_validate_event".
	
	* include/api.php: fixed the login process for do more Pandora standar.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4997 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-25 17:26:36 +00:00
mdtrooper 0e25e30995 2011-09-23 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
	src/pandroid_event_viewer/pandorafms/Options.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: wip in the event
	notification, now there are notifications and need that I develop the
	hook to activity list event.
	
	* src/pandroid_event_viewer/pandorafms/Core.java: move some functions to
	this file for use in other class.

	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more string values. 
	
	* res/drawable-ldpi/criticity_0.png, res/drawable-ldpi/criticity_1.png, 
	res/drawable-ldpi/criticity_2.png, res/drawable-ldpi/criticity_3.png, 
	res/drawable-ldpi/criticity_4.png, res/drawable-ldpi/criticity_default.png:
	added first version of icons for the notifications.
	
	* res/layout/main.xml: added a third button, the filter, to set the actual
	search as filter for the background event watcher.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4996 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 20:53:46 +00:00
mdtrooper d15f65d04c 2011-09-23 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: added the code for the return the more
	criticity event in the API call "get_events".



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4995 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 20:46:33 +00:00
slerena ed5c6c7ed4 2011-09-23 Sancho Lerena <slerena@artica.es>
* installer/pandora.mpi: Updated string version in agent installer.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4994 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 14:46:05 +00:00
slerena 32847a2847 2011-09-23 Sancho Lerena <slerena@artica.es>
* util/pandora_db.pl: Fixed bug when a blank space was behind
        the data in the .conf file.

        * util/pandora_diagnostic.sh,
        util/pandora_db.pl,
        util/pandora_manage.pl,
        util/pandora_dbstress.pl: Updated version strings.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4993 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 12:04:18 +00:00
slerena d0424d2903 2011-09-23 Sancho Lerena <slerena@artica.es>
* pandoradb_data.sql: Update version and DB Build.

        * DEBIAN/control, 
        DEBIAN/make_deb_package.sh
        include/config.php
        include/config_process.php
        pandora_console_install
        install.php
        pandora_console.spec
        pandora_console.redhat.spec: Updated version.

        * extras/pandoradb_migrate_v3.2_to_v4.0.sql: Update version after
        migrate.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4992 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 11:37:40 +00:00
slerena 7cfefe5b83 2011-09-23 Sancho Lerena <slerena@artica.es>
* lib/PandoraFMS/Config.pm: Updated version.

        * lib/PandoraFMS/NetworkServer.pm: Fixed problem with SNMP v2 
        due incorrect call to snmpget.

	* pandora_server/DEBIAN/make_deb_package.sh: Version update.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4991 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 11:21:45 +00:00
darode 0df7c34986 2011-09-23 Dario Rodriguez <dario.rodriguez@artica.es>
* lib/PandoraFMS/NmapParser.pm: Added an error handler to avoid 
	error during NmapParser lib execution.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4990 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 11:18:26 +00:00
mdtrooper 8005a2021f 2011-09-23 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/status_monitor.php: fixed the query for to don't show
	the "not_init" modules.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4989 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 10:35:30 +00:00
Aldrioth cd5f90829a 2011-09-23 Tomas Palacios <tomas.palacios@artica.es>
* include/languages: Updated language files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4988 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 10:28:38 +00:00
mdtrooper c8d65de5c1 2011-09-22 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: added the lines for the service and broadcastreciver.
	
	*src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
	src/pandroid_event_viewer/pandorafms/Options.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: wip, added the first
	version of service to scan in background the event and other fixes and
	devs.
	
	* res/values/arrays.xml, res/values/strings.xml, res/values-en/arrays.xml,
	res/values-en/strings.xml, res/values-es/arrays.xml,
	res/values-es/strings.xml, res/layout/options.xml: added more const.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4987 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 21:31:45 +00:00
mdtrooper f00eab0cca 2011-09-22 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: fixed the lost check for the timestamps in the
	"get_events" call.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4986 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 19:02:46 +00:00
juanmanuelr 5883f25b0b 2011-09-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/estado_monitores.php: Erased traces and db_clean_cache().



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4985 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 17:28:42 +00:00
juanmanuelr 8f5d4b44a8 2011-09-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* pandoradb.sql
	extras/pandoradb_migrate_v3.2_to_v4.0.sql: Added btree index on table
	tagente_modulo.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4984 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 17:16:32 +00:00
juanmanuelr e7e469b47f 2011-09-22 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/agentes/estado_monitores.php: Improved response time modifying
        query over module agents.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4983 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 16:41:50 +00:00
zarzuelo cdf7404409 2011-09-22 Sergio Martin <sergio.martin@artica.es>
* extras/pandoradb_migrate_v3.2_to_v4.0.sql: Deleted
	duplicated line

	* godmode/reporting/reporting_builder.php: Fixed report graph
	insertion of id 0 in the reports for bugs 3412316 and 3412866 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4982 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 14:48:53 +00:00
darode a087fa61f4 2011-09-22 Dario Rodriguez <dario.rodriguez@artica.es>
* bin/util/tentacle_server.exe: Added version with memory leak bug
	fixed.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4981 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 14:01:00 +00:00
mdtrooper 381652cbbb 2011-09-22 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: replaced the anonymous function for the named
	function.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4980 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 09:40:49 +00:00
jsatoh 600a40c30f 2011-09-22 Junichi Satoh <junichi@rworks.jp>
* pandora_server_installer: Fixed invalid group settings.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4979 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 06:08:19 +00:00
mdtrooper 094b4e06f7 2011-09-21 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/EventListItem.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: wip, now the list
	events run fine, and get asynchronous events and added some checks.
	
	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more strings.
	
	* res/layout/list_view_layout.xml,
	res/layout/item_list_event_layout.xml: changes for to show the buttons and
	messages.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4978 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-21 20:50:34 +00:00
mdtrooper 773c1f6127 2011-09-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_api.php: added code to get count of event when the api
	is called for the "get_events".



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4977 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-21 20:43:24 +00:00
zarzuelo 2c98cf8fe0 2011-09-21 Sergio Martin <sergio.martin@artica.es>
* operation/events/events_list.php
	operation/events/events.php: Fixed entities in free search 
	filter of the events viewer when click an event name for
	bug 3411533



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4976 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-21 10:18:22 +00:00
jsatoh 1926f11216 2011-09-21 Junichi Satoh <junichi@rworks.jp>
* include/javascript/jquery.pandora.controls.js: Fixed disabled agents
	are shown as blank. Contributed by Yusuke Arai. Thanks!



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4975 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-21 04:23:28 +00:00
jsatoh 9a3a252d71 2011-09-21 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_servers.php,
	include/help/ja/help_service_elements_management.php,
	include/help/ja/help_service_management_edit.php,
	include/help/ja/help_services_management.php,
	include/help/ja/help_snmp_alert.php,
	include/help/ja/help_snmp_alert_custom.php,
	include/help/ja/help_snmp_explorer.php,
	include/help/ja/help_template_tab.php,
	include/help/ja/help_view_services_detail.php,
	include/help/ja/help_visual_console_editor_data_tab.php,
	include/help/ja/help_visual_console_editor_editor_tab.php,
	include/help/ja/help_visual_console_editor_preview_tab.php,
	include/help/ja/help_visual_console_editor_wizard_tab.php: Added new
	help files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4974 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-21 02:28:14 +00:00
mdtrooper af9bb24f5a 2011-09-20 Miguel de Dios <miguel.dedios@artica.es>
* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more strings.
	
	* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java: wip
	the background execution to get events,
	
	* src/pandroid_event_viewer/pandorafms/Main.java, res/layout/main.xml: added
	code to get groups in background process.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4973 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-20 14:49:05 +00:00
juanmanuelr 594a53d54e 2011-09-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/messages/message.php: Fixed several mistakes on this 
	view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4972 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-20 08:10:31 +00:00
mdtrooper 8fda5a8933 2011-09-19 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: added Options activity. 

	* src/pandroid_event_viewer/pandorafms/Options.java, res/layout/options.xml:
	added ctivity Options to edit application preferences.  	

	* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java: added to hook for the
	options activity.

	* src/pandroid_event_viewer/pandorafms/EventList.java
	
	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added some strings const.
	
	* res/menu/options_menu.xml: the sublayout for the option key.
	
	*res/layout/list_view_layout.xml: started to show dinamic load items.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4971 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-19 09:52:18 +00:00
juanmanuelr ce3f8a8646 2011-09-19 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/help/en/help_reporting_global_tab.php
        include/help/es/help_reporting_global_tab.php: Modified help file.

        * godmode/reporting/reporting_builder.item_editor.php: Added
        * contextual 
        helps.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4970 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-19 09:50:48 +00:00