Florian L

  • Registered on: 2008-04-28
  • Last connection: 2008-11-24

Activity

Reported issues: 1

2008-11-24

22:42 Redmine Feature #1077: ICS view of Calendar
I dont test it with 0.8. I'll work on it. @Joris Verschoor : Just create the file calendar.ics.erb in /app/views/common with this : <%= @cal_string %>

2008-05-05

19:35 Redmine Feature #1077: ICS view of Calendar
New version. Bugs fixed. Tested on two production version. Any feedbacks ?
19:13 Redmine Defect #1178: NoMethodError on @available_filters.has_key?
Bugs on bad filters... I cant access anymore to issues. Fix : line 230 in query.rb @label = @available_filters[field][:name] if @available_filters.has_key?(field) *unless @available_filters.nil?*@

2008-05-01

01:23 Redmine Open discussion: RE: became a developer
Hi, I post a patch on Redmine ! Can I become a developper ? ;) Thank you, Florian

2008-04-30

23:21 Redmine Feature #1077: ICS view of Calendar
Its based on http://icalendar.rubyforge.org/ So you need to install iCalendar via GEM : # gem install icalendar
23:17 Redmine Feature #1077 (Resolved): ICS view of Calendar
This patch add the functionnality : "Also available in: iCal" ! I worked with the revision 1388. This patch provide all the events from the beginning of the project till now. Enjoy, Florian

Also available in: Atom