summaryrefslogtreecommitdiffstats
path: root/app/controllers/events_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* No longer scrolling the most recent activities on the home page.August Lilleaas2009-07-141-5/+0
|
* Adding the recent events ticker/scroller on the new glossy flashy sparkly ↵August Lilleaas2009-06-121-1/+6
| | | | homepage.
* Show a friendly link if there's more than Event::MAX_COMMIT_EVENTS in a push ↵Johan Sørensen2009-04-221-1/+1
| | | | event
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-0/+3
|
* Added conditional get + http caching on events#commitsJohan Sørensen2009-04-221-5/+7
|
* Allowing Events to have other Events:Marius Mathiesen2009-04-221-0/+8
| | | | | - Used when receiving a push: create child events that belong to the push event - When viewing the project feed, filter out the events that are children of other events from the view
* Update to Rails 2.3RC1Johan Sørensen2009-04-221-1/+1
|
* Add copyright and license headers (AGPL) to code filesTor Arne Vestbø2008-11-281-0/+18
| | | | | The authors in each copyright header was computed by running 'git log --reverse' on that particular file.
* FIXED: order events descDavid A. Cuadrado2008-04-291-1/+1
| | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com>
* atom feed for /events.David A. Cuadrado2008-04-291-0/+6
| | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com>
* events.date => events.created_at and other Event related fixesJohan Sørensen2008-04-201-2/+2
|
* Removed actions from the databaseDavid A. Cuadrado2008-04-161-1/+1
| | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com>
* refactoring to use polymorphic associations (USER does ACTION on X)David A. Cuadrado2008-04-071-1/+1
| | | | Signed-off-by: David A. Cuadrado <krawek@gmail.com>
* Performance improvementsDavid A. Cuadrado2008-03-201-1/+1
|
* Implemented user event systemDavid A. Cuadrado2008-03-201-0/+7