Script Summary: This script is an alert script for redmine all activity that does growl and badges for fluid.
This script alerts via badges and growl to new information on the all activity page.
to be used with the redmine reload script that i wrote. for fluid.
4/26/2009: small update to the setcookie to pass the expire field so when i close and reopen i dont get 200 growl alerts
important note:
i forgot that i edited my all activity view to add a timestamp on each event so in
app/projects/activity.rhtml it should look like this here (the id= is what was added)
<% @events_by_day[day].sort {|x,y| y.event_datetime <=> x.event_datetime }.each do |e| -%>



