view · edit · sidebar · attach · print · history

20120111

<< Masa.20120113-fix-migel-link-errros-update-oddb2tdat-check-sbsm-rockit | Index | Masa.20120111-check-update_bsv-update-update_analysis-remove-ext-analysisparse-debug-mail_patinfo-fix-oddb2tdat >>


  1. Replace alphabet list to use new migel database
  2. Delete old migel data and source code from oddb.org
  3. Delete .git/ORIG_HEAD
  4. Check rockit in sbsm
  5. password reset oddb.org

Commits

Replace alphabet list to use new migel database

Problem

  • migel_index_de/fr index table of oddb database are used to create alphabet list in migel top view

Commit

Delete old migel data and source code from oddb.org

1. delete migel plugin and update method

2. delete old migel data (group, subgroup, product) from oddb database

ch.oddb> ODBA.cache.drop_index('migel_fulltext_index_de')
ch.oddb> ODBA.cache.drop_index('migel_fulltext_index_fr')
ch.oddb> ODBA.cache.drop_index('migel_index_de')
ch.oddb> ODBA.cache.drop_index('migel_index_fr')
  • delete migel index table definition from etc/index_definitions.yaml

3. delete old migel definition source code and related source code

Commits

Delete .git/ORIG_HEAD

Note

 .git/ORIG_HEAD is read in bin/oddbd when oddbd starts, and it is used for showing the latest 'Commit-ID' at the bottom of ch.oddb.org

Delete it

Check rockit in sbsm

password reset

Note

  • The length of password must be over 4

/src/util/validator.rb

    def set_pass_1(value)
      if(value.to_s.size < 4)
        raise SBSM::InvalidDataError.new("e_missing_password",
          :set_pass_1, value)
      end
      pass(value)
    end
view · edit · sidebar · attach · print · history
Page last modified on January 12, 2012, at 05:22 PM