Nico Knoll Posted November 24, 2011 Posted November 24, 2011 Hi, is there a way to activate a log which saves user login information, page edit information, etc.? Greets, Nico
ryan Posted November 25, 2011 Posted November 25, 2011 Not without installing a module to do it. The LoginNotifier module keeps track of logins in a log file in /site/assets/logs/. I don't know of any modules that log every page edit at present, except for the Page Revisions module I'm working on–though that's not technically a log, but a revision/version system. But all the hooks are there to make very detailed logging possible–good idea for a future module.
Nico Knoll Posted November 25, 2011 Author Posted November 25, 2011 Okay, so I will expand my log reader to read all logs and maybe write a module which keeps track of edit a page [uPDATE] Here's the module update: http://processwire.com/talk/index.php/topic,738.0.html
ryan Posted November 27, 2011 Posted November 27, 2011 Thanks Nico, looks good. In a future version, it might be good to have it pull from $config->dateFormat for the date format used in the list. Here in the US we have our dates backwards.
Nico Knoll Posted November 27, 2011 Author Posted November 27, 2011 Ok, I updated it. The new version is available on GitHub.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now