Commit Graph

15 Commits

Author SHA1 Message Date
zarzuelo b36219ab38 2010-08-31 Sergio Martin <sergio.martin@artica.es>
* operation/search_agents.php
	operation/search_graphs.php
	operation/search_alerts.php
	operation/search_reports.php
	operation/search_maps.php
	operation/search_results.php
	operation/search_users.php: Restructured and fixed
	ACLs in the global search for bug 3053592



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3194 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-08-31 07:27:22 +00:00
slerena 3b0661aa87 2010-08-18 Sancho Lerena <slerena@artica.es>
* pandora_console/operation/search_results.php: Fixed reference for
        "down" instead "unknown" using the new code for unknown status.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3156 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-08-18 17:35:06 +00:00
mdtrooper 885a6d2c7c 2010-07-20 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php: added icons and source code for order the
	rows in the list of alerts.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3041 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-20 15:24:07 +00:00
mdtrooper 654944b603 2010-07-20 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php: added icons for order columns in the user
	list and agent list.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3040 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-20 12:23:01 +00:00
darode 98d990a511 2010-07-12 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/search_results.php: fixed bug in search with zero matches
	and filtering by: maps, reports or graphs.
	Fixes: #3025607



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2987 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-12 11:42:15 +00:00
mdtrooper 5b01cde66e 2010-05-21 Miguel de Dios <miguel.dedios@artica.es>
* operation/agentes/estado_generalagente.php: added the style for disabled
	agent and tooltip, in the name agent.
	
	* operation/search_results.php: added the style for disabled
	agent and tooltip.
	
	* godmode/agentes/modificar_agente.php: added tooltip.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2782 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-05-21 08:59:14 +00:00
mdtrooper cfaa1c0bbb 2010-03-09 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php: fixed the result when call a function db
	with new method.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2494 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-03-09 10:19:27 +00:00
slerena 6022740c10 2010-03-02 Sancho Leren <slerena@artica.es>
* include/functions_ui.php: Fixes default icon for operation
	mode in the title.

	* operation/incidents/incident.php
	operation/incidents/incident_detail.php
	operation/incidents/incident_statistics.php
	operation/snmpconsole/snmp_view.php
	operation/users/user.php
	operation/users/user_edit.php
	operation/users/user_statistics.php
	operation/events/event_statistics.php
	operation/events/export_csv.php
	operation/events/events_marquee.php
	operation/events/events.php
	operation/agentes/export_csv.php
	operation/agentes/datos_agente.php
	operation/agentes/estado_ultimopaquete.php
	operation/agentes/estado_generalagente.php
	operation/agentes/estado_agente.php
	operation/agentes/sla_view.php
	operation/agentes/gis_view.php
	operation/agentes/ver_agente.php
	operation/agentes/tactical.php
	operation/agentes/group_view.php
	operation/agentes/networkmap.php
	operation/messages/message.php
	operation/reporting/reporting_viewer.php
	operation/servers/view_server.php
	operation/servers/view_server_detail.php
	operation/search_results.php
	godmode/groups/configure_group.php
	godmode/groups/group_list.php
	godmode/agentes/agent_manager.php
	godmode/alerts/alert_list.php: Fixes with include(Config.php) in
	enterprise mode.:

	* general/header.php: Detection of Metaconsole to show less options.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2452 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-03-02 19:25:51 +00:00
mdtrooper 443c3b22f4 2009-10-21 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php: fix interval agent in the search result
	list.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2046 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-10-21 20:07:21 +00:00
