Dashboard: Show changes from plugins in the dashboard

Project:ProjectPier
Version:0.8.6-stable
Component:Code
Category:feature request
Priority:normal
Assigned:phpfreak
Status:closed - fixed
Description

It would be great if changes from plugins would also show up in the recent activities list of the dashboard, like wiki changes and booked time.

#1
Assigned to:Visitor» phpfreak
Status:new» patch - code needs review

They are actually there in the database but get filtered out. Fix:

In file /application/models/application_logs/ApplicationLogs.class.php
add after line 183

          if (class_exists($manager_class_name)) {
            $filtered_logs[] = $log;
          }
#2

Great! Thank you!

#3
Version:0.8.6-rc1» 0.8.6-stable
Status:patch - code needs review» closed - fixed

Part of 0.8.6-stable.