New columns in the table 'log_adv_daemon_email': size, pri, relay,
[gnucomo.git] / ChangeLog
1 Feb 21, 2003 - Release 0.0.5
2 ------------------------------
3
4 - The notifications web page keeps a record of each time a notification
5   is displayed. Either on a listing or in detail.
6 - Improved the table layout of the objects web page.
7 - In the users page of the web interface, you can add a new user and
8   make him/her a member of a group.
9 - Users can change their password through the users page of the web interface.
10 - Gcm_input also detects packages that are removed from the system.
11 - In gcm_input, determining the version number of a package in a RPM
12   list is improved. Only the last one or two parts of the string that
13   begin with a '-' and a number are considered the version.
14 - The C++ function gnucomo_database::new_notification() uses the SQL
15   function currval() to obtain the identification number
16   of the most recently created notification.
17 - The C++ class gnucomo_database prints the query on cerr, along
18   with the error message when the query results in an error.
19 - Removed the 'Change Password' image from the main menu.
20   Changing passwords is integrated in te users page.
21 - Added the 'form' class on table and td elements. This class is intended
22   for borderless tables that are used to layout HTML forms.
23 - A new style 'h2.error' for error reports in the stylesheet.
24   Put borders around the tables and cells in the web interface.
25   Added right-alignment for numbers and fixed width for timestamps.
26 - Gcm_daemon maintains the last notification identifier.
27 - Setup the groups and database permissions. The three groups
28   are: view, ops and admin.
29 - Added two new entries to the action table.
30 - All web interface pages use the page class. This provides for a
31   uniform session and database handling.
32 - Use our own error handler for PHP errors and warnings in the web interface.
33 - Added log, notification and parameter counters to the 'object' table.
34   Counting these things at the time a user interface needs them is
35   too slow. Other programs, like gcm_daemon en gcm_input should prepare
36   these counters for quick retrieval.
37 - Show the total number of Log entries, parameters and notifications
38   on the object page of the web interface.
39 - Added new tables to the database : log_adv_daemon and log_adv_daemon_email.
40 - Made gcm_daemon a 'proper' executable.
41 - Paths of included files in PHP scripts are more flexible.
42 - Gcm_daemon recognizes important start and stop events of various daemons
43 - Gcm_daemon checks for exiting daemons in the log entries.
44 - Directory structure of PHP scripts reorganized. PHP scripts that are included in
45   both gcm_daemon and the web interface are now in the directory src/phpclasses.
46
47
48 Feb 05, 2003 - Release 0.0.4
49 ----------------------------
50
51 - Added style parameters for diff-like table views and textarea elements.
52 - Display and handle notifications in the web interface.
53 - Display the difference of all package class parameters for two objects
54   in the web interface.
55 - New PHP class added: 'page'. This is a (sort-of abstract) base class
56   for all Gnucomo web interface pages. It hanldes the session, login,
57   opening the database and the head and tail of the web page.
58 - gcm_input creates notifications when a new package is discovered
59   in a 'rpm -qa' list or when the version of a package is changed.
60 - Bug fix: action.statuscode was in upper case.
61 - Added new tables to the database: parameter_class and parameter_notification.
62 - New C++ function: gnucomo_database::new_notification(). retruns the id number
63   of the newly created notification record.
64 - Added new records to the 'type_of_issue' table.
65 - Changed semantics of actionid 9 in the 'action' table.
66 - Bugfix in gcm_input: The hostname in a system log may contain
67   digits as well as letters.
68 - Added new fields to the 'type_of_issue' table.
69
70 Dec 06, 2002 - Release 0.0.3
71 -----------------------------
72
73 - Directory structure is reorganized and prepared for GNU configure.
74 - gcm_input sets the value of log.processed to FALSE when inserting a
75    new log entry into the database
76 - When a syslog entry arrives from last year, gcm_input subtracts one from the
77    year of arrival to create the year of the log entry.
78 - Gcm_input reads output from "rpm -qa" and enters packages in the parameter table.
79 - Changes to log and log_adv tables described in the manifest.
80 - Added description of gcm_daemon in the design.
81 - Added new program (in PHP): gcm_daemon.
82 - Added a check on the database version in gcm_damon.
83 - Database-login in gcm_damon can be done using TCP/IP or UNIX-sockets.
84 - Gcm_daemon processes iptables-records including ICMP support.
85 - Returning values with ICMP (bounced) are seperate and linked to the same logfile.
86 - Which each new version records that haven't been recognized are processed again
87   through gcm_daemon.
88 - Added program-specific database user and password in config file.
89 - Added new arguments to gnucomo_config::Database(): user and password.
90   If empty, default values are taken from the config file.
91 - Implemented a slightly functional web interface that shows some
92   output from the database.