Filter repository update notices

avatar Toast Pro Oct 28. 2009. 8:28 pm
Hello,

We do a lot of SVN commits on our projects and our current activities listing is swamped with them, limiting the useful information we might miss.

I can see how it might be relevant in some environments, but not ours.

Is there a way to filter these so that they do not show up in "Recent activities" ?

A.
avatar Oliver Maksimović Staff Oct 28. 2009. 10:16 pm
At the moment there is no way to limit the type of activities that will be displayed. Probably the best option here would be to entirely disable creating activity logs on repository update, but note that it is a "hack" and it will be overwritten during the upgrade.

To disable creating activity logs for repository update, open this file:

/activecollab/application/modules/source/controllers/RepositoryController.php

find the line:

$this->active_repository->createActivityLog($total_commits);


and change it to:

// $this->active_repository->createActivityLog($total_commits);
activeCollab dev / tech support

Try activeCollab free for 30 days, No credit card required!

Instant access to activeCollab, no installation needed.

.tryactivecollab.com

If you are already a user of activeCollab, you can log in here.