Project

General

Profile

Actions

Defect #5343

closed

acts_as_event Doesn't Accept Outside URLs

Added by Eric Thomas almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Plugin API
Target version:
Start date:
2010-04-18
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The acts_as_event plugin doesn't allow URLs to be linked to outside websites.

For example, the following doesn't work:

acts_as_event :title => Proc.new {|o| "#{o.title}"},
              :author => nil,
              :datetime => :updated_on,
              :description => Proc.new {|o| "#{o.description}"},
              :url => "http://yahoo.com" 

Posted as a result of this discussion

Actions #1

Updated by Eric Thomas almost 14 years ago

  • Assignee deleted (Eric Davis)
Actions #2

Updated by Jean-Philippe Lang almost 14 years ago

  • Status changed from New to Resolved
  • Target version set to 0.9.4
  • Affected version (unused) set to 0.9.3
  • Resolution set to Fixed
  • Affected version set to 0.9.3

Fixed in r3681.

Actions #3

Updated by Jean-Philippe Lang almost 14 years ago

  • Status changed from Resolved to Closed
  • Target version changed from 0.9.4 to 1.0.0 (RC)
Actions

Also available in: Atom PDF