Do you have some feature in mind that you'd love to see in Couch? Let us know.
2 posts Page 1 of 1
Let's say the user performs an action like creating a page, editing it, or something else.
This action would be inserted into a table to keep the record, and then displayed in the panel.

I tried to create a plugin to add this feature, but unfortunately the page_deleted, page_saved, and similar hooks are not reliable because the KWebpage save and delete function can be called from any other addon. Meaning that if the user deletes a folder using the Extended Folders addon, it'll log two actions: the folder in question, and the page created by the addon.
if the user deletes a folder using the Extended Folders addon, it'll log two actions: the folder in cuestion, and the page created by the addon.

I suppose the logger can keep this scenario in consideration and skip logging a page delete that belongs to an 'extending' masterpage.
2 posts Page 1 of 1