[Feature] Dashboard events feed
Created by: alexleutgoeb
I implemented a simple events atom feed for the dashboard (projects index page) today. It currently lists pushes, issues opened & closed and merge requests for the user's projects, just like the dashboard feed does.
There is no visual subscribe button atm, just a corresponding header-tag for browsers.
Changed files are at https://github.com/alexleutgoeb/gitlabhq/compare/feature/eventsfeed, if someone else might have a use for this I would be glad to improve it and send a pull request (otherwise feel free to close this issue ;).
Alex