2013-01-24, 15:03
(2013-01-23, 13:49)da-anda Wrote: Problem: User get's confronted with "addon XY updated" notifications for addons that he never installed but where dependencies of some other addon. This confuses users, they should only see the notification if they installed the addon. Same for addons marked as broken etc.
Solution: Keep track if addons are installed by the user or as part of a dependency and only show notifications if they where installed by the user.
So adding a column to the DB + object that keeps track if installed by the user or not could be used to solve both issues.