The revisions tag has no wiki summary.
0
votes
0answers
7 views
Archive revision in draft/pending with revisioning
I'm using Revisioning module and I see that I can't archive a revision that is in a draft/pending status.
Is there a way to do this?
Could be useful if someone create a useless revision (as a blank ...
1
vote
1answer
30 views
Records with identical uid and timestamp in node_revision
I'm investigating an issue on a D7 site where a handful of node revisions have apparently gone missing. The issue was discovered on 3/5, and I just noticed in my node_revision table that several ...
0
votes
1answer
36 views
Creating a View of nodes with field for workbench moderation state without showing every revision?
I am trying to create a table view of nodes with fields for node title and moderation state. (There are other fields but I'm omitting them for simplicity).
Currently, it's displaying a new table row ...
0
votes
0answers
13 views
Revisions/version control
I am using the Diff (http://drupal.org/project/diff ) module for Revisions. It displays the revisions by date/time. However, the client has asked for incremental version labelling. Can this be ...
1
vote
1answer
25 views
Version history/ revisioning
Is there a way to get drupal 7 to keep version history for every node/page without having to remember to select the "Create new revision" option every single time?
Is there a module that improves ...
0
votes
1answer
43 views
Is there a reliable autosave function for nodes?
We're working with dirty forms to at least warn users before they leave an unfinished page before they save. It kind of works. Would enabling revisions control work? At least in that case an admin ...
0
votes
1answer
64 views
Compare two same fields with time difference in Views, using node revisions
I'm trying to build a view containing two columns: first is the actual value of a (integer) field, second is the same field with its old value from two weeks before, using the revision. I suppose I ...
0
votes
0answers
52 views
How can i move Revision information to an existing tab on the node edit page?
I'm using Drupal 7. I know how to hide Revision information on the node edit page, but could they somehow be form_altered to have it's contents in another tab (group), which is defined in the content ...
3
votes
4answers
176 views
Providing Archive feature in a website
We are considering to migrate an exiting website to Drupal: www.rkmission-shivanahalli.org The website has simple static content which I believe is not a big deal to migrate to Drupal.
However, there ...
1
vote
2answers
50 views
Set the search index and the field_revision_body empty
I'm not using the core Drupal search engine and I'm not using any revisioning on my nodes. I noticed that the {search_index} table and {field_revision_body} table are occupying 50Mo of my database ...
0
votes
2answers
26 views
How can I highlight only the contents that have been never published yet in the Views?
The contents always need approval of administer to be published on this site.
For example,
The contents are once unpublished by Rule module when non-adimin users update them.
And then the administer ...
2
votes
0answers
88 views
EntityFieldQuery: Load all revisions
I have a self-defined entity with revisions called command. The instance with id=1 has 3 revisions. Now I want to load all these revisions. Tried this:
$query = new EntityFieldQuery();
$query
...
1
vote
1answer
38 views
how to find whether a node has more than one revision?
How could I find whether a node has more than one revision. I use node_load($nid) and get a $node object.
How can I achieve this using the object? What would be the best way to do it?
0
votes
0answers
33 views
Automatically highlighting changes in nodes that have been programatically created
I am pulling data from an XML feed and creating nodes programmatically. I also check to see if the node previously exists (looking up by node alias, as that is essentially my unique ID from the ...
3
votes
1answer
32 views
How to enable revisioning for user photo (user/profile field)?
I want to moderate pictures, uploaded as user avatars. So, I need:
History for user field “Photo” to see all previous photoes.
UI for accepting or declining new photo.
How can I implement it?
0
votes
0answers
25 views
Services REST: Revert a node to an older revision?
Does the Services REST server support reverting a node to an earlier version? I skimmed through the documentation and the code and googled a little, but could not find anything, except for this ...
1
vote
0answers
26 views
How do I coordinate versioned signature blocks with an article?
I have users who write articles and need to show the appropriate bio content when viewing their published page.
I could add the signature field to their user account, however, I need this info to be ...
0
votes
1answer
74 views
Problem with node revisions and taxonomy terms
I have a content type with a number of fields including a checkbox which allows you to select one or more taxonomy terms. If I create a new version of a node, all the previous taxonomy terms are ...
1
vote
1answer
14 views
Allowing a user to control and/or view their own revisions
Is there a way to allow a user to view and/or edit only their own revisions? I don't want another user to be able to view other people's revisions. Is there a module for this?
3
votes
2answers
185 views
How can we synchronize Nodes from Staging to Production Server
My Question is there any way we can track the node changes on Staging Server and Push the same to the Production Server. Best use case will be,
Customer does not want to change the content on ...
0
votes
0answers
26 views
Keeping the currently “published revision” published even if after the content is updated by users other than adimin
Is there any way to keep the "currently published version of revision" published after the content is updated by users other than admin role?
Because the admin needs to check the content after it's ...
1
vote
2answers
84 views
Revision history summary
I am looking for a solution to show a summary of revision history for all nodes in one place. The out of the box solution is to show a revision history for each node apart. I want to be able to track ...
0
votes
1answer
144 views
How to display field revisions?
I want to keep field revisions: I want to see who changed a field to which value and when. Currently I can keep node revisions, but in the revisions tab, it only shows title and body changes.
How ...
0
votes
1answer
92 views
Remove duplicate data in revision tables in database [duplicate]
Possible Duplicate:
How to disable the revision feature completely?
How can I disable duplicate data in database. one example is this image:
7
votes
1answer
520 views
How to delete node revisions
I need to delete all node revisions before upgrading to Drupal 7 to save time in migration. Is there any way to do that?
1
vote
2answers
197 views
Book revision page showing access denied if no revision present
I've edited the content type Book to "create a new revision" whenever user publishes the page (while creation and editing the page).
I have created a custom menu Book revisions, with path ...
2
votes
1answer
344 views
List all revison users on a node
I want to list all the users who have ever contributed to the revisions of a node.
2
votes
1answer
102 views
How can I apply node template file only to node view page but not revision page?
I have a node template named node-"content-type-name".tpl.php which overrides the default node.tpl.php for this content type.
But this template file is applied to also node revision pages. Is there ...
1
vote
0answers
59 views
Problem with the author of a node revision and the Revisioning module
I am using the Revisioning module for Drupal 6. When administrator users accept the node revision, the author name is changed to anonymous user.
Why does this happens?
0
votes
0answers
76 views
why does author uid change to anonymous user when admin or manager role accepts the author revision node in drupal 6? [re-asked]
i am using revisioning module for drupal 6.
when admin accepts the node revision, the author name is changed to anonymous user
why does author uid change to anonymous user when admin or manager role ...
1
vote
1answer
29 views
Can drupal be setup for users to interact with and submit suggested changes to an article?
We will have static content. But we want the content dynamic in the sense that users can submit suggested revisions and the "community" can either vote or comment on that suggested change.
1
vote
1answer
1k views
How to disable the revision feature completely?
I've followed discussions here and on d.o about removing unneeded revisions tables.
How would I completely prevent any data from being written to the node_revision and field_revision_* tables?
2
votes
2answers
1k views
Can I programmatically create a new node revision, without the new revision becoming the “current” one?
Whenever my feeds import finds a new version of an existing piece of content, it creates a new revision of this node instead of overwriting data.
Normally the new revision becomes the "current" one ...
3
votes
1answer
90 views
Is there a module to track future revisions of published content in Drupal 6?
I need to track a future revision of a published node that can be reviewed, edited, and eventually published over the currently published revision of the node.
The idea is that you have a page that ...
0
votes
1answer
73 views
Create a new revisions only at the time of specific state transition
I am using Revisioning and Workflow module along with Drupal 6 to create new states of the node and revisions.Currently if I select 'New revision in draft, pending moderation (requires "Create new ...
0
votes
1answer
169 views
Drupal Commerce Line Item Revisions
Has anyone seen a module capable of providing line item revisions? I am calculating the cost of a custom line item type via rules. It is essentially a booking and may need to be altered in the future.
...
3
votes
1answer
1k views
Using Revision with Views
I'm creating a page to list any content that needs moderation, which in my case includes new content and pending revisions.
I have the pending revisions down, by setting
Fields
Content: Nid
...
12
votes
1answer
325 views
How to correctly remove a module in a staged environment?
Some modules have deïnstallation routines. Which typically remove databasetables for that module, variables from the variable table and locales introduced by that module. These routines live in the ...
7
votes
1answer
863 views
Is it safe to truncate a field revision table?
I noticed D7 creates a field_revision table for every field, and duplicates the content from its field table counterpart even if one has revisions turned off.
I have a big text table and it is taking ...
1
vote
2answers
250 views
CCK fields revisions (D6)
I have a node type with its revisions set to ON
I am not sure this is a bug on my copy or Drupal 6 doesn't save any revisions for CCK fields in the node and only does that for title and body?
5
votes
4answers
2k views
How I can delete all node/field revisions?
I have a drupal 7 sites, where it keeps node and field revisions. I keep revisions for the case where by mistake a new faulty version is saved and I want to revert back.
But, now I want to clean and ...
1
vote
0answers
53 views
How should I set up revisions for this content model?
I need to manage a library of government policy documents (PDF/DOCs and metadata) such that, for a given document, a user can change any of its fields (including attached files and the title) over ...
0
votes
1answer
86 views
How can I get user_save() to update the nid instead of creating a vid?
I updated a node at hook_user_update() with this node object:
$node = new stdClass();
$node->nid = $f_node->nid; // Updating
$node->title = 'TestT';
$node->type = 'employees';
...
1
vote
1answer
203 views
Avoid a revision is automatically published
I currently have new revisions created whenever a page is edited, but I don't want it to be automatically published. Instead, I want to have to go into the revision tab and click revert for the latest ...
2
votes
1answer
303 views
Organic Groups and Workbench or Revisioning together. Will this work?
I'm building a D7 site using Organic Groups and would like some revisioning control.
Is it likely that something like Workbench or Revisioning will work nicely with Organic Groups?
I'm interested in ...
0
votes
1answer
186 views
How do I add a field to a view that shows the user that published the node?
I am using Drupal 6.22 and the module Revisioning to create an approval process for the creation of new nodes. An "Author" user role can create the initial draft of the content and the "Moderator" ...
2
votes
1answer
292 views
Data in field_revision with Create new revision unchecked
The field_data_myfield and field_revision_myfield have the same row entries (D7 fields). All of my content types have the "Create new revision" unchecked. Is this how it's suppose to work? If yes, two ...
3
votes
1answer
853 views
How to list only the latest revision of all nodes in a view?
I currently have a view that lists all of our nodes which is what we use for a content dashboard. It shows the most recently updated nodes, their workflow status, and a few other details.
The problem ...
3
votes
1answer
379 views
How do I show revision users in a view
I would like to create a view that shows the title of all newly revised or updated content with the username of who modified it. The first part is easy, but for the life of me, I can't figure out how ...
5
votes
1answer
3k views
How do you force drupal 7 to make a new revision every time you edit a node?
I'd like to make drupal 7 create a new revision every time you edit a node? This was an option in Drupal 6 but not 7.