slerena 4b27c2e0bf 2009-10-13 Sancho Lerena <slerena@artica.es>
Upps, Tuesday #13, bad day for a last commit before launch RC1 ! :-S
	
	* general/logon_ok.php: Fixed ugly format of table showing last activity 
	(has a too wide table width).
	
	* godmode/admin_access_logs.php: Removed that crappy div fashion code and
	replaced by old and reliable table-based-code :-) to fix the mess with the
	pagination.
	
	* godmode/agentes/configurar_agente.php: fixed problem with postprocess 
	values very bug (like 0.0000000123), parameter is now passed as string 
	because PHP is passing the value as scientific notation and mYsql don't 
	understand that.
	
	* operation/agentes/exportdata.php, 
	* operation/search_results.php, 
	* godmode/reporting/map_builder.php, 
	* godmode/agentes/agent_manager.php,
	* godmode/reporting/graph_builder.php,
	* godmode/agentes/modificar_agente.php: Added non-case search SQL code for make 
	agent searches non case sensitive (nombre COLLATE utf8_general_ci LIKE...)
	
	* module_manager_editor_common.php: More size for postprocess field.
	
	* pandora_console/godmode/alerts/configure_alert_action.php: More width for
	field2 in action form.
	
	* godmode/alerts/configure_alert_command.php: Command field has more width
	and added a help icon for macro subtitutions.
	
	* include/functions_db.php: get_agent_name() now defaults to non uppercase
	the agent names, because 3.0 has case sensitive agent names, and all
	data must show the real Case.
	
	* include/styles/pandora.css: removed uppercase transition for menu items
	and agent tabs.
	
	* operation/agentes/estado_agente.php: Agent is not shown in uppercase 
	anymore.
	
	* operation/agentes/estado_generalagente.php: Agent name and parent name 
	is not in uppercase. OS version shows only last 15 characters or full string
	if strlen() < 15.
	
	* operation/agentes/status_monitor.php: Agent name is not in uppercase
	 anymore.
	 


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2015 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-10-13 18:59:48 +00:00
raulmateos 2afce52937 2009-09-26 Raul Mateos <raulofpandora@gmail.com>
* operation/search_results.php: Add style to not found message.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1983 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-09-26 17:23:51 +00:00
jorgonzalez 573f463873 2009-08-10 Jorge Gonzalez <jorge.gonzalez@artica.es>
* include/languages/es.po, include/languages/es.mo: Updated Spanish 
        * translation

        *  include/languages/index.pot: Updated PO template.

        * operation/search_results.php: Modified a i18n string.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1832 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-10 08:50:31 +00:00
slerena 717b8eede0 2009-08-05 Sancho Lerena <slerena@artica.es>
* include/styles/pandora.css: Adjusted head and removed small heigh 
	problems in some tabs (agent and search sections).
		
	* include/javascript/pandora.js: winopeng call for module graph is now 
	widther.
	
	* index.php: Now defined a default search for agents().
	
	* general/header.php: Redesign of header.
	
	* general/pandora_help.php: Some visual changes in background and footer.
	
	* godmode/modificar_agente.php: Create button replaced.
	
	* fgraph.php: Fixed the string graphs and fixed a lot other issues.
	
	* include/functions_visual_map.php: Module images are shown in pure mode 
	(without title) and adding the title defined by user in map definition.
	
	* include/pandora_graph.php: Added default colors (up to 9) for combined
	graphs.

	* include/pchart_graph.php: Created a new method to render datetime
	data in X axis legend. Reformatted combined and static graph to remove
	transparent background, title and other issues reported. Also combined
	stack graph now works adding data from one series to another. 
	
	* include/help/en/help_agent_status.php: new help file for agent status.
	
	* include/pChart/pChart.class: Added new method for format datetime in two 
	lines with full date and time information.
	
	* operation/search_results.php: reformatted tabs.
	
	* operation/agentes/estado_agente.php: removed status information legend 
	and added a help icon.
	
	* godmode/reporting/graph_builder.php,
	  operation/reporting/graph_viewer.php: Added new graph mode: stacked line.
	


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1829 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-06 18:55:54 +00:00
mdtrooper 6a3903d98e 2009-07-29 Miguel de Dios <miguel.dedios@artica.es>
* operation/search_results.php: fix a query for search alerts. And changed
	the visual result (old it was simple list items) to a detailed table for all
	elements to search, also added pagination options for results. And make
	some style in tabs (added images).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1824 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-29 17:19:27 +00:00
mdtrooper 13947ca72d 2009-07-22 Miguel de Dios <miguel.dedios@artica.es>
* general/header.php, images/lupa_15x15.png, include/functions_html.php
	include/styles/pandora.css, operation/search_results.php: add global
	search bar in the header for searching Agents, Maps, Reports, Graphs,
	Alerts and Users...if you user have access level...

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1814 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-07-22 15:26:31 +00:00