Last Node Modification

Categories

Component ID

2467991

Component name

Last Node Modification

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Synopsis

This module simply creates a block that can be shown at any region.
It hooks into the node saving functions and saves the date of the last
modification of any node in the system. That date is then shown in the
mentioned block.

Please notice that there is no additional database request (besides one variable fetch),
so adding this module does not increase loading time by counting nodes and
comparing their date to the current one at every click. It only fetches one
variable that was saved at node creation/modification time. So it is considered very fast.

Requirements

Only Drupal core.

Known problems

None ATM.

Help wanted!

I most certainly did NOT think about every use case for this module yet. If you think there could be another use case, feel free to contact me or provide a patch.
Any help, hints, critics, patches or feedback are welcome!

TODO

  • Translations!