From 8805ed98d6fe3f348b9a59421d08ae93ea6c7013 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 2 Feb 2012 12:11:31 +0000 Subject: [PATCH] 2012-02-02 Juan Manuel Ramon * Changelog: I forgot to update Changelog. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5467 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 96e839947b..7f53117520 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,22 @@ +2012-02-02 Juan Manuel Ramon + + * include/help/en/help_snmp_alert_custom.php + include/help/es/help_snmp_alert_custom.php + operation/snmpconsole/snmp_view.php + godmode/snmpconsole/snmp_alert.php: Added eight new fields for snmp + alerts and a filter in trap search. + + pandoradb.sql + pandoradb.postgreSQL.sql + pandoradb.oracle.sql + extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql + extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql + extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql: Added + _snmp_f1_ ... _snmp_f6_, trap_type and single_value fields to + talert_snmp table. + + * general/shortcut_bar.php: Fixed shorcut style. + 2012-02-02 Junichi Satoh * include/help/ja/help_aggregate_by.php: Added a missing help file.