FTB-Gamepedia/MediaWiki-Butt-Ruby

NoMethodError for logs

Closed this issue · 2 comments

They call old methods that don't exist. See RubyMine's complaints.

NoMethodError (broken loghash):

  • get_block_log (block.rb)
  • get_overall_log (log.rb)
  • get_move_log (move.rb)
  • get_move_redirect_log (move.rb)
  • get_patrol_log (patrol.rb)
  • get_modify_protection_log (protect.rb)
  • get_protect_log (protect.rb)
  • get_autopromotion_log (rights.rb)
  • get_rights_log (rights.rb)

NoMethodError (missing method):

  • get_reblock_log (block.rb)
  • get_unblock_log (block.rb)
  • get_upload_import_log (import.rb)
  • get_merge_log (merge.rb)
  • get_overall_log (log.rb)

ArgumentError (wrong number of arguments/duplicate method name):

  • get_delete_log (delete.rb)
  • get_deletion_restore_log (delete.rb)

This appears to actually be an issue across most of the log modules.

issue is partially fixed (ArgumentErrors) by 31b0d16