Active
Project:
Views (for Drupal 7)
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2012 at 18:53 UTC
Updated:
5 Jun 2013 at 23:44 UTC
Jump to comment: Most recent
Comments
Comment #1
dawehnerWell you can currently do that if you export your views to code. There are several ways like using the features module or ctoos bulk export. Once you have done this take your favorite version control system, for example "git", and you have views revisions.
Comment #2
johnpitcairn commentedThough ... Wouldn't it be handy if every time you hit the Views save button, you got new revision you could later revert to? A view as an entity ... Or an automatic export to a nominated directory (per view) on save. Just speculating...
Comment #3
bradspry commentedYes, it's a wonderful idea in a multi-admin situation. I just fixed a view where an admin went in and flailed around. My next thought was "wouldn't it be wonderful if views had revision control?" I searched and landed here.
Comment #4
patoshi commentedsame here.. would love something like this.. the way i do it now is just take a snapshot of the entire site, but thats totally inefficient when i just want to get save points in views.
Comment #5
alienzed commented* subscribing *
Comment #6
tyler.frankenstein commentedThis contrib module is now available:
https://drupal.org/project/views_revisions
Comment #7
drifter commentedAwesome, thanks Tyler!