Does CouchCMS have any way currently to log all edits to pages and who did the edits at all?
Having looked through the code, I can see that there are some internal event handlers going on when pages are edited (e.g. https://github.com/CouchCMS/CouchCMS/bl ... s.php#L212). Would it be possible to get the appropriate data out if I wrote a plugin which tied into those hooks and recorded who changed what and when?
Is there any documentation on how to write plugins and add event listeners / list of available events, or will that be a "learn from existing code" experiment?
Having looked through the code, I can see that there are some internal event handlers going on when pages are edited (e.g. https://github.com/CouchCMS/CouchCMS/bl ... s.php#L212). Would it be possible to get the appropriate data out if I wrote a plugin which tied into those hooks and recorded who changed what and when?
Is there any documentation on how to write plugins and add event listeners / list of available events, or will that be a "learn from existing code" experiment?