The following tables serve for security, session management, debugging and other purposes.
Table
Cols
Rows
Description
[acs_logs]
5
296
Database equivalent of a log file - programmers may use this for debugging purposes.
[acs_reference_repositories]
11
4
Not used by ]po[.
[etp_page_revisions]
1
0
Keeps track of ETP (Edit This Page) versions.
[journal_entries]
5
288
Keeps track of actions performed on objects, e.g. banning a user, starting or finishing a workflow task, etc.
[search_observer_queue]
3
0
Not used by ]po[ .
[sec_session_properties]
6
0
Session properties. Not used by ]po[
[secret_tokens]
3
0
See the OpenACS "Security Design" document for a detailed explanation.
[subsite_callbacks]
6
0
Applications can register callbacks that are triggered whenever a group of a specified type is created. The callback must expect the following arguments:
* object_id: The object that just got created
* node_id: The node_id where the object got created
* package_id: The package_id from where the object got created
These are passed in the following way:
* tcl procedure: Using named parameters (e.g. -object_id $object_id)
All callbacks must accept all of these parameters.