DbLog Event Simple Pager
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Adds simple forward/backward links to dbLog Event pages. This is to help debug if you'd like to move forward and backward through the events easily without having to return to the summary screen.
It's available in D6, D7, and D8 versions.
The D6 version is a bit hacky as it requires that the header is an h1 or h2 that contains the text 'Details', in order to insert the new HTML code properly. It places the "next | previous" to the far right of the header, by default. It requires phptemplate themes. I've only tested it on a handful of themes, including a Fusion-based child theme, the 960 GS theme, Bluemarine, Garland, Seven, Cube, Fusion Core, Fusion Starter, Fusion Starter Lite, PushButton, Rubik, Tao, Minnelli. Does not work on non-phptemplate themes like Chameleon/Marvin.
D7 and D8 versions use the render array and don't have the limitations of D6.
Known issues:
- I noticed if you give pass a higher than the highest event ID, dblog just returns the highest. I don't test for this (yet).
- If you go prior to ID 1, it doesn't test for that either. For anything <1 dblog shows no error, just empty page.
- If you pass a lower than the lowest event ID, dblog just returns the lowest. I didn't test or this either (yet).
- if you use filter log message, the previous | next do not abide the filter.
Next steps:
Resolve known issues.
*My first contributed module*
