Closed (won't fix)
Project:
Devel
Version:
8.x-1.x-dev
Component:
devel_generate
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2013 at 15:50 UTC
Updated:
28 Jan 2013 at 14:51 UTC
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
Comment #1
moshe weitzman commentedSeveral contrib modules ship with devel generate integration. See date module, votingapi, and more. This is not apprpriate for devel itself.
Comment #2
klausithe history table ships with Drupal core, and devel_generate module handles drupal core, no?
Comment #3
pcambraHistory 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
Comment #4
swellcode commented^ I believe so..
Comment #5
moshe weitzman commentedEven 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.