]> saetta.ns0.it Git - zakaudit/libzakaudit/log
zakaudit/libzakaudit
11 years agoGUI to show changes: now it shows the first (last) action. master
Andrea Zagli [Thu, 30 Jan 2014 16:05:47 +0000 (17:05 +0100)]
GUI to show changes: now it shows the first (last) action.

11 years agoError on sql creation on ZakAudit::get_user_insertion when key is multifield.
Andrea Zagli [Tue, 24 Dec 2013 08:13:58 +0000 (09:13 +0100)]
Error on sql creation on ZakAudit::get_user_insertion when key is multifield.

11 years agoContinued GUI to view changes.
Andrea Zagli [Fri, 20 Dec 2013 12:29:27 +0000 (13:29 +0100)]
Continued GUI to view changes.

11 years agoAdded function ZakAudit::get_user_insertion (closes #809).
Andrea Zagli [Wed, 18 Dec 2013 12:37:57 +0000 (13:37 +0100)]
Added function ZakAudit::get_user_insertion (closes #809).

11 years agoContinued GUI to view changes.
Andrea Zagli [Wed, 18 Dec 2013 11:50:17 +0000 (12:50 +0100)]
Continued GUI to view changes.

11 years agoIn win added an automake function that copies intalled files in /mingw (refs #60).
Andrea Zagli [Tue, 17 Dec 2013 14:13:41 +0000 (15:13 +0100)]
In win added an automake function that copies intalled files in /mingw (refs #60).

11 years agoAdded eclipse project files.
Andrea Zagli [Tue, 17 Dec 2013 14:03:53 +0000 (15:03 +0100)]
Added eclipse project files.

11 years agoStarted GUI to view changes.
Andrea Zagli [Sun, 24 Nov 2013 19:01:41 +0000 (19:01 +0000)]
Started GUI to view changes.

11 years agoAdded functions ZakAudit::new_with_datasources and ZakAudit::new_from_string_with_dat...
Andrea Zagli [Sun, 24 Nov 2013 16:45:30 +0000 (16:45 +0000)]
Added functions ZakAudit::new_with_datasources and ZakAudit::new_from_string_with_datasources.

closes #806.
Added command line parameters to test1.

11 years agoAdded anjuta project files.
Andrea Zagli [Sun, 24 Nov 2013 15:42:00 +0000 (15:42 +0000)]
Added anjuta project files.

13 years agoBugfix for INSERT INTO from SELECT.
Andrea Zagli [Sat, 1 Oct 2011 11:37:19 +0000 (13:37 +0200)]
Bugfix for INSERT INTO from SELECT.

It seems that libgda can't parse values.

13 years agoAdjustments, bugfixes and memory leaks.
Andrea Zagli [Wed, 15 Jun 2011 10:56:21 +0000 (12:56 +0200)]
Adjustments, bugfixes and memory leaks.

14 years agoChanged name beacuase libaudit already exists.
Andrea Zagli [Wed, 27 Oct 2010 14:50:15 +0000 (16:50 +0200)]
Changed name beacuase libaudit already exists.

14 years agoNow it saves also the key.
Andrea Zagli [Thu, 2 Sep 2010 09:09:56 +0000 (11:09 +0200)]
Now it saves also the key.
ALTER TABLE fields ADD COLUMN is_key boolean DEFAULT FALSE;

14 years agoRemoved field id in table values.
Andrea Zagli [Thu, 2 Sep 2010 07:14:35 +0000 (09:14 +0200)]
Removed field id in table values.
ALTER TABLE "values" DROP CONSTRAINT valori_pkey;
ALTER TABLE "values" DROP COLUMN id;
ALTER TABLE "values" ADD PRIMARY KEY (id_actions, id_fields);

14 years agoChanged db struct.
Andrea Zagli [Thu, 2 Sep 2010 06:42:21 +0000 (08:42 +0200)]
Changed db struct.
ALTER TABLE actions RENAME dn TO username;
ALTER TABLE actions ALTER username TYPE character varying(255);
ALTER TABLE fields DROP CONSTRAINT fields_pkey;
ALTER TABLE fields ADD PRIMARY KEY (id);

14 years agoBugfix on insert NULL values.
Andrea Zagli [Thu, 24 Jun 2010 08:49:38 +0000 (10:49 +0200)]
Bugfix on insert NULL values.

14 years agoChanged value_string_unquote to string_unquote.
Andrea Zagli [Thu, 24 Jun 2010 08:30:35 +0000 (10:30 +0200)]
Changed value_string_unquote to string_unquote.
Bugfixes on get_*_from_name.

14 years agoMissing file on autotools.
Andrea Zagli [Tue, 15 Jun 2010 06:48:16 +0000 (08:48 +0200)]
Missing file on autotools.

14 years agoInverted INSERT and DELETE actions operations.
Andrea Zagli [Tue, 15 Jun 2010 06:46:40 +0000 (08:46 +0200)]
Inverted INSERT and DELETE actions operations.

14 years agoCheck the structure of the db monitored against that declared on libaudit
Andrea Zagli [Sun, 6 Jun 2010 09:24:16 +0000 (11:24 +0200)]
Check the structure of the db monitored against that declared on libaudit
tables.

14 years agoSome adjustments and bugfixes.
Andrea Zagli [Sun, 6 Jun 2010 09:12:42 +0000 (11:12 +0200)]
Some adjustments and bugfixes.

14 years agoAdded function Audit::action_from_gdastatement.
Andrea Zagli [Sat, 5 Jun 2010 16:02:02 +0000 (18:02 +0200)]
Added function Audit::action_from_gdastatement.

14 years agoAdded function Audit::audit_action_v.
Andrea Zagli [Sat, 5 Jun 2010 09:49:53 +0000 (11:49 +0200)]
Added function Audit::audit_action_v.

14 years agoSome bugfixes.
Andrea Zagli [Mon, 31 May 2010 16:31:58 +0000 (18:31 +0200)]
Some bugfixes.
Added first test program: it seems to work.

14 years agoChanges to autotools to compile on windows.
Andrea Zagli [Mon, 31 May 2010 15:39:58 +0000 (17:39 +0200)]
Changes to autotools to compile on windows.

14 years agoChanges to autotools.
Andrea Zagli [Mon, 31 May 2010 15:36:21 +0000 (17:36 +0200)]
Changes to autotools.

14 years agoOther tiny changes.
Andrea Zagli [Mon, 31 May 2010 15:23:30 +0000 (17:23 +0200)]
Other tiny changes.

14 years agoDatabase definition.
Andrea Zagli [Mon, 31 May 2010 14:59:43 +0000 (16:59 +0200)]
Database definition.

14 years agoSome little changes before start coding.
Andrea Zagli [Mon, 31 May 2010 14:41:16 +0000 (16:41 +0200)]
Some little changes before start coding.

14 years agoMoved to GObject system.
Andrea Zagli [Mon, 31 May 2010 14:11:35 +0000 (16:11 +0200)]
Moved to GObject system.

14 years agoInitial import (not tested).
Andrea Zagli [Mon, 31 May 2010 13:37:23 +0000 (15:37 +0200)]
Initial import (not tested).