Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+16 votes
1.1k views
in Plugins by
edited by

Hi all, just thought people might like to know I have just made some updates to my Edit History plugin. Thanks to JalalJaberi who made a few changes which I have incorporated into my version. Here's a list of the main changes:

  • Fix links to support any Q2A URL structure.
  • Option to control 'ninja' edit time (default 5 minutes same as Q2A).
  • Single Sign-On support (e.g. Wordpress integration).
  • Newly designed revision page that's easier to read.
  • Don't show content if only the title changed.
  • Allow reverting of edits to earlier revision (and option to control permission level).
Each release is now tagged on Github. You can grab v1.4 from here, please let me know what you think!
 
Features for next version: deleting revisions, page displaying recent edits, and allowing silent edits. I'll probably be busy on Q2A core over the next few weeks so may not get to these soon.
by
Nice that you did it, now back to the core. ;-)
by
Nice, thanks : )
by
Wow, this is a huge improvement! Thanks.
by
I'm trying to show HTML difference of the content. Not fully successful yet, is there any issue in doing this?

2 Answers

+7 votes
by
Very nice Scott. Revert to earlier version is an important and helpful option. Thank you
+2 votes
by
Hello, is it working in 1.7.4. version ?

I have errors:

PHP Q2A MySQL query error 1103: Incorrect table name '' - Query: SHOW COLUMNS
FROM `` LIKE '', referer: /admin/plugins?show=28b077856a86253baa707d6e96f146a9

Any ideas how to fix this? :)

Peter
by
I have used in 1.7.4 and even on 1.8. No issues. Are you using the latest version? git log shows

commit da7d264000adb45794412812affbeff2027f14aa
Author: Scott <scott.vivian@gmail.com>
Date:   Thu Jul 30 22:20:04 2015 +0100

    Fix button CSS
...