There was a request last year in Features issue queue by kenorb for exporting Views into separate files.
#747028: Views export into separate files
The response from yhahn was that such functionality should first happen in CTools/Views. I looked for a ticket in the in the CTools and Views queues but could not find one. Has this been discussed previously? Could this be done with patches to the Bulk Export module?
Comments
Comment #1
merlinofchaos commentedI have thought about it but I have not yet moved forward on it, nor am have I quite decided the best way to actually do it. Bulk exporting a lot of different files is a little tricker; you need to move past cut & paste and actually produce files, at that point.
Comment #2
joelstein commentedHere's what we do:
Works pretty well. Then, we just drop all of our views into mymodule/views/views and name them the name of the view. When we want to export altered views provided by other modules, we put them in mymodule/views/altered.
Comment #3
stevectorThanks joelstein. Do you have an automated way of getting those exported Views into mymodule/views/views the way Features or Bulk Export can?
Comment #4
joelstein commentedWell, as long as the file exists in the mymodule/views/views folder, Views will find it.
Comment #5
pasqualleComment #6
stevectorI'm working on this functionality for Features module in a sandbox: http://drupal.org/sandbox/stevector/1392162
Comment #7
japerryDrupal 7 is no longer supported, closing.