view · edit · sidebar · attach · print · history

20120817-update-email-report-downloads-list-debug-textinfo-news-job

<< | Index | >>


Summary

  • Updated Report E-mail for oddb.dat exporter.
    • Updated oddb2tdat gem
  • Updated Downloads list in ch.oddb.org
  • Updated Report E-mail of textinfo_news more clearly.

Commits

oddb2tdat
ch.oddb.org

Index


Update email report for oddb.dat

Updated oddb2tdat gem for report to hold rows counts.

commit

(oddb2tdat)

commit

(ch.oddb.org)

  1. E-mail
# subject
ch.ODDB.org Report - oddb2tdat - 08/2012

# body
total:                           19147(MiGel) / 42376 (Total)

oddb_with_migel.dat.zip

NOTE

create gemspec with using hoe


Update downloads list

Created sample data into doc/resorces/downloads/examples

  • oddb.dat.zip
  • oddb_with_migel_dat.zip
commits

Debug email report of textinfo_news

call directly via bin/admin.

ch.oddb> Updater.new(self).update_textinfo_news
-> 
ch.oddb> TextInfoPlugin.new(self).textinfo_news
->
ch.oddb> TextInfoPlugin.new(self).import_news
-> 

Plugin#log_info (src/plugin/plugin.rb)

   def log_info
      [:change_flags, :report, :recipients].inject({}) { |inj, key|
        inj.store(key, self.send(key))
        inj 
      }   
    end
commit
view · edit · sidebar · attach · print · history
Page last modified on August 17, 2012, at 11:41 AM