Nico Knoll Posted November 24, 2011 Share Posted November 24, 2011 Hi, is there a way to activate a log which saves user login information, page edit information, etc.? Greets, Nico Link to comment Share on other sites More sharing options...
ryan Posted November 25, 2011 Share 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. Link to comment Share on other sites More sharing options...
Nico Knoll Posted November 25, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
ryan Posted November 27, 2011 Share 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. Link to comment Share on other sites More sharing options...
Nico Knoll Posted November 27, 2011 Author Share Posted November 27, 2011 Ok, I updated it. The new version is available on GitHub. Link to comment Share on other sites More sharing options...
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