This one is odd -- but NOT CRITICAL.
I was just updating Site Configuration / Input Formats and when I hit save, surprisingly, I got back a list of Current Revisions for a view, followed by "The Input Format settings have been saved".
See below, which I've modified slightly to obfuscate the content:
Displaying current revision of Post1 last modified by User2 on Mar 24 2009 - 10:01am
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post2 last modified by User2 on Mar 23 2009 - 1:02pm
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post3 last modified by User3 on Mar 22 2009 - 3:29pm
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post4 last modified by User2 on Mar 20 2009 - 5:04pm
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post5 last modified by User2 on Mar 18 2009 - 8:27am
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post6 last modified by User2 on Mar 18 2009 - 3:28pm
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post7 last modified by User2 on Mar 16 2009 - 3:19pm
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post8 last modified by User2 on Mar 12 2009 - 4:43pm
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post9 last modified by User2 on Mar 11 2009 - 11:46am
Edit this revision
Unpublish this revision
Show all revisions
Displaying current revision of Post10 last modified by User2 on Mar 20 2009 - 12:32pm
Edit this revision
Unpublish this revision
Show all revisions
The input format settings have been updated.
Again, these revisions are from a list of nodes in a view.
The same thing happened when I was on the Site Building / Themes page, though I couldn't reproduce it. No caching on the site of any kind.
Let me know how I can help ferret this out!
Thanks,
TC
Comments
Comment #1
rdeboerHi TC,
I guess this means hook_nodeapi($op='view') was called for each node in the view, as this is the only way you can get the "Displaying current.... revision" message for a node.
We need to figure out what the exact conditions are that this happens, so that the Revisioning code can then be altered to ignore the 'view' operation under those conditions.
I suspect it's something to do with the Views (i.e the View module), since the behaviour you report only happens on views of nodes?
RdB
Comment #2
Ogredude commentedI patched mine to solve this behavior.
Here's my patch.
http://drupal.org/node/415012
Comment #3
rdeboer@TC,
Are you able to apply Ogredule's patch and if so, to what extent does the patch alleviate YOUR problems?
To help me in my investigations can you reply to me with the URL's visible in your browser address bar whenever you see something related to the Revisiniong module that you DON'T want to see?
Thanks,
RdB
Comment #4
ifbyphone1 commentedRdB, was traveling and ABSOLUTELY plan to apply this patch this afternoon and test. More soon.
TC
Comment #5
ifbyphone1 commentedPatch from Ogredude fixed the issue. Thanks, Ogredude!
Comment #7
rdeboerPatch included in 6.x-1-2.