Changeset 34374
- Timestamp:
- 07/09/09 18:13:25 (4 years ago)
- Location:
- platform/tdiary/plugin
- Files:
-
- 3 modified
-
everytrail.rb (modified) (1 diff)
-
nicovideo.rb (modified) (1 diff)
-
search-yahoo.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/plugin/everytrail.rb
r20669 r34374 9 9 size.collect! {|i| i.to_i } 10 10 size[0] = 400 if size[0] == 0 11 size[0] = 300 if @conf.iphone? 11 12 size[1] = 300 if size[1] == 0 12 13 l = label ? %Q|<a href="http://www.everytrail.com/view_trip.php?trip_id=#{h trip_id}">#{h label}</a>| : '' -
platform/tdiary/plugin/nicovideo.rb
r33032 r34374 75 75 76 76 def nicovideo_player( video_id, size = [544,384] ) 77 if feed? or @conf.mobile_agent? then77 if feed? or @conf.mobile_agent? or @conf.iphone? then 78 78 nicovideo( video_id ) 79 79 else -
platform/tdiary/plugin/search-yahoo.rb
r33665 r34374 44 44 45 45 def search_to_html( str ) 46 str.gsub( /<wbr>/, '' ).gsub( /<b>/, '<strong>' ).gsub( /<\/b>/, '</strong>' )46 (str || '').gsub( /<wbr>/, '' ).gsub( /<b>/, '<strong>' ).gsub( /<\/b>/, '</strong>' ) 47 47 end 48 48
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)