When using recommendation modules (recommender), it need history table to have some data.
Is it good to include generate history in devel_generate module ?

Please advice and I had made a little piece of code for it.

http://drupal.org/sandbox/keithyau/1895220

thanks
Keith

Comments

moshe weitzman’s picture

Status: Active » Closed (won't fix)

Several contrib modules ship with devel generate integration. See date module, votingapi, and more. This is not apprpriate for devel itself.

klausi’s picture

Status: Closed (won't fix) » Active

the history table ships with Drupal core, and devel_generate module handles drupal core, no?

pcambra’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev

History lives now in its own module for D8 while in D7 and before is coupled with node.module

Related: #1120928: Move "history" table into separate History module

swellcode’s picture

^ I believe so..

moshe weitzman’s picture

Status: Active » Closed (won't fix)

Even though history is in core, I don't think devel_generate will carry code to populate it. Core is a big place, and we can't maintain integration for its less used features.