The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Post Edit History (PEH) Details »» | |||||||||||||||||||||||||
Edithistory (1.5.0 B 3) What does this Modification? This Modification saves a version of a post if someone edits it. If there are saved edits for a post, you can view the "Post History" and you are able to restore old posts. Also you can compare saved versions of a post. Installation Installation-Instructions are included in the zip-File What's new in Version 1.5.0 B 2? In this version i made a lot of improvement: eg. I've overwritten the code, the Ajax Compare function now works properly (Screen #3) and I implented a function to mass restore posts of a user. (Screen #6) Screenshots #1 Attachment 71292 #2 Attachment 71293 #3 (Compare saved version) Attachment 71294 #4 (Usergroup Permissions) Attachment 71295 #5 Attachment 71296 #6 (Mass Restore posts of a user) Attachment 71297 Not translated yet - Admin Help [HR]ss[/HR] I only get a blank page after the update, waht can I do? See the new FAQ [HR]ss[/HR] Regards Surviver PS: I'm very sorry about my bad english PPS:If you use it, please klick install! Supporters / CoAuthors Show Your Support
|
Comments |
#52
|
|||||||
|
|||||||
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Maybe it has some bug, but its no relly Beta Thanky for your feedback ! Greetings Surviver |
#53
|
||||
|
||||
Quote:
The feature of sending automatic PMs is not very important (and might not even be the optimal solution to the problem), so don't worry about implementing it yet. Maybe I'll make a custom tool for analyzing the edit actions. In any case I'll first need to experiment a bit to find a good way to visualize the edits, after I've had the edit history in use for some time and gathered real usage data. I'll keep you informed if I get some good ideas. Well, since they are VARCHAR fields, I suppose it doesn't take any more space from the database than a VARCHAR(200) would take. So it's not really a problem. Just a matter of style and consistency. |
#54
|
||||
|
||||
Quote:
|
#55
|
||||
|
||||
Code:
Database error in vBulletin 3.6.4: Invalid SQL: UPDATE vb_editlog SET reason = fda WHERE postid = 354660; MySQL Error : Unknown column 'fda' in 'field list' Error Number : 1054 Date : Monday, January 8th 2007 @ 11:59:09 PM Script : http://foorumit.fffin.com/edithistory.php?do=restore&editid=5 Referrer : IP Address : x.x.x.x Username : Jackal von ?RF Classname : vb_database Code:
Database error in vBulletin 3.6.4: Invalid SQL: UPDATE vb_editlog SET reason = 'aa ' bee' WHERE postid = 354660; MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'bee' WHERE postid = 354660' at line 1 Error Number : 1064 Date : Tuesday, January 9th 2007 @ 12:03:10 AM Script : http://foorumit.fffin.com/edithistory.php?do=restore&editid=6 Referrer : IP Address : x.x.x.x Username : Jackal von ?RF Classname : vb_database Code:
Database error in vBulletin 3.6.4: Invalid SQL: INSERT INTO vb_editlog (postid, userid, username, dateline, reason) VALUES('354660', '468', 'Jackal von ?RF', '1168294059', 'a ' b'); MySQL Error : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'b')' at line 1 Error Number : 1064 Date : Tuesday, January 9th 2007 @ 12:07:39 AM Script : http://foorumit.fffin.com/edithistory.php?do=restore&editid=12 Referrer : IP Address : x.x.x.x Username : Jackal von ?RF Classname : vb_database I've attached a version of edithistory.php where the above security holes have been fixed. All users of PEH 1.2.2 (and below) are STRONGLY RECOMMENDED to apply this patch, or disable PEH. PS: I noticed that there are more detailed instructions for installing PEH at http://www.my-vb.org/board/showthread.php?t=236 (fortunately I can read German, I'm worried about everybody else ). Could you also make the English instructions more detailed? Also, please include the instructions as a text file to the ZIP file, so that it would not be necessary to read this thread for the instructions. |
#56
|
||||
|
||||
Quote:
Thank you, this is MY Mistake. I will attache a complete fixed Version in the first post, i inserted your name as co-author I'll include the Installation Instructions,. but the Problem is, my English is too bad I'll give my best Greetings SUrviver |
#57
|
||||
|
||||
Quote:
|
#58
|
|||
|
|||
I tried to update it to 1.2.3 (upload all new files and import xml with "allow overwrite") and got:
Database error in vBulletin 3.6.4: Invalid SQL: ALTER TABLE edithistory CHANGE reason oldreason varchar(200); MySQL Error : Unknown column 'reason' in 'edithistory' Error Number : 1054 Date : Friday, January 12th 2007 @ 09:50:17 AM Script : xxxxxxplugin.php?do=productimport Referrer : xxxxxxx?do=productadd IP Address : xx.xx.xx.xx Username : xxxxx Classname : vb_database EDIT: Got it working by running query ALTER TABLE edithistory CHANGE oldreason reason varchar(255); and then doing the import again. |
#59
|
|||
|
|||
Very nice, perhaps u can add in the explanations that by default NO usergroup can view the historys!! :P
|
#60
|
||||
|
||||
Quote:
//I can nnot repoduce the Problem. It works fine for me Quote:
|
#61
|
||||
|
||||
Thanks Surviver,
Updated and working |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|