Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • If downloaded 2.0.1 from Previous versions (not from SVN) on the plug-in page and compared to 2.0 from the plug-in page (not from SVN) they only differ in readme.txt file. So releases appear to have the same bug accross 2.x branch.

    Here’s a patch for others who find it difficult to follow descriptive instructions.
    https://www.ads-software.com/support/topic/plugin-revision-control-no-way-to-delete-revisions?replies=10#post-1811438

    Here is a patch for 2.0 (2.0.1)
    Obviously is the same what rayfusci said but more distinctive and proper. PS Don’t look at the dates of files.

    Revision Control WordPress Plug-in
    Ver. 2.0 (or 2.0.1 according to comments in revision-control.php)
    
    --- revision-control.js	Thu Jan 15 12:14:12 1970
    +++ revision-control.js	Thu Jan 15 12:14:12 1970
    @@ -3,6 +3,7 @@
     	$('a#revision-compare-delete-label').bind('click',
     	function () {
     		$(this).parents('table').find('.check-column input.toggle-type').toggle();
    +		$(this).parents('table').find('.compare-delete-submit-cell input.toggle-type').toggle();
     	});
    
     	$('#revisions-delete').bind('click',
    --- revision-control.php	Thu Jan 15 12:14:12 1970
    +++ revision-control.php	Thu Jan 15 12:14:12 1970
    @@ -610,7 +610,7 @@
     	</tbody>
     	<tfoot>
     		<tr>
    -			<td colspan="4">
    +			<td colspan="4" class="compare-delete-submit-cell">
     				<span class="hide-if-no-js">
     				<input type="button" class="button-secondary toggle-type" value="<?php esc_attr_e('Delete', 'revision-control') ?>" id="revisions-delete" style='display:none' />
     				<input type="button" class="button-secondary toggle-type" value="<?php esc_attr_e('Compare', 'revision-control') ?>" id="revisions-compare" />

Viewing 2 replies - 1 through 2 (of 2 total)