ModTracker
in package
Configuration file: Config\Modules\ModTracker.
Table of Contents
- $DEFAULT_VIEW : mixed
- default view in History (Timeline/List)
- $NUMBER_RECORDS_ON_PAGE : mixed
- Number of records on one page
- $REVIEW_CHANGES_LIMIT : mixed
- Max number to update records
- $REVIEWED_SCHEDULE_LIMIT : mixed
- Max number to update records by cron
- $SHOW_TIMELINE_IN_LISTVIEW : mixed
- Show timeline in list view [module name, ...]
- $TEASER_TEXT_LENGTH : mixed
- Maximum length of text, only applies to text fields
- $TIMELINE_IN_LISTVIEW_LIMIT : mixed
- Limit of records displayed in timeline popup
- $UNREVIEWED_COUNT : mixed
- Displays the number of unreviewed changes in record.
- $WATCHDOG : mixed
- Enable sending notifications for all actions available in changes history. Tracking requires enabling module or record tracking.
Properties
$DEFAULT_VIEW
default view in History (Timeline/List)
public
static mixed
$DEFAULT_VIEW
= 'TimeLine'
$NUMBER_RECORDS_ON_PAGE
Number of records on one page
public
static mixed
$NUMBER_RECORDS_ON_PAGE
= 50
$REVIEW_CHANGES_LIMIT
Max number to update records
public
static mixed
$REVIEW_CHANGES_LIMIT
= 50
$REVIEWED_SCHEDULE_LIMIT
Max number to update records by cron
public
static mixed
$REVIEWED_SCHEDULE_LIMIT
= 1000
$SHOW_TIMELINE_IN_LISTVIEW
Show timeline in list view [module name, ...]
public
static mixed
$SHOW_TIMELINE_IN_LISTVIEW
= []
$TEASER_TEXT_LENGTH
Maximum length of text, only applies to text fields
public
static mixed
$TEASER_TEXT_LENGTH
= 100
$TIMELINE_IN_LISTVIEW_LIMIT
Limit of records displayed in timeline popup
public
static mixed
$TIMELINE_IN_LISTVIEW_LIMIT
= 5
$UNREVIEWED_COUNT
Displays the number of unreviewed changes in record.
public
static mixed
$UNREVIEWED_COUNT
= true
$WATCHDOG
Enable sending notifications for all actions available in changes history. Tracking requires enabling module or record tracking.
public
static mixed
$WATCHDOG
= true