<< 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 >>
Problem
Commit
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')
3. delete old migel definition source code and related source code
Commits
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
Note
/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