Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

Table: activity_log

A log of all user activity across the system.

ColumnTypeNote
refint(11)Auto incrementing index
loggeddatetimeThe date and time of the activity
userint(11)See table user
log_codechar(1)A single character code defining the activity type
notetextFurther information relating to the activity
value_oldtextIf the activity involved a change - the old value
value_newtextIf the activity involved a change - the new value
value_difftextThe difference between the old and new values
remote_tablevarchar(100)The table the activity related to
remote_columnvarchar(100)The column the activity related to
remote_refvarchar(100)The row the activity related to

This table is empty by default.

Please see the schema overview for context. This document was last updated on the 17th of November 2024 at 15:35 (Europe/London time).