import of Diogenes 0.9.18
[diogenes.git] / config / db / diogenes.logactions.sql
CommitLineData
6855525e
JL
1# phpMyAdmin SQL Dump
2# version 2.5.4
3# http://www.phpmyadmin.net
4#
5# Host: localhost
6# Generation Time: Nov 17, 2003 at 02:35 AM
7# Server version: 4.0.16
8# PHP Version: 4.3.3
9#
10# Database : `diogenes`
11#
12
13#
14# Dumping data for table `diogenes_logactions`
15#
16
17INSERT INTO diogenes_logactions VALUES (3, 'auth_ok', 'successful password authentication');
18INSERT INTO diogenes_logactions VALUES (2, 'auth_logout', 'the user logged out');
19INSERT INTO diogenes_logactions VALUES (4, 'auth_fail', 'password authentication failed');
20INSERT INTO diogenes_logactions VALUES (5, 'page_create', 'the user created a new page');
21INSERT INTO diogenes_logactions VALUES (6, 'page_delete', 'the user deleted a page');
22INSERT INTO diogenes_logactions VALUES (7, 'rcs_commit', 'Commit to RCS');
23INSERT INTO diogenes_logactions VALUES (8, 'rcs_delete', 'An RCS-managed file was deleted');
24INSERT INTO diogenes_logactions VALUES (9, 'barrel_create', 'a new barrel was created');
25INSERT INTO diogenes_logactions VALUES (10, 'barrel_delete', 'a complete barrel was deleted');
26INSERT INTO diogenes_logactions VALUES (11, 'file_upload', 'a file was uploaded');
27INSERT INTO diogenes_logactions VALUES (12, 'file_delete', 'a file was deleted');
28INSERT INTO diogenes_logactions VALUES (13, 'barrel_options', 'the barrel options were updated');
29INSERT INTO diogenes_logactions VALUES (14, 'barrel_plugins', 'the barrel plugins were modified');
30INSERT INTO diogenes_logactions VALUES (15, 'page_props', 'the page properties were updated');
31INSERT INTO diogenes_logactions VALUES (16, 'page_plugins', 'the page plugins were modified');