Changeset 14184 for platform/tdiary/util
- Timestamp:
- 06/17/08 22:46:43 (5 months ago)
- Files:
-
- 1 modified
-
platform/tdiary/util/rast-search/rast-register.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/util/rast-search/rast-register.rb
r12259 r14184 121 121 end 122 122 123 def cache_path124 @conf.cache_path || "#{@conf.data_path}cache"125 end123 def cache_path 124 @conf.cache_path || "#{@conf.data_path}cache" 125 end 126 126 127 127 def db_path … … 142 142 @diaries = {@date.strftime('%Y%m%d') => @diary} if @diaries.empty? 143 143 @plugin = ::TDiary::Plugin::new( 144 'conf' => @conf,145 'cgi' => @cgi,146 'cache_path' => cache_path,147 'diaries' => @diaries148 )144 'conf' => @conf, 145 'cgi' => @cgi, 146 'cache_path' => cache_path, 147 'diaries' => @diaries 148 ) 149 149 def @plugin.apply_plugin_alt( str, remove_tag = false ) 150 150 apply_plugin( str, remove_tag ) … … 293 293 conf.show_nyear = false 294 294 def conf.bot?; true; end 295 295 296 296 diary = @diaries[@date.strftime('%Y%m%d')] 297 297 encoding = 'utf8'
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)