Regarding Demo module integration, it would be great, if Demo module was able to add f.e. a column containing reset links for snapshots. Although something similar has been discussed on the devel list as a valuable core feature for D7, it should be possible to implement a

hook_journal_table(array &$header, array &$rows, array &$data);

or similar in the meanwhile. Other modules will need to have access to

- the table header definition
- raw data of a row (an object fetched from a database result resource) as well as
- a structured and pre-rendered data array of a row for hook_table()

Since we deal with log entries, only table rows are affected.

CommentFileSizeAuthor
#1 journal.module.patch1.21 KBsun

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new1.21 KB

First try. :)

sun’s picture

Project: Journal »
Status: Needs review » Closed (won't fix)

Rather thinking of Views integration these days.

sun’s picture

Project: » Journal